.card {
    border: none;
    border-radius: 10px
}
.c-details span {
    font-weight: 300;
    font-size: 13px
}
.icon {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.badge span {
    background-color: #fffbec;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #fed85d;
    justify-content: center;
    align-items: center
}

.progress {
    height: 12px;
    border-radius: 0px;
    background-color: #64636366;
}
.container-2 .header-2 {
    font-size: 1.5rem;
font-weight: 600;
margin-top: 16px;
margin-bottom: -12px;
  }

.progress div {
    background-color:#f47a54;
}

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #a5aec0
}


  p {font-size: 16px;}
  .margin {margin-bottom: 45px;}
  .bg-1 {
    background-color: #1abc9c; /* Green */
    color: #ffffff;
  }
  .bg-2 {
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
  }
  .bg-3 {
    background-color: #ffffff; /* White */
    color: #555555;
  }
  .bg-4 {
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
  }



.navbar-brand {height: auto;}

.container-2 {
  position: relative;
  width: 100%;
  background: #eaf2fc;
  padding: 25px;

}
 h4{
    font-weight: bold;
}
.next-pre{
    text-align:right;
}
.next-pre .fa{
    font-size:32px;
    cursor: pointer;
}
.header-clc{
    font-size: 24px;
    font-weight: 400;
    background: #10109d;
    padding: 12px 0 12px 25px;
    color:#fff;
}

.container-2 header{
    font-size: 1.5rem;
    font-weight: 600;

}


.container-2 .form {
  margin-top: 30px;
}
.form .input-box {
  width: 100%;
  margin-top: 20px;
}
.input-box label {
  color: #333;
}
.form :where(.input-box input, .select-box) {
  position: relative;
  height: 50px;
  width: 100%;
  outline: none;
  font-size: 2rem;
  color: #000;
  margin-top: 8px;
  border: 1px solid #000;
  padding: 0 15px;
}
.input-box input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form .column {
  display: flex;
  column-gap: 15px;
}
.form .gender-box {
  margin-top: 20px;
}
.gender-box h3 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.form :where(.gender-option, .gender) {
  display: flex;
  align-items: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
.form .gender {
  column-gap: 5px;
}
.gender input {
  accent-color: rgb(130, 106, 251);
}
.form :where(.gender input, .gender label) {
  cursor: pointer;
}
.gender label {
  color: #707070;
}
.address :where(input, .select-box) {
  margin-top: 15px;
}
.select-box select {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  color: #707070;
  font-size: 1rem;
}
.form button {
  height: 55px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background: rgb(130, 106, 251);
}
.form button:hover {
  background: rgb(88, 56, 250);
}
/*Responsive*/
@media screen and (max-width: 500px) {
  .form .column {
    flex-wrap: wrap;
  }
  .form :where(.gender-option, .gender) {
    row-gap: 15px;
  }
}



#step-2, #step-3, #step-3b, #step-4, #step-5, #step-5b, #step-5c, #step-6, #step-7{
    display:none;
}
.currency-box{
    position:relative;
}
.currency-box input{
    padding-left: 18px;
}
.currency-box > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
    margin-top:3px;
    z-index: 999;
    font-size:30px;
  }

.switch-field {
	display: flex;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 10px 18px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #f47a54;
	box-shadow: none;
    color:#fff;
}

.switch-field label:first-of-type {
	border-radius: 0px 0 0 0px;
}

.switch-field label:last-of-type {
	border-radius: 0 0px 0px 0;
}


.fa-info{
    width: 17px;
    border: 1px solid #000;
    padding: 0px 0px 0px 6px;
    border-radius: 10px;
    cursor: pointer;
 }
 .fa-info::before {
    content: "\f129";
    font-size: 10px;
    font-weight: normal;
  }
  .loan_interest{display:none;}

span.help-inline-error{
   color: red;
   font-size: 14px;
   font-weight: normal;
   margin-bottom:0px;
   display:none!important;/*Ab error show nahi kr na*/
}
/*input.help-inline-error{
    border: 1px solid rgb(238, 48, 48);
    color:#000;
}*/
.btn-disabled{
 opacity: 0.14;
 pointer-events:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.present-i{
    right:5px;
}
.years-i{
    right: 38px;
    width: 50px !important;
}
.months-i{
    right:55px;
    width: 60px !important;
}

.selectdiv {
    position: relative;
    float: left;
    min-width: 100%;
    margin: 14px 0 0 0;
  }

  /* IE11 hide native button (thanks Matt!) */
  select::-ms-expand {
  display: none;
  }

  .selectdiv:after {
    content: '\f078';
    font: 17px "FontAwesome", monospace;
    color: #333;
    /*-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
    right: 11px;
    /*Adjust for position however you want*/

    top: 18px;
    padding: 0 0 2px;

    /*left line */

    position: absolute;
    pointer-events: none;
  }

  .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    max-width: 320px;
    height: 40px;
    float: right;
    margin: 5px 0px;
    padding: 0px 14px;
    font-size: 20px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
  }
  .orange-btn::before{
    content:'Submit';
  }

  .orange-btn{
    background-color:#F47A54;
    color:#fff;
    padding: 10px 22px;
}

.loader {
    border: 9px solid #b0aeae94;
    border-radius: 50%;
    border-top: 9px solid #F47A54;
    border-left: 9px solid #F47A54;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-bottom: 30px;
    margin-top: 30px;
}

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .header-3{
    font-weight: 600;
  }
  .fix-gen{
    font-weight: 600;
  }
  .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    top:-4px;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 288px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -142px;
  }

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .repote-sec h4 {
    font-size: 24px;
    font-weight: 400;
    background: #10109d;
    padding: 12px 0 12px 0px;
    color: #fff;
  }

  .repote-wrapper {
    background-color: #10109d;
  }
  .logo-sec-wrapper, .report-wrapper{
    background: #eaf2fc;
    margin-top: 0px;
  }
  .logo-sec-wrapper{
    padding-top:30px;
    padding-bottom:10px;
  }
  .indicators h4{
     background-color: #f2f20b;
     color:#000;
  }

  .account-heading h4 {
    font-size: 24px;

  }
.orange-btn-save{
    background-color:#F47A54;
    color:#fff;
    padding: 10px 22px;
}
.orange-btn-save:hover{
    background-color:#F47A54;
    color:#fff;
    padding: 10px 22px;
}

/* The container */
.container_r {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
  .container_r input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    /*border-radius: 50%;*/
    border: solid;
  }

  /* On mouse-over, add a grey background color */
  .container_r:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .container_r input:checked ~ .checkmark {
    background-color: #F47A54;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .container_r input:checked ~ .checkmark:after {
    display: none;
  }

  /* Style the indicator (dot/circle) */
  .container_r .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

  .logo-contant{width:60%;}
  .logo-contant img{max-width:inherit;}
  input:read-only {
    background-color: rgb(220, 220, 212);
    opacity:0.35;
  }


