.calculator-loan-area .nav.nav-pills {
  /* display: flex !important; */
  position: initial !important;
  background: #f78320;
  padding: 4px 4px;
}

/* .calculator-area 
  .calculator-loan-area .card-body {
     padding: 1rem 1rem; 
    padding: 30px 10px;
    font-size: 10px;
    
  }
  .calculator-area .loan-stats .card .card-body {
    min-height: 380px;
    
  }
  
  
  .calculator-area .nav-pills .nav-link {
    font-size: 12px;
    color: #fff;
    width: 100%;
  }
  .calculator-area .card-body ul li {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .calculator-area .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fbaa1d;
  } */

.loan-stat {
  border: 2px solid #000;
  height: auto;
  width: auto;
  padding: 10px;
}

.calc-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 12px;
}
.calc-sub-title {
  font-size: 15px;
  font-weight: 500;
}
.calculator-area .dropdown .btn {
  background-color: #f78320;
  border-color: #f78320;
  font-size: 13px;
}
.calculator-area .dropdown ul li a {
  font-size: 14px;
}

.calculator-area .btn-check:active + .btn-primary:focus,
.calculator-area .btn-check:checked + .btn-primary:focus,
.calculator-area .btn-primary.active:focus,
.calculator-area .btn-primary:active:focus,
.calculator-area .show > .btn-primary.dropdown-toggle:focus,
.calculator-area .btn-check:focus + .btn-primary,
.calculator-area .btn-primary:focus {
  box-shadow: none !important;
}

.calculator-area .card-body ul.dropdown-menu li {
  width: 100%;
}
.calculator-area .card-body div span {
  vertical-align: middle;
}

.al-range-slider__input:focus,
.al-range-slider__input:hover {
  color: #6a6a6a !important;
}
.calcrangeslider .al-range-slider > input {
  display: none;
}
.calcrangeslider .al-range-slider__track {
  height: 5px;
  margin-bottom: 15px;
}
.al-range-slider__knob {
  height: 18px !important;
  width: 18px !important;
}
.al-range-slider {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.al-range-slider__bar {
  background: #f78320 !important;
}
.al-range-slider__knob {
  background: #f78320 !important;
  border: 0.5em solid #f78320 !important;
  box-shadow: none !important;
}

.calculator-area label {
  font-size: 12px;
}
.calculator-area .btn-accept {
  background: #3ab54a;
  border-color: #3ab54a;
  width: auto;
  margin: 0 3px;
  font-size: 13px;
  padding: 6px 25px;
}
.calculator-area .btn-accept:hover,
.calculator-area .btn-accept:focus {
  background: #2aa33a;
  border-color: #2aa33a;
}

.calculator-area .btn-reject {
  background: #ed1b24;
  border-color: #ed1b24;
  width: auto;
  margin: 0 3px;
  font-size: 13px;
  padding: 6px 25px;
}
.calculator-area .btn-reject:hover,
.calculator-area .btn-reject:focus {
  background: #db0c15;
  border-color: #db0c15;
}
.calculator-area .bold-lbl {
  font-size: 14px;
  font-weight: 500;
}

.calculator-area .loan-stats label {
  font-size: 13px;
}

.io-emi .col-md-6 label:nth-child(1) {
  display: block;
}
.io-emi .col-md-6 label:nth-child(2) {
  display: block;
  font-size: 19px;
  font-weight: 600;
  margin: 3px 0 3px 0;
}
.io-emi .col-md-6 label:nth-child(2) .fa {
  font-size: 14px;
  vertical-align: 4px;
}

.io-emi .col-md-6 h6 {
  font-weight: 400;
}

.calculator-area select:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.calculator-area .installment-amt-row label:nth-child(2) {
  display: block;
  font-size: 19px;
  font-weight: 600;
}
.calculator-area .installment-amt-row label .fa {
  font-size: 14px;
  vertical-align: 4px;
}

.calculator-area .card-body {
  padding: 30px;
}

.calculator-area .btn-apply {
  background: #193e72;
  border-color: #193e72;
  width: auto;
  margin: 0 3px;
  font-size: 15px;
  padding: 8px 38px;
}

.card {
  /* margin-bottom: 40px; */
  border: none;
}
.loan-calc-table table thead tr {
  font-size: 12px;
  vertical-align: middle;
}

.loan-calc-table table thead tr th {
  font-size: 12px;
  color: #003f7e;
}
.loan-calc-table table thead tr th:nth-child(5) {
  font-size: 12px;
  vertical-align: middle;
  display: flex;
  margin-top: 10px;
  padding-bottom: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.loan-calc-table table thead tr th span,
.loan-calc-table table thead tr th a {
  font-weight: 300;
  display: flex;
  justify-content: center;
  font-size: 11px;
  color: #212529;
}

.loan-calc-table .form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.loan-calc-table table {
  text-align: center;
}
.loan-calc-table table tbody tr td:first-child {
  text-align: left;
  width: 210px;
  padding-left: 32px;
}
.loan-calc-table table thead td p {
  display: none;
}
.loan-calc-table table tbody tr td:first-child > div {
  background: #d1d2d4;
  padding: 3px 6px;
}
.loan-calc-table table thead td:nth-child(1) {
  width: 230px;
}
.loan-calc-table table thead td:nth-child(5) {
  width: 50px;
}
.loan-calc-table table tbody div {
  display: none;
}
.loan-calc-table table tbody td p {
  font-size: 12px;
  text-align: center;
  margin: 0;
}
.loan-calc-table table tbody td:last-child p {
  color: #fff !important;
}
.loan-calc-table table tbody tr td {
  font-size: 13px;
}
.loan-calc-table table tbody tr td:last-child {
  width: 88px;
}
.loan-calc-table table tbody tr {
  position: relative;
}

.loan-calc-table table tbody tr td span {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  padding: 5px 11px;
  background: #00adef;
}

.loan-calc-table table tbody tr:nth-child(1) td span,
.loan-calc-table table tbody tr:nth-child(1) td span:after {
  background: #662e91;
  color: #fff;
}
.loan-calc-table table tbody tr:nth-child(2) td span,
.loan-calc-table table tbody tr:nth-child(2) td span:after {
  background: #8cc63e;
  color: #fff;
}
.loan-calc-table table tbody tr:nth-child(3) td span,
.loan-calc-table table tbody tr:nth-child(3) td span:after {
  background: #193e72;
  color: #fff;
}

.loan-calc-table table tbody tr td span:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  background: #00adef;
  right: -4px;
  top: 35%;
  transform: rotate(45deg);
}

.loan-calc-table table tbody tr:nth-child(odd) {
  background: #f3f3f5;
}
.loan-calc-table table tbody tr:nth-child(even) {
  background: #e7e8ea;
}

.loan-calc-table .btn-edit {
  background: #00adef;
  font-size: 14px;
  padding: 4px 9px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: none;
}
.loan-calc-table .btn-delete {
  background: #eb1c26;
  font-size: 12px;
  padding: 2px 5px;
  height: 32px;
  width: 52px;
  border-radius: 10%;
  border: none;
}
.loan-calc-table .btn-delete-col {
  background: #eb1c26;
  font-size: 14px;
  padding: 4px 9px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: none;
}
.loan-calc-table .btn-add {
  background: #03ca50;
  font-size: 12px;
  padding: 2px 5px;
  height: 32px;
  width: 52px;
  border-radius: 10%;
  border: none;
  color: #fff;
}
.loan-calc-table .clear-all-btn {
  border: none;
  font-size: 10px;
}
.upload-download-section > * {
  display: inline-block;
}
.upload-download-section .btn-upload {
  background: #f78320;
  border-color: #f78320;
  font-size: 14px;
  padding: 6px 22px;
  margin-right: 15px;
}
.upload-download-section .ud-or span {
  height: 44px;
  width: 44px;
  padding: 11px 8px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin: 0 50px;
  color: #193e72;
  font-weight: 400;
  position: relative;
}
.upload-download-section .ud-or {
  position: relative;
}
.upload-download-section .ud-or:before {
  content: "";
  height: 2px;
  width: 100px;
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.upload-download-section {
  background: #193e72;
  border-radius: 50px;
  color: #fff;
  font-weight: 300;
  padding: 7px;
}
.sample-tmpl {
  color: #fff;
  font-weight: 200;
  text-decoration: underline;
}
.sample-tmpl:hover,
.sample-tmpl:focus {
  text-decoration: underline;
  color: #fff;
}
.multiple-stocks {
  font-weight: 200;
}
/* .loan-calc-table-btn .btn-apply {
    padding: 8px;
    width: 100%;
    line-height: 28px;
  } */

/* mutual fund table */

/* === Custom Media Query === */
@media (max-width: 575.98px) {
  .partners-section .partners-img {
    border: 2px solid #cdcdcd;
    border-radius: 50%;
    display: flex;
    width: 170px;
    height: 170px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .partners-section img {
    width: 140px;
    height: fit-content;
    padding: 0;
  }

  .partners-section h4 {
    margin-bottom: 20px;
  }

  .lets-understand-section p {
    margin-bottom: 10px;
  }

  .lets-understand-section .col-md-6 ul {
    margin-bottom: 0;
  }
  .lets-understand-section .col-md-4 ul {
    margin-bottom: 20px;
  }

  .video-btn {
    margin-bottom: 30px;
  }
  #videoModal iframe {
    height: 300px;
  }
  .modal-dialog {
    margin: 7rem auto;
    width: 92%;
  }

  .custom-video-popup > p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
  }
  .video-btn {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .partners-section .partners-img {
    border: 2px solid #cdcdcd;
    border-radius: 50%;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .partners-section img {
    width: 65px;
    height: fit-content;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .partners-section .partners-img {
    border: 2px solid #cdcdcd;
    border-radius: 50%;
    display: flex;
    width: 110px;
    height: 110px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .partners-section img {
    width: 80px;
    height: fit-content;
    padding: 0;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 360px) and (max-width: 372px) {
  .loan-price {
    font-size: 23px;
  }
  .cust-lt {
    min-height: 42px;
  }
  .cust-renewable {
    padding-top: 6px;
  }
}

@media (min-width: 372px) and (max-width: 400px) {
  .loan-price {
    font-size: 23px;
  }
  .cust-lt {
    min-height: auto;
  }
  .cust-renewable {
    padding-top: 6px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px;
    margin: 7.75rem auto;
  }
}

/* Calculator */

.LAM-tab {
  background-color: #f58220;
  color: #fff;
  padding: 10px 20px;
  width: fit-content;
  font-size: 14px;
  margin-left: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.apply-disclaimer {
  display: flex;
  flex-direction: row;
}
.btn-apply {
  text-align: center;
  width: auto;
  font-size: 14px;
}
.disclaimers {
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 30px;
  color: #737373;
  width: 85%;
}
.disclaimers p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #333333;
  width: 90%;
  padding-bottom: 5px;
  text-align: justify;
}
.disclaimers p:first-child {
  margin-top: -40px;
}
.disclaimers p:nth-child(2) {
  font-size: 12px;
  /* margin-left: 80px; */
}
.disclaimers p:nth-child(3) {
  font-size: 12px;
  /* margin-left: 80px; */
}
.disclaimers p:nth-child(4) {
  font-size: 12px;
  /* margin-left: 80px; */
}
.disclaimers p:nth-child(5) {
  font-size: 12px;
  /* margin-left: 80px; */
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 660px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.highcharts-credits {
  display: none;
}
.highcharts-background {
  width: 300px !important;
  height: 300;
}
.highcharts-roots {
  width: 300px !important;
  height: 300;
}

.rangecontainer {
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.range {
  display: flex;
  width: 100%;
}

.range__slider {
  width: 95%;
}

.range__value {
  width: 40%;
  text-align: center;
  border-left: #e6e4e4 1px solid;
}

.form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-group label {
  text-transform: uppercase;
  font-size: 15px;
  color: #222;
  margin-bottom: 5px;
}

.form-group span {
  font-size: 15px;
  font-weight: 600;
  color: #3c3b3b;
}

.range__slider label {
  margin-bottom: 10px;
}

.range__slider [type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 1px;
  border-radius: 2px;
  background: #f1f1f1;
  outline: none;
  padding: 0;
  margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff6600;
  border: #f9ca24 4px solid;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
  background: #f0932b;
}

.range__slider [type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #ff6600;
  border: #f9ca24 5px solid;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
  background: #f9ca24;
}

/* remove border */
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/* Scrpit input */

.script_input {
  width: 100%;
  border-width: 2px;
  border-color: #f09b0a;
  /* box-shadow: 0 0 3px #f09b0a; */
  outline-offset: 0px;
  outline: none;
}
.input :focus {
  border-color: #f09b0a;
  /* box-shadow: 0 0 3px #f09b0a; */
  outline-offset: 0px;
  outline: none;
}

/* quantity input */
.calc-qty-label {
  margin: 20px 0;
}
.calc-qty-input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #f0932b;

  /* box-shadow: 0 0 3px #f09b0a; */
  outline-offset: 0px;
  outline: none;
  margin: 20px 0;
}
.input :focus {
  border-color: #f09b0a;
  /* box-shadow: 0 0 3px #f09b0a; */
  outline-offset: 0px;
  outline: none;
}

/* doughnut chart */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 1rem 0.4rem;
  border-radius: 100%;
  transform: scale(0.8);
}
.center {
  background: #e6e6e6;
  position: absolute;
  text-align: center;
  font-size: 12px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 170px;
  height: 170px;
  margin: auto;
  border-radius: 50%;
  line-height: 0px;
  padding: 15% 0 0;
}

.portion-block {
  border-radius: 10%;
  clip: rect(0px, 200px, 200px, 100px);
  height: 100%;
  position: absolute;
  width: 100%;
}
.portion-block-1 {
  border-radius: 10%;
  clip: rect(0px, 200px, 100px, 100px);
  height: 100%;
  position: absolute;
  width: 100%;
}
.circle {
  border-radius: 50%;
  clip: rect(0px, 100px, 200px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}

#part1 {
  transform: rotate(0deg);
}

#part1 .circle {
  background-color: #ff751a;
  /* transform: rotate(76deg); */
  animation: first 1s 1 forwards;
}

#part2 {
  transform: rotate(40deg);
}
#part2 .circle {
  background-color: #193e72;
  animation: second 1s 1 forwards 1s;
}
#part3 {
  transform: rotate(210deg);
}
#part3 .circle {
  background-color: #193e72;
  animation: third 1s 1 forwards 2s;
}

/* Animation */
@keyframes first {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(40deg);
  }
}

@keyframes second {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes third {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(150deg);
  }
}

@media screen and (max) {
}

/* loan status */
.loan-stat-main {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.loan-stats-card {
  width: -webkit-fill-available;
}
.loan-stat-table table {
  border-collapse: separate;
  border-spacing: 15px 0;
}

.loan-stat-table table tr th {
  font-size: 12px;
  border: 0;
  /* border: 1px solid #bfbfbf; */
  width: 15%;
  border-radius: 5px;
  background-color: #fff;
}
.loan-stat-table table tr th h1 {
  justify-content: center;
  align-items: center;
  font-size: 9px;
}

.loan-stat-table table tr th p {
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.loan-stat-table .form-control {
  border: 1px solid #ced4da;
}

/* LOAN STATUS HEADER */
.loan-status-card-header {
  /* background-color: #193e72; */
  text-align: left;
  color: #043B72;
  font-weight: bold;
  width: 120px;
  font-size: 14px;
  padding: 5px;
  /* border-radius: 5%; */
  margin-left: 15px;
  /* border-top-left-radius: 5%;
  border-top-right-radius: 5%; */
}
.loan-status-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}
.loan-status-head-text {
  font-size: 16px;
  color: #333333;
  font-weight: 399;
}
.loan-status-body {
  font-size: 18px;
  /* text-align: center; */
  color: #193e72;
  padding: 0%;
}

@media screen and (max-width: 768px) {
  .loan-stats-card {
    width: -webkit-fill-available;
  }
  .loan-stat-table table tr th {
    font-size: 12px;
    border: 1px solid #bfbfbf;
    width: 100%;
    display: block;
  }
  .center p {
    font-size: 9px;
  }
  .doughnut-chart {
    font-size: 10px;
  }
  .loan-calc-table table thead {
    display: flex;
    flex-direction: column-reverse;
  }
  .loan-calc-table table thead tr {
    display: flex;
    flex-direction: column;
  }
  .head-media-collapsable {
    display: none !important ;
  }
  .head-media-collapsable tr {
    display: none;
  }
  .form-control {
    width: 100%;
  }
  .loan-calc-table table thead td p {
    display: flex;
    margin: 0px;
    width: 100%;
  }
  .loan-calc-table table thead td {
    display: flex;
    flex-wrap: flex-end;
    margin: 0px;
  }
  .loan-calc-table table thead td:nth-child(7) {
    justify-content: center;
    border-bottom: none;
  }
  .loan-calc-table table thead td:nth-child(1) {
    width: 100%;
  }
  .loan-calc-table table thead td:nth-child(2) {
    width: 100%;
  }
  .loan-calc-table table thead td:nth-child(3) {
    width: 100%;
  }
  .loan-calc-table table thead td:nth-child(4) {
    width: 100%;
  }
  .loan-calc-table table thead td:nth-child(5) {
    width: 100%;
  }
  .loan-calc-table table thead td input {
    margin-left: 50px;
  }
  .loan-calc-table table tbody td {
    display: flex;
    flex-direction: row;
    padding-left: 18px;
    width: 100%;
  }
  .loan-calc-table table tbody tr td:first-child {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .loan-calc-table table tbody tr td:first-child > div {
    background: none;
    padding-top: 5px;
    width: calc(100% - 127px);
    padding-left: 20px;
  }
  .loan-calc-table table tbody tr td > div:first-child {
    padding-top: 5px;
    width: calc(100% - 100px);
  }
  .loan-calc-table table tbody td div {
    display: inline-block;
    width: calc(100% - 100px);
    text-align: left;
  }
  .loan-calc-table table tbody td p {
    font-size: 12px;
    text-align: center;
    width: 90%;
    margin: 0;
  }
  .loan-calc-table table tbody td:last-child {
    width: 100% !important;
    justify-content: center;
    align-items: center;
  }
  .loan-calc-table table tbody tr {
    border-top: 10px solid transparent;
  }
  .loan-stat-main {
    display: flex;
    flex-direction: column-reverse;
    width: 92% !important;
  }
  .donut-chart-block {
    /* margin-left: 12%;  */
    text-align: center;
    display: flex;
  }
  .donut-chart-tab {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loan-stat-table thead tr th {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
    border: 0;
  }
  .loan-stat-table thead tr th div {
    width: calc(100% - 80px);
    text-align: right;
  }
  .loan-stat-table thead tr th div:first-child div:last-child {
    width: 0;
  }
  .loan-stat-table thead tr th div:first-child {
    width: max-content;
    text-align: left;
    /* padding-left: 10px; */
    padding-bottom: 0;
  }
  .calculator-area .card-body {
    padding: 0;
  }
  .card-body {
    padding: 0;
  }
  .loan-calc-table table tbody tr td span {
    height: 25px !important;
    width: 20px !important;
    left: -15px;
  }
  .LAM-tab {
    background-color: #f58220;
    color: #fff;
    padding: 4px 10px;
    width: fit-content;
    font-size: 16px !important;
    margin-left: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .apply-disclaimer {
    display: flex;
    flex-direction: column;
  }
  .apply-btn-section div {
    text-align: center;
  }

  .apply-btn-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .disclaimers {
    width: 100%;
  }

  .cal-main-function-container {
    padding: 22px 15px;
  }

  .card {
    margin-bottom: 0;
    border: none;
  }
}
/* loan stats i button */

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
#b1 {
  border-radius: 50%;
  font-size: 8px;
  border: none;
  color: #fff;
  background-color: #f0932b;
  margin: auto auto auto 6px;
}
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  top: -180%;
  left: 50%;
  margin-left: -80px;
}
.popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  top: -220%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.popup #b1:hover + .popuptext {
  visibility: visible;
  opacity: 1;
}
#b1:hover + .popuptext {
  visibility: visible;
  opacity: 1;
}

/* Add animation (fade in the popup) */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* datalist{
    background-color: white;
    border: 1px solid blue;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    width: 350px;
    padding: 5px;
  }
  datalist option{
    background-color: #003f7e;
  }
  option {
    background-color: white;
    padding: 4px;
    color: blue;
    margin-bottom: 1px;
     font-size: 18px;
    cursor: pointer;
  } */
