/* Currency Exchange Start */
.creditbank-currency-exchange-table {
  margin-top: 24px;
  margin-bottom: 48px;
}

.creditbank-currency-exchange-table .converter-title {
  color: #004962;
}

.creditbank-currency-exchange-table table {
  width: 100%;
}

.creditbank-currency-exchange-table table .currency-code {
  font-weight: 700;
}

.creditbank-currency-exchange-table thead tr {
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

.creditbank-currency-exchange-table tbody tr {
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

.creditbank-currency-exchange-table thead tr th {
  font-size: 18px;
  font-weight: 700;
  color: #004962;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
  position: relative;
}

.currency-exchange-date {
  color: #5d5d5d;
}
.creditbank-currency-exchange-table tbody tr td {
  padding: 8px;
}

.creditbank-currency-exchange-table tbody tr td.currency-code, .creditbank-currency-exchange-table tbody tr td.currency-name {
  font-weight: bold;
  font-size: 18px;
}

.creditbank-currency-exchange-table thead tbody tr {
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
  .creditbank-currency-exchange-table thead tr th {
    font-size: 14px !important;
  }

  .creditbank-currency-exchange-table tbody tr td {
    font-size: 14px !important;
  }
}

.converter .relative {
  position: relative;
}

.converter .hidden {
  display: none;
}

.converter .currency-input-container #amount {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  border: 0.5px solid rgba(0,0,0,0.1);
  outline: none !important;
  transition: all 0.3s ease;
  transition-property: border;
  height: 49px;
}

.converter .currency-input-container #amount:hover {
  border: 0.5px solid rgba(0,0,0,0.9);
}

.converter-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: black;
}

.currency-exchange-date {
  margin-bottom: 24px;
}

.creditbank-currency-exchange {
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: #DDEBF0;
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 12px;
  padding-left: 48px;
  padding-right: 48px;
}

@media screen and (max-width: 768px) {
  .creditbank-currency-exchange {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#result-container {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  color: white;
}

#result-container .result-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 12px;
  color: #1e4962;
}

.converter {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .converter {
    grid-template-columns: 1fr;
  }
}

.creditbank-currency-exchange #result-container .result-footer {
  gap: 2px;
  margin-top: 12px;
}

.creditbank-currency-exchange #result-container .result-footer, .creditbank-currency-exchange #result-container .result-footer .currency-to-code {
  color: #999999;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
}

.creditbank-currency-exchange #result-container .currency-result-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.creditbank-currency-exchange #result-container .currency-pgk-description {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  margin-right: 24px;
}

.creditbank-currency-exchange #result-container .currency-to-code {
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 500;
}

.creditbank-currency-exchange #result-container .currency-result-item .currency-change-result {
  font-weight: 700;
  font-size: 20px;
  color: #1e4962;
}

.currency-exchange-container {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .currency-exchange-container {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}

.currency-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.currency-input-container .currency-sign {
  font-size: 20px;
}

.currency-trigger-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.currency-trigger-container .currency-select-container {
  width: 300px;
  border: 0.5px solid rgba(0,0,0,0.1);
  top: calc(100% + 4px);
  position: absolute;
  background-color: #ffffff;
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}

.currency-trigger-container .currency-select-container .currency-select-header-container {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  position: sticky;
  top: 0px;
  background: white;
}

.currency-trigger-container .currency-select-container .currency-select-header-container .currency-select-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
}


.currency-trigger-container .currency-select-container .currency-select-header-container .currency-select-header svg {
  width: 21px;
  height: 21px;
  position: relative;

}

.currency-trigger-container .currency-select-container .currency-select-header-container .currency-select-header input.currency-select-header-input {
  border: none;
  outline: none;
  font-size: 14px;
  color: #004962;
  width: 100%;
  background-color: transparent;
  padding-left: 8px;
}

.currency-trigger-container .currency-select-container .currency-select-items {
  display: flex;
  flex-direction: column;
}

.currency-trigger-container .currency-select-container .currency-select-items .currency-select-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  transition-property: background-color;
}

.currency-trigger-container .currency-select-container .currency-select-items .currency-select-item:hover {
  background-color: #DDEBF0;
}

.currency-trigger-wrapper .currency-select-container .currency-to-name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: start;
}

.currency-trigger-wrapper .currency-select-container .currency-to-name-wrapper .currency-to-code {
  font-size: 14px;
}

.currency-trigger-wrapper .currency-select-container .currency-to-name-wrapper .currency-to-code {
  font-size: 12px;
  color: rgb(93, 93, 93);
}


.currency-trigger-swap-trigger {
  background-color: rgb(0, 73, 98);
  width: 49px;
  height: 49px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  transition-property: background-color;
}

.currency-trigger-swap-trigger:hover {
  background-color: #2480a6;
}

.currency-trigger-swap-trigger svg {
  width: 20px;
  height: 22px;
  color: #ffffff;
}

.creditbank-currency-exchange .currency-trigger {
  background-color: #ffffff;
  border: 0.5px solid rgba(0,0,0,0.1);
  width: fit-content;
  transition: all 0.3s ease;
  cursor: pointer;
  transition-property: border;
}

.creditbank-currency-exchange .currency-trigger:hover {
  border: 0.5px solid rgba(0,0,0,0.9);
}

.creditbank-currency-exchange .currency-to-icon {
  max-width: 28.856px;
  max-height: 19.238px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.creditbank-currency-exchange .currency-to-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.creditbank-currency-exchange .currency-trigger {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.creditbank-currency-exchange .currency-trigger-icon svg {
  width: 7.5px;
  height: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}
/* Currency Exchange End */

.view-calculator-view .loan-tabs-sec .views-row {
  width: calc(100% / 6 - 24px);
  max-width: calc(100% / 6 - 24px);
}
@media (max-width: 1199px) {
  .view-calculator-view .loan-tabs-sec .views-row {
    width: calc(100% / 3 - 24px);
    max-width: calc(100% / 3 - 24px);
  }
}
@media (max-width: 991px) {
  .view-calculator-view .loan-tabs-sec .views-row {
    width: calc(100% / 3 - 9px);
    max-width: calc(100% / 3 - 9px);
  }
}
@media (max-width: 640px) {
  .view-calculator-view .loan-tabs-sec .views-row {
    width: calc(100%);
    max-width: calc(100%);
  }
}

.loan-form, .form-step, .submit-container {
  background: #DDEBF0;
}

.income-slide.deleteMe {
  display: none !important;
}

.need_space {
  margin-top: 60px;
}

@media (max-width: 575px) {
  .need_space {
    margin-top: 0px;
  }
}

.section_people_list {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #DDEBF0;
}

.section_people_list .main-heading {
  margin-bottom: 30px;
}

.section_people_list .bolt-text {
  padding: 25px 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  max-width: 838px;
  margin: auto;
}

.section_people_list .view-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 48px;
}

.section_people_list .view-content .people {
  width: calc((100% - 144px) / 4);
}

.section_people_list .view-content .people img {
  width: 70%;
  height: 70%;
  object-fit: cover;
  border-radius: 100%;
}

.section_people_list .view-content .people .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #004962;
  margin-top: 24px;
}

.section_people_list .view-content .people .people_position {
  font-size: 12px;
  font-weight: 700;
}

.section_people_list .view-content .people .people_title {
  font-size: 20px;
  font-weight: 700;
}

.section_people_list .view-content .people .people_content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section_people_list .view-content .people .people_content.active {
  -webkit-line-clamp: unset;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section_people_list .view-content .people .people_content p,
.section_people_list .view-content .people .people_content a {
  font-size: 14px;
}

.section_people_list .view-content .people .read-more {
  font-size: 14px;
  color: #2380A6;
  cursor: pointer;
  font-weight: 700;
  margin-top: 8px;
}


.section_people_list .view-content .people .read-more:hover {
  color: #004962;
}

@media(max-width:1199px){
  .section_people_list .view-content .people {
    width: calc((100% - 96px) / 3);
  }
}

@media(max-width:767px){
  .section_people_list .view-content .people {
    width: calc((100% - 48px) / 2);
  }
}

@media(max-width:640px){
  .section_people_list .view-content .people {
    width: 100%;
  }

  .section_people_list .view-content .people .image {
    text-align: center;
  }

  .section_people_list .view-content .people img {
    width: 50%;
    height: 50%;
  }
}