@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
#map{
    width: 100%;
    height: 400px;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.stepper-widget ul {
    position: relative;
    z-index: 1; }
.stepper-widget ul::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 10px;
    z-index: -1;
     }
.stepper-widget ul li {
    margin: 15px 0;
    position: relative; }
.stepper-widget ul li:last-child::before {
    display: none; }
.stepper-widget ul li::before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: -35px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #dcdee0; }
.stepper-widget ul li.complete a {
    color: #2ac769; }
.stepper-widget ul li.complete a .number {
    background-color: #fff;
    border-color: #2ac769; }
.stepper-widget ul li.complete a .number span {
    display: none; }
.stepper-widget ul li.complete a .number i {
    color: #2ac769;
    display: block; }
.stepper-widget ul li.active a {
    color: #0050b2;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
.stepper-widget ul li.active a .number {
    background-color: #0050b2;
    border: none;
    color: #fff; }
.stepper-widget ul li.active a .number span {
    color: #fff; }
.stepper-widget ul li a {
    display: inline-block;
    font-size: 14px;
    color: #9199a1;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
.stepper-widget ul li a .number {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #f5f7fa;
    border: 1.5px solid #dcdee0;
    text-align: center;
    line-height: 29px;
    display: inline-block;
    margin-right: 15px; }
.stepper-widget ul li a .number span {
    color: #6a737c;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px; }
.stepper-widget ul li a .number i {
    display: none;
    font-size: 16px;
    line-height: 28px; }


.loan-details-widget {
    padding: 10px 10px;
    box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1);
    border-radius: 10px;
    padding-bottom: 15px; }
.loan-details-widget .select-loan-type-radio {
    display: none; }
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type {
    fill: white;
    background-color: #0050b2;
    cursor: pointer; }
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type span {
    color: #fff; }
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type img {
    display: none; }
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type img + img {
    display: inline-block; }
.loan-details-widget .loan-type {
    background-color: rgba(0, 80, 178, 0.05);
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease-out;
    display: block; }
.loan-details-widget .loan-type:hover {
    fill:white;
    background-color: #0050b2;
    cursor: pointer; }
.loan-details-widget .loan-type:hover span {
    color: #fff; }
.loan-details-widget .loan-type:hover img {
    display: none; }
.loan-details-widget .loan-type:hover img + img {
    display: inline-block; }
.loan-details-widget .loan-type span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #171d24;
    font-size: 16px;
    margin-top: 14px;
    text-transform: capitalize; }
.loan-details-widget .loan-type img + img {
    display: none; }
.loan-details-widget .label {
    font-size: 16px;
    color: #171d24;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 12px; }
.loan-details-widget .form-check .form-check-label {
    color: #9199a1; }
.loan-details-widget .form-check .form-check-input:checked[type="radio"] ~ .form-check-label {
    color: #6a737c; }
.loan-details-widget .form-control {
    border-color: #dcdee0;
    height: 45px;
    color: #9199a1;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
.loan-details-widget .form-control::placeholder {
    color: #9199a1; }
.loan-details-widget .form-control:focus {
    border-color: #0050b2;
    box-shadow: none; }
.loan-details-widget .input-field {
    position: relative; }
.loan-details-widget .input-field span {
    position: absolute;
    display: inline-block;
    top: 12px;
    left: 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #a8a8b2; }
.loan-details-widget .input-field .form-control {
    padding-left: 30px; }
.loan-details-widget .iti {
    width: 100%; }
.loan-details-widget .nice-select {
    height: 45px;
    border-color: #dcdee0;
    display: inline-block;
    float: inherit; }
.loan-details-widget .nice-select:focus {
    border-color: #0050b2; }
.loan-details-widget .nice-select .current {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #9199a1; }
.loan-details-widget .nice-select .list {
    width: 100%; }
.loan-details-widget .dob .nice-select {
    margin-right: 15px;
    width: 100%; }
.loan-details-widget .dob .nice-select .list {
    max-height: 350px;
    overflow-y: scroll;
    scrollbar-color: #dededee7 #f1f1f1da;
    scrollbar-width: thin;
    /* Track */
    /* Handle */ }
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar {
    width: 4px; }
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1da; }
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar-thumb {
    background: #dededee7;
    border-radius: 5px; }
.loan-details-widget .nav-btn a,
.loan-details-widget .nav-btn button {
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #6a737c; }
.loan-details-widget .nav-btn a i,
.loan-details-widget .nav-btn button i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 2px; }
.loan-details-widget .nav-btn a.prev-btn i,
.loan-details-widget .nav-btn button.prev-btn i {
    margin-right: 5px;
    margin-left: 0px; }
.loan-details-widget .doc-info {
    display: flex; }
.loan-details-widget .doc-info span {
    display: inline-block;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #171d24;
    margin-right: 15px; }
.loan-details-widget .doc-info p {
    display: inline-block;
    display: inline-block;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #6a737c; }


.form-control {
    border-color: #dcdee0;
    color: #a8a8b2;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
.form-control:focus {
    border-color: #0050b2;
    box-shadow: none; }

.range-header{
    margin-bottom: 25px;
}

.list-group-item{
    padding-top: 50px;
    padding-bottom: 50px;
}

.calculator-widget .single-calculator-widget {
    padding: 42px 50px;
    border: 1px solid #dcdee0;
    border-radius: 10px; }
.calculator-widget .single-calculator-widget .single-range .range-header h6 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #0050b2;}
.calculator-widget .single-calculator-widget .single-range .range-header input {
    height: 37px;
    border-radius: 4px;
    border: 1px solid #dcdee0;
    background-color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #6a737c;
    font-weight: 500;
    width: 150px;
    text-align: center; }
.calculator-widget .single-calculator-widget .single-range .range-header input:focus {
    border-color: #0050b2; }
.calculator-widget .single-calculator-widget .single-range .nav-tabs {
    background-color: rgba(0, 80, 178, 0.1);
    border-radius: 15px;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1; }
.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar {
    position: absolute;
    height: 29px;
    left: 95px;
    width: 81px;
    border-radius: 15px;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out; }
.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar.left {
    width: 95px;
    left: 0; }
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item {
    border: none; }
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link {
    border-radius: 15px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    height: 30px;
    line-height: 29px;
    padding: 0 25px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #6a737c;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 1; }
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link.active {
    color: #fff; }

.calculator-widget .radial-progress {
    height: auto;
    padding: 0;
    transform: rotate(-65deg);
    width: 100%; }
.calculator-widget .radial-progress circle {
    stroke-width: 8;
    fill: transparent; }
.calculator-widget .radial-progress circle.incomplete {
    stroke: #0050b2; }
.calculator-widget .radial-progress circle.complete {
    stroke-width: 7;
    stroke: #a924fa;
    stroke-dasharray: 188.49555921538757; }
