
/* join expert form css*/
/* join expert form css*/

body{
    background-color: #000000;  
}


header nav{
    background-color: #000000;
}

.movielist img{
  width:24px;
  height:367px;
}

.movielist
{
  position: relative;
  text-decoration: none;
  background-color: #000;
}
a .movietitle
{
  color:#EAEAEA;
  text-decoration: none;
  font-size: 14px;
  padding:2px;
}
a.movielist:hover{
  color:white
}

.logowidth
{
    max-width: 160px;
}

.txt_Gray1{
    color: #B4B4B4
}

.txt-white
{
    color:white
}
.txtred
{
    color:#E52000
}

.bgred
{
    background-color:#E52000;
}

.sectionheading
{
    font-family: Inter;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;

}

.w100
{
    width:100%;
}


.bg_gray
{
    background-color: #191919;
}
.txt_Gray
{
    color:#191919
}
.input_bg_gray
{
    background-color: #191919;
    color:white;
    border: 1px solid #E61F01;
}

.radius_25
{
    border-radius: 25px;
}

.radius_7
{
    border-radius: 7px;
}

.buttonredbg
{
    background: #E61F01;
    color:white;
    border: 1px solid #E61F01;  
}
.buttonredbg:hover{
    background: white;
    color:#E61F01;
    border: 1px solid white;
    font-weight: bold;  
}

.redborder
{
    border: 1px solid #E61F01;
}
.landingpage
{
    background-color: black;
}

.logobgwrapper{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logoimg { 
    max-width: 220px; 
  }
/* Styling for DEMO purposes */
* { box-sizing: border-box; }
html, body { margin: 0; height: 100%;}
.logobgwrapper, .logoimg {
  padding: 1em;
}
  
.pageWrapper
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.orline {
    display: flex;
    flex-direction: row;
    color:#bdb5b5
}

.orline:before,
.orline:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #bdb5b5;
    margin: auto;    
}
.Privacylink
{
    color:#c6c6c6;
    font-weight: 600;
    font-size:14px;
}
.Privacylink a{
    color:#408eb7;
    /* color:#c6c6c6 */
}


/* login form css */
.loginform input, .loginform .btn
{
    padding:9px 15px 9px 15px;
}

.loginform input::-webkit-input-placeholder {
    color:#c7c7c7;
}

.loginform input::-moz-placeholder {
    color:#c7c7c7;
}

.loginform input::-ms-placeholder {
    color:#c7c7c7;
}

.loginform input::placeholder {
    color:#c7c7c7;
}


.otpgray
{
    color:#9F9F9F;
    font-family: Inter;
    font-size: 14px;
}

.inputs input {
    width: 40px;
    height: 40px;
    background-color: #191919;
    color:white;
    border: 1px solid #E61F01;
    margin: .35rem !important;
    font-family: Inter;

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.resendbtn
{
    border:1px solid #c7c7c7;
    color:#c7c7c7;
    font-family: Inter;
}
.verfiytext
{
    font-size: 22px;
    font-family: Inter;
    font-weight: 600;
}

.fontinter
{
    font-family: Inter;
}



.innerpage
{
    height: auto !important;
}

.mobile-bottom-nav
{
    display: none;
}

a:hover{
    color:white
}
#searchform
{
    display: none;
}

.fa:visited {
    color:white !important
}

/* Profile container */
.profile {
    margin: 20px 0;
  }
  
  /* Profile sidebar */
  .profile-sidebar {
    padding: 20px 0 10px 0;
  
  }
  
  .profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 4px;
    background: #000;
    border-radius: 50%;
    border: 2px solid #fff;
    width: fit-content;
  }
  
  .profile-usertitle {
    text-align: center;
    margin-top: 20px;
  }
  
  .profile-usertitle-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
  }
  
  .profile-usertitle-job {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .profile-userbuttons {
    text-align: center;
    margin-top: 10px;
  }
  
  .profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
  }
  
  .profile-userbuttons .btn:last-child {
    margin-right: 0px;
  }
      
  .profile-usermenu {
    margin-top: 30px;
  }
  

  .profile-usermenu ul {
   background-color: #151515;
   margin:0px;
   padding:0px;
   border-radius: 12px;
  }
  
  .profile-usermenu ul li {
    border-bottom: 1px solid #FFFFFF1A;
    list-style: none;
    margin:0px;
    padding:0px;
  }
  
  .profile-usermenu ul li:last-child {
    border-bottom: none;
  }
  
  .profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .profile-usermenu ul li a i.left {
    float: inherit;
}
  .profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
    float: inline-end;
    line-height: 22px;
  
  }
  
  .profile-usermenu ul li a:hover {
    color: #fff;
  }
  
  .profile-usermenu ul li.active {
  }
  
  .profile-usermenu ul li.active a {
    color: #ffffff;

    margin-left: -2px;
  }
  
  /* Profile Content */
  .profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
  }

  .profilebg
  {
    background-color: #061D2D;
    padding:24px 0px 20px 0px;
  }

  .blewbg
  {
    background-color: #061D2D;
  }

  /* wallet css */
  .walletamount
  {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  /* Tabs*/


section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs{

  background: #000000;
    color: #D7D7D7;
    border-radius: 25px 25px 0px 0px;
    margin-top: -20px;
    padding-top: 15px;

}
#tabs h6.section-title{
  color: #E61F01 !important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
 
  background-color: transparent;
  
  font-size: 16px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {

  color: #D7D7D7;
  font-size: 16px;
  border:0px;
  margin:0px 0px 30px 0px
}
.nav-tabs .nav-link.active {
  color: #E61F01 !important;  
  border-bottom: 2px solid #E61F01 !important;  
}

.transactiondtlsbox
{
  background-color: #151515;
  padding:15px;
  border-radius: 15px;
  margin:0px 0px 15px 0px;
}

.referaltxt
{
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color:white;
  line-height: 21px;

}

.trnsdate{
  font-family: Roboto;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color:#878787;
  margin-top: 4px;
}
.wallet_Trns_amt
{
  font-family: Roboto;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;

}

.tran_status
{
  font-weight: normal;
  color:#00FF26;
  margin:5px 0px 0px 0px;
}

.subscription_box
{
  border:1px solid #616161;
  padding:15px;
  border-radius: 12px;
  margin:0px 0px 15px 0px;

}
.subscription_box.active{
  border:1px solid #E61F01 !important
}

.subscription_yrly
{
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color:#FFFFFFCC
}

.subscription_amount
{
  font-family: Roboto;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color:#fff;
  margin:10px 0px 0px 0px;

}

.mb-4_5
{
  margin-bottom: 30px;
}

.subscription_scan
{
  background-color: #fff;
  padding: 53px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  color:#0BB563
}
.subscription_scan img{
  width:200px;
  margin:0 auto
}

.subscription_scan_amnt
{
  font-family: Inter;
font-weight: 900;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
color:#0BB563
}

.copyupi
{
  border-radius: 12px;
  background-color: #eee;
  width:fit-content;
  margin:10px auto 0 auto;
  padding:0px 10px 0px 10px;
  line-height: 16px;
}

.subscription_upi
{
  font-family: Inter;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  color:#0BB563

}
.subscription_upi_copy
{
  font-family: Inter;
font-weight: 700;
font-size: 9px;
line-height: 100%;
letter-spacing: 0%;
color:#262626

}
.scanpaymentxt
{
  padding:0px 5px 0px 5px;
  font-size: 14px;
}
.copycode2
{
  font-family: Inter;
font-weight: 700;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#FFFFFF
}

.referal_box
{
 color: #E1E1E1;
 background-color: #061D2D;
 border-radius: 0px 0px 12px 12px;
 padding:30px 15px 30px 15px;
 margin:-1px 0px 0px 0px;
}

.referaltxtbg
{
  font-family: Inter;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.referaltxtsml
{
  padding:0px 30px 0px 30px;
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color:#E1E1E1;
  margin:8px 0px 0px 0px;

}

.referalcode{
  font-family: Inter;
font-weight: 700;
font-size: 25px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}
.referal_copycode
{
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-align: center;

    border-left: 2px solid #fff;
    padding-left: 20px;
}

.drk_blw
{
  background-color: #006FBE;
  color:white
}

.lght_blw
{
  background-color: #00A1C5;
  color:white
}
.light_green
{
  background-color: #009516;
  color:white
}

.referal_inner_box{
  background-color:#384a57;
  border:2px dashed #FFFFFF33;
  border-radius: 12px;
  padding:0px 20px 0px 20px;
  margin:0px 20px 0px 20px
}