/* .sample-component-bold-style {
	font-weight: bold;
}

.sample-component-italic-style {
	font-style: italic;
} */

/* our achievement box starts here */

.our-achivements-box {
    padding-bottom: 90px;
    background: #F8FCFF;
}

.our-achivements-box .our-achivements-inner {
    background: #2B61AB;
    box-shadow: 0px 11px 14px rgba(0, 52, 122, 0.08);
    border-radius: 8px;
    padding: 35px 45px;
}

.our-achivements-box .our-achivements-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.our-achivements-box .our-achivements-col {
    padding: 0 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.our-achivements-box .our-achivements-col:last-child {
    border-right: none;
}

.our-achivements-box .our-achivements-col h1 {
    font-size: 3.6em; /*56px*/
    line-height: 64px;
    margin-bottom: 6px;
    font-weight: 300;
    color: #FFFFFF;
}

.our-achivements-box .our-achivements-col p {
    font-size: 1.25em;/*20px*/
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #B4D3FF;
}

@media (max-width: 1199px) {
    .our-achivements-box .our-achivements-inner {
        padding: 25px;
    }

    .our-achivements-box .our-achivements-col {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .our-achivements-box {
        padding-bottom: 40px;
    }

    .our-achivements-box .our-achivements-inner {
        padding: 8px 20px 30px;
    }

    .our-achivements-box .our-achivements-row {
        margin: 0 -30px;
    }

    .our-achivements-box .our-achivements-col {
        padding: 19px 30px;
        width: 50%;
        border: none;
    }

    .our-achivements-box .our-achivements-col h1 {
        font-size: 2.5em; /*40px*/
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .our-achivements-box {
        padding-bottom: 20px;
    }

    .our-achivements-box .our-achivements-inner {
        padding: 8px 20px 26px;
    }

    .our-achivements-box .our-achivements-row {
        margin: 0 -17px;
    }

    .our-achivements-box .our-achivements-col {
        padding: 19px 17px;
        width: 50%;
        border: none;
    }

    .our-achivements-box .our-achivements-col h1 {
        font-size: 2.5em; /*40px*/
        line-height: 33px;
    }

    .our-achivements-box .our-achivements-col p {
        font-size: 0.8125em; /*13px*/
        line-height: 15px;
    }
}

/* our achievement box ends here */

/* yes stories starts here */
.yes-stories-box {
    padding-bottom: 75px;
}

.yes-stories-box .top-heading {
    padding-bottom: 52px;
}

.yes-stories-box .slick-track {
    padding-bottom: 30px;
}

.yes-stories-box .slick-arrow {
    border: 1px solid #D9D9D9;
    z-index: 5;
}

.yes-stories-box .slick-arrow::before {
    color: #D71C23;
    font-size: 14px;
    font-weight: 600;
}

.yes-stories-box .slick-arrow.slick-next {
    right: 0;
    top: 50%;
}

.yes-stories-box .slick-arrow.slick-prev {
    left: 0;
    top: 50%;
}

.yes-stories-content {
    max-width: 881px;
    margin: 0 auto;
    text-align: center;
}

.yes-stories-content .comments {
    text-align: center;
    font-size: 2.625em;/*42px*/
    line-height: 54px;
    font-weight: 300;
    position: relative;
    color: #2B61AB;
}

.yes-stories-content .comments::before {
    position: absolute;
    content: '';
    background: url("../images/stories-bg.png") no-repeat center center;
    background-size: contain;
    height: 179px;
    width: 222px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.yes-stories-content .customer-details {
    padding-top: 77px;
}

.yes-stories-content .customer-details p {
    font-size: 1.125em; /*18px*/
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #14305C;
}

.yes-stories-content .customer-details p .name {
    font-weight: 600;
    margin-right: 8px;
}

.yes-stories-content .customer-details p .loan-for {
    position: relative;
    padding-left: 8px;
}

.yes-stories-content .customer-details p .loan-for::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #14305C;
    border-radius: 50%;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.yes-stories-content .customer-details .date {
    margin-top: 23px;
    font-size: 0.75em; /*12px*/
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .yes-stories-box {
        padding-bottom: 60px;
    }

    .yes-stories-box .top-heading {
        padding-bottom: 57px;
    }

    .yes-stories-content .comments {
        font-size: 2.25em; /*36px*/
        line-height: 44px;
    }

    .yes-stories-content .comments::before {
        width: 170px;
    }

    .yes-stories-content .customer-details {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .yes-stories-content .comments {
        font-size: 1.875em;/*30px*/
        line-height: 39px;
    }

    .yes-stories-content .comments::before {
        width: 170px;
        top: 20px;
    }

    .yes-stories-content .customer-details {
        padding-top: 24px;
    }

    .yes-stories-content .customer-details .date {
        margin-top: 8px;
    }
}
/* yes stories ends here */

/* yes faq starts here */

section.faq-section {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  @media (max-width: 991px) {
    section.faq-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  section.faq-section .faq-title-wrap {
    text-align: center;
    margin-bottom: 50px;
  }
  section.faq-section .faq-title-wrap .faq-title {
    text-align: center;
    margin: 0 auto;
    font-size: 2em;
    /* font-size: 2rem; */
    line-height: 2.625rem;
    font-weight: 700;
    text-align: center;
    color: #2b2c3e;
  }
  @media (max-width: 568px) {
    section.faq-section .faq-title-wrap .faq-title {
      text-align: left;
      font-size: 1.375em;
      /* font-size: 1.375rem; */
      line-height: 1.8125rem;
    }
  }
  @media (max-width: 991px) {
    section.faq-section .faq-title-wrap {
      margin-bottom: 30px;
    }
  }
  section.faq-section .filter-btn-wrap {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  section.faq-section .filter-btn-wrap button {
    padding: 8px 30px;
    border: none;
    color: #005BA2;
    margin-right: 10px;
    font-weight: 600;
    border-radius: 20px;
  }
  section.faq-section .filter-btn-wrap button.active {
    color: #ffffff;
    background-color: #005BA2;
  }
  section.faq-section .filter-btn-wrap button:last-of-type {
    margin-right: 0px;
  }
  @media (max-width: 991px) {
    section.faq-section .filter-btn-wrap {
      margin-bottom: 35px;
    }
  }
  section.faq-section .faq-accordion-wrap .accordion {
    position: static !important;
    margin-bottom: 20px;
  }
  section.faq-section .faq-accordion-wrap .accordion .category-name {
    margin-bottom: 10px;
    color: #005BA2;
  }
  section.faq-section .faq-accordion-wrap .accordion .card {
    border-radius: 5.025px;
    border: none;
    margin-bottom: 10px;
    background: #fafafa;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #fafafa;
    border-radius: 5.025px;
    border: none;
    cursor: pointer;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-header h5 {
    font-size: 0.875em;
    /* font-size: 0.875rem; */
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #2b2c3e;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-header.collapsed::after {
    transform: rotate(-45deg);
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-header::after {
    display: inline-block;
    /* content: url("../images/plus.svg"); */
    /* content: "+"; */
    margin-left: 15px;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .collapse {
    background: #fafafa;
    border-radius: 5.025px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body {
    border: none;
    padding: 0 17px 20px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body p {
    font-size: 0.75em;
    /* font-size: 0.75rem; */
    line-height: 1.125rem;
    font-weight: 400;
    color: #434c5b;
    margin-bottom: 0px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body p span {
    text-decoration: underline;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body p a {
    color: #005BA2;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body p.para-1 {
    padding-bottom: 20px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body ul {
    padding-left: 25px;
    margin-bottom: 0;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body ul li {
    list-style-type: disc;
    font-size: 0.75em;
    /* font-size: 0.75rem; */
    line-height: 1.125rem;
    font-weight: 400;
    color: #434c5b;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body .contact-faq {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body .contact-faq p {
    font-size: 0.75em;
    /* font-size: 0.75rem; */
    line-height: 1.125rem;
    font-weight: 700;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body .contact-faq a {
    font-size: 0.75em;
    /* font-size: 0.75rem; */
    line-height: 1.125rem;
    font-weight: 400;
    color: #434c5b;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body .contact-faq .contact-email {
    padding-right: 20px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body table,
  section.faq-section .faq-accordion-wrap .accordion .card .card-body th,
  section.faq-section .faq-accordion-wrap .accordion .card .card-body td {
    border: 1px solid #2b2c3e;
    text-align: left;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body table {
    max-width: 669px;
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body table th {
    text-align: center;
    font-size: 0.75em;
    /* font-size: 0.75rem; */
    line-height: 1.125rem;
    font-weight: 700;
    padding: 8px 0px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body table th.th-cls {
    width: 262px;
  }
  @media (max-width: 991px) {
    section.faq-section .faq-accordion-wrap .accordion .card .card-body table th.th-cls {
      width: auto;
    }
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body table td {
    font-size: 0.75em;
    /* font-size: 0.75rem; */
    line-height: 1.125rem;
    font-weight: 400;
    padding-left: 14px;
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 11px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body table ul {
    padding-left: 25px;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body table ul li {
    color: #434c5b;
    font-size: 0.75em;
    /* font-size: 0.75rem; */
    line-height: 1.125rem;
    list-style: disc;
    font-weight: 400;
  }
  section.faq-section .faq-accordion-wrap .accordion .card .card-body table ul li .or-block {
    text-align: center;
  }
  @media (max-width: 568px) {
    section.faq-section .faq-accordion-wrap .accordion .card .card-body table ul li .or-block {
      text-align: left;
    }
  }
  @media (max-width: 991px) {
    section.faq-section .faq-accordion-wrap .accordion .card .card-body table {
      width: auto;
    }
  }
  
  /* .table-gap {
    padding: 0 17px 20px;
  } */
  .table-gap .table-scroll table {
    table-layout: fixed;
    border: 1px solid #000;
  }
  .table-gap .table-scroll table thead tr th {
    border: 1px solid #000;
  }
  @media (max-width: 991px) {
    .table-gap .table-scroll table thead tr th {
      border: 0px solid #000;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
    }
  }
  .table-gap .table-scroll table tbody tr td {
    border: 1px solid #000;
  }
  @media (max-width: 991px) {
    .table-gap .table-scroll table tbody tr td {
      border: 0px solid #000;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
    }
  }
  @media (max-width: 991px) {
    .table-gap .table-scroll table {
      table-layout: unset;
      border: 0;
      border-left: 1px solid #000;
      border-top: 1px solid #000;
    }
  }
  
  .th-cls {
    font-size: 0.75em;
    /* font-size: 12px; */
    line-height: 15px;
    padding: 10px;
    text-align: center;
    color: #434c5b;
    font-weight: 900;
  }
  
  tbody tr td {
    font-size: 0.75em;
    /* font-size: 12px; */
    line-height: 17px;
    font-weight: 600;
    padding: 10px;
    text-align: left;
  }
  
  @media (max-width: 991px) {
    .table-scroll {
      position: relative;
      max-width: unset;
      margin: auto;
      overflow: hidden;
      border: 0 solid #000;
    }
  
    .table-wrap {
      width: 100%;
      overflow: auto;
    }
    .table-wrap::-webkit-scrollbar {
      height: 10px;
      width: 16px;
      scrollbar-width: thin;
    }
    .table-wrap::-webkit-scrollbar-thumb {
      background-color: #015292;
      border-radius: 8px;
      width: 5px;
      height: 6px;
      scrollbar-width: auto;
    }
  
    .table-scroll table {
      width: 100%;
      margin: auto;
      border-collapse: separate;
      border-spacing: 0;
      border: 0;
    }
  
    .table-scroll th,
    .table-scroll td {
      padding: 5px 10px;
      border: 1px solid #000;
      background: #fff;
      vertical-align: middle;
    }
  
    .table-scroll thead,
    .table-scroll tfoot {
      background: #f9f9f9;
    }
  
    .clone {
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
    }
  
    .clone th,
    .clone td {
      visibility: hidden;
    }
  
    .clone td,
    .clone th {
      border-color: transparent;
    }
  
    .clone tbody th {
      visibility: visible;
      color: red;
    }
  
    .clone .fixed-side {
      visibility: visible;
      border: 0px solid #000;
      border-right: 1px solid;
    }
  }
  @media (max-width: 991px) and (max-width: 568px) {
    .clone .fixed-side {
      box-shadow: 8px 2px 10px rgba(31, 41, 55, 0.16);
    }
  }
  
  @media (max-width: 991px) {
    .clone thead,
    .clone tfoot {
      background: transparent;
    }
  }
/* yes stories ends here */

/* yes previliges starts here */
.privileges-box {
  background: #F8FCFF;
  padding-top: 60px;
  padding-bottom: 97px;
  position: relative;
  z-index: 1;
}

.privileges-box .privileges-row {
  padding: 30px 20px;
}

.privileges-box .privileges-col {
  background: #FFFFFF;
  border: 1px solid #EAF1F5;
  box-shadow: 0px 11px 14px rgba(0, 52, 122, 0.08);
  border-radius: 8px;
  padding: 33px 50px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 360px;
  text-align: none;
  cursor: pointer;
}

.privileges-box .privileges-col .privileges-text h3,
.privileges-box .privileges-col .privileges-text p {
  text-align: center;
  color: #212121;
}

.privileges-box .privileges-col .privileges-text h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.privileges-box .privileges-col .privileges-text p {
  margin-bottom: 15px;
  font-size: 0.8125em; /*13px*/
  letter-spacing: -0.2px;
  font-weight: 600;
}

.privileges-box .privileges-col .privileges-image {
  margin-top: auto;
}

.privileges-box .privileges-col:hover {
  background: #2B61AB;
  box-shadow: 0px 11px 14px rgba(0, 52, 122, 0.08);
  text-decoration: none;
}

.privileges-box .privileges-col:hover .privileges-text h3,
.privileges-box .privileges-col:hover .privileges-text p {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .privileges-box {
      padding-top: 38px;
      padding-bottom: 70px;
      background: #F8FCFF;
  }

  .privileges-box .privileges-row {
      padding: 30px 12px 23px;
  }

  .privileges-box .privileges-col {
      padding: 33px 20px 17px;
  }
}
/* yes previliges ends here */