/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700'); */
* {
  padding: 0px;
  margin: 0px;
}

/* body{
  background-color: #222;
} */
.bg {
  background: url('../images/login.jpg');
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  color: white;
}
.bg1 {
  background: url('../images/register.jpg');
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-size: cover;
  background-position: center;
  color: white;
}
/* .form-container{
    border: 0px;
    border-radius: 10px;
    padding: 50px 60px;
    margin-top: 20vh;
    -webkit-box-shadow: -1px 4px 26px 11px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 4px 26px 11px rgba(0,0,0,0.75);
box-shadow: -1px 4px 26px 11px rgba(0,0,0,0.75);
} */
.header {
  /* height: 100vh; */
  width: 100%;
  /* background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url('../images/banner1.jpg'); */
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  /* text-align: center; */
  /* color: #fff; */
}

/* header fixed */

/* .header img{
    width: 170px;
    float: left;
} */
/* .header h1{
    padding-top: 150px;
    padding-bottom: 0;
    font-size: 55px;
} */
/* .header p{
    margin: 18px 0;
    font-size: 20px;
} */
.login-btn {
  width: 100px;
  padding: 8px 0px;
  outline: none !important;
  border: 2px solid #fff;
  border-radius: 50px;
  background: transparent;
  color: #fff;
  float: right;
}

/* .input-group{
    width: 90%;
    max-width: 500px;
    border-radius: 30px;
    background: #fff;
    margin: auto;
    padding: 2px;
}
.form-control{
    border: 0 !important;
    border-radius: 30px  !important;
    margin: 2px;
    box-shadow: none !important;
}
.input-group-text{
    width: 100%;
    background-image: linear-gradient(#00ff7e,#1f3d90);
    border: 0 !important;
    color: #fff !important;
    padding: 0 25px !important;
    border-radius: 30px !important;
    box-shadow: none !important;
} */
/* .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background:url('../images/bck-side.png');
    background-color:#334514;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    
  } */

/* .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidebar .sidebar-profile {
    padding: 1.75rem 1.125rem;
}
.sidebar .sidebar-profile .sidebar-profile-image {
    position: relative;
}
.sidebar .sidebar-profile .sidebar-profile-image img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 0.625rem;
}
.sidebar .sidebar-profile .sidebar-profile-image .sidebar-status-indicator {
    width: 14px;
    height: 14px;
    background: #17c964;
    border: 2px solid #000;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.sidebar .sidebar-profile .sidebar-profile-name .sidebar-name {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    color: #ffffff;
}
p {
    
    line-height: 1.3rem;
}

.sidebar .sidebar-profile .sidebar-profile-name .sidebar-designation {
    font-size: 0.75rem;
    margin-bottom: 0;
    color: #7e7e7e;
}
p {
    
    line-height: 1.3rem;
} */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.title {
  color: black;
  font-size: 18px;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.button:hover,
a:hover {
  opacity: 0.7;
}
.tabcontent .container .rcontainer {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
/* .mobile-nav1 {
    background: #F1F1F1;
    position: fixed;
    bottom: 0;
    height: 65px;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bloc-icon img {
    width: 30px;
  } */
.nav1 {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  box-shadow: 0 0 3px rgb(0 0 0 / 20%);
  border-radius: 10px;
  border: 2px solid #a68bdb;
  background-color: #ffffff;
  display: flex;
  overflow: auto;
}
.nav1__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-family: sans-serif;
  font-size: 13px;
  color: #444;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}
.nav1__link:hover {
  background-color: #eeeeee;
}
.nav1__link--active {
  color: #009578;
}

.nav1__icon {
  font-size: 18px;
}
i.nav2-icon {
  color: #585f8b;
  font-size: 1.5rem;
  cursor: pointer;
}
/* div.dot{
    width: 10px;
    height: 10px;
    background: #ce2eff;
    border-radius: 50%;
    top: 0;
    right: 0;
  } */
/* .card{
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50,50,93,0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .card-header{
    color: white !important;
    background: #3366FF !important;
    text-align: center;

  }
  .card-header > img{
    width: 180px;
  }
  .input-container  input{
    width: 40px;
    height: 40px;
  }
  .form-control:focus{
    box-shadow: 1px solid #3366FF !important;
  }
  .verify-btn{
    border-radius: 20px !important;
    border: 0px !important;
    width: 140px;
    background-color: #3366FF !important;
  } */
.main_header {
  background-color: #a68bdb !important;
  border-radius: 5px 5px 18px 18px;
  padding-top: 20px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}
.text_name {
  font-size: 20px;
  text-align: center;
}
.main_form_card {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
.text-color {
  color: #f53b57;
}
.card {
  width: 350px;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  border: none;
  position: relative;
}
.container {
  margin-top: 100px;
}
.rcontainer {
  margin-top: 0px;
}
.container3 {
  height: 100vh;
}
.mobile-text {
  color: #989696b8;
  font-size: 15px;
}
/* .form-control{
    margin-right: 12px;
  
  } */
/* .form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    box-shadow: none;
  } */
.cursor {
  cursor: pointer;
}
#otpdiv {
  display: none;
}
#verifyotp {
  display: none;
}
#resend_otp {
  display: none;
}
.countdown {
  display: table;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#resend_otp:hover {
  text-decoration: underline;
}

/* get strated page */

.main_page {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}
.start_page {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.heading-lines {
  font-size: 30px;
}
.start-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.start-img1{
  padding-top: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.btn-primary {
  width: 100%;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 12px !important;
  height: 4vh !important;
  background-color: #a68bdb !important;
}
.started {
  /* padding-top: 10%; */

  padding-left: 40px;
  padding-right: 40px;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
}
/* Pancard Page form */

.head-name {
  color: white;
  padding-left: 10px;
}
.nav2-link {
  padding-left: 10px !important;
}
.icon-nav {
  padding-left: 10px !important;
}
.icons {
  color: white;
  padding-bottom: 10px !important;
}
.container-fluid {
  padding: 6% !important;
  margin-top: 85px;
}
.input-form {
  height: 6vh !important;
  width: 100%;
}
.form-group {
  position: relative !important;
  margin-bottom: 1.5rem !important;
}
.form-control-placeholder {
  position: absolute !important;
  top: 0 !important;
  padding: 0px !important;
  transition: all 200ms !important;
  opacity: 0.5 !important;
  color: black !important;
  left: 0;
  font-size: 14px;
}
.form-control_bottom:focus + .form-control-placeholder,
.form-control_bottom:valid + .form-control-placeholder {
  font-size: 14px !important;
  transform: translate3d(0, -100%, 0) !important;
  opacity: 1 !important ;
  top: 10px !important;
  left: 10px !important;
  letter-spacing: 0.4 !important;
}

.form-control_bottom {
  border: none !important;
  outline: 0 !important;

   border-bottom: 4px solid #eee !important; 
  font-size: 16px !important;
  color: black !important;
  background-color: transparent !important;
}

.form-control_bottom:focus {
  border: 0 !important;
  color: black !important;
  background-color: transparent !important;
  border-color: #fff !important;
  outline: 0 !important;
  border-bottom: 2px solid #fff !important;
  box-shadow: 0 0 0 0.2rem transparent !important;
}
.row-color {
  background-color: #999;
  padding-top: 6px !important;
}
.row-color1 {
  background-color: #999;
  padding-top: 6px !important ;
  padding-bottom: 6px !important;
}
.mx-auto {
  background-color: white !important;
}
.head-h {
  font-size: 12px !important;
  padding-left: 10px !important;
  padding-top: 4% !important;
}

.right {
  width: 100%;
}

/* login page */
.headings {
  padding-top: 60%;
  text-align: center;
  font-size: 30px;
}
.main-login {
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.text-muted1 {
  position: absolute;
  font-size: 12px;
  padding-left: 25%;
}
.forgot {
  font-size: 12px;
  text-decoration: none;
  align-items: center;
  color: blue;
}
.box-size {
  height: 30px;
  border-radius: 10px !important;
}
.font-size-12{
  font-size: 12px !important;
  letter-spacing: 1px !important;
}
.text {
  font-size: 13px;
}

/* Register Page */

.headings-register {
  padding-top: 5%;
  text-align: center;
  font-size: 30px;
}
.main-register {
  padding-left: 10%;
  padding-right: 10%;
  /* padding-bottom: 10%; */
}
.headline-h6 {
  font-size: 26px;
}
.headline-span {
  font-size: 14px !important;
}
.headline-small {
  font-size: 14px;
}
.headline-span1 {
  font-size: 12px !important;
}
.ms-3 {
  font-size: 12px;
}
/* Verify Phone */

.inputs input {
  width: 40px;
  height: 40px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #6f1667;
}

.validate {
  border-radius: 20px;
  height: 40px;
  background-color: #6f1667;
  border: 1px solid #6f1667;
  width: 100%;
}

.content a {
  color: #d64f4f;
  transition: all 0.5s;
}

.content a:hover {
  color: #6f1667;
}

/* member-info */
.row-margin{
  margin-top: 30px !important;
}

/* employment details */

.select-option{
  font-size: 10px !important;
}

.btn {
  text-transform: uppercase;
  vertical-align: bottom;
  border: 0;
  /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%); */
  font-weight: 500;
  padding: 0.625rem 1.5rem 0.5rem;
  font-size: .75rem;
  line-height: 1.5;
  
}
.btn-secondary{

   width: 100%;
  font-size: 18px !important;
  font-weight: 500 !important;
  /* border-radius: 12px !important; */
  height: 5vh !important;
  background-color: #a68bdb !important;
}
.btn-border{
  display: inline-flex;
}
label.btn-secondary {
  cursor: pointer
}

label.btn-secondary input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none
}
/* ___________________________________________ */


.main-buttons{
  /* height: 30vh; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
}


.radio-buttons{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.custom-radio input{
  display: none;
}
.radio-btn{
  margin: 10px;
  width: 100px;
  height: 100px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}
.radio-btn > i {
  color: white;
  background-color: #8373e6;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(4) ;
  border-radius: 50px;
  padding: 3px;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}
.radio-btn .hobbies-icon{
  width: 80px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: rgb(90, 23, 23); */
}
.radio-btn .hobbies-icon i {
  color: #8373e6;
  line-height: 80px;
  font-size: 30px;
}
.radio-btn .hobbies-icon h3{
  color: #8373e6;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}  
.custom-radio input:checked + .radio-btn {
  border: 3px solid #8373e6;
}
.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
label.custom-radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none
}
 /* Final Detail PAGE */
  
  
 .range-wrap {
  position: relative;
  width: 100%;
  padding: 1.5em 0; /*  Giving more room for hover  */
  max-width: 400px;
}

/* Custom Bar */
.range-wrap::before {
  content: "";
  background: linear-gradient(to right, #0145b8, #00e5e0, #00f25e);
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 4px;
  top: 80%;
  transform: translateY(-50%);
  transition: height 100ms ease;
}

.range-wrap:hover::before {
  height: 10px;
}

/*  Hide Original */
.range {
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.range1 {
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.range2 {
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.bubble {
  background: white;
  border: 3px solid #cbd2da;
  position: absolute;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  /* top: 50%; */
  transform: translateY(-50%);
  pointer-events: none; /* Remove pointer events on Bubble so user can click on the actual thumb beaneath it!  */
  color: transparent;
  display: grid;
  place-items: center; /*  Place the number on the center  */
  font-weight: bold;
  font-size: 10px;
  transition: color 100ms ease, transform 100ms ease;
  user-select: none; /*  Prevent Accidentally highlighting the number while sliding the cursor  */
}

.range-wrap:hover .bubble,
.range-wrap:focus .bubble {
  color: black;
  transform: translateY(-50%) scale(1.5);
  padding: 0.1em;
}
/* ------------------------------------------------------------------ */
.inpt-statement label {
  /* padding: 0; */
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin: 0;
}
.inpt-statement .inputBox {
  float: right;
  background: #fff;
  border-radius: 5px;
  padding: 5px 6px;
  border: 1px solid #d5d5d5;
  width: 135px;
  color: #ae285d;
  font-weight: 600;
  font-size: 12px;
}
.loan-amount{
  font-size: 18px;
  padding-bottom: 10px;
}
.inpt-slider .irs-with-grid {
  width: 100%;
  position: relative;
  top: 20px;
  left: 0;
}
.inpt-slider .irs {
  display: block;
}
 .inpt-slider .irs .irs .irs-line {
  height: 5px;
  background-color: #d5d5d5;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 50%);
  width: 100%;
  top: 0;
  overflow: inherit;
}
.irs-with-grid .irs-grid {
  display: none;
}

.inpt-slider .irs-bar {
  /* background: rgb(169,27,83); */
  background: linear-gradient(90deg, rgba(169,27,83,1) 0%, rgba(232,38,99,1) 100%);
  left: 0!important;
  border-radius: 10px;
}
.irs-hidden-input {
  position: absolute!important;
  display: block!important;
  top: 0!important;
  left: 0!important;
  width: 0!important;
  height: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden;
  outline: 0!important;
  z-index: -9999!important;
  background: 0 0!important;
  border-style: solid!important;
  border-color: transparent!important;
}
/* .dragText {
  
  padding-top: 10px;
} */
.dragText span {
  font-size: 15px;
  color: #ababab;
  padding-top: 10px;
}
.pull-left{
  font-size: 15px;
  color: #ababab;
  padding-top: 10px;
}
.pull-right {
  float: right!important;
  
}
.irs-min{
  visibility: hidden;
}
.irs-max{
  visibility: visible;
}
.irs-from{
  visibility: hidden;
}
.irs-to{
  visibility: hidden;
}
.irs-single{
  left: -1.51057%;
}
.irs-grid{
  width: 97.5831%; left: 1.10846%;
}
.irs-grid-pol{
  left: 0%
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 678px) {
  .bg {
    background-size: 200%;
  }
}
@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}
/* @media screen and (min-width: 600px) {
  .mobile-nav1 {
  display: none;
  }
} */
/* @media only screen and (max-width:678px){
    .input-group{
        margin-right: 20px;
    }
}  */
.container-fluid1 {
  padding: 6% !important;
  margin-top: 15px;
}