p.success-banner {
  background: #5bf94e73;
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  padding: 15px; }

.lang-switch {
  margin-right: 20px; }

.pagination nav svg {
  width: 25px; }

.main-header .wpml-ls-legacy-dropdown {
  padding-right: 25px; }

@media only screen and (max-width: 1024px) {
  .main-header .wpml-ls-legacy-dropdown {
    margin-top: 24px; }

  .main-header .aheto-toolbar {
    padding: 15px 0; }

  .main-header .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    z-index: 10; } }
@media only screen and (max-width: 570px) {
  .main-header .wpml-ls {
    display: block !important;
    width: 100%;
    text-align: center;
    margin-top: 0px; }

  .main-header .main-header__logo {
    flex-basis: 100%;
    flex-direction: column; } }
@media only screen and (max-width: 420px) {
  .emi-slider label {
    font-size: 12px; }

  #installment_text {
    padding: 6px 0px 0px; } }
.aht-ban--main {
  height: 75vh; }

.aheto-logo__image {
  max-height: 60px; }

.aht-ban__title {
  font-weight: 500 !important; }

.img-responsive {
  width: 100%; }

.aheto-content-block--bgImg {
  cursor: pointer; }

.aheto-content-block--bgImg .aheto-content-block__info {
  display: block !important; }

footer {
  margin-top: 25px; }

.range-text {
  margin: 0px auto; }

.compare-menu {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #f0f2f2;
  z-index: 3;
  border-top: 2px solid #05b59d;
  min-height: 100px;
  padding: 10px 20px;
  display: none; }
  .compare-menu .close-wrapper {
    width: 100%;
    display: inline-block; }
    .compare-menu .close-wrapper .close-button {
      float: right;
      text-align: right;
      cursor: pointer; }
      .compare-menu .close-wrapper .close-button img {
        width: 32px; }
  .compare-menu #compare_content_area p {
    font-size: 20px;
    text-align: center;
    color: #000; }
    @media screen and (max-width: 1024px) {
      .compare-menu #compare_content_area p {
        font-size: 14px; } }
  .compare-menu #compare_content_area img.remove_btn {
    width: 24px;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer; }
  @media screen and (max-width: 575px) {
    .compare-menu #compare_content_area {
      max-height: 200px;
      overflow-y: auto; } }
  .compare-menu .compare-btn-div {
    text-align: center;
    padding-top: 60px; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

#myTable {
  margin-bottom: 0px; }
  #myTable tbody {
    display: inline-table;
    width: 100%; }

#myTable tbody tr td,
#myTable tbody tr th {
  width: 20%;
  text-align: center;
  vertical-align: middle; }
  @media screen and (max-width: 700px) {
    #myTable tbody tr td,
    #myTable tbody tr th {
      width: 150px !important;
      min-width: 150px; } }

#myTable tbody tr th {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  background-color: #e7e7e7; }

.adjust-section label,
.adjust-section input,
.adjust-section button {
  margin-bottom: 10px; }
.adjust-section button {
  height: 36px; }

#compare_content_area .bank_logo {
  height: auto;
  width: 100%;
  max-width: 85px; }

.app-details {
  margin-top: 50px; }
  .app-details h3 {
    margin-bottom: 15px; }
  .app-details .button-section {
    display: flex;
    width: 50%;
    height: 200px;
    margin: auto;
    align-items: center;
    justify-content: center; }
    .app-details .button-section a {
      font-size: 30px !important; }

.loan-details {
  background-color: #e9e9e9;
  padding: 20px; }
  .loan-details .loan-detail-title {
    display: flex;
    align-items: center; }
  .loan-details hr {
    border-bottom: 4px dashed; }

.select-loan-details {
  display: flex;
  flex-direction: row;
  margin-top: 20px; }
  .select-loan-details .select-loan-items {
    flex: 20%;
    text-align: center; }
    .select-loan-details .select-loan-items h5 {
      height: 50px; }
    .select-loan-details .select-loan-items p {
      color: #6f6c6c; }

.bank-terms {
  margin-top: 30px;
  padding: 20px; }
  .bank-terms ul {
    padding-left: 25px; }
    .bank-terms ul li {
      list-style-image: url("../img/check.png");
      padding-left: 5px;
      padding-bottom: 10px; }

.value_bold {
  font-weight: 700; }

@media (max-width: 800px) {
  .select-loan-details {
    flex-direction: column; }

  .loan-detail-title h4 {
    text-align: center !important;
    width: 100%; } }
.protip {
  width: 20px;
  height: auto; }

.have_hl {
  width: 100%; }

#swal2-title {
  font-size: 22px;
  font-weight: normal; }

.swal2-confirm {
  background-color: #007bff !important; }

#installment_text {
  margin: 0px;
  padding: 0px; }

.terms_anchor {
  margin-top: 10px;
  margin-bottom: 0px; }

.btn-warning {
  color: #fff;
  background-color: #f88113;
  border-color: #f9f930; }
  .btn-warning:hover {
    color: #000; }

.banking_offer_title {
  width: 100% !important;
  display: block;
  margin: 10px 0px;
  padding: 10px 10px;
  text-align: center;
  -webkit-box-shadow: 5px 6px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 6px 11px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 6px 11px -4px rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(to right top, #2a74ed, #008cec, #009ad1, #00a2ac, #00a688, #00ae83, #00b67d, #19bd74, #16cd96, #26ddb6, #41ecd4, #5ffbf1); }
  .banking_offer_title:hover {
    -webkit-box-shadow: -200px -200px 11px -200px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -200px -200px 11px -200px rgba(0, 0, 0, 0.75);
    box-shadow: -200px -200px 11px -200px rgba(0, 0, 0, 0.75);
    cursor: pointer; }
  .banking_offer_title span {
    color: #fff;
    font-weight: bold;
    text-decoration: none; }

.banking_offer_sidebar {
  text-align: center; }
  .banking_offer_sidebar .back-button {
    margin-top: 15px; }

.banking_offer_content {
  margin-top: 0px !important;
  padding-top: 0px !important; }

.filter-text {
  color: #007bff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer; }

.togglebanking {
  text-align: left;
  margin-top: 25px; }

.special_offer {
  width: 50px;
  height: auto;
  animation: pulse 2s infinite; }

@keyframes pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
.spl_offer {
  text-align: left; }
  .spl_offer h2 {
    font-size: 20px; }
  .spl_offer h3 {
    font-size: 18px; }
  .spl_offer p {
    font-size: 16px; }

.acc_detail {
  margin-top: 0px;
  padding-top: 0px; }
  .acc_detail .acc_detail_img {
    width: 100%;
    margin-bottom: 30px; }

.account_filter {
  padding: 25px !important; }
  .account_filter .togglebanking {
    margin-top: 0px; }
    .account_filter .togglebanking .filter-text {
      font-size: 20px; }
    .account_filter .togglebanking select {
      height: 50px;
      margin: 10px; }

.popup_img {
  max-height: 250px;
  width: 100%; }

.acc-btn {
  margin: 5px; }

.gender-span {
  margin-bottom: 10px;
  font-size: 16px; }

.gender-group {
  margin-top: 10px;
  display: block; }

.gender-group label {
  display: inline-block;
  margin-right: 5px;
  /* Adjust as needed for spacing between the labels and radio buttons */ }

.gender-group input[type="radio"] {
  display: inline-block;
  margin-right: 10px; }

@media (max-width: 466px) {
  .retirement-form p {
    display: block !important; } }

#private_block {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  width: 100%; }
  #private_block p {
    width: 100%;
    display: flex; }
    @media (max-width: 466px) {
      #private_block p {
        display: block; } }
  #private_block .five_year {
    color: #999999;
    padding-left: 15px; }

#govt_block {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  width: 100%; }
  #govt_block p {
    width: 100%;
    display: flex; }
    @media (max-width: 466px) {
      #govt_block p {
        display: block; } }

#female_gender {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px; }
  #female_gender p {
    width: 100%;
    display: flex; }
    @media (max-width: 466px) {
      #female_gender p {
        display: block; } }

.group-label {
  display: block;
  font-size: 22px;
  color: #848484; }

.retirement-terms {
  height: 300px;
  overflow-y: scroll;
  text-align: left; }

#pension_result {
  width: 100%;
  display: none;
  margin-top: 20px; }
  #pension_result #pension_amount {
    float: left;
    text-align: center;
    margin-right: 20px;
    border: 2px solid #28a745;
    padding: 10px 20px;
    width: 170px;
    margin-bottom: 10px; }
    #pension_result #pension_amount p {
      padding: 0px;
      margin: 0px;
      font-size: 14px; }
    #pension_result #pension_amount h4 {
      padding: 0px;
      margin: 0px; }
      #pension_result #pension_amount h4 span {
        font-size: 14px; }
  #pension_result #elderly_allowance {
    display: none;
    float: left;
    text-align: center;
    margin-right: 20px;
    border: 2px solid #28a745;
    padding: 10px 20px;
    width: 170px;
    margin-bottom: 10px; }
    #pension_result #elderly_allowance p {
      padding: 0px;
      margin: 0px;
      font-size: 14px; }
    #pension_result #elderly_allowance h4 {
      padding: 0px;
      margin: 0px; }
      #pension_result #elderly_allowance h4 span {
        font-size: 14px; }
  #pension_result #above_3000 {
    display: none;
    float: left;
    text-align: center;
    margin-right: 20px;
    border: 2px solid #ff0707;
    padding: 10px 20px;
    max-width: 360px;
    margin-bottom: 10px; }
    #pension_result #above_3000 p {
      padding: 0px;
      margin: 0px;
      font-size: 14px; }
    #pension_result #above_3000 h4 {
      padding: 0px;
      margin: 0px; }
      #pension_result #above_3000 h4 span {
        font-size: 14px; }

.retirement-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  display: inline-block !important;
  /* Ensure the element has dimensions */
  background-image: url("../img/retirement.png");
  /* Replace with the path to your image */
  background-size: cover;
  /* Adjust how the image is sized within the element */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */ }

.kid-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  display: inline-block !important;
  /* Ensure the element has dimensions */
  background-image: url("../img/kid.png");
  /* Replace with the path to your image */
  background-size: cover;
  /* Adjust how the image is sized within the element */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */ }

.custom-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  display: inline-block !important;
  /* Ensure the element has dimensions */
  /* Replace with the path to your image */
  background-size: cover;
  /* Adjust how the image is sized within the element */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */ }

#elderly_msg {
  text-align: left;
  display: none;
  width: 100%; }

/*# sourceMappingURL=main.css.map */
