/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
/* BEM Blocks */
/* Adjust font size in WordPress admin */
body.wp-admin {
  font-size: 14px !important;
}

/* Adjust font size in post editor */
.editor-visual-editor__post-title-wrapper,
.mce-content-body p,
.wp-block {
  font-size: 14px !important;
}

/* Adjust font size in post title block */
.wp-block-post-title {
  font-size: 16px !important;
}

.mce-content-body div,
.mce-content-body span,
.mce-content-body object,
.mce-content-body iframe,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.mce-content-body p,
.mce-content-body blockquote,
.mce-content-body pre,
.mce-content-body abbr,
.mce-content-body address,
.mce-content-body cite,
.mce-content-body code,
.mce-content-body del,
.mce-content-body dfn,
.mce-content-body em,
.mce-content-body img,
.mce-content-body ins,
.mce-content-body kbd,
.mce-content-body q,
.mce-content-body samp,
.mce-content-body small,
.mce-content-body strong,
.mce-content-body sub,
.mce-content-body sup,
.mce-content-body var,
.mce-content-body b,
.mce-content-body i,
.mce-content-body dl,
.mce-content-body dt,
.mce-content-body dd,
.mce-content-body ol,
.mce-content-body ul,
.mce-content-body li,
.mce-content-body fieldset,
.mce-content-body form,
.mce-content-body label,
.mce-content-body legend,
.mce-content-body table,
.mce-content-body caption,
.mce-content-body tbody,
.mce-content-body tfoot,
.mce-content-body thead,
.mce-content-body tr,
.mce-content-body th,
.mce-content-body td {
  font-size: 14px !important;
}

/* Main menu styles */
.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
}
.header-menu li {
  position: relative;
}
.header-menu li a {
  text-decoration: none;
  color: #6c6c6c;
  padding: 10px 15px;
  font-size: 1.8rem;
  display: block;
  padding: 0;
}
.header-menu li a:hover {
  color: #003087;
}
@media (max-width: 940px) and (min-width: 781px) {
  .header-menu li a {
    font-size: 1.575rem;
  }
}
.header-menu li.menu-item-has-children > a {
  padding-right: 15px;
}
.header-menu li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.5293 5.54141L0.720703 1.75234C0.544922 1.55703 0.544922 1.26406 0.720703 1.08828L1.16992 0.639062C1.3457 0.463281 1.63867 0.463281 1.83398 0.639062L4.86133 3.64687L7.86914 0.639062C8.06445 0.463281 8.35742 0.463281 8.5332 0.639062L8.98242 1.08828C9.1582 1.26406 9.1582 1.55703 8.98242 1.75234L5.17383 5.54141C4.99805 5.71719 4.70508 5.71719 4.5293 5.54141Z%27 fill=%27%23696969%27/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: right;
}
.header-menu li.menu-item-has-children > a:hover::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.5293 5.54141L0.720703 1.75234C0.544922 1.55703 0.544922 1.26406 0.720703 1.08828L1.16992 0.639062C1.3457 0.463281 1.63867 0.463281 1.83398 0.639062L4.86133 3.64687L7.86914 0.639062C8.06445 0.463281 8.35742 0.463281 8.5332 0.639062L8.98242 1.08828C9.1582 1.26406 9.1582 1.55703 8.98242 1.75234L5.17383 5.54141C4.99805 5.71719 4.70508 5.71719 4.5293 5.54141Z%27 fill=%27%23003087%27/%3E%3C/svg%3E%0A");
}
.header-menu li.menu-item-has-children.active > a::after {
  transform: translateY(-50%) rotate(180deg);
  background-position: left;
}
.header-menu .sub-menu {
  display: none;
  min-width: 200px;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  position: absolute;
  top: 45px;
  left: -20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  list-style: none;
  padding: 20px;
  margin: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.header-menu .sub-menu li {
  margin: 0;
}
.header-menu .sub-menu li a {
  padding: 0;
  color: #6c6c6c;
  white-space: nowrap;
}
.header-menu .sub-menu li a:hover {
  color: #003087;
}
.header-menu .sub-menu.active {
  display: flex;
  flex-direction: column;
  gap: 15px;
  opacity: 1;
  pointer-events: all;
  align-items: flex-start;
}
.header-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

@media (max-width: 840px) {
  .header-menu li.menu-item-has-children > a::after {
    right: -13px;
  }
}
@media (max-width: 780px) {
  .header-menu li {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .header-menu li a {
    font-size: 18px;
    line-height: 16px;
    color: #fff;
  }
  .header-menu li a:hover {
    color: #fff;
  }
  .header-menu li.menu-item-has-children > a {
    padding-right: 0;
    position: relative;
  }
  .header-menu li.menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.5293 5.54141L0.720703 1.75234C0.544922 1.55703 0.544922 1.26406 0.720703 1.08828L1.16992 0.639062C1.3457 0.463281 1.63867 0.463281 1.83398 0.639062L4.86133 3.64687L7.86914 0.639062C8.06445 0.463281 8.35742 0.463281 8.5332 0.639062L8.98242 1.08828C9.1582 1.26406 9.1582 1.55703 8.98242 1.75234L5.17383 5.54141C4.99805 5.71719 4.70508 5.71719 4.5293 5.54141Z%27 fill=%27%23F2F5FF%27/%3E%3C/svg%3E%0A");
    background-position: center right;
    right: -30px;
  }
  .header-menu li.menu-item-has-children > a:hover::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.5293 5.54141L0.720703 1.75234C0.544922 1.55703 0.544922 1.26406 0.720703 1.08828L1.16992 0.639062C1.3457 0.463281 1.63867 0.463281 1.83398 0.639062L4.86133 3.64687L7.86914 0.639062C8.06445 0.463281 8.35742 0.463281 8.5332 0.639062L8.98242 1.08828C9.1582 1.26406 9.1582 1.55703 8.98242 1.75234L5.17383 5.54141C4.99805 5.71719 4.70508 5.71719 4.5293 5.54141Z%27 fill=%27%23F2F5FF%27/%3E%3C/svg%3E%0A");
  }
  .header-menu li.menu-item-has-children.active > a::after {
    transform: translateY(-50%) rotate(-180deg);
    background-position: center left;
  }
  .header-menu .sub-menu {
    position: initial;
    box-shadow: none;
    display: none;
    width: 100%;
  }
  .header-menu .sub-menu li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
  }
  .header-menu .sub-menu li a {
    padding: 0;
  }
  .header-menu .sub-menu li a:hover {
    color: #003087;
  }
  .header-menu .sub-menu.active {
    display: flex;
    gap: 15px;
  }
  .header-menu .sub-menu li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .header .header__botom nav.header__menu {
    top: 102px;
  }
}
.about {
  padding-bottom: 100px;
}

.about__inner {
  margin-top: 80px;
}

.about__title {
  margin-bottom: 10px;
  color: #040018;
  font-size: 64px;
  font-weight: 500;
  line-height: 76.8px; /* 120% */
}

.about__descr {
  max-width: 588px;
  color: #93969f;
  font-weight: 600;
  line-height: 28.8px; /* 160% */
  font-size: 18px;
}

.about__block {
  display: flex;
  gap: 100px;
  margin-top: 36px;
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  max-width: 343px;
  margin-top: -44px;
  margin-bottom: -6px;
}

.about__block-date {
  color: #070030;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px; /* 140% */
  margin-bottom: 21px;
}

.about__block-descr {
  color: #93969f;
  font-size: 16px;
  line-height: 25.6px; /* 160% */
}

.about__image {
  display: flex;
  align-items: center;
  width: 100%;
  border-right: 1px solid #f2f5ff;
  padding: 0 100px 0 0;
}

.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  .about__image {
    padding-right: 50px;
  }
  .about__block {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .about__image {
    padding: 0;
    border: none;
  }
  .about__block {
    flex-direction: column;
  }
  .about__content {
    padding-top: 40px;
    margin-left: 20px;
    padding-left: 22px;
    border-left: 1px solid #f2f5ff;
  }
}
@media (max-width: 480px) {
  .about__inner {
    margin-top: 25px;
  }
  .about__title {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }
  .about__descr {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  .about__block {
    margin-top: 30px;
  }
  .about__block-date {
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .about__block-descr {
    font-size: 15px;
    line-height: 20px;
  }
  .about__content {
    max-width: 292px;
    gap: 30px;
  }
  .about {
    padding-bottom: 25px;
  }
}
.leadership {
  padding: 60px 0 84px;
  background: #003087;
}

.leadership__title {
  text-align: center;
  color: #fff !important;
}

.leadership__content-block {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 41px;
}

.leadership__box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.leadership__image {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: flex;
  align-items: center;
}

.leadership__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.leadership__block {
  width: 100%;
  max-width: 500px;
  height: -moz-max-content;
  height: max-content;
  margin-top: 64px;
}

.leadership__name {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #f2f5ff;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
}

.leadership__post {
  color: #f2f5ff;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.8px;
}

.leadership__content {
  margin-top: 34px;
}

.leadership__content p {
  color: #e0e7fd;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
}

.leadership__content p + p {
  margin-top: 30px;
}

.leadership__logo {
  display: flex;
  margin-top: 65px;
}

.leadership__logo img {
  max-width: 100%;
}

.leadership__box:last-of-type .leadership__image {
  max-width: 560px;
}

@media (max-width: 768px) {
  .leadership__box {
    flex-direction: column;
  }
  .leadership__block {
    max-width: 100%;
  }
  .leadership__image,
  .leadership__box:last-of-type .leadership__image {
    max-width: 500px;
    margin: 0 auto;
  }
  .leadership__box:first-of-type {
    flex-direction: column-reverse;
  }
  .leadership__block {
    margin-top: 0;
  }
  .leadership__content-block {
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .leadership {
    padding: 50px 0 30px;
    border-bottom: 2px solid #f2f5ff;
  }
  .leadership__box {
    gap: 30px;
  }
  .leadership__name {
    gap: 9px;
    font-size: 18px;
    line-height: 22.4px;
  }
  .leadership__name svg {
    width: 15px;
    height: 15px;
  }
  .leadership__post {
    font-size: 12px;
    line-height: 14.4px;
  }
  .leadership__content {
    margin-top: 10px;
  }
  .leadership__content p {
    font-size: 14px;
    line-height: 20px;
  }
  .leadership__content p + p {
    margin-top: 20px;
  }
  .leadership__logo {
    margin-top: 10px;
    max-width: 194px;
  }
}
.mission {
  padding: 90px 0 132px;
}

.mission__top {
  display: flex;
}

.mission__image {
  margin-top: 7px;
  display: flex;
  align-items: center;
  max-width: 250px;
  width: 100%;
}

.mission__image img {
  width: 100%;
}

.mission__content {
  width: 100%;
  max-width: 820px;
}

.mission__descr {
  color: #93969f;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  padding-bottom: 60px;
  position: relative;
}

.mission__descr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 107px;
  bottom: 0;
  height: 2px;
  background: #f2f5ff;
}

.mission__block {
  margin-top: 69px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.mission__item {
  max-width: 304px;
  width: 100%;
}

.mission__item-name {
  color: #0070e0;
  font-size: 45px;
  line-height: 63px;
  margin-bottom: 10px;
}

.mission__item-descr {
  color: #93969f;
  font-size: 16px;
  line-height: 25.6px;
}

@media (max-width: 768px) {
  .mission__top {
    flex-direction: column;
  }
  .mission__image {
    width: 100%;
    position: relative;
    max-width: 100%;
  }
  .mission__image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 65%;
    background: #f2f5ff;
  }
  .mission__descr::after {
    content: none;
  }
  .mission__image img {
    width: 30%;
    margin-left: auto;
  }
  .mission__descr {
    padding-bottom: 30px;
  }
  .mission__block {
    grid-template-columns: repeat(2, 1fr);
  }
  .mission__item-name {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .mission {
    padding: 50px 0;
  }
  .mission__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    text-align: center;
  }
  .mission__descr {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  .mission__block {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
  .mission__item-name {
    font-size: 30px;
    line-height: 30px;
  }
}
.advisory {
  background: #fff;
  padding: 113px 0 0px;
}

.advisory__title {
  text-align: center;
}

.advisory__top {
  display: flex;
  gap: 10px;
  margin-top: 50px;
  border-top: 1px solid #b6bed9;
  padding-top: 50px;
  justify-content: space-between;
}

.advisory__name {
  color: #ebebed;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  max-width: 420px;
  width: 100%;
}

.advisory__top-content {
  max-width: 445px;
  width: 100%;
}

.advisory__descr {
  color: #c5c6cd;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
}

.advisory__descr + .advisory__descr {
  margin-top: 14px;
}

.advisory__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
  gap: 25px;
}

.advisory__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.advisory__item-image {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  background-color: #b6bed9;
}

.advisory__item-image img {
  width: 100%;
}

.advisory__item-name {
  color: #383a3e;
  font-size: 30px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: center;
}

.advisory__item-descr {
  color: #93969f;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .advisory__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .advisory {
    padding: 50px 0;
  }
  .advisory__content {
    grid-template-columns: 1fr;
    max-width: 270px;
    margin: 24px auto 0;
    gap: 30px;
  }
  .advisory__top {
    flex-direction: column;
  }
  .advisory__title {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }
  .advisory__top {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    border: none;
    padding-top: 0;
    justify-content: space-between;
  }
  .advisory__name {
    text-align: center;
    border-bottom: 1px solid #b6bed9;
    padding-bottom: 10px;
  }
  .advisory__descr {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #f2f5ff;
  }
  .advisory__item-image {
    margin-bottom: 12px;
  }
  .advisory__item-name {
    text-align: center;
    font-size: 20.547px;
    line-height: 28.766px;
  }
  .advisory__item-descr {
    text-align: center;
    font-size: 15.41px;
    line-height: 28.766px;
    margin-top: -7px;
  }
}
.awards {
  margin-top: 150px;
}

.awards {
  text-align: center;
}

.awards__content {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 480px) {
  .awards {
    margin-top: 50px;
  }
  .awards__content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .awards__item svg {
    width: 100%;
    height: 100%;
  }
}
.team {
  margin-top: 150px;
  padding-bottom: 90px;
}

.team__title {
  text-align: center;
}

.team__content {
  margin-top: 50px;
}

.team__image {
  display: flex;
  align-items: center;
}

.team__image img {
  width: 100%;
}

.team__images {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.team__images-block {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.team__images-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team__images-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #d9d9d9;
  mix-blend-mode: multiply;
}

@media (max-width: 768px) {
  .team__images {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .team {
    margin-top: 100px;
    padding-bottom: 20px;
  }
  .team .container {
    padding: 0;
  }
  .team__images {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6px;
    gap: 6px;
  }
}
.trust {
  padding: 130px 0 99px;
  position: relative;
  z-index: 1;
}

.trust::before {
  content: "";
  position: absolute;
  background-image: url(images/trust.4a248074.webp);
  background-position: right;
  height: 100%;
  width: 60%;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.trust::after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 25.46%);
  height: 100%;
  width: 54%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.trust__inner {
  max-width: 637px;
}

.trust__title {
  margin-bottom: 10px;
  color: #1e1e1e;
  font-size: 45px;
  line-height: 60px; /* 133.333% */
  max-width: 421px;
  font-weight: 500;
}

.trust__descr {
  color: #93969f;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.8px; /* 144% */
  margin-bottom: 30px;
}

.trust__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 239px;
  gap: 15px;
}

.trust__date {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

a.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

/* Privacy Policy */
.page__content {
  margin: 30px 0;
}
.page__content p {
  color: #000;
  font-size: 16px;
  line-height: 25.6px;
}
.page__content h3 {
  font-size: 30px;
  color: #000;
  margin: 20px 0 10px;
}
.page__content ol {
  padding-left: 40px;
  list-style-type: auto;
}
.page__content ol li {
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  line-height: 25px;
}
.page__content h4 {
  font-size: 23px;
  margin: 5px 0;
}

/* Single blog Page  */
.blog__content h1 {
  font-size: 6rem;
}

.blog__desc {
  font-size: 18px;
  line-height: 28.321px;
}

.blog__desc p {
  margin: 15px 0;
}

.blog__desc ul li.cards-about__descr {
  line-height: 28.321px;
}
.blog__desc ul li.cards-about__descr::before {
  top: 12px !important;
}

.blog__content .col-md-3 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog__content .col-md-3 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.blog__content .col-md-3 h2 {
  font-size: 30px;
}
.blog__content .col-md-3 .blogs__item {
  display: flex;
  margin-top: 35px;
}
.blog__content .col-md-3 .blogs__item .blogs-image img {
  width: 80px;
  height: 80px;
}
.blog__content .col-md-3 .blogs__item .blogs__item__content {
  margin: 0;
  text-align: left;
  padding: 0 20px;
}
.blog__content .col-md-3 .blogs__item .blogs__item__content h3.blogs__item-name {
  text-align: left;
}
.blog__content .col-md-3 .blogs__item .blogs__item__content p.date {
  font-size: 13px;
}
.blog__content .col-md-9 {
  width: 69%;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog__content .col-md-9 {
    width: 100%;
    padding-left: 0;
  }
}

.head__section {
  display: flex;
  background: #f2f5ff;
  margin-bottom: 30px;
  padding: 50px 0;
}
.head__section .post_date {
  width: 185px;
  font-size: 18px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .head__section .post_date {
    display: inline-block;
  }
}
.head__section .title {
  width: 68%;
  line-height: 55px;
}
@media (max-width: 767px) {
  .head__section .title {
    width: 100%;
    line-height: 30px;
    padding-top: 10px;
    font-size: 30px;
  }
}
.head__section .category {
  width: 185px;
  font-size: 18px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .head__section .category {
    display: inline-block;
  }
}
.head__section .container {
  display: flex;
}
@media (max-width: 767px) {
  .head__section .container {
    display: inline-block;
  }
}

.single-post .hero__top {
  min-height: 520px;
}
@media (max-width: 767px) {
  .single-post .hero__top {
    min-height: 232px;
  }
}
@media (max-width: 400px) {
  .single-post .hero__top {
    min-height: 200px;
  }
}

.single-post section.home-loan.about {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .container.container--narrow.page-section.blog__content {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* Responsive table container for mobile */
#emi-table {
  width: 100%;
  margin: 20px 0;
}
#emi-table h4 {
  margin: 20px 0;
}
#emi-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
#emi-table th {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  border: 1px solid #cbd4e1;
  background-color: #f2f2f2;
}
#emi-table td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  border: 1px solid #cbd4e1;
}
#emi-table tr th {
  border: 1px solid #cbd4e1;
  background: #f2f5ff;
}
#emi-table tr td {
  color: #93969f;
}
#emi-table tr td:first-of-type {
  color: #383a3e;
  line-height: 25px;
}

#emi-table .table-container {
  overflow-x: auto;
}

@media (max-width: 767px) {
  #emi-table table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  #emi-table table td {
    min-width: 140px;
  }
}
.compare__content .mobile_text {
  display: block;
}
@media (min-width: 481px) {
  .compare__content .mobile_text {
    display: none;
  }
}

section.our_employees .employee_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.our_employees .imag {
  width: 100%;
  flex: 1 1 calc(25% - 20px);
}
section.our_employees .imag img {
  width: 100%;
}
section.our_employees .emp_img_section {
  margin-bottom: 90px;
}
section.our_employees .employee__content_block {
  text-align: center;
  margin-bottom: 50px;
}
section.our_employees .employee__content_block p {
  color: #93969f;
  font-size: 16px;
}
section.our_employees h2.employees__title.h2_title.title {
  text-align: center;
  padding-bottom: 30px;
}
section.our_employees h3.employees__subtitle.title {
  font-size: 45px;
  color: #0070e0;
}

img.bni-logo {
  width: 280px;
  padding-top: 30px;
}

.timeline {
  width: 100%;
  margin: 50px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.timeline::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 80px; /* This positions the road image behind the icons */
  width: 50px;
  height: 100%;
  background: url(images/road.e7dddaf1.webp) no-repeat center;
  background-size: contain;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}

.year {
  font-size: 25px;
  color: #6c6c6c;
  font-weight: 600;
  width: 60px;
  margin-right: 27px;
}

.icon {
  width: 30px;
  height: 30px;
  background-color: yellow;
  border-radius: 50%;
  position: relative;
  margin-right: 45px;
  transition: all 0.3s ease;
}

.icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #002b89;
  border-radius: 50%;
}

.description {
  max-width: 600px;
  display: none;
}

.heading {
  cursor: pointer;
  color: #070030;
  font-size: 24px;
}

.description {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 20px;
}

.description li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 25px;
}

.timeline-item.active .description {
  display: block;
}

.timeline-item.active .icon {
  width: 50px;
  height: 50px;
}

.timeline-item.active .icon::before {
  width: 18px;
  height: 18px;
}

.loan-rates-page .faq .faq__item-icon,
.cibil-score-page .faq .faq__item-icon {
  display: none;
}
.loan-rates-page .faq .faq__item.active .faq__item-descr,
.cibil-score-page .faq .faq__item.active .faq__item-descr {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .loan-rates-page .faq .faq__item.active .faq__item-descr,
  .cibil-score-page .faq .faq__item.active .faq__item-descr {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .loan-rates-page .faq .faq__item.active .faq__item-name,
  .cibil-score-page .faq .faq__item.active .faq__item-name {
    font-weight: 700;
  }
}

.footer #logo-container-bottom {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.footer #logo-container-bottom .header__box-know {
  color: #003087;
  background-color: #fff;
  padding: 10px 5px;
  font-size: 2rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 7px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .footer #logo-container-bottom .header__box-know {
    font-size: 1.9rem;
    padding: 10px 3px;
  }
}
@media (max-width: 670px) {
  .footer #logo-container-bottom .header__box-know {
    margin: 0 auto;
  }
}
.footer .footer__map {
  margin-top: 0;
}

@media (max-width: 480px) {
  .hero .hero__content .hero__block .hero__btn {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    min-width: 170px;
  }
  .hero .hero__content .hero__block .hero__btn span.desktop-text {
    display: none;
  }
}
section.terms-of-use li.cards-about__descr::before {
  top: 11px;
}
section.terms-of-use ol li {
  padding: 5px 0;
}
section.terms-of-use .table-contact {
  margin: 20px auto;
}
@media (max-width: 767px) {
  section.terms-of-use .table-contact {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
section.terms-of-use #consent-withdrawal-policy,
section.terms-of-use #grievance-redressal-mechanism {
  scroll-margin-top: 130px; /* adjust based on your sticky header height */
}
section.terms-of-use table th,
section.terms-of-use table tr,
section.terms-of-use table td {
  color: #000;
  font-size: 16px;
  line-height: 25.6px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

* {
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

input,
select {
  vertical-align: middle;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a,
:root :where(a:where(:not(.wp-element-button))) {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html,
body {
  font-family: "Urbanist", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  scroll-behavior: smooth;
  background: #fff;
  color: #383a3e;
  font-size: 9.5px;
}

@media (min-width: 970px) and (max-width: 1200px) {
  .hero {
    font-size: 1.8rem;
  }
  .hero .hero_heading {
    font-size: 1.8rem;
  }
  .hero .hero_heading_child {
    font-size: 3.2rem;
    line-height: 6rem;
  }
  .hero .hero__descr {
    font-size: 1.6rem;
  }
}

.body {
  min-width: 320px;
}
.body.no-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 80%;
  padding: 0 22px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .container {
    max-width: none;
  }
}

.circle-animate {
  position: relative;
  width: 622.15px;
  height: 622.15px;
}
.circle-animate span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 124px;
  height: 124px;
  margin-top: -62px;
  margin-left: -62px;
  border-radius: 50%;
  border: 3px solid rgba(206, 206, 206, 0.5);
  animation: animateCircle 4s infinite;
  opacity: 0.5;
  display: block;
}
.circle-animate span:nth-child(2) {
  width: 241px;
  height: 241px;
  animation-delay: 0.1s;
  opacity: 0.4;
}
.circle-animate span:nth-child(3) {
  width: 358px;
  height: 358px;
  animation-delay: 0.2s;
  opacity: 0.3;
}
.circle-animate span:nth-child(4) {
  width: 475px;
  height: 475px;
  animation-delay: 0.3s;
  opacity: 0.2;
}
.circle-animate span:nth-child(5) {
  width: 592px;
  height: 592px;
  animation-delay: 0.4s;
  opacity: 0.1;
}
.circle-animate span.animate-off {
  display: none;
}

@keyframes animateCircle {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.header {
  background: #003087;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
.header__top {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__logo {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.header__block {
  display: flex;
  gap: 40px;
  align-items: end;
}
.header__block-left {
  width: -moz-max-content;
  width: max-content;
}
.header__block-scrolling {
  height: 22px;
  overflow: hidden;
  display: block;
  position: relative;
}
.header__scrolling-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  animation: headerScroll 3s linear infinite;
  animation-delay: 2s;
}
.header__scrolling-get {
  color: #ffd140;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-wrap: nowrap;
}
.header__date {
  color: #fff;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: -2px;
}
.header__phones {
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
}
.header__phones-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.header__phones-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 20px;
}
.header__phones-icon svg {
  animation: pulse-animation 3s infinite;
}
.header__phones::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 33px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background-color: #fff;
}
.header__tel {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.8rem;
  text-wrap: nowrap;
}
.header__botom {
  background-color: #fff;
  padding: 13px 0 14px;
}
.header__botom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__botom {
    padding: 8px 0 8px;
  }
  .header__botom .header__box {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 23px;
    width: 100%;
  }
  .header__botom nav.header__menu {
    top: 120px;
  }
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header__link {
  font-size: 1.8rem;
}
.header__link {
  display: block;
  color: #6c6c6c;
  line-height: 1.6rem;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  .header .header__logo {
    width: 100%;
    max-width: 190px;
  }
  .header .header__logo img {
    max-width: 100%;
  }
  .header .header__burger {
    gap: 4px;
  }
  .header .header__burger span {
    width: 18px;
  }
  .header .header__top {
    padding: 10px 0;
  }
  .header .header__box-know {
    font-size: 1.3679rem;
    line-height: 1.8238rem;
  }
  .header .header__box-calc {
    font-size: 1.3679rem;
    line-height: 1.8238rem;
  }
  .header .header__botom nav.header__menu {
    top: 102px;
  }
  .header .header__burger.active span:last-of-type {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .header .header__burger.active span:nth-of-type(2) {
    transform: translateX(-10px);
    opacity: 0;
  }
  .header .header__burger.active span:first-of-type {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .header .header__botom {
    padding: 10px 0 10px;
  }
}

@keyframes headerScroll {
  0%, 100% {
    transform: translateY(0);
  }
  33.33% {
    transform: translateY(-41px);
  }
  100% {
    transform: translateY(-41px);
  }
}
@keyframes pulse-animation {
  0%, 100% {
    transform: scale(0);
  }
  10% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(0.8);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.99);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
  101% {
    transform: scale(1);
  }
}
@media (min-width: 781px) {
  .header__link {
    font-size: 1.8rem;
  }
  .header__link:hover {
    font-weight: 600;
    color: #003087;
  }
  .header__menu-box > .header__link:hover::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.5293 5.54141L0.720703 1.75234C0.544922 1.55703 0.544922 1.26406 0.720703 1.08828L1.16992 0.639062C1.3457 0.463281 1.63867 0.463281 1.83398 0.639062L4.86133 3.64687L7.86914 0.639062C8.06445 0.463281 8.35742 0.463281 8.5332 0.639062L8.98242 1.08828C9.1582 1.26406 9.1582 1.55703 8.98242 1.75234L5.17383 5.54141C4.99805 5.71719 4.70508 5.71719 4.5293 5.54141Z%27 fill=%27%23003087%27/%3E%3C/svg%3E%0A");
  }
}
.header__menu-box > .header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.5293 5.54141L0.720703 1.75234C0.544922 1.55703 0.544922 1.26406 0.720703 1.08828L1.16992 0.639062C1.3457 0.463281 1.63867 0.463281 1.83398 0.639062L4.86133 3.64687L7.86914 0.639062C8.06445 0.463281 8.35742 0.463281 8.5332 0.639062L8.98242 1.08828C9.1582 1.26406 9.1582 1.55703 8.98242 1.75234L5.17383 5.54141C4.99805 5.71719 4.70508 5.71719 4.5293 5.54141Z%27 fill=%27%23696969%27/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: right;
}

.header__menu ul li {
  position: relative;
  font-size: 1.6rem;
}

.header__menu-block {
  position: absolute;
  top: 40px;
  width: 200px;
  left: -20px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.header__menu-box.active .header__menu-block {
  opacity: 1;
  pointer-events: all;
}

.header__menu-box.active > .header__link::before {
  transform: translateY(-50%) rotate(-180deg);
  background-position: left;
}

.header__box {
  display: flex;
  align-items: center;
  gap: 23px;
}

@media (max-width: 940px) and (min-width: 781px) {
  .header__box {
    gap: 18px;
  }
}
.header__box span {
  display: block;
  width: 1px;
  height: 15px;
  background-color: #0070e0;
}

.header__box-know {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #0070e0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.header__know-animate {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rotate-animation {
  position: absolute;
  animation: rotatePath 1.5s infinite alternate;
  bottom: -3px;
  animation-delay: 1s;
}

@keyframes rotatePath {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(64deg) translate(2px, -2px);
  }
  100% {
    transform: rotate(64deg) translate(2px, -2px);
  }
}
.header__box-calc {
  color: #0070e0;
  line-height: 1.6rem;
  font-size: 1.8rem;
}

.header__burger {
  display: none;
}

@media (max-width: 940px) {
  .header__menu ul {
    gap: 40px;
  }
}
@media (max-width: 840px) {
  .header__menu ul {
    gap: 25px;
  }
  .header__menu-box > .header__link::before {
    right: -13px;
  }
}
@media (max-width: 780px) {
  .hero__inner {
    max-width: 100%;
  }
  .hero__inner .hero__content {
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    display: flex;
    align-items: center;
  }
  .hero__inner .hero__content .hero__item {
    justify-content: center;
  }
  .hero__inner .hero__content .hero__btn {
    font-size: 2rem;
  }
  .hero__inner .hero__content .hero__date {
    font-size: 1.6rem;
  }
  .header__menu {
    position: fixed;
    inset: 0;
    background-color: #003087;
    top: 120px;
    padding: 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: all 0.2s ease;
    z-index: -1;
  }
  .header__menu.show {
    transform: translateX(0%);
  }
  .header__menu ul {
    flex-direction: column;
    gap: 40px;
  }
  .header__link {
    color: #fff;
  }
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    flex-direction: column;
  }
  .header__burger > span {
    width: 50px;
    height: 2px;
    border-radius: 50%;
    background-color: #f2f5ff;
    transition: all 0.2s ease;
  }
  .header__burger.active span:first-of-type {
    transform: rotate(45deg) translate(10px, 10px);
  }
  .header__burger.active span:nth-of-type(2) {
    transform: translateX(-10px);
    opacity: 0;
  }
  .header__burger.active span:last-of-type {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .header__block {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
  }
  .header__block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__menu-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .header__menu-box > .header__link::before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.5293 5.54141L0.720703 1.75234C0.544922 1.55703 0.544922 1.26406 0.720703 1.08828L1.16992 0.639062C1.3457 0.463281 1.63867 0.463281 1.83398 0.639062L4.86133 3.64687L7.86914 0.639062C8.06445 0.463281 8.35742 0.463281 8.5332 0.639062L8.98242 1.08828C9.1582 1.26406 9.1582 1.55703 8.98242 1.75234L5.17383 5.54141C4.99805 5.71719 4.70508 5.71719 4.5293 5.54141Z%27 fill=%27%23F2F5FF%27/%3E%3C/svg%3E%0A");
    background-position: center right;
    right: -40px;
  }
  .header__box {
    display: none;
  }
  .header__menu-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    display: none;
    position: initial;
    width: 100%;
  }
  .header__menu-box.active > .header__link::before {
    transform: translateY(-50%) rotate(-180deg);
    background-position: center left;
  }
  .header__menu-box.active .header__menu-block {
    display: flex;
  }
  .header__menu-block .header__link {
    color: #003087;
  }
  .header__phones::before {
    display: none;
  }
}
.footer {
  background-color: #003087;
  padding-top: 70px;
}
.footer__contact-item {
  display: flex;
  gap: 9px;
  color: #ebebed;
}
.footer__contact-descr {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.footer__contact-block {
  margin-top: 12px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.footer__contact-block .footer__contact-item {
  align-items: center;
  line-height: 2.56rem;
  font-weight: bold;
}
.footer__top {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.footer__logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 325px;
  height: -moz-max-content;
  height: max-content;
}
.footer__logo img {
  width: 100%;
}
.footer__content {
  max-width: 720px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}
.footer__block {
  width: 100%;
  max-width: 150px;
}
.footer__menu {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__link {
  display: block;
  color: #ebebed;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.56rem;
}
.footer__box {
  width: 100%;
  max-width: 292px;
}
.footer__name {
  color: #ffd140;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.footer__box-link {
  margin-top: 5px;
}
.footer__map {
  margin-top: 21px;
  max-height: 95px;
  overflow: hidden;
  display: flex;
  align-items: center;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
.footer__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.footer__contact {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer__map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__contact-name {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-bottom: 15px;
}
.footer__contact-icon {
  padding-top: 4px;
}
.footer__bottom {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}
.footer__bottom-menu {
  display: flex;
  align-items: center;
  gap: 43px;
}
.footer__bottom-link {
  display: block;
  color: #ebebed;
  font-size: 1.4rem;
  line-height: 2.24rem;
  position: relative;
}
.footer__bottom-menu li + li > .footer__bottom-link::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  display: block;
  background-color: #ebebed;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
}
.footer__bottom-social {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer__bottom-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer__bottom-social li a::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 1px;
  display: block;
  background-color: #0070e0;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1020px) {
  .footer__content {
    flex-wrap: wrap;
  }
  .footer__box {
    width: 100%;
    max-width: 100%;
  }
  .footer__logo {
    max-width: 235px;
  }
}
@media (max-width: 690px) {
  .footer__bottom {
    margin-top: 0;
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 670px) {
  .footer {
    padding-top: 39px;
  }
  .footer__top {
    flex-direction: column;
    gap: 32px;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__block {
    width: calc(50% - 15px);
  }
  .footer__content {
    padding: 23px 23px 15px;
    border-top: 1px solid #495ca0;
  }
  .footer__menu {
    gap: 18px;
  }
  .footer__name {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .footer__box {
    border-top: 1px solid #495ca0;
    border-bottom: 1px solid #495ca0;
    padding-top: 25px;
    margin: 0 -23px;
    width: calc(100% + 33px);
    max-width: calc(100% + 33px);
    padding: 23px 19px;
  }
  .footer__map {
    max-height: 187px;
    margin-top: 14px;
  }
  .footer__contact-name {
    margin-bottom: 10px;
  }
  .footer__contact-block {
    margin-top: 9px;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .footer__bottom-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 24px;
  }
  .footer__bottom-menu li:first-of-type {
    width: 100%;
    text-align: center;
  }
  .footer__bottom-menu li + li > .footer__bottom-link::before {
    content: none;
  }
  .footer__bottom-menu li + li + li > .footer__bottom-link::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    display: block;
    background-color: #ebebed;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 460px) {
  .footer__title {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .footer__link {
    font-size: 1.4rem;
    line-height: 1.92rem;
  }
  .footer__name {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .footer__contact-name {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .footer__contact-descr {
    font-size: 1.4rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 356px) {
  .footer__contact-block::before {
    content: none;
  }
}

main.main {
  margin-top: 130px;
  overflow-x: clip;
}
@media (max-width: 780px) {
  main.main {
    margin-top: 121px;
  }
}
@media (max-width: 480px) {
  main.main {
    margin-top: 100px;
  }
}
@media (max-width: 381px) {
  main.main {
    margin-top: 100px;
  }
}
@media (max-width: 365px) {
  main.main {
    margin-top: 113px;
  }
}

.hero {
  background: #003087;
  min-height: 691px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.hero__inner {
  height: 100%;
  max-width: 723px;
  transform: translateY(-38px);
}
.hero__title {
  color: #fff;
  font-size: 6rem;
  font-weight: 500;
  line-height: 7rem;
  max-width: 641px;
  margin-bottom: 20px;
}
.hero__descr {
  color: #a6c1ea;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.3rem;
}
.hero__content {
  margin-top: 96px;
  display: flex;
  gap: 40px;
  padding: 0 17px;
}
.hero__block:first-of-type {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.hero__block:last-of-type {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.hero__date {
  position: absolute;
  bottom: -30px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
  left: 0;
  right: 0;
}
.hero__item, .hero__item-icon {
  display: flex;
  align-items: center;
}
.hero__item-icon {
  max-width: 24.7px;
}
.hero__item-icon img {
  width: 100%;
}
.hero__item-grade {
  margin-left: 5px;
  margin-right: 6px;
  color: #437afa;
  font-size: 2.0585rem;
  font-weight: 600;
  line-height: 2.3055rem;
}
.hero__item-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.hero__item-descr {
  color: #f2f5ff;
  font-size: 2.0585rem;
  font-weight: 600;
  line-height: 2.3055rem;
  margin-left: 17px;
  text-wrap: nowrap;
}
.hero__bottom {
  background-color: #ffd140;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 0 23px;
}
.hero__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1516px;
}
.hero__bottom .scrolling-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hero__bottom-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #383a3e;
  font-size: 2.4rem;
  line-height: 3.4991rem;
}
.hero__bottom-item:nth-of-type(n + 6) {
  display: none;
}
.hero__btn {
  min-width: 288px;
  color: #fff;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.36rem;
  width: 100%;
  max-width: 288px;
  border-radius: 30px;
  background: #5aab61;
  min-height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}
.hero__image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 401px;
  right: -28vw;
  top: -5px;
  z-index: -1;
}
.hero__image img {
  width: 100%;
  transform: scale(1.3);
  transform-origin: top;
}
.hero__image .circle-animate {
  position: absolute;
  z-index: -1;
  top: 60px;
  left: -10px;
}
@media (min-width: 641px) {
  .hero__image img.desktop-hero-img {
    display: block;
  }
  .hero__image img.mobile-hero-img {
    display: none;
  }
}
@media (max-width: 640px) {
  .hero__image img.desktop-hero-img {
    display: none;
  }
  .hero__image img.mobile-hero-img {
    display: block;
    transform: none;
  }
}
.hero .btn::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2776%27 height=%27115%27 viewBox=%270 0 76 115%27 fill=%27none%27%3E%3Cg style=%27mix-blend-mode:overlay%27%3E%3Crect width=%2714.4283%27 height=%27112.891%27 transform=%27matrix%280.80393 0.595345 -0.480363 0.877443 54.5859 0.203125%29%27 fill=%27%23FFEEB9%27/%3E%3Crect width=%274.35438%27 height=%27113.387%27 transform=%27matrix%280.804805 0.593764 -0.481652 0.876497 71.4971 12.3682%29%27 fill=%27%23FFEEB9%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 200px;
  height: 113.391px;
  z-index: -1;
  animation: shine 2.5s linear infinite;
  mix-blend-mode: overlay;
  filter: blur(2.5px);
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .hero__image {
    right: -30vw;
  }
  .hero__bottom-item {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
  .hero__bottom {
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  .hero__bottom-item {
    font-size: 2rem;
    line-height: normal;
  }
  .hero__btn {
    font-size: 1.5rem;
    min-width: 225px;
  }
  .hero__date {
    font-size: 1.4rem;
  }
  .hero__item-icon {
    max-width: 20px;
  }
  .hero__item-grade {
    font-size: 1.7rem;
  }
  .hero__item-descr {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .hero .hero__title {
    color: #fff;
    font-size: 6rem;
    font-weight: 500;
    line-height: 7rem;
    max-width: 641px;
    margin-bottom: 20px;
  }
  .hero .hero__descr {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3.3rem;
  }
}
@media (max-width: 480px) {
  .hero .hero__title {
    font-size: 26px;
    line-height: 32px;
    max-width: 350px;
    margin: -206px auto 10px;
  }
  .hero .hero__descr {
    font-size: 1.5rem;
    line-height: 2.2rem;
    max-width: 312px;
    margin: 0 auto;
  }
  .hero .hero__inner {
    transform: none;
    margin-top: 15px;
  }
  .hero .hero__content .hero__btn {
    font-size: 1.5333rem;
    line-height: 2.576rem;
    padding: 10px;
    min-height: 46px;
  }
  .hero .hero__content .hero__date {
    font-size: 1.1rem;
  }
}

@media (max-width: 1200px) {
  .compare .title {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: px) {
  .compare .title {
    font-size: 5rem;
  }
}

@media (max-width: 1200px) {
  .choice .choice__title {
    font-size: 5rem;
  }
}

@media (max-width: 1200px) {
  .banner .banner__title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
  .banner .banner__descr {
    font-size: 2.2rem;
  }
}

@media (max-width: 1200px) {
  .calculator .title {
    font-size: 5rem;
  }
}

@media (max-width: 1200px) {
  .blogs .title {
    font-size: 5rem;
    line-height: 5.3rem;
  }
}

@media (max-width: 970px) {
  .hero__btn {
    font-size: 1.5rem;
    min-width: 225px;
  }
  .hero__content {
    flex-direction: column;
    justify-content: center;
    gap: 60px;
  }
  .hero__title {
    font-size: 4.4rem;
    line-height: 4.8rem;
  }
  .hero__date {
    font-size: 1.4rem;
  }
  .hero__item-icon {
    max-width: 20px;
  }
  .hero__item-grade {
    font-size: 1.7rem;
  }
  .hero__item-descr {
    font-size: 1.6rem;
  }
  .hero__descr {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .hero__inner {
    max-width: 570px;
  }
  .hero__bottom {
    padding: 0;
  }
  .hero__bottom .container {
    gap: 52px;
    padding: 15px 20px;
  }
  .hero__bottom-item {
    flex-direction: row;
    text-wrap: nowrap;
  }
  .hero__bottom-item:nth-of-type(n + 6) {
    display: flex;
  }
  .hero__image {
    right: -32vw;
  }
  .hero__bottom .scrolling-items {
    display: flex;
    animation: scrollHero 7s linear infinite;
    width: auto;
  }
  .hero__bottom-item {
    flex: 0 0 auto;
    padding: 0 25px;
    white-space: nowrap;
    font-weight: bold;
  }
  @keyframes scrollHero {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
@media (max-width: 760px) {
  .hero {
    min-height: 840px;
  }
  .hero__image {
    top: 119px;
    right: -28vw;
  }
}
@media (max-width: 640px) {
  .hero {
    align-items: start;
    min-height: 1140px;
  }
  .hero__content {
    margin-top: 50px;
  }
  .hero__block:first-of-type {
    width: 100%;
    align-items: center;
  }
  .hero__block:last-of-type {
    display: none;
  }
  .hero__inner {
    transform: none;
    margin-top: 50px;
  }
  .hero__title,
  .hero__descr {
    text-align: center;
  }
  .hero__descr br {
    display: none;
  }
  .hero__btn {
    min-width: auto;
    width: 100%;
    max-width: 288px;
  }
  .hero__image {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    bottom: -44px;
  }
  .hero__image .circle-animate {
    display: none;
  }
  .hero__image {
    min-width: 349px;
    bottom: 0px !important;
    position: initial;
  }
  .hero__date {
    position: initial;
  }
}
@media (max-width: 480px) {
  .hero {
    min-height: 871px;
  }
  .hero__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    max-width: 350px;
    margin: 0 auto 10px;
  }
  .hero__descr {
    font-size: 1.5rem;
    line-height: 2.2rem;
    max-width: 312px;
    margin: 0 auto;
  }
  .hero__btn {
    max-width: 220px;
  }
  .hero__date {
    font-size: 1.1rem;
    line-height: 0.8rem;
  }
  .hero__bottom .container {
    padding: 10px 0;
    min-height: 40px;
  }
  .hero__bottom-item {
    font-size: 1.8rem;
    line-height: 1.7496rem;
    font-weight: bold;
  }
  .hero__bottom-item svg {
    max-height: 17px;
    max-width: 17px;
  }
  .hero__image {
    bottom: 100px;
  }
  .title {
    font-size: 2.8rem !important;
    line-height: 3.5rem;
  }
  .compare__title {
    font-size: 35px !important;
    line-height: 4.5rem !important;
  }
}
@media (max-width: 370px) {
  .hero {
    min-height: 900px;
  }
}
.mobile-block {
  display: none;
}

@media (max-width: 970px) {
  .compare .title {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .compare .title {
    font-size: 5.6rem;
    line-height: 7.88rem;
  }
}

@media (max-width: 970px) {
  .choice .choice__title {
    font-size: 4.4rem;
  }
}

@media (max-width: 970px) {
  .banner .banner__title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
  .banner .banner__descr {
    font-size: 2.2rem;
  }
}
@media (max-width: 860px) {
  .banner .banner__title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .banner .banner__descr {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 970px) {
  .calculator .title {
    font-size: 4.4rem;
  }
}

@media (max-width: 970px) {
  .blogs .title {
    font-size: 4.4rem;
    line-height: 5.3rem;
  }
}

@media (max-width: 640px) {
  .mobile-block {
    display: block;
    position: fixed;
    pointer-events: none;
    z-index: 50;
    bottom: 25px;
    left: 0;
    right: 0;
  }
  .mobile-block__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
  }
  .mobile-block-link {
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.title {
  color: #040018;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 7.88rem;
}
@media (max-width: 460px) {
  .title {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

.compare {
  padding: 104px 0 118px;
  background-color: #f2f5ff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.compare .compare__title {
  max-width: 931px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.compare .compare__slider {
  margin-top: 30px;
  margin-bottom: 60px;
  height: 50px;
  display: flex;
}
.compare .compare__slider .compare__slider-block {
  display: flex;
  padding: 0 22px;
}
.compare .compare__slider .compare__slider-item {
  display: flex;
  align-items: center;
  padding: 0 22px;
  max-height: 50px;
}
.compare .compare__slider .compare__slider-content {
  display: flex;
  animation: scroll 7s linear infinite;
  width: auto;
}
.compare .compare__slider .compare__slider-item {
  flex: 0 0 auto;
  padding: 0 25px;
  white-space: nowrap;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (min-width: 480px) {
  .compare .compare__slider.compare__slider-mobile {
    display: none;
  }
}
.compare .compare__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.compare .compare__item {
  padding: 25px 23px 25px 25px;
  background-color: #0070e0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.compare .compare__item:nth-of-type(2), .compare .compare__item:nth-of-type(4), .compare .compare__item:nth-of-type(5), .compare .compare__item:nth-of-type(7) {
  background-color: #003087;
}
.compare .compare__item .compare__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50px;
  background: #f2f5ff;
  position: relative;
  z-index: 1;
}
.compare .compare__item .compare__item-icon::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%27418%27 height=%27418%27 viewBox=%270 0 418 418%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.2%27%3E%3Ccircle opacity=%270.1%27 cx=%27209%27 cy=%27209%27 r=%27208.5%27 stroke=%27%23f2f5ff%27/%3E%3Ccircle opacity=%270.2%27 cx=%27209.001%27 cy=%27209.001%27 r=%27166.7%27 stroke=%27%23f2f5ff%27/%3E%3Ccircle opacity=%270.3%27 cx=%27209%27 cy=%27209%27 r=%27124.9%27 stroke=%27%23f2f5ff%27/%3E%3Ccircle opacity=%270.4%27 cx=%27209%27 cy=%27209%27 r=%2783.1%27 stroke=%27%23f2f5ff%27/%3E%3Ccircle opacity=%270.5%27 cx=%27208.999%27 cy=%27208.999%27 r=%2741.3%27 stroke=%27%23f2f5ff%27/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 418px;
  height: 418px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}
.compare .compare__item .compare__item-name,
.compare .compare__item .compare__item-descr,
.compare .compare__item .compare__item-link {
  position: relative;
  z-index: 1;
}
.compare .compare__item .compare__item-name {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4.48rem;
}

.compare {
  padding: 104px 0 118px;
  background-color: #f2f5ff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.compare__title {
  max-width: 931px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.compare__slider {
  margin-top: 80px;
  margin-bottom: 128px;
  height: 50px;
  display: flex;
}
.compare__slider-block {
  display: flex;
  padding: 0 22px;
}
.compare__slider-item {
  display: flex;
  align-items: center;
  padding: 0 22px;
  max-height: 50px;
}
.compare__slider-item img {
  height: 100%;
}
.compare__slider-content {
  display: flex;
  animation: scroll 7s linear infinite;
  width: auto;
}
.compare__slider-mobile {
  display: none;
}
.compare__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.compare__box .compare__item {
  padding: 25px 23px 25px 25px;
  background-color: #0070e0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.compare__box .compare__item:nth-of-type(2), .compare__box .compare__item:nth-of-type(4), .compare__box .compare__item:nth-of-type(5), .compare__box .compare__item:nth-of-type(7) {
  background-color: #003087;
}
.compare__box .compare__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50px;
  background: #f2f5ff;
  position: relative;
  z-index: 1;
}
.compare__box .compare__item-icon::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%27418%27 height=%27418%27 viewBox=%270 0 418 418%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.2%27%3E%3Ccircle opacity=%270.1%27 cx=%27209%27 cy=%27209%27 r=%27208.5%27 stroke=%27%23F2F5FF%27/%3E%3Ccircle opacity=%270.2%27 cx=%27209.001%27 cy=%27209.001%27 r=%27166.7%27 stroke=%27%23F2F5FF%27/%3E%3Ccircle opacity=%270.3%27 cx=%27209%27 cy=%27209%27 r=%27124.9%27 stroke=%27%23F2F5FF%27/%3E%3Ccircle opacity=%270.4%27 cx=%27209%27 cy=%27209%27 r=%2783.1%27 stroke=%27%23F2F5FF%27/%3E%3Ccircle opacity=%270.5%27 cx=%27208.999%27 cy=%27208.999%27 r=%2741.3%27 stroke=%27%23F2F5FF%27/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 418px;
  height: 418px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}
.compare__box .compare__item-name, .compare__box .compare__item-descr, .compare__box .compare__item-link {
  position: relative;
  z-index: 1;
}
.compare__box .compare__item-name {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4.48rem;
}
.compare__box .compare__item-descr {
  color: #f2f5ff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  flex: 1;
}
.compare__box .compare__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  margin: 5px -10px -15px;
}
.compare__box .compare__item-link:hover {
  animation: moveRight 1s infinite;
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  .compare .compare__box {
    grid-template-columns: repeat(3, 1fr);
  }
  .compare .compare__box .compare__item:nth-of-type(2),
  .compare .compare__box .compare__item:nth-of-type(4),
  .compare .compare__box .compare__item:nth-of-type(5),
  .compare .compare__box .compare__item:nth-of-type(7) {
    background-color: #0070e0;
  }
  .compare .compare__box .compare__item:nth-of-type(2n) {
    background-color: #003087;
  }
}
@media (max-width: 740px) {
  .compare .compare__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .compare .compare__box .compare__item:nth-of-type(2n) {
    background-color: #0070e0;
  }
  .compare .compare__box .compare__item:nth-of-type(2),
  .compare .compare__box .compare__item:nth-of-type(3),
  .compare .compare__box .compare__item:nth-of-type(6),
  .compare .compare__box .compare__item:nth-of-type(7) {
    background-color: #003087;
  }
}
@media (max-width: 480px) {
  .compare {
    display: flex;
    flex-direction: column;
    padding: 25px 0;
  }
  .compare .compare .compare__slider {
    order: 3;
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
    height: 25px;
  }
  .compare .compare__box {
    gap: 35px;
    padding: 35px 0 52px;
  }
  .compare .compare__box .compare__item-icon::before {
    content: none;
  }
  .compare .compare__box .compare__item-descr,
  .compare .compare__box .compare__item-link {
    display: none;
  }
  .compare .compare__box .compare__item {
    background-color: transparent !important;
    align-items: center;
    min-height: auto;
    padding: 0;
    max-width: 124px;
    margin: 0 auto;
    gap: 4px;
    display: flex;
    flex-direction: column;
  }
  .compare .compare__box .compare__item-name {
    margin: 0;
    color: #383a3e;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.7204rem;
    letter-spacing: 0.16px;
    max-height: 27px;
    overflow: hidden;
  }
  .compare .compare__box .compare__item-icon {
    background-color: #fff;
  }
  .compare .compare__title {
    order: 1;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .compare .compare .container {
    order: 2;
  }
  .compare .compare__slider {
    order: 3;
    margin: 0;
    height: 25px;
  }
  .compare .compare__slider-mobile {
    display: flex;
    margin-top: 0px;
    margin-left: -140px;
  }
  .compare .compare__slider-mobile .compare__slider-block {
    padding: 0 11px;
  }
  .compare .compare__slider-mobile .compare__slider-item {
    padding: 0 11px;
    height: 25px;
    max-height: 25px;
  }
  .compare .compare__slider-mobile:first-of-type {
    padding-top: 50px;
  }
  .compare .compare__title {
    order: 1;
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .compare .compare .compare__slider {
    order: 3;
    margin: 0;
    height: 25px;
  }
  .compare .container {
    order: 2;
  }
}

.choice__content .swiper-button-next,
.choice__content .swiper-button-prev {
  display: none;
  position: initial;
}

.choice {
  margin-top: 45px;
  padding: 58px 0 124px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.choice__inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.choice__left {
  position: sticky;
  display: block;
  top: 160px;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  min-width: 320px;
  margin-bottom: 50px;
}
.choice__left .circle-animate {
  position: absolute;
  top: -210px;
  right: -30px;
  z-index: -1;
}
.choice__title {
  color: #040018;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 6.5rem;
  max-width: 359px;
}
.choice__title span {
  color: #0070e0;
  font-weight: 700;
}
.choice__reviews {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 37px;
  background-color: #003087;
  padding: 38px 52px;
  width: 100%;
  max-width: 317px;
}
.choice__reviews-num {
  color: #fff;
  font-size: 6rem;
  line-height: 7.42rem;
}
.choice__reviews-block {
  margin-bottom: 14px;
}
.choice__reviews-stars {
  display: flex;
  align-items: center;
}
.choice__reviews-stars svg + svg {
  margin-left: -1px;
}
.choice__reviews-descr {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.choice__reviews-descr img {
  width: 35px;
}
.choice__content {
  max-width: 653px;
  width: 100%;
}
.choice__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 26px;
}
.choice__item {
  background: #f2f5ff;
  padding: 45px 44px 14px 45px;
  height: -moz-max-content;
  height: max-content;
  min-height: 383px;
}
.choice__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choice__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0070e0;
  width: 63px;
  height: 63px;
  min-width: 63px;
}
.choice__item-num {
  color: #6c6c6c;
  font-size: 1.4rem;
  line-height: 2.24rem;
}
.choice__item-num span {
  color: #040018;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.36rem;
}
.choice__item-content {
  margin-top: 18px;
}
.choice__item-descr {
  padding-left: 10px;
  color: #383a3e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.choice__item-descr a {
  text-decoration-line: underline;
}
.choice__item-about {
  margin-top: 35px;
  padding-left: 10px;
}
.choice__item-name {
  color: #040018;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.choice__item-post {
  color: #6c6c6c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.88rem;
}
.choice .choice__block__left, .choice .choice__block__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .choice .choice__block__left, .choice .choice__block__right {
    flex-direction: row;
  }
}
@media (max-width: 1059px) {
  .choice .choice__block {
    gap: 20px;
  }
  .choice .choice__item:nth-of-type(3) {
    margin-top: 0;
  }
  .choice .choice__item:nth-of-type(5) {
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 1000px) {
  .choice .choice__item {
    padding: 25px 24px 12px 25px;
  }
}
@media (max-width: 930px) {
  .choice .choice__block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .choice .choice__title {
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 6.5rem;
  }
}
@media (max-width: 680px) {
  .choice {
    margin-top: 0px;
    padding: 33px 0 30px;
  }
  .choice .choice__item {
    height: 100%;
  }
  .choice .choice__inner {
    flex-direction: column;
    gap: 30px;
  }
  .choice .choice__left {
    position: initial;
    margin-bottom: 0px;
  }
  .choice .choice__left .circle-animate {
    display: none;
  }
  .choice .choice__left .choice__title {
    max-width: 100%;
    text-align: center;
  }
  .choice .choice__left .choice__reviews {
    width: calc(100% + 50px);
    max-width: none;
    margin: 30px -25px 0;
    gap: 10px;
    padding: 15px 20px;
  }
  .choice .choice__left .choice__reviews-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .choice .choice__left .choice__reviews-block {
    display: flex;
    margin-bottom: 0;
    gap: 7px;
    align-items: center;
  }
  .choice .choice__left .choice__content {
    overflow-x: auto;
    padding: 20px;
    margin: 0 -20px;
    width: auto;
  }
  .choice .choice__left .choice__block {
    display: flex;
    gap: 40px;
    flex-direction: row;
  }
  .choice .choice__left .choice__item {
    width: 100%;
    min-width: 290px;
  }
  .choice .choice__content {
    padding: 0px;
    display: flex;
    align-items: center;
    width: auto;
  }
  .choice .choice__content .choice__block {
    display: flex;
    gap: 40px;
    flex-direction: row;
  }
  .choice .choice__content .choice__block .choice__item {
    width: 100%;
    min-width: 260px;
  }
  .choice .choice__content .swiper-button-next,
  .choice .choice__content .swiper-button-prev {
    display: block;
    position: initial;
  }
  .choice .choice__content .swiper-button-next:after,
  .choice .choice__content .swiper-rtl .swiper-button-prev:after,
  .choice .choice__content .swiper-button-prev:after {
    content: "";
  }
  .choice .choice__content .swiper-button-next img,
  .choice .choice__content .swiper-button-prev img {
    width: 28px;
  }
}
@media (max-width: 550px) {
  .choice .choice {
    margin-top: 25px;
    padding: 38px 0 114px;
  }
  .choice .choice__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .choice .choice__reviews-block {
    gap: 9px;
  }
  .choice .choice__reviews-num {
    font-size: 3rem;
    line-height: 3.2625rem;
  }
  .choice .choice__reviews-stars svg {
    width: 19px;
    margin: 0;
  }
  .choice .choice__reviews-descr img {
    width: 19px;
  }
  .choice .choice__reviews-descr {
    font-size: 1.2rem;
    line-height: 1.575rem;
    gap: 8px;
  }
}
@media (max-width: 460px) {
  .choice .choice__item-icon {
    width: 47px;
    height: 47px;
    min-width: 47px;
  }
  .choice .choice__item {
    padding: 25px 25px 25px 18px !important;
    min-height: 300px !important;
    display: flex;
    flex-direction: column;
  }
  .choice .choice__item-descr, .choice .choice__item-about {
    padding: 0;
  }
}

.choice__item-about {
  margin-top: 35px;
}

.choice__item-content {
  margin-top: 18px;
}

.choice__item-num {
  color: #6c6c6c;
  font-size: 1.4rem;
  line-height: 2.24rem;
}
.choice__item-num span {
  color: #040018;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.36rem;
}

.choice__item-descr {
  padding-left: 10px;
  color: #383a3e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.choice__item-name {
  color: #040018;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}

.choice__item-post {
  color: #6c6c6c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.88rem;
}

.choice__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner {
  background-color: #003087;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .container {
  position: relative;
}
.banner__inner {
  position: relative;
  padding: 61px 0 62px;
  z-index: 1;
}
.banner__title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 6rem;
  /* 133.333% */
  max-width: 485px;
  text-align: center;
}
.banner__descr {
  color: #f2f5ff;
  font-size: 2.5rem;
  line-height: 4rem;
  /* 160% */
}
.banner__btn {
  margin-top: 50px;
  max-width: 283px;
  color: #fff;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.36rem;
  width: 100%;
  max-width: 288px;
  border-radius: 30px;
  background: #5aab61;
  min-height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}
.banner__image {
  position: absolute;
  right: 56px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.banner__image img:last-of-type {
  position: absolute;
  bottom: 41px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 0px 50px rgba(107, 168, 239, 0.5));
  width: 436px;
}
.banner__inner .circle-animate {
  position: absolute;
  top: -10px;
  right: -150px;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.banner .btn::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2776%27 height=%27115%27 viewBox=%270 0 76 115%27 fill=%27none%27%3E%3Cg style=%27mix-blend-mode:overlay%27%3E%3Crect width=%2714.4283%27 height=%27112.891%27 transform=%27matrix%280.80393 0.595345 -0.480363 0.877443 54.5859 0.203125%29%27 fill=%27%23FFEEB9%27/%3E%3Crect width=%274.35438%27 height=%27113.387%27 transform=%27matrix%280.804805 0.593764 -0.481652 0.876497 71.4971 12.3682%29%27 fill=%27%23FFEEB9%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 200px;
  height: 113.391px;
  z-index: -1;
  animation: shine 2.5s linear infinite;
  mix-blend-mode: overlay;
  filter: blur(2.5px);
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 100%;
  }
}
@media (max-width: 1037px) {
  .banner__content {
    width: 51%;
  }
}
@media (max-width: 930px) {
  .banner__image {
    width: 40%;
    right: 36px;
  }
  .banner__image img {
    width: 100%;
  }
  .banner__image .circle-animate {
    right: -200px;
    top: 80px;
  }
  .banner__image img:last-of-type {
    width: 110%;
  }
  .banner__btn {
    font-size: 1.5rem;
    max-width: 225px;
  }
}
@media (max-width: 660px) {
  .banner__image {
    position: relative;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 262px;
  }
  .banner__image img:last-of-type {
    filter: drop-shadow(0px 0px 30.184px rgba(107, 168, 239, 0.5));
  }
  .banner__inner {
    padding: 50px 0 56px;
  }
  .banner__content {
    width: 100%;
    text-align: center;
  }
  .banner__title, .banner__descr {
    text-align: center;
    max-width: 100%;
  }
  .banner .circle-animate {
    display: none;
  }
  .banner__btn {
    margin: 50px auto 0px;
  }
}
@media (max-width: 460px) {
  .banner__inner {
    padding: 50px 0 0px;
  }
  .banner__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .banner__descr {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .banner__btn.btn {
    min-height: 40px;
    margin-top: 30px;
    max-width: 175px;
    font-size: 1.3333rem;
  }
}

.calculator {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 113px;
}
.calculator .calculator__right {
  width: 100%;
  max-width: 522px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .calculator .calculator__right-graph {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    flex-direction: column;
  }
  .calculator .calculator__right-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.calculator__graph-color {
  border: 1px solid #e8e8e8;
  width: 21px;
  height: 21px;
  min-width: 21px;
}
.calculator__graph-descr {
  color: #797a7b;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3.36rem;
}
.calculator .calculator__graph-item:first-of-type .calculator__graph-color {
  background: #0070e0;
}
.calculator__graph-color {
  border: 1px solid #e8e8e8;
  width: 21px;
  height: 21px;
  min-width: 21px;
}
.calculator .calculator__selector-item.active {
  color: #0070e0;
  font-weight: 600;
  border-bottom: 2px solid #0070e0;
}
.calculator .calculator__graph-item:last-of-type .calculator__graph-color {
  background: #ffd140;
}
.calculator__title {
  text-align: center;
}
.calculator__selector {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.calculator__selector-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 154px;
  min-height: 42px;
  color: #797a7b;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.36rem;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.calculator__selector-item:hover {
  color: #0070e0;
  font-weight: 600;
  border-bottom: 2px solid #0070e0;
}
.calculator__graph-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.calculator__content {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 790px) {
  .calculator__content {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 790px) {
  .calculator__graph-block {
    align-items: center;
  }
}
@media (max-width: 790px) {
  .calculator__right-block {
    align-items: center;
  }
}
.calculator__left {
  width: 100%;
  max-width: 465px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.calculator__left-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.calculator__left-content {
  width: 100%;
  margin-left: -7px;
}
.calculator__left-content input {
  width: 105%;
}
.calculator__left-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.calculator__left-name {
  color: #383a3e;
  font-size: 1.8903rem;
  font-weight: 600;
  line-height: 2.1481rem;
}
.calculator__left-block {
  width: 100%;
  max-width: 155px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f5ff;
  min-height: 42px;
  padding: 5px 14px;
  gap: 5px;
}
.calculator__left-ico, .calculator__left-descr {
  color: #383a3e;
  font-size: 1.8903rem;
  font-weight: 600;
  line-height: 2.1481rem;
}
.calculator__left-ico.calculator__left-descr, .calculator__left-descr.calculator__left-descr {
  color: #0070e0;
  flex: 1;
}
.calculator__left-range {
  width: 100%;
  height: 5px;
  background: #d9d9d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
}
.calculator__left-range::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2723%27 height=%2722%27 viewBox=%270 0 23 22%27 fill=%27none%27%3E%3Ccircle cx=%2711.4922%27 cy=%2710.9395%27 r=%279.88107%27 fill=%27white%27 stroke=%27%230070E0%27 stroke-width=%271.71845%27/%3E%3Ccircle cx=%2711.4917%27 cy=%2710.9389%27 r=%274.60298%27 fill=%27%230070E0%27/%3E%3C/svg%3E");
  background-position: center;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
}
.calculator__right {
  width: 100%;
  max-width: 522px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 790px) {
  .calculator__right {
    flex-direction: column-reverse;
    max-width: 465px;
    margin: 0 auto;
  }
}
.calculator__right-block {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.calculator__right-name {
  color: #797a7b;
  font-size: 2rem;
  line-height: 3.36rem;
}
.calculator__right-descr {
  color: #383a3e;
  font-size: 2.8124rem;
  font-weight: 600;
  line-height: 3.1959rem;
  display: flex;
  align-items: center;
  gap: 13px;
}
.calculator__right-descr span {
  color: #0070e0;
}
.calculator__graph {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculator__graph-block {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.calculator__graph-block-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.calculator__graph-block-color {
  border: 1px solid #e8e8e8;
  width: 21px;
  height: 21px;
  min-width: 21px;
}
.calculator__graph-block-color:first-of-type {
  background: #0070e0;
}
.calculator__graph-block-color:last-of-type {
  background: #ffd140;
}
.calculator__graph-block-descr {
  color: #797a7b;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3.36rem;
  /* 197.647% */
}
@media (max-width: 480px) {
  .calculator__graph {
    width: 100%;
    max-width: 100%;
  }
  .calculator__graph svg {
    width: 100%;
    max-height: 154px;
  }
}
@media (max-width: 460px) {
  .calculator {
    padding-top: 50px;
  }
  .calculator__left {
    max-width: 350px;
    gap: 32px;
  }
  .calculator__selector {
    margin-top: 26px;
  }
  .calculator__selector-item {
    font-size: 1.8rem;
    line-height: 2.3rem;
    max-width: 118px;
  }
  .calculator__content {
    margin-top: 30px;
    gap: 54px;
  }
  .calculator__left-name {
    font-size: 1.8rem;
    line-height: 1.6207rem;
  }
  .calculator__left-block {
    padding: 5px 11px;
    max-width: 135px;
  }
  .calculator__left-ico, .calculator__left-descr {
    font-size: 1.4rem;
    line-height: 1.6207rem;
  }
  .calculator__left-ico.calculator__left-descr, .calculator__left-descr.calculator__left-descr {
    font-size: 1.2rem;
    line-height: 2.5351rem;
  }
  .calculator__left-item {
    gap: 18px;
  }
  .calculator__graph-descr {
    font-size: 1.6rem;
    line-height: 2.5351rem;
    text-wrap: nowrap;
  }
  .calculator__right {
    gap: 25px;
    max-width: 291px;
  }
  .calculator__right-graph {
    justify-content: center;
  }
  .calculator__right-name {
    font-size: 1.6rem;
    line-height: 2.5351rem;
  }
  .calculator__right-descr {
    font-size: 1.8rem;
    line-height: 2.4113rem;
  }
  .calculator__right-block {
    gap: 25px;
  }
}

.blogs {
  margin-top: 111px;
  padding-top: 44px;
  padding-bottom: 116px;
}
.blogs__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.blogs__title {
  max-width: 656px;
  line-height: 7.84rem;
}
.blogs__more {
  color: #0070e0;
  font-size: 2rem;
  line-height: 3.36rem;
  position: relative;
}
.blogs__more::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #0070e0;
  left: 0;
  right: 0;
  bottom: -6px;
}
.blogs__content {
  display: flex;
  flex-wrap: wrap;
}
.blogs__content .blogs__item {
  background-color: #f2f5ff;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 15px;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .blogs__content .blogs__item {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) and (min-width: 521px) {
  .blogs__content .blogs__item {
    min-width: 42%;
  }
}
.blogs__content .blogs__item-image {
  width: 100%;
  max-height: 254px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.blogs__content .blogs__item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  transition: all 1s ease;
}
.blogs__content .blogs__item.swiper-slide {
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 520px) {
  .blogs__content .blogs__item.swiper-slide {
    min-width: 100%;
    max-width: 100%;
    width: 100% !important;
    flex: 100%;
  }
}
@media (max-width: 640px) and (min-width: 521px) {
  .blogs__content .blogs__item.swiper-slide {
    min-width: 48%;
  }
}

.blogs__item:hover .blogs__item-image img {
  transform: scale(1.2);
}

.blogs__item__content {
  margin-top: 38px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blogs__item-date {
  position: absolute;
  top: 0;
  left: 32px;
  width: 60px;
  height: 60px;
  background-color: #0070e0;
  color: #f2f5ff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.6rem;
  /* 100% */
  letter-spacing: 0.48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 7px;
  padding: 7px;
}
.blogs__item-date span {
  font-size: 3rem;
}

.blogs__item-name {
  margin-bottom: 2px;
  color: #383a3e;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.48px;
  max-width: 300px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs__item-descr {
  color: #93969f;
  font-size: 1.7rem;
  line-height: 2.5rem;
  max-width: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.blogs__item-link {
  margin-top: auto;
  width: -moz-max-content;
  width: max-content;
  color: #383a3e;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.36rem;
  /* 210% */
  border-radius: 60px;
  background-color: #fff;
  width: 100%;
  max-width: 100px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 840px) {
  .blogs__more {
    display: none;
  }
}
@media (max-width: 460px) {
  .blogs {
    margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .blogs .blogs__title {
    line-height: 3.5rem;
    font-size: 2.8rem;
  }
  .blogs__item-date {
    font-size: 1.2rem;
    line-height: 100%;
    letter-spacing: 0.36px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    gap: 2px;
  }
  .blogs__item-date span {
    font-size: 2.25rem;
  }
  .blogs__item__content {
    margin-top: 28px;
    padding: 0 24px;
  }
  .blogs__item-name {
    margin-bottom: 3px;
    font-size: 1.65rem;
    letter-spacing: 0.36px;
  }
  .blogs__item-descr {
    font-size: 1.275rem;
    line-height: 1.875rem;
    margin-bottom: 15px;
  }
  .blogs__item-link {
    font-size: 1.2rem;
    line-height: 2.52rem;
    max-width: 75px;
    min-height: 30px;
  }
  .blogs__content {
    margin-top: 4px;
  }
}
.header__menu {
  top: 20px;
}

/*------inner Page-SCSS---------*/
.inner-heading-top {
  background: #f2f5ff;
  min-height: 104px;
  display: flex;
  align-items: center;
}
.inner-heading-top h2 {
  font-size: 3.2rem;
  color: #0070e0;
  line-height: 4.48rem;
}

.inner-page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 499px;
}
.inner-page-hero .hero__inner {
  transform: none;
}
.inner-page-hero .hero__title {
  color: #0070e0;
  margin-bottom: 10px;
}
.inner-page-hero .hero__descr {
  font-size: 1.8rem;
  width: 450px;
  max-width: 100%;
  color: #93969f;
  font-weight: 500;
  line-height: 3rem;
}
.inner-page-hero .hero__content {
  margin-top: 40px;
  padding-left: 0;
  padding-bottom: 70px;
}

@media (max-width: 480px) {
  .compare__slider.compare__slider-desktop {
    display: none;
  }
}
input.cal_num_field {
  background: #f2f5ff;
  border: none;
  height: 42px;
  width: 100%;
  color: #0070e0;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
}

input.cal_num_field:focus {
  outline: 0;
}

.single-loans .calculator__selector {
  display: none;
}

.banner a.banner__btn.btn {
  visibility: hidden;
}

.range-scale {
  position: relative;
  height: 20px;
  margin-top: -10px;
}

#loanAmountScale {
  z-index: 0;
}

#loanAmount,
#interestRate,
#loanTenure {
  position: relative;
  z-index: 1;
}

.scale-mark {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  border-left: 1px solid #333;
  /* Vertical line */
  /* Space between line and text */
  text-indent: -9999px;
}
.scale-mark.scale-mark-2 {
  text-indent: 0;
  position: absolute;
  top: 20px;
  padding: 0;
  border: none;
}

#loanAmountRange,
#interestRateRange,
#loanTenureRange {
  display: none;
}

.mobile_feedback_block {
  display: none;
}

@media (max-width: 680px) {
  .mobile_feedback_block {
    display: block;
  }
  .choice .choice__content .desktop_feedback_block {
    display: none;
  }
}
p.mobile_text {
  display: none;
}

@media (max-width: 480px) {
  p.mobile_text {
    text-align: right;
    font-size: 14px;
    display: block;
  }
}
.header__box-calc a {
  display: flex;
  align-items: center;
  gap: 11px;
}

.banner__content {
  height: 224px;
  display: flex;
  align-items: center;
}
@media (max-width: 660px) {
  .banner__content {
    flex-direction: column;
    height: auto;
  }
}

.blog_section_content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.blog_section_content .swiper-button-next {
  position: initial;
}

.blog_section_content .swiper-button-prev {
  position: initial;
}

.blog_section_content .swiper-button-prev:after,
.blog_section_content .swiper-button-next:after {
  content: "";
}

.blog-page .blogs__content .blogs__item {
  width: 30%;
}

@media (max-width: 1220px) {
  .blog_section_content .swiper-button-prev img,
  .blog_section_content .swiper-button-next img {
    width: 35px;
  }
  .blog_section_content {
    gap: 10px;
  }
}
@media (max-width: 640px) {
  h2.h2_title {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .blog-page .blogs__content .blogs__item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .home .hero {
    min-height: 710px;
  }
  .home .hero__image {
    transform: none;
  }
  .hero .hero__title {
    margin: -206px auto 10px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 670px) and (min-width: 481px) {
  .home .hero {
    min-height: 850px;
  }
}
@media (min-width: 641px) and (max-width: 940px) {
  .blog-page .blogs__content .blogs__item {
    width: 28%;
  }
}
.home-loan {
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: transparent;
}
.home-loan .hero__inner {
  transform: none;
  padding: 49px 0;
}
.home-loan .hero__top {
  background-color: #F2F5FF;
  width: 100%;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.home-loan .hero__title {
  color: #0070E0;
  margin-bottom: 6px;
}
.home-loan .hero__descr {
  color: #93969F;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  max-width: 446px;
}
.home-loan .hero__item-descr {
  color: #383A3E;
}
.home-loan .hero__date {
  color: #383A3E;
}
.home-loan .hero__content {
  margin-top: 41px;
  padding: 0;
}
.home-loan .hero__btn {
  min-width: 239px;
}
.home-loan ~ .compare {
  background-color: #fff;
}
.home-loan ~ .compare .compare__title {
  max-width: 981px;
}
.home-loan ~ .choice {
  margin-top: 0;
}

.home-loan-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: end;
}
@media (max-width: 640px) {
  .home-loan-content {
    min-height: 633px;
  }
}
.home-loan-content::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.home-loan-content::after {
  content: "";
  position: absolute;
  width: 85.5%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 481px) {
  .home-loan-content .home-loan-content::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 8.37%, rgba(255, 255, 255, 0.7) 41.11%);
  }
}

.hero__navigation {
  display: flex;
  align-items: center;
  gap: 19px;
  overflow-x: auto;
}
.hero__navigation svg {
  min-width: 24px;
}

.hero__navigation-link {
  color: #0070E0;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

.hero__scroller {
  background-color: #003087;
  width: 100%;
  height: 264px;
  min-height: 57px;
  overflow: hidden;
  padding: 17px 0;
}
.hero__scroller .container {
  height: 100%;
}

.scrolling-slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero__scroller-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 42px;
}

.hero__scroller-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__scroller-content {
  max-width: 1042px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero__scroller-name {
  color: #FFF;
  font-size: 35px;
  font-weight: 500;
  line-height: 38px;
}

.hero__scroller-descr {
  color: #F2F5FF;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.compare__inner {
  display: flex;
  gap: 2px;
  justify-content: space-between;
  max-width: 1141px;
  margin: 0 auto;
}

.compare__left {
  background-color: #F2F5FF;
  padding: 25px;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  max-width: 301px;
  min-width: 235px;
}

.compare__form {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.compare__form-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.compare__form-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.compare__label {
  color: #797A7B;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  cursor: pointer;
}

.compare__label.active {
  color: #0070E0;
}

.compare__checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.compare__checkbox + .checkmark {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
.compare__checkbox + .checkmark:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%271.4043%27 width=%2719%27 height=%2719%27 rx=%274.5%27 fill=%27white%27 stroke=%27%23797A7B%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.compare__checkbox:checked + .checkmark:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%271%27 y=%271.9043%27 width=%2718%27 height=%2718%27 rx=%274%27 fill=%27white%27 stroke=%27%230070E0%27 stroke-width=%272%27/%3E%3Cpath d=%27M15.1617 7.55664L9.00268 13.7157L6.20312 10.9161%27 stroke=%27%230070E0%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.compare .container {
  max-width: 1279px;
}

.compare__content {
  width: 100%;
  padding: 0 39px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.compare__content .compare__content-item {
  padding-bottom: 22px;
  border-radius: 5.528px;
  border: 1.106px solid #E7E7E7;
  background: #FFF;
  overflow: hidden;
  max-height: 310px;
}
.compare__content .compare__content-top {
  background: #FAFBFE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 117px;
  margin-bottom: 20px;
}
.compare__content .compare__content-descr {
  text-align: center;
  line-height: 24.321px;
}
.compare__content .btn {
  color: #FFF;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
  width: 100%;
  max-width: 288px;
  border-radius: 30px;
  background: #5AAB61;
  min-height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}
.compare__content .compare__content-btn {
  max-width: 200px;
  margin: 22px auto 0;
}
.compare__content .compare__content-img {
  display: flex;
  align-items: center;
}
.compare__content .compare__content-img img {
  max-width: 100%;
  width: 250px;
}
.compare__content .compare__left-filter {
  display: none;
}
.compare__content .compare__content-more {
  color: #0070E0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.145px;
  grid-column: span 2;
  text-align: center;
  text-decoration-line: underline;
  text-decoration: underline;
  text-decoration-style: underline;
  text-underline-position: under;
}

.videobanner {
  background-color: #003087;
  padding: 77px 0 0;
}

.videobanner__title {
  color: #EBEBED;
  text-align: center;
}

.videobanner__video {
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.videobanner__video img {
  width: 100%;
}

.videobanner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
}
.videobanner__btn svg {
  width: 100%;
}

.faq {
  padding: 40px 0 117px;
}
.faq .faq__title {
  color: #040018;
  text-align: center;
  font-size: 55px;
  font-weight: 500;
  line-height: 78.4px;
}
.faq .faq__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 480px) {
  .faq .faq__content {
    margin-top: 20px;
  }
}
.faq .faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.faq .faq__item-top {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.faq .faq__item-top::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width=%2718%27 height=%2712%27 viewBox=%270 0 18 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.65625 10.8828L1.03906 3.30469C0.6875 2.91406 0.6875 2.32812 1.03906 1.97656L1.9375 1.07812C2.28906 0.726562 2.875 0.726562 3.26562 1.07812L9.32031 7.09375L15.3359 1.07812C15.7266 0.726562 16.3125 0.726562 16.6641 1.07812L17.5625 1.97656C17.9141 2.32813 17.9141 2.91406 17.5625 3.30469L9.94531 10.8828C9.59375 11.2344 9.00781 11.2344 8.65625 10.8828Z%27 fill=%27%23696969%27/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.faq .faq__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .faq__item.active .faq__item-top::after {
  transform: rotate(-180deg) translateY(50%);
}
.faq .faq__item.active .faq__item-descr {
  display: block;
  padding-left: 50px;
}
.faq .faq__item-name {
  font-size: 22px;
  line-height: 22px;
  padding-right: 25px;
}
.faq .faq__item-descr {
  display: none;
  font-size: 18px !important;
  line-height: 22px;
}
.faq .faq__item-descr p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  text-align: justify;
}
.faq .faq__item-descr a {
  color: #0070E0;
  padding: 8px 0 0;
  display: block;
}
.faq .faq__btn {
  margin: 60px auto 69px;
  max-width: 200px;
}
@media (max-width: 640px) {
  .faq .faq__btn {
    margin: 38px auto 14px;
  }
}

.videobanner-video {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: fixed;
  overflow: hidden;
  z-index: 999;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.videobanner-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.4s ease;
}
.videobanner-video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.videobanner-video.active {
  opacity: 1;
  pointer-events: all;
}

.videobanner-content {
  max-width: 900px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.videobanner__close {
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .home-loan-content::before {
    background-position: calc(50% - 200px) center;
  }
}
@media (max-width: 780px) {
  .hero__scroller-name {
    font-size: 30px;
    line-height: 33px;
  }
  .hero__scroller-descr {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 760px) {
  .home-loan .hero__block:last-of-type {
    align-items: start;
  }
  .home-loan .hero__content {
    align-items: start;
  }
}
@media (max-width: 640px) {
  .home-loan {
    align-items: start;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .home-loan .hero__block:last-of-type {
    display: flex;
    align-items: center;
  }
  .home-loan .hero__descr {
    margin: 0 auto;
  }
  .home-loan-content::after {
    width: 135.5%;
  }
}
@media (max-width: 550px) {
  .hero__scroller-name {
    font-size: 26px;
    line-height: 29px;
  }
  .hero__scroller-descr {
    font-size: 14px;
    line-height: 22px;
  }
  .hero__scroller {
    background-color: #003087;
    width: 100%;
    min-height: 171px;
    overflow: hidden;
    padding: 27px 0;
  }
  .hero__scroller-item {
    gap: 20px;
  }
  .hero__scroller-icon svg,
  .hero__scroller-icon img {
    max-width: 50px;
    max-height: 50px;
  }
}
@media (max-width: 900px) and (min-width: 551px) {
  .hero__scroller {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  .hero__scroller-name {
    font-size: 15px;
    line-height: 14px;
  }
  .hero__scroller-descr {
    font-size: 15px;
    line-height: 16px;
  }
  .hero__scroller-content {
    gap: 8px;
  }
  .hero__scroller-icon svg,
  .hero__scroller-icon img {
    max-width: 32px;
    max-height: 35px;
  }
  .hero__scroller-item {
    align-items: start;
  }
  .hero__scroller {
    height: 140px;
  }
  .home-loan .hero__top {
    padding: 2px 0;
  }
  .home-loan .hero__inner {
    padding: 26px 0 38px;
    margin-top: 0;
  }
  .home-loan .hero__content {
    left: 0;
    right: 0;
    bottom: 38px;
    gap: 30px;
  }
  .home-loan .hero__item-descr {
    font-size: 15px;
    margin-left: 9px;
    line-height: 13.911px;
  }
  .home-loan .hero__item-icon {
    max-width: 14px;
  }
  .home-loan .hero__item-stars {
    gap: 4px;
  }
  .home-loan .hero__descr {
    font-size: 15px;
    line-height: 22px;
  }
  .hero__navigation {
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .hero__navigation svg {
    min-width: 15px;
    width: 15px;
  }
  .hero__navigation-link {
    font-size: 20px;
    width: auto;
    justify-content: center;
  }
  .hero__navigation-link img {
    max-width: 138px;
    max-height: 23px;
  }
  .home-loan-content::before {
    background-position: top;
    bottom: 233px;
    top: -140px;
  }
  .home-loan-content::after {
    opacity: 0.8;
    height: 100%;
    width: 400px;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: -270px;
  }
  .compare__content {
    grid-template-columns: 1fr;
  }
  .compare__checkbox + .checkmark {
    padding-left: 20px;
  }
  .compare__checkbox + .checkmark:before {
    left: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%271.4043%27 width=%2719%27 height=%2719%27 rx=%274.5%27 fill=%27white%27 stroke=%27%23797A7B%27/%3E%3C/svg%3E");
    background-size: 100%;
  }
  .compare__label {
    font-size: 14px;
    line-height: 30px;
  }
  .compare__form-name {
    font-size: 13px;
    line-height: 17.138px;
  }
  .compare__form-content {
    margin-top: 6px;
  }
  .compare__form {
    gap: 25px;
  }
  .compare__inner {
    gap: 50px;
  }
  .compare__content-item {
    border-radius: 5px;
    border: 1px solid #E7E7E7;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .compare__content-btn {
    display: none;
  }
  .compare__content-descr {
    text-align: left;
    line-height: 24.321px;
    font-size: 14.051px;
    line-height: 19.161px;
  }
  .compare__content-top {
    background: #FAFBFE;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 12px 8px;
    min-height: auto;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }
  .compare__content-block {
    padding: 12px;
    width: 130%;
  }
  .compare__content .compare__content-img img {
    max-width: 166px;
    max-height: 33px;
    width: 100%;
  }
  .compare__content-more {
    font-size: 15px;
    line-height: 29.194px;
  }
  .videobanner {
    padding: 50px 0;
  }
  .videobanner__title {
    font-size: 35px;
    line-height: 45px;
  }
  .faq {
    padding: 0px 0 40px;
  }
  .faq__title {
    font-size: 27.5px;
    line-height: 39.2px;
  }
  .faq__content {
    margin-top: 28px;
    gap: 20px;
  }
  .faq__item-top {
    gap: 4px;
  }
  .faq__item-top::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width=%279%27 height=%276%27 viewBox=%270 0 9 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.41797 5.77266L0.628906 1.98359C0.53125 1.88594 0.492187 1.76875 0.492187 1.65156C0.492187 1.51484 0.53125 1.39766 0.628906 1.31953L1.05859 0.889843C1.13672 0.792187 1.25391 0.733593 1.39063 0.733593C1.50781 0.733593 1.625 0.772656 1.72266 0.870312L4.75 3.89766L7.77734 0.870312C7.85547 0.772656 7.97266 0.733594 8.10938 0.733594C8.22656 0.733594 8.34375 0.792187 8.44141 0.889844L8.87109 1.31953C8.94922 1.39766 9.00781 1.51484 9.00781 1.65156C9.00781 1.76875 8.94922 1.88594 8.87109 1.98359L5.08203 5.77266C4.98437 5.87031 4.86719 5.92891 4.75 5.92891C4.61328 5.92891 4.49609 5.87031 4.41797 5.77266Z%27 fill=%27%23696969%27/%3E%3C/svg%3E%0A");
  }
  .faq__item-name {
    font-size: 14px;
    line-height: 18px;
    padding-right: 19px;
  }
  .faq__item {
    padding-bottom: 10px;
  }
  .faq__item-descr {
    font-size: 12px;
    line-height: 16px;
  }
  .faq__item-icon svg {
    width: 25px;
    height: 25px;
  }
  .faq__btn {
    margin: 40px auto 0;
  }
}
@media (max-width: 930px) {
  .compare__content {
    grid-template-columns: 1fr;
  }
  .compare__content-more {
    grid-column: auto;
  }
}
@media (max-width: 680px) {
  .compare__inner {
    flex-direction: column;
    gap: 30px;
    margin-top: 0px;
  }
  .compare__content {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 20px;
  }
  .compare__left {
    max-width: none;
    width: auto;
    padding: 30px 15px;
    margin: 0 -22px;
  }
  .compare__form {
    gap: 20px;
  }
  .compare__form-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px 20px;
  }
  .compare__label {
    width: -moz-max-content;
    width: max-content;
    text-wrap: nowrap;
  }
  .home-loan ~ .compare .compare__slider {
    order: 2;
  }
  .compare__checkbox + .checkmark {
    padding-left: 26px;
  }
}
@media (max-width: 1020px) {
  .videobanner__close {
    top: -30px;
    right: 0px;
  }
}
.compare__content .compare__content-descr {
  font-size: 18px;
}

/* searchandfilter */
.searchandfilter h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}
.searchandfilter label {
  color: #797A7B;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
}
.searchandfilter ul li.sf-level-0 {
  display: flex;
  align-items: center;
}

.search-filter-results-list {
  font-size: 18px;
}

.faq .container,
.choice .container,
.applyonline .container,
.videobanner .container {
  width: 100%;
  max-width: 1184px;
  padding: 0 22px;
  margin: 0 auto;
}

@media (min-width: 481px) {
  .desktop-content {
    display: block;
  }
  .mobile-content {
    display: none;
  }
  .compare__content-btn.desktop-content {
    display: flex !important;
  }
  .compare__content-btn.mobile-content {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .compare__inner .compare__content {
    grid-template-columns: 1fr;
  }
  .compare__inner .compare__content .compare__content-item {
    padding: 12px 8px;
    gap: 10px;
  }
  .compare__inner .compare__content-top {
    height: -moz-max-content;
    height: max-content;
    min-height: auto;
    padding: 0;
    margin-bottom: 0;
  }
  .compare__inner .compare__content-block.mobile-content {
    padding: 0;
    width: 100%;
  }
  .compare__inner .compare__content-block.mobile-content .compare__content-descr {
    font-size: 14px;
    line-height: 19px;
  }
  .desktop-content {
    display: none;
  }
  .mobile-content {
    display: block;
  }
  .compare__content-btn.desktop-content {
    display: none !important;
  }
  .compare__content-btn.mobile-content {
    display: flex !important;
    font-size: 16px;
    height: -moz-max-content;
    height: max-content;
    width: 180px;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    flex-grow: 0;
    margin-top: 0;
  }
  .faq__content .faq__item-name,
  .faq__content .faq__item-descr {
    font-size: 18px;
  }
}
select.sf-input-select {
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 5px;
  border-color: #003087;
}

@media (max-width: 680px) {
  .searchandfilter ul li h4 {
    font-size: 15px;
    padding-bottom: 2px;
    display: none;
  }
  .compare__left h3 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .searchandfilter ul li {
    padding: 0 3px 10px;
  }
  main#wp--skip-link--target {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  .searchandfilter ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-flow: wrap;
  }
  section.hero.home-loan.cards {
    order: 1;
  }
  section.find {
    order: 2;
  }
  section.cards-about {
    order: 3;
  }
  .page-template-credit-card section.banner {
    order: 4;
  }
  .compare__slider.compare__slider-mobile {
    margin-top: 20px;
  }
}
.single-loan-page .container {
  width: 100%;
  max-width: 1184px;
  padding: 0 22px;
  margin: 0 auto;
}
.single-loan-page .hero-bank {
  min-height: auto;
}
.single-loan-page .hero__bank {
  margin-top: 40px;
}
.single-loan-page .bank__top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.1));
}
.single-loan-page .bank__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.single-loan-page .bank__item-top {
  padding: 17px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-loan-page .bank__item-name {
  color: #383A3E;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px; /* 156.25% */
}
.single-loan-page .bank__item-bottom {
  border: 1px solid #D6D3D3;
  background: #FFF;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.single-loan-page .bank__item:last-of-type {
  height: auto;
  justify-content: end;
}
.single-loan-page .bank__item-btn {
  max-width: 160px;
}
.single-loan-page .bank__item-btn.btn {
  color: #FFF;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
  width: 100%;
  max-width: 288px;
  border-radius: 30px;
  background: #5AAB61;
  min-height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}
.single-loan-page .bank__item-descr {
  color: #040018;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
}
.single-loan-page .bank__content {
  background: #F3F4F6;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  gap: 21px;
}
.single-loan-page .bank__content-box {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 100%;
  max-width: 435px;
}
.single-loan-page .bank__block {
  max-width: 431px;
}
.single-loan-page .bank__block-name {
  width: 100%;
  max-width: 343px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(56, 58, 62, 0.3);
  margin-bottom: 10px;
  font-size: 18px;
}
.single-loan-page .bank__block-content ul li {
  font-size: 16.583px;
  line-height: 24.321px; /* 146.667% */
  padding-left: 16px;
  position: relative;
}
.single-loan-page .bank__block-content ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #383A3E;
  left: 0;
  top: 10px;
}
.single-loan-page .bank__block-content ul li span {
  font-weight: 700;
}
.single-loan-page .bank__block-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-loan-page .bank__block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
}
.single-loan-page .bank__block-descr {
  font-size: 16.583px;
  font-weight: 400;
  line-height: 39px;
}
.single-loan-page .bank__block:nth-of-type(4) {
  max-width: 632px;
}
.single-loan-page .bank__name {
  margin-top: 78px;
  color: #040018;
  font-size: 25px;
  font-weight: 500;
  line-height: 78.4px; /* 313.6% */
}
.single-loan-page .bank__table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
.single-loan-page .bank__table tr th {
  text-align: left;
  color: #040018;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  padding: 23px 38px;
  border: 1px solid #CBD4E1;
  background: #F2F5FF;
  width: 33.33%;
}
.single-loan-page .bank__table tr td {
  border: 1px solid #CBD4E1;
  background: #FFF;
  padding: 16px 38px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #93969F;
}
.single-loan-page .doc_table tr td:hover {
  background: #F2F5FF;
}
.single-loan-page .bank__table tr td:first-of-type {
  color: #383A3E;
  line-height: 25px;
}
.single-loan-page .bank__name:last-of-type {
  margin-top: 40px;
}
.single-loan-page .hero-bank ~ .faq {
  padding-top: 68px;
}
@media (max-width: 768px) {
  .single-loan-page .bank__top {
    flex-wrap: wrap;
    filter: none;
  }
  .single-loan-page .bank__item {
    width: 100%;
    flex-direction: row;
  }
  .single-loan-page .bank__item-top {
    width: 100%;
    border: 1px solid #D6D3D3;
    background: #FFF;
    justify-content: start;
    padding: 15px;
  }
  .single-loan-page .bank__item-bottom {
    justify-content: start;
  }
  .single-loan-page .bank__item:last-of-type .bank__item-bottom {
    border: none;
    justify-content: center;
    width: 100%;
    padding: 17px 10px;
  }
  .single-loan-page .bank__content {
    flex-direction: column;
    gap: 30px;
  }
  .single-loan-page .bank__content-box {
    gap: 30px;
  }
  .single-loan-page .bank__item-bottom {
    height: auto;
  }
  .single-loan-page .bank__table {
    display: none;
  }
  .single-loan-page .bank__name {
    display: none;
  }
  .single-loan-page .docs__block {
    margin-top: 20px;
  }
  .single-loan-page .docs__block h3 {
    color: #0070E0;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .single-loan-page .docs__item {
    padding: 15px 12px;
    border-radius: 10px;
    border: 1px solid rgba(56, 58, 62, 0.1);
    background: #FFF;
  }
  .single-loan-page .docs__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .single-loan-page .docs__item:nth-of-type(3) {
    margin-bottom: 10px;
    position: relative;
  }
  .single-loan-page .docs__item:nth-of-type(3)::after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(56, 58, 62, 0.3);
    bottom: -10px;
    left: 0;
    right: 0;
  }
  .single-loan-page .docs__item {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .single-loan-page .docs__item span {
    font-weight: 700;
  }
}
@media (max-width: 480px) {
  .single-loan-page .hero-bank ~ .faq {
    padding-top: 20px;
  }
  .single-loan-page .hero__bank {
    margin-top: 25px;
  }
  .single-loan-page .bank__item-top {
    font-size: 14px;
  }
  .single-loan-page .bank__item-descr {
    font-size: 14px;
    text-align: left;
    line-height: normal;
  }
  .single-loan-page .bank__item-name {
    font-size: 14px;
    text-align: left;
    line-height: normal;
  }
  .single-loan-page .bank__item-bottom {
    width: 89%;
  }
  .single-loan-page .bank__content {
    margin: 30px -44px 0;
    padding: 50px 44px;
  }
  .single-loan-page .bank__block-name {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
  }
  .single-loan-page .bank__block-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .single-loan-page .bank__block-descr {
    font-size: 14px;
  }
}
.single-loan-page .apply {
  margin-top: 147px;
  padding: 90px 0 116px;
  border-top: 1px solid #BFC3C8;
  border-bottom: 1px solid #BFC3C8;
  background: #F3F4F6;
  position: relative;
  z-index: 3;
}
.single-loan-page .apply .container {
  max-width: 1169px;
}
.single-loan-page .apply__title {
  text-align: center;
}
.single-loan-page .apply__form {
  margin-top: 35px;
}
.single-loan-page .apply__form-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 34px;
}
.single-loan-page .apply__form-block {
  position: relative;
}
.single-loan-page .apply__form-block label {
  position: absolute;
  top: 9px;
  left: 14px;
  pointer-events: none;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px; /* 180.142% */
}
.single-loan-page .apply__form-block label span {
  color: #FF1F00;
  font-size: 25px;
}
.single-loan-page .apply__form-block input,
.single-loan-page .apply__form-block select {
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px; /* 180.142% */
  border-radius: 5.79px;
  border: 1.158px solid #CBD4E1;
  background: #FFF;
  outline: none;
  height: 53px;
  padding: 5px 14px;
  width: 100%;
}
.single-loan-page .apply__form-block input:focus ~ label {
  display: none;
}
.single-loan-page .apply__form-select.active ~ label {
  display: none;
}
.single-loan-page .apply__form-block input.active ~ label {
  display: none;
}
.single-loan-page .apply__form-block select {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2710%27 viewBox=%270 0 16 10%27 fill=%27none%27%3E%3Cpath d=%27M0.962718 1.67187L7.91105 8.64522L14.8594 1.67188%27 stroke=%27%236C6C6C%27 stroke-width=%271.73708%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat, repeat;
  background-size: 15px 9px;
}
.single-loan-page .apply__form-block select option,
.single-loan-page .apply__form-select.active {
  font-size: 18px;
}
.single-loan-page .apply__label {
  margin-top: 41px;
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.161px;
  letter-spacing: 0.18px;
  cursor: pointer;
  display: flex;
}
.single-loan-page .apply__label a {
  color: #0070E0;
}
.single-loan-page .apply__checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-loan-page .apply__checkbox + .checkmark {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
}
.single-loan-page .apply__checkbox + .checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%271.4043%27 width=%2719%27 height=%2719%27 rx=%274.5%27 fill=%27white%27 stroke=%27%23797A7B%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.single-loan-page .apply__checkbox:checked + .checkmark:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%271%27 y=%271.9043%27 width=%2718%27 height=%2718%27 rx=%274%27 fill=%27white%27 stroke=%27%230070E0%27 stroke-width=%272%27/%3E%3Cpath d=%27M15.1617 7.55664L9.00268 13.7157L6.20312 10.9161%27 stroke=%27%230070E0%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.single-loan-page .apply__btn {
  margin: 28px auto 0;
  max-width: 161px;
}
.single-loan-page .apply__rating.hero__block:last-of-type {
  margin-top: 25px;
  flex-direction: row;
  justify-content: center;
}
.single-loan-page .apply__rating .hero__item-descr {
  color: #383A3E;
}
.single-loan-page .apply__rating .hero__item-icon img {
  width: 100%;
  min-width: 14px;
}
@media (max-width: 768px) {
  .single-loan-page .apply__form-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-loan-page .apply__rating.hero__block:last-of-type {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .single-loan-page .apply__rating.hero__block:last-of-type {
    display: flex;
  }
}
@media (max-width: 480px) {
  .single-loan-page .apply {
    padding: 50px 0;
    margin-top: 50px;
  }
  .single-loan-page .apply__form {
    margin-top: 20px;
  }
  .single-loan-page .apply__form-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .single-loan-page .apply__form-block input, .single-loan-page .apply__form-block select {
    font-size: 14px;
    line-height: 32.426px;
  }
  .single-loan-page .apply__form-block label {
    position: absolute;
    top: 7px;
    left: 14px;
    pointer-events: none;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.426px;
  }
  .single-loan-page .apply__label {
    margin-top: 19px;
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.12px;
  }
  .single-loan-page .apply__checkbox + .checkmark:before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .single-loan-page .apply__rating.hero__block:last-of-type {
    gap: 11px;
    margin-top: 20px;
  }
  .single-loan-page .apply__rating .hero__item-grade {
    margin-left: 5px;
    margin-right: 3px;
    color: #437AFA;
    font-size: 15px;
    font-weight: 600;
    line-height: 13.911px;
  }
  .single-loan-page .apply__rating .hero__item-stars {
    gap: 4px;
  }
  .single-loan-page .apply__rating .hero__item-icon img {
    width: 14px;
  }
  .single-loan-page .apply__rating .hero__item-descr {
    font-size: 15px;
    line-height: 13.911px;
    margin-left: 9px;
  }
  .single-loan-page .apply__checkbox + .checkmark {
    padding-left: 26px;
  }
  .single-loan-page .apply__btn {
    margin-top: 20px;
  }
  .single-loan-page .apply__form-block select option, .single-loan-page .apply__form-select.active {
    font-size: 14px;
  }
}
.single-loan-page .hero-bank ~ .choice {
  margin-top: 63px;
}
@media (max-width: 480px) {
  .single-loan-page .hero-bank ~ .choice {
    margin-top: 0;
    padding-top: 50px;
  }
}
.single-loan-page .we {
  margin-top: -60px;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.single-loan-page .we__inner {
  display: flex;
  gap: 35px;
}
.single-loan-page .we__item-top {
  position: relative;
}
.single-loan-page .we__item-image {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.single-loan-page .we__item-image img {
  width: 100%;
}
.single-loan-page .we__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.single-loan-page .we__item-name {
  color: #040018;
  font-size: 25px;
  font-weight: 600;
}
.single-loan-page .we__item-descr {
  color: #6C6C6C;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .single-loan-page .we {
    display: block;
  }
  .single-loan-page .we .we__inner {
    flex-direction: column;
  }
}

.btn {
  color: #FFF;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
  width: 100%;
  max-width: 288px;
  border-radius: 30px;
  background: #5AAB61;
  min-height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}

.faq__item-descr .ans-table {
  border: 1px solid #000;
}
.faq__item-descr .ans-table h3 {
  padding: 10px 12px;
  background: #F2F5FF;
}
.faq__item-descr .ans-table .bg-yellow {
  background-color: #ed7d31;
}
.faq__item-descr .ans-table .bg-red {
  background-color: #ff0000;
  margin-top: 25px;
}
.faq__item-descr .ans-table .bg-orange {
  background-color: #ed7d31;
}
.faq__item-descr .ans-table .first-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 12px 30px;
}
.faq__item-descr .ans-table .second-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding: 10px 12px 30px;
}
.faq__item-descr .ans-table .second-row > div {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .faq__item-descr .ans-table .second-row > div {
    flex-direction: column;
  }
}
.faq__item-descr .ans-table .second-row > div > div:first-child {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .faq__item-descr .ans-table .second-row > div > div:first-child {
    width: 100%;
    padding-bottom: 20px;
  }
}
.faq__item-descr .ans-table .second-row > div > div:last-child {
  width: 50%;
}
@media (max-width: 480px) {
  .faq__item-descr .ans-table .second-row > div > div:last-child {
    width: 100%;
  }
}
.faq__item-descr ol {
  list-style: initial;
  padding-left: 30px;
  padding-bottom: 20px;
}
.faq__item-descr ol li {
  padding-top: 20px;
}
.faq__item-descr ol li h4 {
  margin-bottom: 7px;
  font-size: 19px;
}
.faq__item-descr ol li h3 {
  margin-bottom: 7px;
  font-size: 21px;
}
.faq__item-descr ul li h4 {
  margin-bottom: 7px;
}

.hero__navigation-link img {
  max-width: 200px;
}
@media (max-width: 480px) {
  .hero__navigation-link img {
    max-width: 138px;
    max-height: 23px;
  }
}

main.Mortgage button#homeLoan, main.Mortgage button#personalLoan, main.Mortgage button#businessLoan {
  display: none;
}

main.Business button#homeLoan, main.Business button#personalLoan, main.Business button#mortgageLoan {
  display: none;
}

main.Personal button#homeLoan, main.Personal button#businessLoan, main.Personal button#mortgageLoan {
  display: none;
}

main.Home button#personalLoan, main.Home button#businessLoan, main.Home button#mortgageLoan {
  display: none;
}

@media (max-width: 640px) {
  .single-loan-page .bank__block-icon {
    width: 25px;
  }
}
.single-loan-page .hero-bank .bank__content-box .block-descr-subtitle {
  font-size: 16.583px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .single-loan-page .hero-bank .bank__content-box .block-descr-subtitle {
    font-size: 14px;
  }
}

.apply {
  margin-top: 147px;
  padding: 90px 0 116px;
  border-top: 1px solid #BFC3C8;
  border-bottom: 1px solid #BFC3C8;
  background: #F3F4F6;
  position: relative;
  z-index: 3;
}

.apply .container {
  max-width: 1169px;
}

.apply__title {
  text-align: center;
}

.apply__form {
  margin-top: 35px;
}

.apply__form-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 34px;
}

.apply__form-block {
  position: relative;
}

.apply__form-block label {
  position: absolute;
  top: 9px;
  left: 14px;
  pointer-events: none;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px; /* 180.142% */
}
.apply__form-block label span {
  color: #FF1F00;
  font-size: 25px;
}

.apply__form-block input,
.apply__form-select {
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px; /* 180.142% */
  border-radius: 5.79px;
  border: 1.158px solid #CBD4E1;
  background: #FFF;
  outline: none;
  height: 53px;
  padding: 5px 14px;
  width: 100%;
}

.apply__form-block input:focus ~ label {
  display: none;
}

.apply__form-select.active ~ label {
  display: none;
}

.apply__form-block input.active ~ label {
  display: none;
}

.apply__form-select {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2710%27 viewBox=%270 0 16 10%27 fill=%27none%27%3E%3Cpath d=%27M0.962718 1.67187L7.91105 8.64522L14.8594 1.67188%27 stroke=%27%236C6C6C%27 stroke-width=%271.73708%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat, repeat;
  background-size: 15px 9px;
  display: flex;
  align-items: center;
}

.apply__form-select.active {
  font-size: 18px;
}

.select-selected.apply__form-select.select-arrow-active {
  border-radius: 5.79px 5.79px 0 0;
}

.select-selected.apply__form-select.select-arrow-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2710%27 viewBox=%270 0 17 10%27 fill=%27none%27%3E%3Cpath d=%27M15.4435 8.83203L8.4952 1.85868L1.54688 8.83203%27 stroke=%27%236C6C6C%27 stroke-width=%271.73708%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.apply__form-select span {
  color: #FF1F00;
}

.apply__label {
  margin-top: 41px;
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.161px;
  letter-spacing: 0.18px;
  cursor: pointer;
  display: flex;
}

.apply__label a {
  color: #0070E0;
}

.apply__checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.apply__checkbox + .checkmark {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
}

.apply__checkbox + .checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%271.4043%27 width=%2719%27 height=%2719%27 rx=%274.5%27 fill=%27white%27 stroke=%27%23797A7B%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.apply__checkbox:checked + .checkmark:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%271%27 y=%271.9043%27 width=%2718%27 height=%2718%27 rx=%274%27 fill=%27white%27 stroke=%27%230070E0%27 stroke-width=%272%27/%3E%3Cpath d=%27M15.1617 7.55664L9.00268 13.7157L6.20312 10.9161%27 stroke=%27%230070E0%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.apply__btn {
  margin: 28px auto 0;
  max-width: 161px;
}

.apply__rating.hero__block:last-of-type {
  margin-top: 25px;
  flex-direction: row;
  justify-content: center;
}

.apply__rating .hero__item-descr {
  color: #383A3E;
}

.apply__rating .hero__item-icon img {
  width: 100%;
  min-width: 14px;
}

@media (max-width: 768px) {
  .apply__form-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .apply__rating.hero__block:last-of-type {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .apply__rating.hero__block:last-of-type {
    display: flex;
  }
}
@media (max-width: 480px) {
  .apply {
    padding: 50px 0;
    margin-top: 50px;
  }
  .apply__form {
    margin-top: 20px;
  }
  .apply__form-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .apply__form-block input, .apply__form-select {
    font-size: 14px;
    line-height: 32.426px;
  }
  .apply__form-block label {
    position: absolute;
    top: 7px;
    left: 14px;
    pointer-events: none;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.426px;
  }
  .apply__label {
    margin-top: 19px;
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.12px;
  }
  .apply__checkbox + .checkmark:before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .apply__rating.hero__block:last-of-type {
    gap: 11px;
    margin-top: 20px;
  }
  .apply__rating .hero__item-grade {
    margin-left: 5px;
    margin-right: 3px;
    color: #437AFA;
    font-size: 15px;
    font-weight: 600;
    line-height: 13.911px;
  }
  .apply__rating .hero__item-stars {
    gap: 4px;
  }
  .apply__rating .hero__item-icon img {
    width: 14px;
  }
  .apply__rating .hero__item-descr {
    font-size: 15px;
    line-height: 13.911px;
    margin-left: 9px;
  }
  .apply__checkbox + .checkmark {
    padding-left: 26px;
  }
  .apply__btn {
    margin-top: 20px;
  }
  .apply__form-block select option, .apply__form-select.active {
    font-size: 14px;
  }
}
.apply {
  margin-top: 147px;
  padding: 90px 0 116px;
  border-top: 1px solid #BFC3C8;
  border-bottom: 1px solid #BFC3C8;
  background: #F3F4F6;
  position: relative;
  z-index: 3;
}

.apply .container {
  max-width: 1169px;
}

.apply__title {
  text-align: center;
}

.apply__form {
  margin-top: 35px;
}

.apply__form-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 34px;
}

.apply__form-block {
  position: relative;
  padding-bottom: 30px;
}

.apply__form-block label {
  position: absolute;
  top: 9px;
  left: 14px;
  pointer-events: none;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px; /* 180.142% */
}

.apply__form-block label span {
  color: #FF1F00;
  font-size: 25px;
}

.apply__form-block input,
.apply__form-select {
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px; /* 180.142% */
  border-radius: 5.79px;
  border: 1.158px solid #CBD4E1;
  background: #FFF;
  outline: none;
  height: 53px;
  padding: 5px 14px;
  width: 100%;
}

.apply__form-block input:focus ~ label {
  display: none;
}

.apply__form-select.active ~ label {
  display: none;
}

.apply__form-block input.active ~ label {
  display: none;
}

.apply__form-select {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2710%27 viewBox=%270 0 16 10%27 fill=%27none%27%3E%3Cpath d=%27M0.962718 1.67187L7.91105 8.64522L14.8594 1.67188%27 stroke=%27%236C6C6C%27 stroke-width=%271.73708%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat, repeat;
  background-size: 15px 9px;
  display: flex;
  align-items: center;
}

.apply__form-select.active {
  font-size: 18px;
}

.select-selected.apply__form-select.select-arrow-active {
  border-radius: 5.79px 5.79px 0 0;
}

.select-selected.apply__form-select.select-arrow-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2710%27 viewBox=%270 0 17 10%27 fill=%27none%27%3E%3Cpath d=%27M15.4435 8.83203L8.4952 1.85868L1.54688 8.83203%27 stroke=%27%236C6C6C%27 stroke-width=%271.73708%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.apply__form-select span {
  color: #FF1F00;
}

.apply__label {
  margin-top: 41px;
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.161px;
  letter-spacing: 0.18px;
  cursor: pointer;
  display: flex;
}

.apply__label a {
  color: #0070E0;
}

.apply__checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.apply__checkbox + .checkmark {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
}

.apply__checkbox + .checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%271.4043%27 width=%2719%27 height=%2719%27 rx=%274.5%27 fill=%27white%27 stroke=%27%23797A7B%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.apply__checkbox:checked + .checkmark:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%271%27 y=%271.9043%27 width=%2718%27 height=%2718%27 rx=%274%27 fill=%27white%27 stroke=%27%230070E0%27 stroke-width=%272%27/%3E%3Cpath d=%27M15.1617 7.55664L9.00268 13.7157L6.20312 10.9161%27 stroke=%27%230070E0%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.apply__btn {
  margin: 28px auto 0;
  max-width: 161px;
}

.apply__rating.hero__block:last-of-type {
  margin-top: 25px;
  flex-direction: row;
  justify-content: center;
}

.apply__rating .hero__item-descr {
  color: #383A3E;
}

.apply__rating .hero__item-icon img {
  width: 100%;
  min-width: 14px;
}

@media (max-width: 768px) {
  .apply__form-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .apply__rating.hero__block:last-of-type {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .apply__rating.hero__block:last-of-type {
    display: flex;
  }
}
@media (max-width: 480px) {
  .apply {
    padding: 50px 0;
    margin-top: 50px;
  }
  .apply__form {
    margin-top: 20px;
  }
  .apply__form-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .apply__form-block input, .apply__form-select {
    font-size: 14px;
    line-height: 32.426px;
  }
  .apply__form-block label {
    position: absolute;
    top: 7px;
    left: 14px;
    pointer-events: none;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.426px;
  }
  .apply__label {
    margin-top: 19px;
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.12px;
  }
  .apply__checkbox + .checkmark:before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .apply__rating.hero__block:last-of-type {
    gap: 11px;
    margin-top: 20px;
  }
  .apply__rating .hero__item-grade {
    margin-left: 5px;
    margin-right: 3px;
    color: #437AFA;
    font-size: 15px;
    font-weight: 600;
    line-height: 13.911px;
  }
  .apply__rating .hero__item-stars {
    gap: 4px;
  }
  .apply__rating .hero__item-icon img {
    width: 14px;
  }
  .apply__rating .hero__item-descr {
    font-size: 15px;
    line-height: 13.911px;
    margin-left: 9px;
  }
  .apply__checkbox + .checkmark {
    padding-left: 26px;
  }
  .apply__btn {
    margin-top: 20px;
  }
  .apply__form-block select option, .apply__form-select.active {
    font-size: 14px;
  }
}
.applyonline {
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 101;
}

.applyonline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  background-position: center;
}

.applyonline.active {
  opacity: 1;
  pointer-events: all;
}

.applyonline .container {
  height: 100%;
}

.applyonline__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.applyonline__content {
  border-radius: 11.928px;
  background: #FFF;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  padding: 19px 35px 50px;
  width: 100%;
  max-width: 825px;
}

.applyonline__title {
  color: #040018;
  font-size: 40px;
  font-weight: 500;
  line-height: 71.566px;
}

.applyonline__form {
  margin-top: 36px;
  display: grid;
  gap: 30px 35px;
}

/*.applyonline__form .apply__form-block:first-of-type{
    grid-column: span 2;
}*/
.applyonline__form-btn {
  margin-top: -4px;
  max-width: 125px;
}

.applyonline__close {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .applyonline__form {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 25px;
  }
  .applyonline__form .apply__form-block:first-of-type {
    grid-column: auto;
  }
  .applyonline__form-btn {
    margin: 20px auto 0;
  }
  .applyonline__content {
    padding: 20px 17px;
  }
  .applyonline__title {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }
}
/* Hide the label if the input is focused or not empty */
/* Ensure the label is visible when select has focus */
.apply__form-select:focus ~ .input-label,
.apply__form-select:not([value=""]) ~ .input-label {
  display: none;
}

.frm_form_field .frm_primary_label {
  color: #999;
  transition: opacity 0.3s;
}

.frm_form_field input:focus + .frm_primary_label,
.frm_form_field select:focus + .frm_primary_label,
.frm_form_field textarea:focus + .frm_primary_label {
  opacity: 0;
}

.frm_error {
  color: red;
  font-size: 15px;
}

.frm_error_style {
  color: red;
  font-size: 15px;
}

.frm_message {
  font-size: 15px;
  color: green;
}

.cibil-score-page .container {
  width: 100%;
  max-width: 1184px;
  padding: 0 22px;
  margin: 0 auto;
}
.cibil-score-page .cibil-banner {
  overflow: hidden;
}
.cibil-score-page .cibil-banner .banner__inner {
  min-height: 200px;
  padding: 25px 0 0px;
}
.cibil-score-page .cibil-banner .banner__title {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  max-width: 657px;
}
.cibil-score-page .cibil-banner .banner__descr {
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
  color: #A6C1EA;
}
.cibil-score-page .cibil {
  padding: 60px 0 0;
}
.cibil-score-page .cibil__form-input,
.cibil-score-page .cibil__form-select {
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px;
  /* 180.142% */
  border-radius: 5.79px;
  border: 1.158px solid #CBD4E1;
  background: #FFF;
  outline: none;
  height: 53px;
  padding: 5px 14px;
}
.cibil-score-page .cibil__form-input::-moz-placeholder {
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px;
}
.cibil-score-page .cibil__form-input::placeholder {
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px;
}
.cibil-score-page .cibil__form-input {
  width: 100%;
}
.cibil-score-page .cibil__form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2710%27 viewBox=%270 0 16 10%27 fill=%27none%27%3E%3Cpath d=%27M0.962718 1.67187L7.91105 8.64522L14.8594 1.67188%27 stroke=%27%236C6C6C%27 stroke-width=%271.73708%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat, repeat;
  background-size: 15px 9px;
  display: flex;
  align-items: center;
}
.cibil-score-page .cibil__otp-input {
  width: 100%;
  position: relative;
}
.cibil-score-page .cibil__form-select {
  width: 100%;
  max-width: 357px;
}
.cibil-score-page .select-selected.cibil__form-select.select-arrow-active {
  border-radius: 5.79px 5.79px 0 0;
}
.cibil-score-page .select-selected.cibil__form-select.select-arrow-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2710%27 viewBox=%270 0 17 10%27 fill=%27none%27%3E%3Cpath d=%27M15.4435 8.83203L8.4952 1.85868L1.54688 8.83203%27 stroke=%27%236C6C6C%27 stroke-width=%271.73708%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.cibil-score-page .custom-select {
  position: relative;
  width: 100%;
  max-width: 357px;
}
.cibil-score-page .select-items div {
  padding: 10px;
  color: #383A3E;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px;
  /* 180.142% */
  border: 1.158px solid #CBD4E1;
  border-top: none;
  cursor: pointer;
}
.cibil-score-page .select-items div:hover {
  background-color: #ddd;
}
.cibil-score-page .select-hide {
  display: none;
}
.cibil-score-page .select-items {
  background-color: #fff;
  position: absolute;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
}
.cibil-score-page .cibil__top {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 30px;
}
.cibil-score-page .cibil__selects {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 30px;
}
.cibil-score-page .cibil__label {
  font-size: 18px;
  color: #383A3E;
  font-weight: 500;
  line-height: 23.161px;
  letter-spacing: 0.18px;
  display: flex;
  cursor: pointer;
  margin-bottom: 41px;
}
.cibil-score-page .cibil__label a {
  color: #0070E0;
}
.cibil-score-page .cibil__checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 22px;
  width: 22px;
}
.cibil-score-page .cibil__checkbox + .checkmark {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
.cibil-score-page .cibil__checkbox + .checkmark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%271.4043%27 width=%2719%27 height=%2719%27 rx=%274.5%27 fill=%27white%27 stroke=%27%23797A7B%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.cibil-score-page .cibil__checkbox:checked + .checkmark:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%271%27 y=%271.9043%27 width=%2718%27 height=%2718%27 rx=%274%27 fill=%27white%27 stroke=%27%230070E0%27 stroke-width=%272%27/%3E%3Cpath d=%27M15.1617 7.55664L9.00268 13.7157L6.20312 10.9161%27 stroke=%27%230070E0%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.cibil-score-page .cibil__otp-input label {
  font-size: 13.394px;
  font-weight: 400;
  line-height: 20.606px;
  /* 153.846% */
  margin-bottom: 2px;
}
.cibil-score-page .cibil__otp {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.cibil-score-page .cibil__otp-item {
  gap: 41px;
  width: 100%;
}
.cibil-score-page .cibil__otp-item.active {
  display: flex;
}
.cibil-score-page .cibil__otp-item:last-of-type .cibil__otp-btn {
  background-color: transparent;
  color: #0070E0;
}
.cibil-score-page .cibil__otp-btn {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px;
  border-radius: 5.79px;
  background: #0070E0;
  border: none;
  outline: none;
  cursor: pointer;
  color: #F2F5FF;
  width: 100%;
  max-width: 150px;
  height: 53px;
}
.cibil-score-page .cibil__otp-sended {
  width: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}
.cibil-score-page .cibil__otp-sended.active {
  display: block;
}
.cibil-score-page .cibil__form-btn {
  margin-top: 65px;
  max-width: 123px;
}
@media (max-width: 768px) {
  .cibil-score-page .cibil__otp {
    flex-direction: column;
  }
  .cibil-score-page .cibil__otp-sended {
    width: 100%;
  }
  .cibil-score-page .custom-select,
  .cibil-score-page .cibil__form-select {
    max-width: 100%;
  }
}
@media (max-width: 660px) {
  .cibil-score-page .cibil-banner .banner__inner {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .cibil-score-page .cibil {
    padding: 50px 0 20px;
  }
  .cibil-score-page .cibil-banner .banner__title {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }
  .cibil-score-page .cibil-banner .banner__descr {
    font-size: 15px;
    line-height: 20px;
  }
  .cibil-score-page .cibil__top,
  .cibil-score-page .cibil__selects {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .cibil-score-page .cibil__label {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.12px;
    margin-bottom: 30px;
  }
  .cibil-score-page .cibil__otp-item {
    flex-direction: column;
    gap: 10px;
  }
  .cibil-score-page .cibil__otp-btn {
    max-width: 120px;
    font-size: 15px;
    line-height: 32.426px;
    height: 44px;
  }
  .cibil-score-page .cibil__otp-input label {
    font-size: 14px;
    line-height: 19px;
    top: -28px;
  }
  .cibil-score-page .cibil__form-input,
  .cibil-score-page .cibil__form-select {
    font-size: 14px;
    line-height: 32.4px;
  }
  .cibil-score-page .cibil__form-input::-moz-placeholder {
    font-size: 14px;
    line-height: 32.4px;
  }
  .cibil-score-page .cibil__form-input::placeholder {
    font-size: 14px;
    line-height: 32.4px;
  }
  .cibil-score-page .cibil__form-btn {
    margin: 0px auto 40px;
  }
  .cibil-score-page .cibil__otp {
    gap: 10px;
  }
  .cibil-score-page .cibil__otp-sended {
    font-size: 14px;
    line-height: 19px;
  }
  .cibil-score-page .cibil__otp-item:last-of-type {
    flex-direction: row;
    gap: 34px;
  }
  .cibil-score-page .select-items div {
    font-size: 14px;
    line-height: 32.4px;
  }
}
.cibil-score-page .cibil__otp-item {
  display: flex;
  margin-bottom: 10px;
}
.cibil-score-page .cibil__otp-input {
  flex: 1;
}
.cibil-score-page .cibil__otp-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.cibil-score-page .cibil__otp-get {
  background-color: #007bff;
}
.cibil-score-page .cibil__otp-resend {
  background-color: #28a745;
}
.cibil-score-page .cibil__otp-sended {
  font-size: 0.9em;
  color: #555;
}
.cibil-score-page .cibil__form-btn {
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
}
.cibil-score-page .btn {
  color: #FFF;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
  width: 100%;
  border-radius: 30px;
  background: #5AAB61;
  min-height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}
.cibil-score-page .cibil__otp-item label {
  width: -moz-max-content;
  width: max-content;
}
.cibil-score-page cibil__otp-sended {
  display: block;
}
.cibil-score-page .cibil__otp-sended {
  font-size: 16px;
}
.cibil-score-page .cibil-otp-block {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 767px) {
  .cibil-score-page .cibil-otp-block {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cibil-score-page .cibil__otp-item.get-otp {
    flex-direction: column;
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .cibil-score-page .cibil__otp-item.get-otp {
    max-width: 100%;
  }
  .cibil-score-page .cibil__otp-item.get-otp .cibil__otp-input {
    max-width: 280px;
  }
}
.cibil-score-page .circle-animate {
  top: 150px;
  right: 0px;
  width: 100px;
  height: 100px;
}
.cibil-score-page .mobile-img {
  max-height: 230px;
}
.cibil-score-page .mobile-content-img {
  max-height: 165px;
  width: auto !important;
}
.cibil-score-page .banner__image {
  bottom: 2px;
}
.cibil-score-page .banner__image .mobile-img {
  bottom: 0;
  max-height: 250px;
  width: auto;
}
@media (max-width: 768px) {
  .cibil-score-page .banner__image .mobile-img {
    position: unset !important;
    transform: translateX(0%);
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 641px) {
  #cibil-banner-section .banner__title.h2_title {
    font-size: 30px !important;
  }
}

.banner__image {
  right: 128px;
}
@media (max-width: 930px) {
  .banner__image {
    right: 30px;
  }
}
@media (min-width: 931px) {
  .banner__image {
    right: 16vw;
  }
}
@media (min-width: 1025px) {
  .banner__image {
    right: 14vw;
  }
}
@media (min-width: 1399px) {
  .banner__image {
    right: 10vw;
  }
}

.cibil__otp-sended {
  display: block !important;
}

.cibil-score-page .applyonline__content {
  padding: 20px;
  position: relative;
}
.cibil-score-page .applyonline__content .header {
  background-color: #003366;
  color: white;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.cibil-score-page .applyonline__close {
  z-index: 9999;
  top: 10px;
}
.cibil-score-page .h2_title.error_message {
  color: #040018;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
.cibil-score-page .header {
  margin-bottom: 20px;
  font-size: 24px;
}
.cibil-score-page #scoreText {
  margin-top: 10px;
  font-size: 4rem;
}
.cibil-score-page .scorecontent {
  font-size: 2rem;
  margin: 0 auto;
  display: block;
}
.cibil-score-page .color-description {
  margin-top: 20px;
  font-family: Arial, sans-serif;
}
.cibil-score-page .color-description h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.cibil-score-page .color-description ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cibil-score-page .color-description li {
  margin: 5px 0;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.cibil-score-page .color-brick {
  width: 35px;
  height: 20px;
  margin-right: 10px;
  border-radius: 3px;
}
.cibil-score-page .score-description {
  max-width: -moz-max-content;
  max-width: max-content;
}
.cibil-score-page #downloadbutton {
  margin: 0 auto;
}
.cibil-score-page .page__content {
  margin-top: 4rem;
}
.cibil-score-page .page__content .credit-heading {
  color: #003087;
  text-decoration: underline;
}
.cibil-score-page .page__content h4 {
  color: #000;
}
.cibil-score-page .page__content > div {
  margin-bottom: 5rem;
}
.cibil-score-page .page__content p {
  margin: 15px auto;
}
.cibil-score-page .page__content ol li, .cibil-score-page .page__content ul li {
  color: #000;
}
.cibil-score-page .page__content ol li p, .cibil-score-page .page__content ul li p {
  margin: 0;
}
.cibil-score-page .page__content ol li, .cibil-score-page .page__content ol li.cards-about__descr, .cibil-score-page .page__content ul li, .cibil-score-page .page__content ul li.cards-about__descr {
  line-height: 30px;
}
.cibil-score-page .page__content ol li {
  padding-top: 0;
  padding-bottom: 0;
}

.spedometer-container {
  text-align: center;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.spedometer-container .gauge {
  height: 200px;
  margin-left: 0;
  display: block;
}
.spedometer-container .needle {
  fill: red;
}

@media screen and (min-width: 768px) {
  .spedometer-container > div,
  .spedometer-container svg {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .spedometer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .spedometer-container .gauge {
    width: 100%;
  }
  .cibil-score-page #downloadbutton {
    margin: 3rem auto 0;
  }
  .cibil-score-page .page__content > div {
    margin-bottom: 4rem;
  }
}
body div.credit-score-btn {
  text-align: center;
  margin: 5rem 0;
}
body div.credit-score-btn a {
  text-align: center;
}
body div.credit-score-btn a .get-credit-score-img {
  width: 250px;
}
@media (max-width: 767px) {
  body div.credit-score-btn a .get-credit-score-img {
    width: 200px;
  }
}
body div.credit-score-btn .btn {
  margin: 0 auto;
}
body div.credit-score-btn .btn::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2776%27 height=%27115%27 viewBox=%270 0 76 115%27 fill=%27none%27%3E%3Cg style=%27mix-blend-mode:overlay%27%3E%3Crect width=%2714.4283%27 height=%27112.891%27 transform=%27matrix%280.80393 0.595345 -0.480363 0.877443 54.5859 0.203125%29%27 fill=%27%23FFEEB9%27/%3E%3Crect width=%274.35438%27 height=%27113.387%27 transform=%27matrix%280.804805 0.593764 -0.481652 0.876497 71.4971 12.3682%29%27 fill=%27%23FFEEB9%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 200px;
  height: 113.391px;
  z-index: -1;
  animation: shine 2.5s linear infinite;
  mix-blend-mode: overlay;
  filter: blur(2.5px);
}

@media (max-width: 660px) {
  .cibil-score-page #cibil-banner-section .banner__inner {
    padding-top: 25px;
  }
}
.cibil-score-page .cibil__otp-btn:disabled, #form-submit:disabled,
#OTP:disabled {
  background-color: rgba(197, 195, 195, 0.6352941176);
  cursor: not-allowed;
  opacity: 0.7;
}

span#timer {
  width: 100%;
  display: block;
  font-size: 15px;
  padding-top: 6px;
}

#cibilForm .cibil__otp-block .cibil__otp-input {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 0;
}
#cibilForm .cibil__otp-block .cibil__otp-input #otpStatus {
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#cibilForm .cibil__otp-block .cibil__otp-input #otpStatus .otpStatus-success, #cibilForm .cibil__otp-block .cibil__otp-input #otpStatus .otpStatus-error {
  width: 25px;
  height: 25px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}
#cibilForm .cibil__otp-block .cibil__otp-input #otpStatus .otpStatus-success.active, #cibilForm .cibil__otp-block .cibil__otp-input #otpStatus .otpStatus-error.active {
  display: flex;
  margin-right: 10px;
}
#cibilForm .cibil__otp-block .cibil__otp-input input.cibil__form-input {
  margin: 0;
  padding: 5px 14px;
}

#otp_input_container > div.cibil__otp-input {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
#otp_input_container div.cibil__otp-item.cibil__otp-block {
  width: 140px !important;
}
#otp_input_container div.cibil__otp-item.cibil__otp-block .cibil__otp-input {
  width: 140px !important;
  position: relative;
}
#otp_input_container div.cibil__otp-item.cibil__otp-block .cibil__otp-input .input.cibil__form-input {
  width: 140px !important;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (min-width: 661px) {
  #otp_input_container {
    display: flex;
    align-items: flex-start;
  }
  #otp_input_container > div.cibil__otp-item {
    max-width: 357px;
    width: 33.33%;
  }
}
#otp_input_container .mobile-number-label {
  padding-top: 10px;
  display: block;
  width: 100%;
}
@media (max-width: 660px) {
  #otp_input_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: self-start;
  }
  #otp_input_container div.cibil__otp-block {
    width: 100%;
    grid-column: 1/-1;
  }
  #otp_input_container #otpsend {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 440px) {
  #otp_input_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: self-start;
  }
  #otp_input_container div.cibil__otp-block {
    width: 100%;
  }
  #otp_input_container div.cibil__otp-item.mobile-number {
    margin-bottom: 0px;
  }
}

#otpStatus {
  font-size: 16px;
  margin-left: 10px;
  position: absolute;
  right: 0;
}
#otpStatus .otpStatus-success, #otpStatus .otpStatus-error {
  width: 25px;
  height: 25px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 15px;
}
#otpStatus .otpStatus-success.active, #otpStatus .otpStatus-error.active {
  display: flex;
}
#otpStatus .otpStatus-success {
  color: #fff;
  background: green;
}
#otpStatus .otpStatus-error {
  color: #fff;
  background: red;
}

#form_instant-call-back.applyonline__form .apply__label a {
  color: #0070E0;
}
#form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field {
  margin: 0px 0 25px;
  color: rgb(56, 58, 62);
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.161px;
  letter-spacing: 0.18px;
  cursor: pointer;
  display: block !important;
}
#form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field a {
  color: #0070E0;
}
#form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field .frm_required {
  color: red;
  margin-right: 2px;
}
#form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field .frm_primary_label, #form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field .frm_opt_container {
  display: inline-block;
  float: left;
}
#form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field .frm_opt_container {
  width: 95%;
}
#form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field .frm_error {
  width: 100%;
  display: block;
  clear: both;
}
#form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field .frm_checkbox label {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
#form_instant-call-back.applyonline__form .accecpt-terms.frm_form_field .frm_checkbox label input[type=checkbox] {
  margin-top: 4px;
}
#form_instant-call-back.applyonline__form .applyonline__form-btn.btn {
  margin-top: 10px;
}

.cibil-score-page .credit-score-banner-container {
  display: block;
}
@media (min-width: 768px) {
  .cibil-score-page .credit-score-banner-container .desktop-cibil-banner.page-content-img {
    padding: 0 15px 15px;
    display: block;
    float: right !important;
  }
  .cibil-score-page .credit-score-banner-container .desktop-cibil-banner.page-content-img img {
    width: 480px;
    max-width: 100%;
    height: 100%;
  }
  .cibil-score-page .credit-score-banner-container .mobile-cibil-banner.page-content-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .cibil-score-page .credit-score-banner-container .desktop-cibil-banner.page-content-img {
    display: none;
  }
  .cibil-score-page .credit-score-banner-container .mobile-cibil-banner.page-content-img {
    display: block;
    padding: 0px;
  }
  .cibil-score-page .credit-score-banner-container .mobile-cibil-banner.page-content-img img {
    width: 100%;
    margin: 25px auto 25px;
  }
}
.cibil-score-page .credit-score-icons .icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 660px) {
  .cibil-score-page .credit-score-icons .icons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cibil-score-page .credit-score-icons .icons > div {
  display: flex;
  flex-direction: column;
  width: 25%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 660px) {
  .cibil-score-page .credit-score-icons .icons > div {
    width: 100%;
  }
}
.cibil-score-page .credit-score-icons .icons > div p {
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
}
.cibil-score-page .credit-score-icons .icons img {
  width: 100%;
  max-width: 180px;
}
@media screen and (min-width: 661px) and (max-width: 1024px) {
  .cibil-score-page .credit-score-icons .icons img {
    max-width: 150px;
  }
}
@media (max-width: 660px) {
  .cibil-score-page .credit-score-icons .icons img {
    max-width: 200px;
  }
}

.cibil-score-page .desktop-credit-heading {
  display: block;
}
.cibil-score-page .mobile-credit-heading {
  display: none;
}
@media (max-width: 767px) {
  .cibil-score-page .desktop-credit-heading {
    display: none;
  }
  .cibil-score-page .mobile-credit-heading {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1184px;
  padding: 0 22px;
  margin: 0 auto;
}

.cards {
  min-height: auto;
}
.cards__inner {
  min-height: 499px;
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.cards__inner::after {
  content: "";
  position: absolute;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.cards__inner::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20.61%, #FFF 101.67%);
  height: 100%;
  width: 54%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.cards__title {
  color: #0070E0;
  font-size: 60px;
  line-height: 70px;
  max-width: 541px;
  margin-bottom: 10px;
  font-weight: 500;
}

.cards__descr {
  max-width: 588px;
  color: #93969F;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px; /* 160% */
}

.cards-about {
  margin-top: 80px;
}

.cards-about__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #F3F4F6;
  padding: 43px 15px 43px 39px;
}

.cards-about__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cards-about__content {
  width: 100%;
}

.cards-about__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
}

.cards-about__title {
  font-weight: 600;
  line-height: 25px; /* 138.889% */
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(56, 58, 62, 0.3);
  margin-right: 42px;
  font-size: 18px !important;
}

.cards-about__descr {
  font-size: 16.583px;
  line-height: 24.321px;
}

li.cards-about__descr {
  line-height: 38px;
  padding-left: 13px;
  position: relative;
}

li.cards-about__descr::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #383A3E;
  left: 0;
  top: 16px;
}

.find {
  margin-top: 54px;
  padding-top: 50px;
  padding-bottom: 169px;
}

.find__title {
  text-align: center;
}

.find__selection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 57px;
}

.find__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 20px;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50px;
  background: #F0F0F0;
  color: #777;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}

.find__content {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.find__content.all .find__item:nth-of-type(n+7) {
  display: none;
}

.find__content.all.active .find__item {
  display: block;
}

.find__content.all ~ .find__more {
  display: block;
}

.find__content.active ~ .find__more {
  display: none;
}

.find__item {
  width: 100%;
}

.find__item-image {
  display: flex;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.find__item-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.find__item-image img {
  width: 100%;
}

.find__item-name {
  margin-top: 8px;
  text-align: center;
  color: #040018;
  font-size: 20px;
  line-height: 25px; /* 125% */
}

.find__item-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  color: #FFF;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 8.481px;
  border: 0.848px solid #FFF;
  width: 134px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.find__item-image:hover::before {
  opacity: 1;
}

.find__item-image:hover .find__item-more {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}

.find__more {
  margin: 57px auto 0;
  color: #0070E0;
  font-size: 20px;
  line-height: 33.6px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  font-family: "Urbanist", sans-serif;
}

.find__more::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #0070E0;
  left: 0;
  right: 0;
  bottom: -6px;
}

.find__item {
  display: block;
}

.find__item.active {
  display: block;
}

.find__btn.active {
  font-weight: bold;
}

@media (max-width: 1000px) {
  .cards__inner::after {
    background-position: calc(100% + 270px) center;
  }
  .cards__inner::before {
    width: 124%;
  }
}
@media (max-width: 768px) {
  .find__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .cards__inner {
    min-height: 478px;
    position: relative;
    width: 100%;
    padding: 26px 0;
    display: flex;
    align-items: end;
  }
  .cards__inner::before {
    background: transparent;
    width: 100%;
    height: 420px;
  }
  .cards__title {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .cards__descr {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }
  .cards__inner::after {
    background-position: center;
  }
  .cards-about__inner {
    gap: 30px;
    padding: 50px 14px 50px 25px;
  }
  .cards-about {
    margin: 0 -22px;
  }
  .cards-about__item {
    gap: 17px;
    align-items: start;
  }
  .cards-about__icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .cards-about__icon svg {
    max-width: 37px;
  }
  .cards-about__title {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 25px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(56, 58, 62, 0.3);
    margin-right: 16px;
  }
  li.cards-about__descr {
    line-height: 25px;
    padding-left: 13px;
    font-size: 14px;
    position: relative;
    max-width: 282px;
  }
  li.cards-about__descr::before {
    top: 9px;
  }
  .cards-about__descr {
    font-size: 14px;
    line-height: 24.321px;
    max-width: 292px;
  }
  .find {
    margin-top: 0px;
    padding-bottom: 50px;
  }
  .find__title {
    font-size: 35px;
    line-height: 45px;
  }
  .find__selection {
    gap: 10px;
    margin-top: 20px;
  }
  .find__btn {
    font-size: 16px;
    line-height: 16.316px;
    padding: 5px 13px;
  }
  .find__content {
    gap: 20px 12px;
    margin-top: 35px;
  }
  .find__item-name {
    margin-top: 5px;
    text-align: center;
    color: #040018;
    font-size: 14px;
    line-height: 20px;
  }
  .find__more {
    margin-top: 20px;
    font-size: 12px;
    line-height: 27.859px;
  }
  .find__more::after {
    bottom: 0;
  }
  .find__item-more {
    font-size: 14px;
    width: 106px;
    height: 36px;
    line-height: 12px;
  }
}
.find__selection .searchandfilter ul ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 57px;
}
.find__selection .searchandfilter ul ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 20px;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50px;
  background: #F0F0F0;
  color: #777;
  text-align: center;
}
.find__selection .searchandfilter ul ul li label {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

@media (max-width: 680px) {
  .find__selection .searchandfilter ul ul li {
    gap: 2px;
    padding: 7px 20px;
    width: 45%;
  }
  .find__selection .searchandfilter ul ul {
    gap: 10px;
    margin-top: 0px;
  }
  .find__selection .searchandfilter ul ul li label {
    font-size: 15px;
  }
}
.searchandfilter ul .sf-field-taxonomy-card_type ul li {
  border: 3px solid transparent;
}
.searchandfilter ul .sf-field-taxonomy-card_type ul li.sf-option-active {
  border: 3px solid #026fdf;
}

@media (max-width: 680px) {
  .page-template-credit-card section.faq {
    order: 4;
  }
}
.axix {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: #F2F5FF;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.axix.active {
  opacity: 1;
  pointer-events: all;
}

.axix .container {
  max-width: 1780px;
  padding: 0 14px;
}

.axix::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
}

.axix__inner {
  margin-top: 196px;
  display: flex;
  align-items: center;
  gap: 90px;
}

.axix__content {
  padding-bottom: 20px;
  overflow: hidden;
}

.axix__slide {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.axix__slide-left {
  border-radius: 11.928px;
  background: #FFF;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  padding: 27px 26px 41px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 500px;
  width: 100%;
}

.axix__left-image {
  display: flex;
  align-items: center;
}

.axix__left-image img {
  width: 100%;
}

.axix__left-about {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.axix__left-item {
  display: flex;
  gap: 9px;
}

.axix__left-icon {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 4px;
}

.axix__left-descr {
  font-size: 20px;
  line-height: 25px; /* 125% */
}

.axix__left-btn {
  max-width: 190px;
  margin: 0 auto;
}

.axix__slide-content {
  border-radius: 11.928px;
  background: #FFF;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  padding: 29px;
  width: 100%;
}

.axix__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.axix__box {
  margin-top: 20px;
}

.axix__box:first-of-type {
  margin-top: 18px;
}

.axix__name {
  margin-bottom: 13px;
  color: #0070E0;
  font-size: 23.855px;
  font-weight: 700;
  line-height: 40.077px; /* 168% */
}

.axix__block {
  display: flex;
  gap: 30px 60px;
  flex-wrap: wrap;
}

.axix__block-name {
  color: #757575;
  font-size: 19.084px;
  font-weight: 500;
  line-height: 23.855px;
  margin-bottom: 5px;
}

.axix__block-descr {
  font-size: 21.47px;
  font-weight: 600;
  line-height: 23.855px;
}

.axix__box-ul li {
  padding-left: 29px;
  position: relative;
  font-size: 20.277px;
  font-weight: 500;
  line-height: 26.241px;
}

.axix__box-ul li + li {
  margin-top: 19px;
}

.axix__box-ul li span {
  font-weight: 700;
}

.axix__box-ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

.axix__box:nth-of-type(2) {
  padding: 25px 0;
  border-top: 1.193px dashed #94A3B8;
  border-bottom: 1.193px dashed #94A3B8;
}

.axix__descr {
  font-size: 20.277px;
  font-weight: 500;
  line-height: 26.241px; /* 129.412% */
}

.axix__slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 91;
  cursor: pointer;
}

.axix__mobile,
.axix__mobile-block {
  display: none;
}

@media (max-width: 1440px) {
  .axix__inner,
  .axix__slide {
    gap: 20px;
  }
}
@media (max-width: 920px) {
  .axix__inner {
    align-items: start;
    gap: 10px;
  }
  .axix__title {
    display: none;
  }
  .axix__mobile {
    display: block;
  }
  .axix__slide {
    flex-direction: column;
  }
  .axix__slide-left {
    max-width: 100%;
  }
  .axix__left-image {
    max-width: 400px;
    margin: 0 auto;
  }
  .axix__slider-btn {
    margin-top: 200px;
  }
}
@media (max-width: 768px) {
  .axix__slider-btn svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .axix__inner {
    margin-top: 136px;
  }
  .axix__slide-left {
    gap: 20px;
    padding: 15px 13px;
  }
  .axix__title {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
  .axix__slider-btn svg {
    width: 30px;
    height: 30px;
    background: #003087;
    color: #fff;
    fill: #fff;
    border-radius: 30px;
  }
  .axix__inner {
    gap: 7px;
  }
  .axix__left-about {
    gap: 8px;
  }
  .axix__left-item {
    gap: 7px;
  }
  .axix__left-descr {
    font-size: 14px;
    line-height: 20px;
  }
  .axix__left-btn {
    display: none;
  }
  .axix__slide {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .axix__slide-left,
  .axix__slide-content {
    filter: none;
  }
  .axix__slide-content {
    padding: 15px 12px 15px 13px;
  }
  .axix__box:first-of-type {
    margin-top: 0;
  }
  .axix__name {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 33.6px;
  }
  .axix__block-name {
    font-size: 12px;
    line-height: 17.002px;
    margin-bottom: 4px;
  }
  .axix__block-descr {
    font-size: 14px;
    line-height: 17.002px;
  }
  .axix__block {
    gap: 40px;
  }
  .axix__box {
    margin-top: 10px;
  }
  .axix__box:nth-of-type(2) {
    padding: 10px 0;
  }
  .axix__box-ul li {
    padding-left: 25px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .axix__box-ul li + li {
    margin-top: 8px;
  }
  .axix__box-ul li::before {
    top: 1px;
    width: 11px;
    height: 15px;
  }
  .axix__descr {
    font-size: 12px;
    line-height: 18px;
  }
  .axix__content {
    padding-bottom: 100px;
  }
  .axix__mobile-block {
    position: fixed;
    display: flex;
    align-items: center;
    gap: 14px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 10;
  }
  .axix__mobile-item {
    display: none;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 10px;
    background: #FFD140;
    width: 100%;
  }
  .axix__mobile-item.active {
    display: flex;
  }
  .axix__mobile-name {
    max-width: 175px;
    color: #040018;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .axix__left-btn.axix__mobile {
    display: flex;
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  body.page-template-card-slider .axix__slider-btn.axix__slider-prev img, body.page-template-card-slider .axix__slider-btn.axix__slider-next img {
    width: 55px;
  }
}

.page-id-553 {
  background-color: #e6f3fc;
  font-weight: normal;
  background-image: url(images/Media-Background-Desktop.983802f6.webp);
  background-repeat: repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .page-id-553 {
    background-image: none;
  }
}

.about.container {
  width: 1280px;
  background-color: #e6f3fc;
  padding: 0;
  /* Content Box */
}
@media screen and (max-width: 768px) {
  .about.container {
    width: 100%;
    padding: 0 22px;
  }
}
.about.container .mobile-cari {
  display: none !important;
  transform: scale(0.8);
}
.about.container .desktop-cari {
  display: block;
}
@media screen and (max-width: 768px) {
  .about.container .mobile-cari {
    display: block !important;
  }
  .about.container .desktop-cari {
    display: none !important;
  }
}
.about.container .section-container {
  margin-bottom: 7em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about.container .section-container {
    margin-bottom: 4em;
  }
}
.about.container .title-wrapper h2 {
  font-family: "Caveat", serif;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about.container .title-wrapper h2 {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 7vw;
  }
}
.about.container .title-wrapper h3 {
  font-family: "Caveat", serif;
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about.container .title-wrapper h3 {
    line-height: 1.2;
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .about.container .title-wrapper {
    display: flex;
    gap: 5vw;
    align-items: center;
  }
  .about.container .title-wrapper .text-wrapper {
    flex: 1;
  }
}
.about.container .row-reverse {
  flex-direction: row-reverse;
}
.about.container .profile-container {
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  background-image: url(images/About-me-Background.d473e0b7.webp);
  background-size: cover;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .about.container .profile-container {
    padding: 10px;
    text-align: center;
    margin-left: -22px;
    margin-right: -22px;
    width: auto;
    padding-bottom: 50px;
    margin-top: 100px;
  }
}
.about.container .profile-container .profile-header {
  line-height: 1;
  margin-top: 30px;
}
.about.container .profile-container .profile-header h2 {
  font-family: "Caveat", cursive;
  font-size: 42px;
}
.about.container .profile-container .profile-header h2.ceo-text {
  font-size: 8em;
}
.about.container .profile-container .profile-header h3 {
  font-family: "Caveat", cursive;
  font-size: 42px;
  margin: 10px 0;
  font-weight: 400;
}
.about.container .profile-container .profile-header h2.shirish-g {
  font-weight: bold;
  font-size: 36px;
  font-family: "Poppins";
  margin: 10px 0;
}
.about.container .profile-container .profile-header h4.desig {
  font-weight: bold;
  font-size: 28px;
  font-family: "Poppins";
}
.about.container .profile-container .profile-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.about.container .profile-container .description {
  font-size: 18px;
  line-height: 1.5;
  background-color: #4b657e;
  color: #fafdfe;
  margin-right: 3%;
  margin-bottom: 5%;
  padding: 20px;
  border-radius: 10px;
  display: block;
  max-width: 70%;
  font-family: "Poppins";
  font-weight: normal;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about.container .profile-container .profile-content {
    display: flex;
    flex-direction: row;
    text-align: center;
  }
  .about.container .profile-container .profile-header {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .about.container .profile-container .ceo-image {
    max-width: 100px;
    align-self: flex-end;
  }
  .about.container .profile-container .description {
    width: 100%;
    padding: 15px;
    margin: 0;
    font-size: 14px;
  }
  .about.container .profile-container .profile-header h2.shirish-g {
    font-size: 8vw;
  }
  .about.container .profile-container .profile-header h4.desig {
    font-size: 4vw;
  }
}
.about.container .team-container {
  text-align: center;
  padding: 20px;
  background-color: #e6f3fc;
  padding-bottom: 0%;
}
.about.container .team-container .member-items {
  display: flex;
  flex-direction: column;
}
.about.container .team-container .team-member {
  display: inline-block;
  margin: 20px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0%;
}
.about.container .team-container .team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid black;
  margin-bottom: 10px;
}
.about.container .team-container .team-member img.active {
  border: 5px solid #f0d755;
}
.about.container .team-container .member-box {
  border: 2px solid #4b657e;
  padding: 9px;
  font-size: 14.1px;
  width: 250px;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about.container .team-container .member-box.active-box {
  color: white;
  background-color: #4b657e;
}
.about.container .team-container .member-content {
  display: none;
  color: #f0f0f0;
  border-radius: 10px;
  background-color: #4b657e;
  width: 700px;
  padding: 20px;
  border-radius: 20px;
  text-align: justify;
  font-size: 14px;
}
.about.container .team-container .member-img {
  display: flex;
  float: right;
  flex-direction: row;
  margin-top: 0%;
  align-self: center;
  height: 340px;
}
.about.container .team-container .triangle-up {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #4b657e;
  margin-left: 35%;
}
.about.container .team-container .team-section-wrapper {
  display: flex;
  width: 100%;
}
.about.container .team-container .member-wrapper {
  flex: 1;
}
.about.container .team-container .row-1,
.about.container .team-container .row-2 {
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about.container .team-container .member {
    margin-top: 30%;
    margin-left: 0%;
  }
  .about.container .team-container .member-box {
    font-size: 16px;
  }
  .about.container .team-container .member-content,
  .about.container .team-container .member-content2 {
    width: 100%;
  }
  .about.container .team-container .member-img {
    margin-top: 0%;
    float: left;
    align-self: center;
  }
  .about.container .team-container #img1 {
    display: none;
  }
  .about.container .team-container #img2 {
    margin-top: -24%;
    float: left;
  }
}
.about.container .awards {
  text-align: center;
  padding: 20px;
  background-color: #e6f3fc;
  padding-bottom: 0%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .about.container .awards {
    text-align: center;
  }
}
.about.container .awards .award-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
}
.about.container .awards .award-container {
  background-image: url(images/Ceo-Know-Me-More.fd270c13.gif);
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: relative;
  z-index: 1;
  gap: 0;
  padding: 0;
  padding-top: 6%;
}
.about.container .awards .award-container-img {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  z-index: 2;
}
.about.container .awards .award-container img {
  height: 100px;
  cursor: pointer;
  border: 4px solid white;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about.container .awards .award-container img {
    transform: rotate(270deg);
  }
}
.about.container .awards .award-container-img:hover {
  z-index: 10;
}
.about.container .awards .award-container img:hover {
  z-index: 15;
  transform: scale(3);
}
@media screen and (max-width: 768px) {
  .about.container .awards .award-container img:hover {
    transform: scale(1.5) rotate(270deg);
  }
}
.about.container .awards #img3 {
  margin-top: 10%;
}
.about.container .awards .awards-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about.container .awards .award-container {
    transform: rotate(90deg) scale(0.9);
    margin: 150px 0;
    padding: 0;
  }
  .about.container .awards .award-box {
    display: flex;
    flex-direction: column;
    width: 19%;
  }
  .about.container .awards #img3 {
    margin-top: 0%;
    float: left;
  }
  .about.container .awards .award-container-img {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 80%;
  }
}
.about.container .container-clients {
  text-align: center;
  padding: 20px;
  background-color: #e6f3fc;
}
.about.container .employee-section .mobile-cari {
  transform: scaleX(-1);
}
.about.container .slider-container {
  margin-top: 4%;
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 5em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about.container .slider-container {
    margin-left: -40px;
    margin-right: -40px;
    width: auto;
  }
  .about.container .slider-container .owl-item.active.center {
    transform: scale(1.5);
    padding-left: 0%;
    padding-right: 0%;
    transition: all 0.5s;
    z-index: 10;
  }
  .about.container .slider-container .owl-stage-outer {
    overflow: visible;
  }
  .about.container .slider-container .owl-carousel-wrapper {
    overflow: visible;
    padding: 90px 0;
  }
}
.about.container .slider-container .member-imgs {
  display: flex;
  float: left;
  flex-direction: row;
  margin-left: 0%;
  height: 340px;
}
.about.container .slider-container .our-employee-cari {
  height: 270px;
}
.about.container .slider-container .owl-carousel-wrapper {
  flex: 1;
  overflow: hidden;
}
.about.container .slider-container .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.about.container .slider-container .owl-nav .owl-prev,
.about.container .slider-container .owl-nav .owl-next,
.about.container .slider-container .owl-nav .owl-prev span,
.about.container .slider-container .owl-nav .owl-next span {
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 50px;
  font-size: 60px;
}
.about.container .slider-container .owl-nav .owl-prev {
  left: 23%;
}
.about.container .slider-container .owl-nav .owl-next {
  right: 2%;
}
.about.container .slider-container .owl-nav .owl-prev {
  left: -2%;
}
@media screen and (max-width: 768px) {
  .about.container .slider-container .owl-nav .owl-prev {
    left: -10%;
  }
}
.about.container .slider-container .owl-nav .owl-next {
  right: 4%;
}
@media screen and (max-width: 768px) {
  .about.container #img4 {
    margin-top: -5%;
    float: left;
  }
  .about.container #img5 {
    margin-top: -5%;
    float: right;
  }
}
.about.container .roadmap-container {
  position: relative;
  width: 100%;
  background-color: #e6f3fc;
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: block;
  /* Car image styling */
  /* Year Marker Styling */
  /* Position year markers along the road */
}
@media screen and (max-width: 768px) {
  .about.container .roadmap-container {
    display: none;
  }
}
.about.container .roadmap-container .title-wrapper {
  position: absolute;
  top: 0;
}
.about.container .roadmap-container .road-image {
  width: 100%;
  background-color: #e6f3fc;
}
.about.container .roadmap-container .car-image {
  position: absolute;
  bottom: 14%;
  left: 0px;
  width: 250px;
}
.about.container .roadmap-container .year-marker {
  position: absolute;
  color: black;
  padding: 16px;
  cursor: pointer;
  font-weight: bold;
  height: 65px;
  width: 87px;
  font-size: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.about.container .roadmap-container .year-text {
  text-align: center;
  font-size: 16px;
  max-width: 180px;
  position: absolute;
}
.about.container .roadmap-container #year-2018 {
  bottom: 6%;
  left: 17%;
  background-color: #83b4e3;
}
.about.container .roadmap-container .year-18 {
  bottom: 1%;
  left: 14.5%;
}
.about.container .roadmap-container #year-2019 {
  bottom: 6%;
  left: 33%;
  background-color: #dc84f5;
}
.about.container .roadmap-container .year-19 {
  bottom: 1%;
  left: 31%;
}
.about.container .roadmap-container #year-2020 {
  top: 65.5%;
  left: 26%;
  background-color: #ff914d;
}
.about.container .roadmap-container .year-20 {
  top: 77%;
  left: 25%;
}
.about.container .roadmap-container #year-2021 {
  top: 48.5%;
  left: 26%;
  background-color: #7fe5b4;
}
.about.container .roadmap-container .year-21 {
  top: 59.5%;
  left: 24.5%;
}
.about.container .roadmap-container #year-2022 {
  top: 35%;
  left: 41.5%;
  background-color: #949ed0;
}
.about.container .roadmap-container .year-22 {
  top: 37%;
  left: 27.5%;
}
.about.container .roadmap-container #year-2023 {
  top: 16.7%;
  right: 34%;
  background-color: #e79a91;
}
.about.container .roadmap-container .year-23 {
  top: 9%;
  right: 32%;
}
.about.container .roadmap-container #year-2024 {
  top: 16.7%;
  right: 9%;
  background-color: #f0d755;
}
.about.container .roadmap-container .year-24 {
  top: 9%;
  right: 7.5%;
}
.about.container .roadmap-mobile-container {
  background-color: #e6f3fc;
  display: none;
  position: relative;
  width: 100%;
  min-height: 850px;
  margin-bottom: 0;
  /* Custom pointer styles */
  /* Increase the size by 30% when active */
  /* Positioning the pointers based on the image layout */
  /* If you need a wrapper for the pointers, you can use these, but make sure to differentiate between the wrapper and pointer styles properly */
  /* Adjusting positions for pointer-wrapper if needed */
  /* Information box */
}
@media screen and (max-width: 768px) {
  .about.container .roadmap-mobile-container {
    display: flex;
    overflow: hidden;
  }
}
.about.container .roadmap-mobile-container .road-image {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.about.container .roadmap-mobile-container .pointer {
  position: absolute;
  width: 50px;
  /* Default size for the PNG pointers */
  cursor: pointer;
  transform: translate(-50%, -50%);
  /* Center the icon on its coordinates */
  z-index: 1;
}
.about.container .roadmap-mobile-container .pointer.active {
  transform: translate(-50%, -50%) scale(1.5);
  z-index: 0;
}
.about.container .roadmap-mobile-container .pointer.pointer-2024 {
  top: 62%;
  left: 45%;
}
.about.container .roadmap-mobile-container .pointer.pointer-2023 {
  top: 48%;
  left: 89%;
}
.about.container .roadmap-mobile-container .pointer.pointer-2022 {
  top: 48%;
  left: 56%;
}
.about.container .roadmap-mobile-container .pointer.pointer-2021 {
  top: 40%;
  left: 55%;
}
.about.container .roadmap-mobile-container .pointer.pointer-2020 {
  top: 37%;
  left: 30%;
}
.about.container .roadmap-mobile-container .pointer.pointer-2019 {
  top: 30%;
  left: 47%;
}
.about.container .roadmap-mobile-container .pointer.pointer-2018 {
  top: 25%;
  left: 69%;
}
.about.container .roadmap-mobile-container .pointer-wrapper {
  position: absolute;
}
.about.container .roadmap-mobile-container .year-info-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 3vw;
  width: 22vw;
}
.about.container .roadmap-mobile-container .year-heading {
  font-weight: bold;
}
.about.container .roadmap-mobile-container .pointer-wrapper.pointer-wrapper-2018 {
  top: 21%;
  left: 69%;
}
.about.container .roadmap-mobile-container .pointer-wrapper.pointer-wrapper-2019 {
  top: 27%;
  left: 16%;
}
.about.container .roadmap-mobile-container .pointer-wrapper.pointer-wrapper-2020 {
  top: 37%;
  left: 5%;
}
.about.container .roadmap-mobile-container .pointer-wrapper.pointer-wrapper-2021 {
  top: 35%;
  left: 54%;
}
.about.container .roadmap-mobile-container .pointer-wrapper.pointer-wrapper-2022 {
  top: 47%;
  left: 25%;
}
.about.container .roadmap-mobile-container .pointer-wrapper.pointer-wrapper-2023 {
  top: 38%;
  left: 78%;
}
.about.container .roadmap-mobile-container .pointer-wrapper.pointer-wrapper-2024 {
  top: 59%;
  left: 11%;
}
.about.container .roadmap-mobile-container .info-box {
  width: 90%;
  padding: 15px;
  margin: 10px auto;
  text-align: left;
  position: absolute;
  top: 70%;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3vw;
  overflow: scroll;
  line-height: 1.2;
  max-height: 250px;
}
.about.container .roadmap-mobile-container .info-box ul {
  list-style: disc;
  padding-left: 20px;
}
.about.container .roadmap-mobile-container .info-box li {
  margin-bottom: 5px;
}
.about.container .roadmap-mobile-container .flex-row {
  flex-direction: row;
}
.about.container .roadmap-mobile-container .flex-col {
  flex-direction: column;
}
.about.container .content-box {
  position: absolute;
  top: 30%;
  right: 50px;
  width: 500px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 20px;
}
.about.container .content-box #content {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.about.container .content-box #content ul {
  list-style: disc;
  padding-left: 30px;
  overflow: hidden;
  list-style-position: outside;
  font-size: 16px;
}
.about.container .content-box #content ul li {
  margin-bottom: 10px;
}
.about.container .content-box.active {
  display: block;
}
.about.container .media-container {
  text-align: center;
  padding: 20px;
  background-image: url(images/Media-Background-Desktop.983802f6.webp);
  background-color: #e6f3fc;
  background-size: contain;
  position: relative;
  /* Center the last video in the second row */
}
.about.container .media-container .title-wrapper h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: clamp(20px, 7vw, 45px);
}
.about.container .media-container .vid-row1,
.about.container .media-container .vid-row2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about.container .media-container .vid-row1,
  .about.container .media-container .vid-row2 {
    flex-direction: column;
  }
}
.about.container .media-container .vid-row1 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about.container .media-container .media-cari.media-img {
  position: relative;
}
.about.container .media-container .video-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about.container .media-container .video-item {
  position: relative;
  margin: 10px;
}
.about.container .media-container .video-item img {
  width: 100%;
  cursor: pointer;
  border: 15px solid white;
}
.about.container .media-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  cursor: pointer;
  opacity: 0.7;
  font-family: initial;
}
.about.container .media-container .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.about.container .media-container .modal iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}
.about.container .media-container .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.about.container .media-container .media-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 340px;
}
.about.container .media-container .video-gallery .video-item:nth-child(3) {
  width: 50%;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about.container .media-container .video-gallery {
    display: flex;
  }
  .about.container .media-container .video-gallery .video-item:nth-child(3) {
    width: 100%;
  }
  .about.container .media-container .media-img {
    position: relative;
  }
}
.about.container .section-container .mobile-cari {
  height: 270px;
}
.about.container .section-container .employee-cari {
  height: 270px;
}
@media screen and (max-width: 768px) {
  .about.container .section-container.employee-section .mobile-cari {
    height: 220px;
  }
}

.loan-rates-page {
  /* Optional: Make the last column border stronger */
  /* Optional: Make the last row border stronger */
}
.loan-rates-page section.faq {
  padding: 0px 0 117px;
}
.loan-rates-page .container {
  width: 100%;
  max-width: 1184px;
  padding: 0 22px;
  margin: 0 auto;
}
.loan-rates-page p {
  margin: 15px auto;
}
.loan-rates-page .decs-title {
  font-size: 2.625rem;
  font-weight: 600;
  padding-bottom: 0.8rem;
}
.loan-rates-page .section-two p {
  margin-bottom: 0;
}
.loan-rates-page .hero-banner {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .loan-rates-page .hero-banner {
    height: 150px;
  }
}
.loan-rates-page .hero-banner.nothasfeaturedimg {
  height: -moz-max-content;
  height: max-content;
}
.loan-rates-page .hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loan-rates-page .hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  width: 100%;
}
.loan-rates-page .page-title {
  color: #000;
  font-size: 6rem;
  font-weight: 800;
  line-height: 7rem;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: #e1d7d7;
  width: 100%;
}
@media (max-width: 1024px) {
  .loan-rates-page .page-title {
    font-size: clamp(3rem, 3rem + 2vw, 4rem);
    line-height: clamp(3rem, 3rem + 2vw, 4rem);
  }
}
@media (max-width: 767px) {
  .loan-rates-page .page-title {
    font-size: clamp(2rem, 2rem + 2vw, 3rem);
    line-height: clamp(2rem, 2rem + 2vw, 3rem);
  }
}
@media (max-width: 480px) {
  .loan-rates-page .page-title {
    font-size: clamp(1.5rem, 1.5rem + 2vw, 2rem);
    line-height: clamp(1.5rem, 1.5rem + 2vw, 2rem);
  }
}
.loan-rates-page .current-date {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.3rem;
  text-transform: capitalize;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .loan-rates-page .current-date {
    font-size: clamp(1.5rem, 1.5rem + 2vw, 2rem);
    line-height: clamp(1.5rem, 1.5rem + 2vw, 2rem);
  }
}
@media (max-width: 480px) {
  .loan-rates-page .current-date {
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem);
    line-height: clamp(1rem, 1rem + 2vw, 1.5rem);
  }
}
.loan-rates-page .interest-rates-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 2px solid #000;
}
.loan-rates-page .interest-rates-table th,
.loan-rates-page .interest-rates-table td {
  padding: 6px 12px;
  text-align: left;
  border: 1px solid #000;
  font-size: 1.8rem;
}
.loan-rates-page .interest-rates-table th {
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.loan-rates-page .interest-rates-table tr:hover {
  opacity: 0.9;
}
.loan-rates-page .interest-rates-table tr:hover td {
  border-bottom: 1px solid #000;
}
.loan-rates-page .interest-rates-table th:last-child,
.loan-rates-page .interest-rates-table td:last-child {
  border-right: 2px solid #000;
}
.loan-rates-page .interest-rates-table tr:last-child td {
  border-bottom: 2px solid #000;
}
.loan-rates-page .section-four .container > div,
.loan-rates-page .section-four .container .factors-list {
  margin-bottom: 2.5rem;
}
.loan-rates-page .section-four h2 {
  line-height: 1;
  margin-bottom: 1.2rem;
  font-size: 2.625rem;
  font-weight: 600;
}
.loan-rates-page .section-four ul {
  margin-left: 40px;
  list-style-type: disc;
}
.loan-rates-page .section-four ul li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1rem;
}
.loan-rates-page .arc {
  transition: transform 0.1s;
  transform: scale(0.85);
}
.loan-rates-page .arc.active {
  transform: scale(1);
  transform-origin: center;
}
.loan-rates-page .arc.hovered {
  transform: scale(1);
  transform-origin: center;
}
.loan-rates-page #colorMeter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.loan-rates-page .interest-rates-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.loan-rates-page .rate-row td.red {
  background-color: #e48c1b;
}
.loan-rates-page .rate-row td.green {
  background-color: #5aab61;
}
.loan-rates-page .rate-row td.orange {
  background-color: #ffd140;
}
.loan-rates-page .rate-row.highlighted {
  position: relative;
  z-index: 1;
}
.loan-rates-page .rate-row.highlighted td {
  z-index: 2;
  position: relative;
}
.loan-rates-page .interest-rates-table th,
.loan-rates-page .interest-rates-table td {
  padding: 12px;
}
.loan-rates-page .interest-rates-table th {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.loan-rates-page .desktop-content-header th {
  text-align: center;
  font-size: 2rem;
}
.loan-rates-page p.mobile_text {
  text-align: right;
}
@media (max-width: 768px) {
  .loan-rates-page .interest-rates-table {
    border: 2px solid #e1d7d7;
  }
  .loan-rates-page .interest-rates-table .desktop-content-header {
    display: none;
  }
  .loan-rates-page .interest-rates-table .mobile-content-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    border-color: #e1d7d7;
  }
  .loan-rates-page .interest-rates-table .mobile-content-header th {
    border: 1px solid #e1d7d7;
    border-bottom: 2px solid #e1d7d7;
    text-align: center;
  }
  .loan-rates-page .interest-rates-table .mobile-content-header .lender-header {
    flex: 1;
  }
  .loan-rates-page .interest-rates-table .mobile-content-header .roi-header {
    width: 80px;
  }
  .loan-rates-page .interest-rates-table .mobile-content-header .claim-btn-header {
    max-width: 100px;
    width: 100%;
  }
  .loan-rates-page .interest-rates-table tr.rate-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    align-items: stretch;
  }
  .loan-rates-page .interest-rates-table tr.rate-row td.lender-name {
    flex: 1;
  }
  .loan-rates-page .interest-rates-table tr.rate-row td.roi-rate {
    width: 80px;
  }
  .loan-rates-page .interest-rates-table tr.rate-row td {
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1d7d7;
  }
  .loan-rates-page .interest-rates-table tr.rate-row td:first-child {
    text-align: left;
    justify-content: flex-start;
  }
  .loan-rates-page .interest-rates-table tr.rate-row td.compare-button {
    max-width: 100px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .loan-rates-page .interest-rates-table .desktop-content {
    font-size: clamp(1em, 1em + 2vw, 1.2em);
  }
}
@media (min-width: 768px) {
  .loan-rates-page .interest-rates-table .mobile-content-header {
    display: none;
  }
  .loan-rates-page .section-three p.mobile_text,
  .loan-rates-page .section-three span.mobile-roi-content {
    display: none;
  }
  .loan-rates-page .section-three span.desktop-roi-content {
    display: inline;
  }
  .loan-rates-page .section-three .interest-rates-table .compare__content-btn.desktop-content {
    display: flex !important;
    font-size: 1em;
  }
  .loan-rates-page .section-three .interest-rates-table .compare__content-btn.mobile-content {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .loan-rates-page .section-three p.mobile_text {
    display: block;
  }
  .loan-rates-page .section-three .interest-rates-table tr.rate-row td {
    padding: 8px 5px;
  }
  .loan-rates-page .section-three .interest-rates-table tr.rate-row td:last-child {
    padding: 8px 5px;
  }
  .loan-rates-page .section-three .interest-rates-table .desktop-content {
    display: none;
  }
  .loan-rates-page .section-three .interest-rates-table .mobile-content {
    display: block;
    font-size: 16px;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin-top: 0;
    padding: 5px 8px;
  }
  .loan-rates-page .section-three .interest-rates-table span.mobile-roi-content {
    display: inline;
    padding: 0;
  }
  .loan-rates-page .section-three .interest-rates-table span.desktop-roi-content {
    display: none;
  }
}
@media screen and (min-width: 481) and (max-width: 767px) {
  .loan-rates-page .interest-rates-table tr.rate-row td {
    flex: 0 !important;
  }
  .loan-rates-page .section-three p.mobile_text {
    display: block;
  }
  .loan-rates-page .section-three .interest-rates-table tr.rate-row td {
    padding: 8px 5px;
  }
  .loan-rates-page .section-three .interest-rates-table tr.rate-row td:last-child {
    padding: 8px;
    width: 100px;
  }
}

.loan-rates-page .section-three .interest-rates-table tr.rate-row .compare__content-btn.desktop-content,
.loan-rates-page .section-three .interest-rates-table tr.rate-row .compare__content-btn.mobile-content {
  min-height: 40px;
  padding: 0 15px;
  font-size: 1.8rem;
}
.loan-rates-page .section-three .interest-rates-table tr.rate-row td.green,
.loan-rates-page .section-three .interest-rates-table tr.rate-row td.red {
  color: #fff;
}
.loan-rates-page #colorMeter text.color-meter-text {
  text-anchor: middle;
  font-size: 16px;
  fill: black;
  cursor: pointer;
}
@media (max-width: 499px) {
  .loan-rates-page #colorMeter text.color-meter-text {
    font-size: 14px;
  }
}
.loan-rates-page #interest-rates-table-container {
  margin-top: -165px;
}
.loan-rates-page #interest-rates-table-container .interest-rates-table {
  border-spacing: 0;
}
.loan-rates-page #color-pie-chart {
  display: flex;
  justify-content: center;
  z-index: 0;
  position: relative;
  margin-top: 55px;
}
.loan-rates-page #color-pie-chart .pie_chart {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
}
.loan-rates-page #color-pie-chart .text {
  font-size: 20px;
  flex-grow: 1;
  font-weight: bold;
}
.loan-rates-page #color-pie-chart .text-low {
  align-self: center;
  margin-top: 30px;
  text-align: right;
}
.loan-rates-page #color-pie-chart .text-high {
  align-self: center;
  margin-top: 30px;
  text-align: left;
}
.loan-rates-page #color-pie-chart .text-med {
  align-self: flex-start;
  flex-grow: 1;
  margin-top: -30px;
  text-align: center;
}
.loan-rates-page #color-pie-chart .pie {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(0 400px 400px 200px);
}
.loan-rates-page #color-pie-chart .pie.one {
  transform: rotate(-90deg);
}
.loan-rates-page #color-pie-chart .pie.one .slice {
  background-color: #5aab61;
  /* 
  .text {
  	left: 23%;
  	top: 19%;
  	transform: rotate(30deg);

  } */
}
.loan-rates-page #color-pie-chart .pie.two {
  transform: rotate(-30deg);
}
.loan-rates-page #color-pie-chart .pie.two .slice {
  background-color: #ffd140;
  /* 
  .text {
  	left: 23%;
  	top: 19%;
  	transform: rotate(-30deg);

  } */
}
.loan-rates-page #color-pie-chart .pie.three {
  transform: rotate(30deg);
}
.loan-rates-page #color-pie-chart .pie.three .slice {
  background-color: #e48c1b;
  /* .text {
  	left: 30%;
  	top: 19%;
  	transform: rotate(-90deg);


  } */
}
.loan-rates-page #color-pie-chart .pie .slice {
  transform: rotate(60deg);
  cursor: pointer;
  box-shadow: inset 8px 8px 13px rgba(0, 0, 0, 0.3);
}
.loan-rates-page #color-pie-chart .pie .slice:hover, .loan-rates-page #color-pie-chart .pie .slice:active {
  transform: rotate(60.4deg);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7), inset 10px 10px 17px rgba(0, 0, 0, 0.5);
}
.loan-rates-page #color-pie-chart .pie .slice.active {
  transform: rotate(60.4deg);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.7), inset 10px 10px 17px rgba(0, 0, 0, 0.5);
}
.loan-rates-page #color-pie-chart .slice {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip: rect(0 200px 400px 0px);
}
.loan-rates-page #color-pie-chart .slice .text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  text-transform: capitalize;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .loan-rates-page #color-pie-chart {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .loan-rates-page #interest-rates-table-container {
    margin-top: -90px;
  }
  .loan-rates-page #color-pie-chart .pie_chart {
    position: relative;
    width: 300px;
    height: 300px;
  }
  .loan-rates-page #color-pie-chart .pie {
    clip: rect(0 150px 300px 0px);
  }
  .loan-rates-page #color-pie-chart .slice {
    clip: rect(0 150px 300px 0px);
  }
}
@media (max-width: 768px) {
  .loan-rates-page #interest-rates-table-container {
    margin-top: -90px;
  }
  .loan-rates-page #color-pie-chart .pie_chart {
    position: relative;
    width: 260px;
    height: 260px;
  }
  .loan-rates-page #color-pie-chart .pie {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0, 260px, 260px, 130px);
  }
  .loan-rates-page #color-pie-chart .slice {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0, 130px, 260px, 0);
    transform: rotate(60deg);
  }
  .loan-rates-page #color-pie-chart .slice .text {
    font-size: 15px;
  }
}

.single-blog-page .decimal {
  list-style-type: decimal;
}
.single-blog-page .lower-alpha {
  list-style-type: lower-alpha;
}
.single-blog-page ol,
.single-blog-page ul {
  padding-left: 30px;
  padding-bottom: 15px;
}
.single-blog-page ol li,
.single-blog-page ul li {
  padding-bottom: 10px;
}
.single-blog-page .pros-cons {
  padding-bottom: 0;
}

.blog__content .blog__desc a {
  color: #0070e0;
}
.blog__content .blog__desc .blog-img-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog__content .blog__desc .blog-img-container img.img-1 {
  height: auto;
  width: 100%;
}
.blog__content .blog__desc .blog-img-container img.img-2 {
  height: auto;
  width: 100%;
  max-width: 60%;
  margin: 0 auto 20px;
}
@media (max-width: 480px) {
  .blog__content .blog__desc .blog-img-container img.img-2 {
    max-width: 70%;
  }
}

.ul-style {
  padding-left: 40px;
  list-style-type: disc;
}

.li-style {
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  line-height: 25px;
}

.working-capital-loan,
.gold-loan-page {
  /* Style the tab */
  /* Style the buttons inside the tab */
  /* Hover - lift up slightly with deeper shadow */
  /* Active (pressed) - slight press down */
  /* Active tab button - persistent state */
  /* Style the tab content */
}
.working-capital-loan .cibil-banner,
.gold-loan-page .cibil-banner {
  overflow: hidden;
}
.working-capital-loan .cibil-banner .banner__inner,
.gold-loan-page .cibil-banner .banner__inner {
  min-height: 200px;
  padding: 25px 0;
}
.working-capital-loan .cibil-banner .banner__title,
.gold-loan-page .cibil-banner .banner__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  max-width: 657px;
}
.working-capital-loan .cibil-banner .banner__descr,
.gold-loan-page .cibil-banner .banner__descr {
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
  color: #a6c1ea;
}
.working-capital-loan .banner__content,
.gold-loan-page .banner__content {
  flex-direction: column;
  width: 60%;
  gap: 20px;
}
.working-capital-loan .banner__content .banner__title,
.gold-loan-page .banner__content .banner__title {
  font-size: 3.2rem;
  line-height: 4rem;
}
.working-capital-loan .banner__content .hero__content,
.gold-loan-page .banner__content .hero__content {
  margin-top: 0;
}
.working-capital-loan .banner__image img,
.gold-loan-page .banner__image img {
  max-height: 250px;
  width: auto;
}
.working-capital-loan .banner__image img:last-of-type,
.gold-loan-page .banner__image img:last-of-type {
  bottom: 1px;
}
.working-capital-loan .circle-animate,
.gold-loan-page .circle-animate {
  top: 150px;
  right: 0px;
  width: 100px;
  height: 100px;
}
.working-capital-loan .decs-title,
.gold-loan-page .decs-title {
  font-size: 2.625rem;
  font-weight: 600;
  padding-bottom: 0.8rem;
}
.working-capital-loan .hero__bank,
.gold-loan-page .hero__bank {
  margin-top: 40px;
}
.working-capital-loan .bank__top,
.gold-loan-page .bank__top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  filter: drop-shadow(3px 5px 10px rgba(0, 0, 0, 0.1));
}
.working-capital-loan .bank__item,
.gold-loan-page .bank__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.working-capital-loan .bank__item-top,
.gold-loan-page .bank__item-top {
  padding: 17px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.working-capital-loan .bank__item-name,
.gold-loan-page .bank__item-name {
  color: #383a3e;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px; /* 156.25% */
}
.working-capital-loan .bank__item-bottom,
.gold-loan-page .bank__item-bottom {
  border: 1px solid #d6d3d3;
  background: #fff;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.working-capital-loan .bank__item:last-of-type,
.gold-loan-page .bank__item:last-of-type {
  height: auto;
  justify-content: end;
}
.working-capital-loan .bank__item-btn,
.gold-loan-page .bank__item-btn {
  max-width: 160px;
}
.working-capital-loan .bank__item-btn.btn,
.gold-loan-page .bank__item-btn.btn {
  color: #fff;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
  width: 100%;
  max-width: 288px;
  border-radius: 30px;
  background: #5aab61;
  min-height: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}
.working-capital-loan .bank__item-descr,
.gold-loan-page .bank__item-descr {
  color: #040018;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
}
.working-capital-loan .bank__content,
.gold-loan-page .bank__content {
  background: #f3f4f6;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  gap: 21px;
}
.working-capital-loan .bank__content-box,
.gold-loan-page .bank__content-box {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 100%;
  max-width: 435px;
}
.working-capital-loan .bank__block,
.gold-loan-page .bank__block {
  max-width: 431px;
}
.working-capital-loan .bank__block-name,
.gold-loan-page .bank__block-name {
  width: 100%;
  max-width: 343px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(56, 58, 62, 0.3);
  margin-bottom: 10px;
  font-size: 18px;
}
.working-capital-loan .bank__block-content ul li,
.gold-loan-page .bank__block-content ul li {
  font-size: 16.583px;
  line-height: 24.321px; /* 146.667% */
  padding-left: 16px;
  position: relative;
}
.working-capital-loan .bank__block-content ul li::before,
.gold-loan-page .bank__block-content ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #383a3e;
  left: 0;
  top: 10px;
}
.working-capital-loan .bank__block-content ul li span,
.gold-loan-page .bank__block-content ul li span {
  font-weight: 700;
}
.working-capital-loan .bank__block-item,
.gold-loan-page .bank__block-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.working-capital-loan .bank__block-icon,
.gold-loan-page .bank__block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
}
.working-capital-loan .bank__block-descr,
.gold-loan-page .bank__block-descr {
  font-size: 16.583px;
  font-weight: 400;
  line-height: 39px;
}
.working-capital-loan .bank__block:nth-of-type(4),
.gold-loan-page .bank__block:nth-of-type(4) {
  max-width: 632px;
}
.working-capital-loan .bank__name,
.gold-loan-page .bank__name {
  margin-top: 78px;
  color: #040018;
  font-size: 25px;
  font-weight: 500;
  line-height: 78.4px; /* 313.6% */
}
.working-capital-loan .bank__table,
.gold-loan-page .bank__table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
.working-capital-loan .bank__table tr th,
.gold-loan-page .bank__table tr th {
  text-align: left;
  color: #040018;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  padding: 23px 38px;
  border: 1px solid #cbd4e1;
  background: #f2f5ff;
  width: 33.33%;
}
.working-capital-loan .bank__table tr td,
.gold-loan-page .bank__table tr td {
  border: 1px solid #cbd4e1;
  background: #fff;
  padding: 16px 38px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #93969f;
}
.working-capital-loan .doc_table tr td:hover,
.gold-loan-page .doc_table tr td:hover {
  background: #f2f5ff;
}
.working-capital-loan .bank__table tr td:first-of-type,
.gold-loan-page .bank__table tr td:first-of-type {
  color: #383a3e;
  line-height: 25px;
}
.working-capital-loan .bank__name:last-of-type,
.gold-loan-page .bank__name:last-of-type {
  margin-top: 40px;
}
.working-capital-loan .hero-bank ~ .faq,
.gold-loan-page .hero-bank ~ .faq {
  padding-top: 68px;
}
.working-capital-loan .bank__block-descr,
.gold-loan-page .bank__block-descr {
  font-size: 16.583px;
  font-weight: 400;
  line-height: 39px;
}
@media (max-width: 970px) {
  .working-capital-loan .banner__content,
  .gold-loan-page .banner__content {
    width: 55%;
  }
  .working-capital-loan .banner__content .banner__title,
  .gold-loan-page .banner__content .banner__title {
    font-size: clamp(2.2rem, 1.2vw, 3.2rem);
    line-height: 3.4rem;
  }
  .working-capital-loan .banner__image,
  .gold-loan-page .banner__image {
    right: 30px;
  }
}
.working-capital-loan .fixed-content h2,
.gold-loan-page .fixed-content h2 {
  line-height: 1;
  margin-bottom: 1.2rem;
  font-size: 2.625rem;
  font-weight: 600;
}
.working-capital-loan .fixed-content ul,
.working-capital-loan .fixed-content ol,
.gold-loan-page .fixed-content ul,
.gold-loan-page .fixed-content ol {
  padding-left: 30px;
  padding-bottom: 15px;
}
.working-capital-loan .fixed-content ul li,
.working-capital-loan .fixed-content ol li,
.gold-loan-page .fixed-content ul li,
.gold-loan-page .fixed-content ol li {
  font-size: 16px;
  color: #000;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}
.working-capital-loan .apply,
.gold-loan-page .apply {
  margin-top: 0;
}
@media (max-width: 660px) {
  .working-capital-loan #cibil-banner-section .banner__inner,
  .gold-loan-page #cibil-banner-section .banner__inner {
    padding-top: 25px;
    min-height: auto;
    padding-bottom: 0;
  }
  .working-capital-loan #cibil-banner-section .banner__content,
  .gold-loan-page #cibil-banner-section .banner__content {
    flex-direction: column;
    height: auto;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
  }
  .working-capital-loan #cibil-banner-section .banner .circle-animate,
  .gold-loan-page #cibil-banner-section .banner .circle-animate {
    display: none;
  }
  .working-capital-loan .banner__image,
  .gold-loan-page .banner__image {
    position: relative;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .working-capital-loan #cibil-banner-section .banner__content .banner__title,
  .gold-loan-page #cibil-banner-section .banner__content .banner__title {
    font-size: clamp(2.2rem, 1.2vw, 3.2rem) !important;
  }
  .working-capital-loan #cibil-banner-section .banner__image .mobile-img,
  .gold-loan-page #cibil-banner-section .banner__image .mobile-img {
    position: unset !important;
    transform: translateX(0%);
    width: 100%;
  }
  .working-capital-loan .bank__top,
  .gold-loan-page .bank__top {
    flex-wrap: wrap;
    filter: none;
  }
  .working-capital-loan .bank__top,
  .gold-loan-page .bank__top {
    flex-wrap: wrap;
    filter: none;
  }
  .working-capital-loan .bank__item,
  .gold-loan-page .bank__item {
    width: 100%;
    flex-direction: row;
  }
  .working-capital-loan .bank__item-top,
  .gold-loan-page .bank__item-top {
    width: 100%;
    border: 1px solid #d6d3d3;
    background: #fff;
    justify-content: start;
    padding: 15px;
  }
  .working-capital-loan .bank__item-bottom,
  .gold-loan-page .bank__item-bottom {
    justify-content: start;
  }
  .working-capital-loan .bank__item:last-of-type .bank__item-bottom,
  .gold-loan-page .bank__item:last-of-type .bank__item-bottom {
    border: none;
    justify-content: center;
    width: 100%;
    padding: 17px 10px;
  }
  .working-capital-loan .bank__content,
  .gold-loan-page .bank__content {
    flex-direction: column;
    gap: 30px;
  }
  .working-capital-loan .bank__content-box,
  .gold-loan-page .bank__content-box {
    gap: 30px;
  }
  .working-capital-loan .bank__item-bottom,
  .gold-loan-page .bank__item-bottom {
    height: auto;
  }
  .working-capital-loan .bank__table,
  .gold-loan-page .bank__table {
    display: none;
  }
  .working-capital-loan .bank__name,
  .gold-loan-page .bank__name {
    display: none;
  }
  .working-capital-loan .docs__block,
  .gold-loan-page .docs__block {
    margin-top: 20px;
  }
  .working-capital-loan .docs__block h3,
  .gold-loan-page .docs__block h3 {
    color: #0070e0;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .working-capital-loan .docs__item,
  .gold-loan-page .docs__item {
    padding: 15px 12px;
    border-radius: 10px;
    border: 1px solid rgba(56, 58, 62, 0.1);
    background: #fff;
  }
  .working-capital-loan .docs__content,
  .gold-loan-page .docs__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .working-capital-loan .docs__item:nth-of-type(3),
  .gold-loan-page .docs__item:nth-of-type(3) {
    margin-bottom: 10px;
    position: relative;
  }
  .working-capital-loan .docs__item:nth-of-type(3)::after,
  .gold-loan-page .docs__item:nth-of-type(3)::after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(56, 58, 62, 0.3);
    bottom: -10px;
    left: 0;
    right: 0;
  }
  .working-capital-loan .docs__item,
  .gold-loan-page .docs__item {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .working-capital-loan .docs__item span,
  .gold-loan-page .docs__item span {
    font-weight: 700;
  }
}
@media (max-width: 480px) {
  .working-capital-loan .hero__bank,
  .gold-loan-page .hero__bank {
    margin-top: 25px;
  }
  .working-capital-loan .bank__block-descr,
  .gold-loan-page .bank__block-descr {
    font-size: 14px;
  }
  .working-capital-loan .hero-bank ~ .faq,
  .gold-loan-page .hero-bank ~ .faq {
    padding-top: 20px;
  }
  .working-capital-loan .hero__bank,
  .gold-loan-page .hero__bank {
    margin-top: 25px;
  }
  .working-capital-loan .bank__item-top,
  .gold-loan-page .bank__item-top {
    font-size: 14px;
  }
  .working-capital-loan .bank__item-descr,
  .gold-loan-page .bank__item-descr {
    font-size: 14px;
    text-align: left;
    line-height: normal;
  }
  .working-capital-loan .bank__item-name,
  .gold-loan-page .bank__item-name {
    font-size: 14px;
    text-align: left;
    line-height: normal;
  }
  .working-capital-loan .bank__item-bottom,
  .gold-loan-page .bank__item-bottom {
    width: 89%;
  }
  .working-capital-loan .bank__content,
  .gold-loan-page .bank__content {
    margin: 30px -44px 0;
    padding: 50px 44px;
  }
  .working-capital-loan .bank__block-name,
  .gold-loan-page .bank__block-name {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
  }
  .working-capital-loan .bank__block-content ul li,
  .gold-loan-page .bank__block-content ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .working-capital-loan .bank__block-descr,
  .gold-loan-page .bank__block-descr {
    font-size: 14px;
  }
}
.working-capital-loan #working-capital-form.apply,
.gold-loan-page #working-capital-form.apply {
  margin-top: 0;
  padding: 90px 0 116px;
  border-top: 1px solid #bfc3c8;
  border-bottom: 1px solid #bfc3c8;
  background: #f3f4f6;
  position: relative;
  z-index: 3;
}
.working-capital-loan #working-capital-form.apply .container,
.gold-loan-page #working-capital-form.apply .container {
  max-width: 1169px;
}
.working-capital-loan .apply__title,
.gold-loan-page .apply__title {
  text-align: center;
}
.working-capital-loan .apply__form,
.gold-loan-page .apply__form {
  margin-top: 35px;
}
.working-capital-loan .apply__form-top,
.gold-loan-page .apply__form-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 34px;
}
.working-capital-loan .apply__form-block,
.gold-loan-page .apply__form-block {
  position: relative;
}
.working-capital-loan .apply__form-block label,
.gold-loan-page .apply__form-block label {
  position: absolute;
  top: 9px;
  left: 14px;
  pointer-events: none;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px; /* 180.142% */
}
.working-capital-loan .apply__form-block label span,
.gold-loan-page .apply__form-block label span {
  color: #ff1f00;
  font-size: 25px;
}
.working-capital-loan .apply__form-block input,
.working-capital-loan .apply__form-block select,
.gold-loan-page .apply__form-block input,
.gold-loan-page .apply__form-block select {
  color: #383a3e;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.426px; /* 180.142% */
  border-radius: 5.79px;
  border: 1.158px solid #cbd4e1;
  background: #fff;
  outline: none;
  height: 53px;
  padding: 5px 14px;
  width: 100%;
}
.working-capital-loan .apply__form-block input:focus ~ label,
.gold-loan-page .apply__form-block input:focus ~ label {
  display: none;
}
.working-capital-loan .apply__form-select.active ~ label,
.gold-loan-page .apply__form-select.active ~ label {
  display: none;
}
.working-capital-loan .apply__form-block input.active ~ label,
.gold-loan-page .apply__form-block input.active ~ label {
  display: none;
}
.working-capital-loan .apply__form-block select,
.gold-loan-page .apply__form-block select {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2710%27 viewBox=%270 0 16 10%27 fill=%27none%27%3E%3Cpath d=%27M0.962718 1.67187L7.91105 8.64522L14.8594 1.67188%27 stroke=%27%236C6C6C%27 stroke-width=%271.73708%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-repeat: no-repeat, repeat;
  background-size: 15px 9px;
}
.working-capital-loan .apply__form-block select option,
.working-capital-loan .apply__form-select.active,
.gold-loan-page .apply__form-block select option,
.gold-loan-page .apply__form-select.active {
  font-size: 18px;
}
.working-capital-loan .apply__label,
.gold-loan-page .apply__label {
  margin-top: 41px;
  color: #383a3e;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.161px;
  letter-spacing: 0.18px;
  cursor: pointer;
  display: flex;
}
.working-capital-loan .apply__label a,
.gold-loan-page .apply__label a {
  color: #0070e0;
}
.working-capital-loan .apply__checkbox,
.gold-loan-page .apply__checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.working-capital-loan .apply__checkbox + .checkmark,
.gold-loan-page .apply__checkbox + .checkmark {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
}
.working-capital-loan .apply__checkbox + .checkmark:before,
.gold-loan-page .apply__checkbox + .checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -2px;
  width: 22px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%270.5%27 y=%271.4043%27 width=%2719%27 height=%2719%27 rx=%274.5%27 fill=%27white%27 stroke=%27%23797A7B%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.working-capital-loan .apply__checkbox:checked + .checkmark:before,
.gold-loan-page .apply__checkbox:checked + .checkmark:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2721%27 viewBox=%270 0 20 21%27 fill=%27none%27%3E%3Crect x=%271%27 y=%271.9043%27 width=%2718%27 height=%2718%27 rx=%274%27 fill=%27white%27 stroke=%27%230070E0%27 stroke-width=%272%27/%3E%3Cpath d=%27M15.1617 7.55664L9.00268 13.7157L6.20312 10.9161%27 stroke=%27%230070E0%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.working-capital-loan .apply__btn,
.gold-loan-page .apply__btn {
  margin: 28px auto 0;
  max-width: 161px;
}
.working-capital-loan .apply__rating.hero__block:last-of-type,
.gold-loan-page .apply__rating.hero__block:last-of-type {
  margin-top: 25px;
  flex-direction: row;
  justify-content: center;
}
.working-capital-loan .apply__rating .hero__item-descr,
.gold-loan-page .apply__rating .hero__item-descr {
  color: #383a3e;
}
.working-capital-loan .apply__rating .hero__item-icon img,
.gold-loan-page .apply__rating .hero__item-icon img {
  width: 100%;
  min-width: 14px;
}
@media (max-width: 768px) {
  .working-capital-loan .apply__form-top,
  .gold-loan-page .apply__form-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .working-capital-loan .apply__rating.hero__block:last-of-type,
  .gold-loan-page .apply__rating.hero__block:last-of-type {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .working-capital-loan .apply__rating.hero__block:last-of-type,
  .gold-loan-page .apply__rating.hero__block:last-of-type {
    display: flex;
  }
}
@media (max-width: 480px) {
  .working-capital-loan .apply,
  .gold-loan-page .apply {
    padding: 50px 0;
    margin-top: 50px;
  }
  .working-capital-loan .apply__form,
  .gold-loan-page .apply__form {
    margin-top: 20px;
  }
  .working-capital-loan .apply__form-top,
  .gold-loan-page .apply__form-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .working-capital-loan .apply__form-block input,
  .working-capital-loan .apply__form-block select,
  .gold-loan-page .apply__form-block input,
  .gold-loan-page .apply__form-block select {
    font-size: 14px;
    line-height: 32.426px;
  }
  .working-capital-loan .apply__form-block label,
  .gold-loan-page .apply__form-block label {
    position: absolute;
    top: 7px;
    left: 14px;
    pointer-events: none;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.426px;
  }
  .working-capital-loan .apply__label,
  .gold-loan-page .apply__label {
    margin-top: 19px;
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.12px;
  }
  .working-capital-loan .apply__checkbox + .checkmark:before,
  .gold-loan-page .apply__checkbox + .checkmark:before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .working-capital-loan .apply__rating.hero__block:last-of-type,
  .gold-loan-page .apply__rating.hero__block:last-of-type {
    gap: 11px;
    margin-top: 20px;
  }
  .working-capital-loan .apply__rating .hero__item-grade,
  .gold-loan-page .apply__rating .hero__item-grade {
    margin-left: 5px;
    margin-right: 3px;
    color: #437afa;
    font-size: 15px;
    font-weight: 600;
    line-height: 13.911px;
  }
  .working-capital-loan .apply__rating .hero__item-stars,
  .gold-loan-page .apply__rating .hero__item-stars {
    gap: 4px;
  }
  .working-capital-loan .apply__rating .hero__item-icon img,
  .gold-loan-page .apply__rating .hero__item-icon img {
    width: 14px;
  }
  .working-capital-loan .apply__rating .hero__item-descr,
  .gold-loan-page .apply__rating .hero__item-descr {
    font-size: 15px;
    line-height: 13.911px;
    margin-left: 9px;
  }
  .working-capital-loan .apply__checkbox + .checkmark,
  .gold-loan-page .apply__checkbox + .checkmark {
    padding-left: 26px;
  }
  .working-capital-loan .apply__btn,
  .gold-loan-page .apply__btn {
    margin-top: 20px;
  }
  .working-capital-loan .apply__form-block select option,
  .working-capital-loan .apply__form-select.active,
  .gold-loan-page .apply__form-block select option,
  .gold-loan-page .apply__form-select.active {
    font-size: 14px;
  }
}
.working-capital-loan .apply__form-block,
.gold-loan-page .apply__form-block {
  position: relative;
}
.working-capital-loan .tab,
.gold-loan-page .tab {
  display: flex;
  overflow: hidden;
  gap: 2px;
}
@media (max-width: 640px) {
  .working-capital-loan .tab,
  .gold-loan-page .tab {
    flex-direction: column;
  }
}
.working-capital-loan .tab button,
.gold-loan-page .tab button {
  background-color: #5aab61;
  color: #fff;
  flex: 1;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(56, 117, 61, 0.4); /* Soft green shadow */
  border-radius: 4px;
}
.working-capital-loan .tab button:hover,
.gold-loan-page .tab button:hover {
  background-color: #38753d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(56, 117, 61, 0.6);
}
.working-capital-loan .tab button:active,
.gold-loan-page .tab button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(56, 117, 61, 0.3);
}
.working-capital-loan .tab button.active,
.gold-loan-page .tab button.active {
  background-color: #38753d;
  color: #fff;
  box-shadow: 0 4px 8px rgba(56, 117, 61, 0.5);
  transform: translateY(0); /* No lift */
}
.working-capital-loan .tabcontent,
.gold-loan-page .tabcontent {
  display: none;
  padding: 20px;
  border: 1px solid #000;
  border-top: none;
}
.working-capital-loan .tabcontent ul,
.working-capital-loan .tabcontent ol,
.gold-loan-page .tabcontent ul,
.gold-loan-page .tabcontent ol {
  color: #000;
  font-size: 16px;
  line-height: 25.6px;
  margin-top: 20px;
}
.working-capital-loan .tabcontent ul li,
.working-capital-loan .tabcontent ol li,
.gold-loan-page .tabcontent ul li,
.gold-loan-page .tabcontent ol li {
  padding-bottom: 8px;
}
.working-capital-loan .tabcontent ul,
.gold-loan-page .tabcontent ul {
  list-style: disc;
  padding-left: 40px;
}
.working-capital-loan .page__content.tab-content-container,
.gold-loan-page .page__content.tab-content-container {
  margin-bottom: 0;
}

.working-capital-loan-page .working-capital-loan .hero,
.gold-loan-page .working-capital-loan .hero,
.car-loan-page .working-capital-loan .hero {
  min-height: -moz-max-content;
  min-height: max-content;
  margin-bottom: 2.5rem;
}
.working-capital-loan-page .working-capital-loan .home-loan .hero__inner,
.gold-loan-page .working-capital-loan .home-loan .hero__inner,
.car-loan-page .working-capital-loan .home-loan .hero__inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 641px) {
  .working-capital-loan-page .home-loan-content,
  .gold-loan-page .home-loan-content,
  .car-loan-page .home-loan-content {
    min-height: 420px;
    align-items: center;
  }
  .working-capital-loan-page .home-loan-content .banner__title,
  .gold-loan-page .home-loan-content .banner__title,
  .car-loan-page .home-loan-content .banner__title {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .working-capital-loan-page .home-loan-content,
  .gold-loan-page .home-loan-content,
  .car-loan-page .home-loan-content {
    min-height: 633px;
  }
}
@media screen and (min-width: 400px) and (max-width: 480px) {
  .working-capital-loan-page .home-loan-content,
  .gold-loan-page .home-loan-content,
  .car-loan-page .home-loan-content {
    min-height: 730px;
  }
}
@media (max-width: 399px) {
  .working-capital-loan-page .home-loan-content,
  .gold-loan-page .home-loan-content,
  .car-loan-page .home-loan-content {
    min-height: 665px;
  }
}
@media (min-width: 1001px) {
  .working-capital-loan-page .home-loan-content::before,
  .gold-loan-page .home-loan-content::before,
  .car-loan-page .home-loan-content::before {
    background-position: center right;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .working-capital-loan-page .home-loan-content::before,
  .gold-loan-page .home-loan-content::before,
  .car-loan-page .home-loan-content::before {
    background-position: calc(50% - 370px) center;
  }
}
.working-capital-loan-page .home-loan-content .banner__descr,
.gold-loan-page .home-loan-content .banner__descr,
.car-loan-page .home-loan-content .banner__descr {
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
  color: #a6c1ea;
}
.working-capital-loan-page .home-loan-content .hero__content,
.gold-loan-page .home-loan-content .hero__content,
.car-loan-page .home-loan-content .hero__content {
  margin-top: 0;
}
.working-capital-loan-page #mobile-tab,
.gold-loan-page #mobile-tab,
.car-loan-page #mobile-tab {
  margin-bottom: 0;
}
.working-capital-loan-page #mobile-tab .accordion-container,
.gold-loan-page #mobile-tab .accordion-container,
.car-loan-page #mobile-tab .accordion-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.working-capital-loan-page #mobile-tab .accordion-content,
.gold-loan-page #mobile-tab .accordion-content,
.car-loan-page #mobile-tab .accordion-content {
  display: none;
  padding: 1rem 0;
}
.working-capital-loan-page #mobile-tab .accordion-content ul,
.working-capital-loan-page #mobile-tab .accordion-content ol,
.gold-loan-page #mobile-tab .accordion-content ul,
.gold-loan-page #mobile-tab .accordion-content ol,
.car-loan-page #mobile-tab .accordion-content ul,
.car-loan-page #mobile-tab .accordion-content ol {
  color: #000;
  font-size: 16px;
  line-height: 25.6px;
  margin-top: 20px;
}
.working-capital-loan-page #mobile-tab .accordion-content ul li,
.working-capital-loan-page #mobile-tab .accordion-content ol li,
.gold-loan-page #mobile-tab .accordion-content ul li,
.gold-loan-page #mobile-tab .accordion-content ol li,
.car-loan-page #mobile-tab .accordion-content ul li,
.car-loan-page #mobile-tab .accordion-content ol li {
  padding-bottom: 8px;
}
.working-capital-loan-page #mobile-tab .accordion-content ul,
.gold-loan-page #mobile-tab .accordion-content ul,
.car-loan-page #mobile-tab .accordion-content ul {
  list-style: disc;
  padding-left: 40px;
}
.working-capital-loan-page #mobile-tab .accordion-button,
.gold-loan-page #mobile-tab .accordion-button,
.car-loan-page #mobile-tab .accordion-button {
  display: block;
  background-color: #5aab61;
  border: 1px solid #38753d;
  flex: 1;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  text-align: center;
  color: #fff;
  width: 100%;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(56, 117, 61, 0.4); /* Soft green shadow */
  border-radius: 4px;
}
.working-capital-loan-page #mobile-tab .accordion-button:hover,
.gold-loan-page #mobile-tab .accordion-button:hover,
.car-loan-page #mobile-tab .accordion-button:hover {
  background-color: #38753d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(56, 117, 61, 0.6);
}
.working-capital-loan-page #mobile-tab .accordion-button.active,
.gold-loan-page #mobile-tab .accordion-button.active,
.car-loan-page #mobile-tab .accordion-button.active {
  background-color: #012759;
  background-color: #38753d;
  color: #fff;
  transform: translateY(0px);
  box-shadow: 0 4px 10px rgba(56, 117, 61, 0.6);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media (min-width: 768px) {
  .working-capital-loan-page #mobile-tab,
  .gold-loan-page #mobile-tab,
  .car-loan-page #mobile-tab {
    display: none;
  }
  .working-capital-loan-page #desktop-tab,
  .gold-loan-page #desktop-tab,
  .car-loan-page #desktop-tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .working-capital-loan-page #mobile-tab,
  .gold-loan-page #mobile-tab,
  .car-loan-page #mobile-tab {
    display: block;
  }
  .working-capital-loan-page #mobile-tab .accordion-content,
  .gold-loan-page #mobile-tab .accordion-content,
  .car-loan-page #mobile-tab .accordion-content {
    display: none;
    padding: 1rem 0;
    border: 1px solid #000;
    border-top: 0;
    padding: 15px;
    margin-bottom: 10px;
  }
  .working-capital-loan-page #desktop-tab,
  .gold-loan-page #desktop-tab,
  .car-loan-page #desktop-tab {
    display: none;
  }
}
.working-capital-loan-page .tabcontent table,
.working-capital-loan-page .accordion-content table,
.gold-loan-page .tabcontent table,
.gold-loan-page .accordion-content table,
.car-loan-page .tabcontent table,
.car-loan-page .accordion-content table {
  border-collapse: collapse;
  width: 50%;
  font-size: 16px;
  line-height: 25.6px;
  margin: 20px auto;
}
.working-capital-loan-page .tabcontent th,
.working-capital-loan-page .tabcontent td,
.working-capital-loan-page .accordion-content th,
.working-capital-loan-page .accordion-content td,
.gold-loan-page .tabcontent th,
.gold-loan-page .tabcontent td,
.gold-loan-page .accordion-content th,
.gold-loan-page .accordion-content td,
.car-loan-page .tabcontent th,
.car-loan-page .tabcontent td,
.car-loan-page .accordion-content th,
.car-loan-page .accordion-content td {
  border: 1px solid black;
  text-align: center;
  padding: 10px;
}
.working-capital-loan-page .tabcontent th,
.working-capital-loan-page .accordion-content th,
.gold-loan-page .tabcontent th,
.gold-loan-page .accordion-content th,
.car-loan-page .tabcontent th,
.car-loan-page .accordion-content th {
  font-weight: bold;
}
.working-capital-loan-page .faq .faq__item-top .faq__item-icon,
.gold-loan-page .faq .faq__item-top .faq__item-icon,
.car-loan-page .faq .faq__item-top .faq__item-icon {
  display: none;
}
.working-capital-loan-page .faq .faq__item.active .faq__item-descr,
.gold-loan-page .faq .faq__item.active .faq__item-descr,
.car-loan-page .faq .faq__item.active .faq__item-descr {
  padding-left: 0px;
}
.working-capital-loan-page .faq .faq__item.active .faq__item-descr p,
.gold-loan-page .faq .faq__item.active .faq__item-descr p,
.car-loan-page .faq .faq__item.active .faq__item-descr p {
  margin: 15px auto;
}

.working-capital-loan table,
.gold-loan-page table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 25.6px;
  margin: 20px auto;
}
@media (max-width: 640px) {
  .working-capital-loan table,
  .gold-loan-page table {
    font-size: 14px;
  }
}
.working-capital-loan th,
.working-capital-loan td,
.gold-loan-page th,
.gold-loan-page td {
  border: 1px solid black;
  text-align: center;
  padding: 10px;
}
.working-capital-loan th,
.gold-loan-page th {
  font-weight: bold;
}
.working-capital-loan .faq .faq__item-top .faq__item-icon,
.gold-loan-page .faq .faq__item-top .faq__item-icon {
  display: none;
}
.working-capital-loan .faq .faq__item.active .faq__item-descr,
.gold-loan-page .faq .faq__item.active .faq__item-descr {
  padding-left: 0px;
}
.working-capital-loan .faq .faq__item.active .faq__item-descr p,
.gold-loan-page .faq .faq__item.active .faq__item-descr p {
  margin: 15px auto;
}

.gold-loan-page .working-capital-loan a,
.car-loan-page .working-capital-loan a {
  color: #0070e0;
}
.gold-loan-page .gold-documents,
.car-loan-page .gold-documents {
  display: flex;
  gap: 25px;
  align-items: center;
}
.gold-loan-page .gold-documents > div,
.car-loan-page .gold-documents > div {
  width: 50%;
}
.gold-loan-page .gold-documents img,
.car-loan-page .gold-documents img {
  width: 100%;
}
@media (max-width: 767px) {
  .gold-loan-page .gold-documents,
  .car-loan-page .gold-documents {
    flex-direction: column;
    align-items: center;
  }
  .gold-loan-page .gold-documents > div,
  .car-loan-page .gold-documents > div {
    width: 100%;
  }
}

#gold-loan-calculator-block {
  padding: 30px 30px;
  padding: 90px 0 90px;
  /* max-width: 85%;
  border: 1px solid #dedfe1;
  box-shadow: 0 4px 8px 0 #c2c2c3;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 8px; */
  background-color: #f3f4f6;
}
#gold-loan-calculator-block .gold-calulator {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 66px;
  justify-content: space-between;
  padding: 50px;
  /* max-width: 85%; */
  border: 1px solid #dedfe1;
  box-shadow: 0 4px 8px 0 #c2c2c3;
  /* padding: 20px; */
  margin: 50px auto;
  background-color: #fff;
  border-radius: 8px;
}
#gold-loan-calculator-block .gold-calulator > div {
  /* background-color: #dedfe1; */
}
#gold-loan-calculator-block .gold-calulator .middle-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5em;
}
#gold-loan-calculator-block .gold-calulator .middle-column .goldloan {
  max-width: 200px;
  width: 100%;
  min-width: 200px;
}
#gold-loan-calculator-block .gold-calulator .middle-column .goldloan::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2776%27 height=%27115%27 viewBox=%270 0 76 115%27 fill=%27none%27%3E%3Cg style=%27mix-blend-mode:overlay%27%3E%3Crect width=%2714.4283%27 height=%27112.891%27 transform=%27matrix%280.80393 0.595345 -0.480363 0.877443 54.5859 0.203125%29%27 fill=%27%23FFEEB9%27/%3E%3Crect width=%274.35438%27 height=%27113.387%27 transform=%27matrix%280.804805 0.593764 -0.481652 0.876497 71.4971 12.3682%29%27 fill=%27%23FFEEB9%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 200px;
  height: 113.391px;
  z-index: -1;
  animation: shine 2.5s linear infinite;
  mix-blend-mode: overlay;
  filter: blur(2.5px);
}
#gold-loan-calculator-block .gold-calulator #eligibleAmount {
  font-size: 3.8124rem;
  color: #0070e0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  #gold-loan-calculator-block .gold-calulator #eligibleAmount {
    font-size: 2rem;
  }
}
#gold-loan-calculator-block .gold-calulator .result.calculator__right-name {
  text-align: center;
}
#gold-loan-calculator-block .gold-calulator #goldRatesAll {
  display: block;
  margin: 20px auto;
  width: -moz-max-content;
  width: max-content;
  color: #797a7b;
  font-size: 1.6rem;
  line-height: 2.5351rem;
  /* display: flex; */
  align-items: center;
  gap: 13px;
}
#gold-loan-calculator-block .gold-calulator #goldRatesAll li {
  /* color: #003087; */
  /* color: #797a7b; */
  color: #0070e0;
  padding-bottom: 4px;
}
#gold-loan-calculator-block .gold-calulator #goldRatesAll span.carat-rate {
  color: #003087;
  color: #0070e0;
}
#gold-loan-calculator-block .gold-calulator .left {
  max-width: 300px;
  width: 100%;
}
#gold-loan-calculator-block .gold-calulator .left .calculator__left-item {
  display: block;
  width: 100%;
}
#gold-loan-calculator-block .gold-calulator .left input,
#gold-loan-calculator-block .gold-calulator .left select {
  width: 100%;
  padding: 0.5rem;
  background: #f2f5ff;
  border: none;
  height: 42px;
  width: 100%;
  color: #0070e0;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}
#gold-loan-calculator-block .gold-calulator #caratage {
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1l5 5 5-5%27 stroke=%27%230070e0%27 stroke-width=%273%27 fill=%27none%27 fill-rule=%27evenodd%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#gold-loan-calculator-block .gold-calulator .calculator__right-name {
  color: #383a3e;
}
#gold-loan-calculator-block .gold-calulator .calculator__right-descr {
  flex-direction: column;
}
@media (max-width: 767px) {
  #gold-loan-calculator-block .gold-calulator {
    flex-direction: column;
    align-items: center;
  }
}
#gold-loan-calculator-block .gold-calulator .form-group {
  margin-bottom: 2.5rem;
}
#gold-loan-calculator-block .gold-calulator label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#gold-loan-calculator-block .gold-calulator input,
#gold-loan-calculator-block .gold-calulator select {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
}
#gold-loan-calculator-block .gold-calulator .result {
  /* margin-top: 2rem; */
  font-weight: bold;
}
#gold-loan-calculator-block .gold-calulator #chartWrapper {
  max-width: 300px;
  margin: 2rem auto;
}
#gold-loan-calculator-block .gold-calulator #goldLoanChart {
  max-width: 100%;
  height: 300px;
}
#gold-loan-calculator-block .gold-calulator .calculator__graph-item:first-of-type .calculator__graph-color {
  background: #0070e0;
}

#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field {
  margin: 0px 0 25px;
  color: rgb(56, 58, 62);
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.161px;
  letter-spacing: 0.18px;
  cursor: pointer;
  display: block !important;
}
#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field a {
  color: #0070e0;
}
#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field .frm_required {
  color: red;
  margin-right: 2px;
}
#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field .frm_primary_label,
#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field .frm_opt_container {
  display: inline-block;
  float: left;
}
#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field .frm_opt_container {
  width: 95%;
}
#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field .frm_error {
  width: 100%;
  display: block;
  clear: both;
}
#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field .frm_checkbox label {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
#form_gold-loan-form.applyonline__form .accecpt-terms.frm_form_field .frm_checkbox label input[type=checkbox] {
  margin-top: 4px;
}

.gold-loan-page .faq {
  padding-top: 2.5rem !important;
}

.car-loan-page .faq {
  padding: 20px 0 0 !important;
}
.car-loan-page .car-loan-credit-score-btn {
  margin: 5rem 0 7rem;
}
@media (max-width: 767px) {
  .car-loan-page .faq {
    padding: 20px 0 40px !important;
  }
  .car-loan-page .car-loan-credit-score-btn {
    margin: 2rem 0 5rem;
  }
}
.car-loan-page .home-loan-content::before {
  background-position: 50% 50%;
}
@media (max-width: 399px) {
  .car-loan-page .home-loan-content {
    min-height: 760px;
  }
}
.car-loan-page .fixed-content li.cards-about__descr strong {
  font-size: 16.583;
  font-size: 110%;
}
@media (max-width: 480px) {
  .car-loan-page .fixed-content li.cards-about__descr::before {
    top: 16px;
  }
}
.car-loan-page #car-loan-table {
  margin-bottom: 6rem;
}
.car-loan-page #car-loan-table td,
.car-loan-page #car-loan-table th,
.car-loan-page #car-loan-table tr {
  color: #000;
}
.car-loan-page #pagination-list {
  padding-bottom: 0 !important;
}

.car-loan-page .credit-score-btn,
.working-capital-loan .credit-score-btn,
.gold-loan-page .credit-score-btn {
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .car-loan-page .credit-score-btn,
  .working-capital-loan .credit-score-btn,
  .gold-loan-page .credit-score-btn {
    padding: 2rem 0;
  }
}
.car-loan-page .car-loan-credit-score-btn,
.working-capital-loan .car-loan-credit-score-btn,
.gold-loan-page .car-loan-credit-score-btn {
  padding: 5rem 0 7rem;
}
@media (max-width: 480px) {
  .car-loan-page .faq,
  .working-capital-loan .faq,
  .gold-loan-page .faq {
    padding: 0px 0 40px;
  }
  .car-loan-page .car-loan-credit-score-btn,
  .working-capital-loan .car-loan-credit-score-btn,
  .gold-loan-page .car-loan-credit-score-btn {
    padding: 2.5rem 0;
  }
}

.car-loan-page {
  /* Gray background vertical line - default for all */
  /* Trim top for the first step */
  /* Trim bottom for the last step */
  /* Orange fill line (progress) */
  /* Start orange line from circle center in first step */
  /* End orange line at circle center in last step */
  /* Circle marker */
}
.car-loan-page .swiper-pagination-custom {
  list-style: none;
  padding: 0;
  max-width: 100%;
  margin-top: 25px;
}
.car-loan-page .swiper-pagination-switch {
  position: relative;
  /* padding: 0px 0px 0px 20px; */
  padding: 10px 10px 20px;
  background: #fff;
  /* border-left: 4px solid transparent; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); */
  transition: all 0.8s ease;
  color: #4e4c4c; /* default gray color for inactive steps */
  cursor: pointer;
  margin-bottom: 15px;
}
.car-loan-page .swiper-pagination-switch.active {
  color: #000; /* dark for active */
  font-weight: bolder;
  /* border-left-color: #38753d; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-width: 1px;
  border-radius: 5px;
  font-weight: 900;
  transition-delay: 0.4s;
}
.car-loan-page .swiper-pagination-switch.passed {
  color: #000; /* black for passed steps */
  font-weight: normal;
}
.car-loan-page .switch-title {
  display: flex;
  align-items: start;
  line-height: 25.6px;
  padding: 10px 0;
}
.car-loan-page .switch-title .mr-20 {
  margin-right: 10px;
  min-width: 60px;
}
.car-loan-page .swiper-pagination-switch::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(204, 204, 204, 0.1921568627);
  z-index: 0;
}
.car-loan-page .swiper-pagination-switch:first-child::before {
  top: 50%;
  top: 12px;
}
.car-loan-page .swiper-pagination-switch:last-child::before {
  bottom: 50%;
  bottom: 12px;
}
.car-loan-page .fill-line {
  position: absolute;
  left: -30px;
  width: 1px;
  top: 0;
  top: 0px;
  height: 0%;
  background-color: #6cbb73;
  z-index: 1;
  transition: height 1.5s ease;
}
.car-loan-page .swiper-pagination-switch:first-child .fill-line {
  top: 50%;
  top: 12px;
}
.car-loan-page .swiper-pagination-switch:last-child.active .fill-line,
.car-loan-page .swiper-pagination-switch:last-child.passed .fill-line {
  height: 50% !important;
}
.car-loan-page .circle {
  position: absolute;
  left: -39px;
  top: 40%;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6cbb73;
  border: 4px solid #fff;
  z-index: 2;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.car-loan-page .swiper-pagination-switch.active .fill-line {
  height: 100%;
}
.car-loan-page .swiper-pagination-switch.active .circle {
  background-color: #6cbb73;
  border-color: #38753d;
}

/*# sourceMappingURL=style-index.css.map*/