
/* ==============
 ========= css documentation =========

 * template name: GOBANKQ 
 * version: 1.0
 * description: Banking & Finance HTML Template
 * author: softivus
 * author url: https://www.templatemonster.com/authors/softivus/

 01. abstracts
     1.1 --> mixins
     1.2 --> variables

 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms
     3.3 --> faq-section
     3.4 --> preloader

 04. layout
     4.1 --> header
     4.2 --> banner
     4.3 --> footer

 05. sections


 06. responsive

    =========================
============== */
@import url("css21.css");
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 0;
  font-weight: 400;
  color: #6F7278;
  background-color: #ffffff;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0.4vw;
}
body::-webkit-scrollbar-track {
  background-color: #cae6f7;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #055F5B;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

a,
button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
}
a i,
button i {
  transition: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}

button {
  cursor: pointer;
}
button:focus {
  box-shadow: none;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #A0A2A7 !important;
  opacity: 1;
  font-size: 18px;
}
input::placeholder,
textarea::placeholder {
  color: #A0A2A7 !important;
  opacity: 1;
  font-size: 18px;
}
input:focus,
textarea:focus {
  box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

.form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0;
  width: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
a,
button {
  font-size: 18px;
  line-height: 1.2;
  color: #292C32;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
a:hover,
button:hover {
  color: #055F5B;
}

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

p span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.display-1,
.display-1 > a,
.display-2,
.display-2 > a,
.display-3,
.display-3 > a,
.display-4,
.display-4 > a,
h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  color: #292C32;
  letter-spacing: inherit;
}
.display-1 span,
.display-1 > a span,
.display-2 span,
.display-2 > a span,
.display-3 span,
.display-3 > a span,
.display-4 span,
.display-4 > a span,
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.display-1,
.display-1 > a,
.display-2,
.display-2 > a {
  font-weight: 700;
}

.display-3,
.display-3 > a,
.display-4,
.display-4 > a {
  font-weight: 600;
}

h1,
h1 > a {
  font-weight: 700;
  font-size: 48px;
}

h2,
h2 > a {
  font-weight: 700;
  font-size: 40px;
}

h3,
h3 > a {
  font-weight: 600;
  font-size: 32px;
}

h4,
h4 > a {
  font-weight: 600;
  font-size: 24px;
}

h5,
h5 > a {
  font-size: 20px;
  font-weight: 600;
}

h6,
h6 > a {
  font-size: 16px;
  font-weight: 600;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 20px;
}

.headingTwo,
.headingThree,
.headingFour,
.headingFive,
.headingSix {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.2 !important;
  color: #292C32 !important;
  font-weight: 600 !important;
}

.headingTwo {
  font-size: 40px !important;
  font-weight: 700 !important;
}

.headingThree {
  font-size: 32px !important;
}

.headingFour {
  font-size: 24px !important;
}

.headingFive {
  font-size: 20px !important;
}

.headingSix {
  font-size: 16px !important;
}

.font_primary {
  font-family: "Inter", sans-serif;
}

.font_700 {
  font-weight: 700;
}

.font_600 {
  font-weight: 600;
}

.font_500 {
  font-weight: 500;
}

.font_400 {
  font-weight: 400;
}

@media (max-width: 1199px) {
  h1,
  h1 > a {
    font-size: 43px;
  }
  h2,
  h2 > a {
    font-size: 32px;
  }
  h4,
  h4 > a {
    font-size: 22px;
  }
  .fs-4 {
    font-size: 22px !important;
  }
  .headingTwo {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h1,
  h1 > a {
    font-size: 32px;
  }
  h2,
  h2 > a {
    font-size: 26px;
  }
  h3,
  h3 > a {
    font-size: 22px;
  }
  h4,
  h4 > a {
    font-size: 20px;
  }
  h5,
  h5 > a {
    font-size: 18px;
  }
  h6,
  h6 > a {
    font-size: 16px;
  }
  .fs-4 {
    font-size: 18px !important;
  }
  .headingTwo {
    font-size: 26px;
  }
  .headingThree {
    font-size: 22px;
  }
  .headingFour {
    font-size: 20px;
  }
  .headingFive {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .display-2 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  h1,
  h1 > a {
    font-size: 28px;
  }
  h2,
  h2 > a {
    font-size: 24px;
  }
  .display-2 {
    font-size: 34px;
  }
}
@media (max-width: 479px) {
  .display-2 {
    font-size: 26px;
  }
}
.mb_12 {
  margin-bottom: 12px;
}

.mt_12 {
  margin-top: 12px;
}

.pt_12 {
  padding-top: 12px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_32 {
  margin-top: 32px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mt_60 {
  margin-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_32 {
  padding-top: 32px;
}

.py_32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section_md_pt {
    padding-top: 60px;
  }
  .part_md_pt {
    margin-top: 60px;
  }
  .part_md_pt40 {
    margin-top: 40px;
  }
  .mb_40 {
    margin-bottom: 38px;
  }
  .mt_40 {
    margin-top: 38px;
  }
  .mb_60 {
    margin-bottom: 48px;
  }
  .mt_60 {
    margin-top: 48px;
  }
  .pt_70 {
    padding-top: 52px;
  }
  .pt_80 {
    padding-top: 60px;
  }
  .pt_90 {
    padding-top: 70px;
  }
  .py_60 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .mb_40 {
    margin-bottom: 36px;
  }
  .mt_40 {
    margin-top: 36px;
  }
}
/* ==== 
  --------- (2.2) typography styles end ---------
  ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
}

.fluid_img {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.unset {
  max-width: unset;
}

.bg-img {
  background-color: rgba(1, 46, 115, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.dir-rtl {
  direction: rtl;
}

.btn {
  border: none;
}
.btn:active {
  border: none;
}

.nice-select {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
}
.nice-select .current {
  color: #000000;
}
.nice-select .option {
  color: #ffffff;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #055F5B;
  color: #fff;
}
.nice-select .list {
  background: #292C32;
}
.nice-select .list:hover .option:not(:hover) {
  background: #055F5B;
}

.slick-slide {
  margin: 0 12px;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-list {
  margin: 0px -12px;
}

.slick-arrow[aria-disabled=true] {
  opacity: 0.4 !important;
}

.popup_img {
  overflow: clip;
}
.popup_img img {
  transition: all 0.35s ease-in-out;
}
.popup_img:hover img {
  transform: scale(1.2) rotate(-5deg);
  cursor: zoom-in;
}

.star_review {
  color: #D9D9D9;
  display: flex;
  gap: 6px;
}
.star_review i {
  color: #D9D9D9;
}
.star_review .star-active {
  color: #000000;
}

.card {
  padding: 20px;
}
.card .card-body {
  padding: 20px 0 0 0;
}

.section {
  padding: 120px 0px;
}

.section--space-top {
  padding-bottom: 0px;
}

.section--space-bottom {
  padding-top: 0px;
}

.section__cta {
  margin-top: 60px;
  text-align: center;
}

i,
span.material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #055F5B;
}

.section__header {
  text-align: center;
  margin-bottom: 60px;
}
.section__header .section__header-sub-title {
  color: #055F5B;
  margin-bottom: 24px;
}
.section__header .section__header-title {
  margin-bottom: 24px;
}
.section__header .section__header-content {
  margin: 0 auto;
}

.section__content .section__content-sub-title,
.section__content .banner__content-sub-title,
.banner__content .section__content-sub-title,
.banner__content .banner__content-sub-title {
  margin-bottom: 32px;
}
.section__content .section__content-title,
.section__content .banner__content-title,
.banner__content .section__content-title,
.banner__content .banner__content-title {
  margin-bottom: 24px;
}
.section__content .section__content-text,
.section__content .banner__content-text,
.banner__content .section__content-text,
.banner__content .banner__content-text {
  margin-bottom: 24px;
}
.section__content .section__content-text:nth-last-of-type(1),
.section__content .banner__content-text:nth-last-of-type(1),
.banner__content .section__content-text:nth-last-of-type(1),
.banner__content .banner__content-text:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-text-content,
.section__content .banner__content-text-content,
.banner__content .section__content-text-content,
.banner__content .banner__content-text-content {
  margin-bottom: 24px;
}
.section__content .section__content-text-content:nth-last-of-type(1),
.section__content .banner__content-text-content:nth-last-of-type(1),
.banner__content .section__content-text-content:nth-last-of-type(1),
.banner__content .banner__content-text-content:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-inner,
.section__content .banner__content-inner,
.banner__content .section__content-inner,
.banner__content .banner__content-inner {
  margin-top: 60px;
}
.section__content .section__content-inner ul,
.section__content .banner__content-inner ul,
.banner__content .section__content-inner ul,
.banner__content .banner__content-inner ul {
  display: flex;
  align-items: center;
  row-gap: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.section__content .section__content-inner ul li,
.section__content .banner__content-inner ul li,
.banner__content .section__content-inner ul li,
.banner__content .banner__content-inner ul li {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.section__content .section__content-inner ul li i,
.section__content .banner__content-inner ul li i,
.banner__content .section__content-inner ul li i,
.banner__content .banner__content-inner ul li i {
  color: #055F5B;
}
.section__content .section__content-inner ul li span,
.section__content .banner__content-inner ul li span,
.banner__content .section__content-inner ul li span,
.banner__content .banner__content-inner ul li span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD584;
  color: #055F5B;
}
.section__content .section__content-checkbox,
.banner__content .section__content-checkbox {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.section__content .section__content-checkbox li,
.banner__content .section__content-checkbox li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section__content .section__content-checkbox li span,
.banner__content .section__content-checkbox li span {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7E9EE;
  color: #292C32;
  font-size: 15px;
  font-weight: 800;
}
.section__content ul.section__content-list,
.banner__content ul.section__content-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 40px;
}
.section__content ul.section__content-list li,
.banner__content ul.section__content-list li {
  list-style-position: outside;
  margin-bottom: 20px;
}
.section__content ul.section__content-list li::marker,
.banner__content ul.section__content-list li::marker {
  color: #6F7278;
}
.section__content ul.section__content-list li:nth-last-of-type(1),
.banner__content ul.section__content-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-cta,
.section__content .banner__content-cta,
.banner__content .section__content-cta,
.banner__content .banner__content-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.between_part {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

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

.customGapThree {
  gap: 32px;
}

.customGapTwo {
  gap: 20px;
}

.customGapOne {
  gap: 12px;
}

.customGapOne {
  gap: 12px;
}

.gap-6 {
  gap: 12px;
}

.gap-7 {
  gap: 20px;
}

.gap-8 {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 16px;
}

.gap-1,
.gap-2,
.gap-3,
.gap-4,
.gap-5,
.gap-6,
.gap-7,
.gap-8 {
  display: flex;
  align-items: center;
}

.wide {
  grid-column: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}

.primary_color {
  color: #055F5B !important;
}

.secondary_color {
  color: #FFD584 !important;
}

.head_color {
  color: #292C32 !important;
}

.content_color {
  color: #6F7278 !important;
}

.word .letter {
  color: #055F5B;
}

@keyframes fadeRotated {
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  10% {
    transform: rotate(-20deg) scale(1.2);
    opacity: 0;
  }
  80% {
    transform: rotate(0deg) scale(0.8);
    opacity: 1;
  }
}
@keyframes previewShape {
  0% {
    transform: translateX(-30px) translateY(0);
  }
  50% {
    transform: translateX(0px) translateY(5px);
  }
  100% {
    transform: translateX(-30px) translateY(0);
  }
}
@keyframes previewShapeUp {
  0% {
    transform: translateX(-30px) translateY(0);
  }
  50% {
    transform: translateX(0px) translateY(-5px);
  }
  100% {
    transform: translateX(-30px) translateY(0);
  }
}
@keyframes previewShapeX {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100px);
  }
}
@keyframes previewShapeY {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(30deg) scale(1.5);
  }
}
@keyframes rotate360deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  30% {
    transform: rotate(-30deg) scale(0.8);
  }
  60% {
    transform: rotate(-90deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(0.7);
  }
  100% {
    transform: rotate(120deg) scale(1);
  }
}
@keyframes swingZoom {
  20% {
    transform: rotate(15deg) scale(1.08);
  }
  40% {
    transform: rotate(-15deg) scale(1.2);
  }
  60% {
    transform: rotate(9deg) scale(1.1);
  }
  80% {
    transform: rotate(-9deg) scale(1.05);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0.3;
    transform: translate(-20px, -20px);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(-20px, -20px);
    opacity: 0.3;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color: transparent;
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 2;
}
.slick-prev:before, .slick-next:before {
  font-family: "Material Symbols Outlined";
  font-size: 0;
  color: #1C1B1F;
  background: #ffffff;
  border-radius: 50%;
}

.slick-prev {
  left: 23px;
}
.slick-prev:before {
  content: "\e5cb";
}

.slick-next {
  right: 38px;
}
.slick-next:before {
  content: "\e5cc";
}

.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.slider-navigation .pagination-button {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0px;
  background: transparent;
  border-radius: 0;
  position: relative;
  opacity: 0.5;
}
.slider-navigation .pagination-button img {
  width: unset;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.slider-navigation .pagination-button::after {
  content: "";
  position: absolute;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  border: 1px solid #FFD584;
  transition: all 0.35s ease-in-out;
}
.slider-navigation .pagination-button:hover {
  opacity: 1;
}
.slider-navigation .pagination-button:hover::after {
  background: #FFD584;
}
.slider-navigation .pagination-button.prev::after {
  left: -5px;
}
.slider-navigation .pagination-button.next::after {
  right: -5px;
}
.slider-navigation .new__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.slider-navigation .new__dots li {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  background: #B5B5B5;
  transition: all 0.35s ease-in-out;
}
.slider-navigation .new__dots li.slick-active {
  background: #055F5B;
  color: #ffffff;
}
.slider-navigation .new__dots li:hover {
  background: #055F5B;
}
.slider-navigation .new__dots li:hover i {
  color: #ffffff;
}

.slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D9D9D9;
  text-indent: -9999px;
}
.slick-dots .slick-active button {
  background: #055F5B;
  z-index: 9;
}

.nav_pagination {
  display: flex;
  justify-content: center;
}
.nav_pagination .pagination {
  gap: 8px;
}
.nav_pagination .page-item .page-link {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #055F5B;
  border-radius: 8px;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.nav_pagination .page-item .page-link:hover, .nav_pagination .page-item .page-link.active {
  background-color: #055F5B;
  color: white;
}
.nav_pagination .page-item .page-link:hover i, .nav_pagination .page-item .page-link:hover span.material-symbols-outlined, .nav_pagination .page-item .page-link.active i, .nav_pagination .page-item .page-link.active span.material-symbols-outlined {
  color: white;
}
.nav_pagination .page-item .page-link:focus {
  box-shadow: none;
  color: white;
}

.social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social a.social_icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  translate: all 0.35s ease-in-out;
  color: white;
}
.social a.social_icon:hover {
  color: #FFD584;
  background: white;
}

.contact-area {
  background: url(https://pixner.net/gobank/main/assets/images/contact_bg.png);
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-area .contact__form {
  background: white;
  box-shadow: 0px 4px 26px rgba(186, 186, 186, 0.25);
  border-radius: 20px;
  padding: 40px;
}
.contact-area .contact__form .input-single {
  border-bottom: 1px solid #626262;
}
.contact-area .contact__form .input-single .form-control {
  padding-left: 0;
}

.analytics-card {
  background: #FFFFFF;
  border: 1px solid #E6EDF8;
  border-radius: 20px;
  padding: 20px;
  align-items: center;
}
.analytics-card .card__thumb {
  width: 100%;
}
.analytics-card .card__thumb img {
  width: 100%;
  border-radius: 20px;
}
.analytics-card .card-body .card__others-info {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.analytics-card .card-body .card__others-info .line {
  border-right: 1px solid #E6EDF8;
  width: 0px;
  height: 13px;
}
.analytics-card .card-body .card__others-info .time-ago,
.analytics-card .card-body .card__others-info p {
  font-size: 14px;
}
.analytics-card .card-body .card__others-info .time-ago:first-child .material-symbols-outlined,
.analytics-card .card-body .card__others-info p:first-child .material-symbols-outlined {
  transform: rotate(-180deg);
}
.analytics-card .card-body .card__others-info .material-symbols-outlined {
  color: #2C6AC8;
  font-size: 17px;
}
.analytics-card .card-body .card__others-info .analytics {
  background: rgba(68, 140, 116, 0.1);
  border-radius: 36px;
  padding: 2px 12px;
  font-size: 12px;
  color: #448C74;
}
.analytics-card .card-body .card__title {
  margin-bottom: 16px;
}

/* ==== 
   --------- (2.3) global styles end ---------
   ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.btn_theme {
  background: transparent;
  color: #292C32;
  padding: 15px 40px;
  border-radius: 0;
  border: none;
  outline: 3px solid transparent;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.35s ease-in-out;
}

.active_btn {
  background: #FFD584;
  color: #292C32;
}
.active_btn:hover, .active_btn:focus {
  background: #FFD584;
  outline: 3px solid #FFD584;
  outline-offset: 8px;
  color: #292C32;
  z-index: 1;
}

.active_primary_btn {
  background: #055F5B;
  color: white;
}
.active_primary_btn:hover, .active_primary_btn:focus {
  background: #055F5B;
  outline: 3px solid #055F5B;
  outline-offset: 8px;
  color: white;
  z-index: 1;
}

.btn_light {
  background: white;
  color: #292C32;
}
.btn_light:hover, .btn_light:focus {
  background: #FFD584;
  outline: 3px solid #FFD584;
  outline-offset: 8px;
  color: #292C32;
  z-index: 1;
}

.btn_light_border {
  background: transparent;
  border-style: inset;
  border: 1px solid #ffffff;
  color: white;
  padding: 14px 39px;
}
.btn_light_border:hover, .btn_light_border:focus {
  outline: 3px solid #ffffff;
  outline-offset: 8px;
  border: 1px solid transparent;
  color: white;
  z-index: 1;
}

.link_btn {
  color: #055F5B;
  text-decoration: underline;
  font-size: 16px;
}

.btn_gap {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: -10px;
  width: 45px;
  height: 45px;
  line-height: var(--body-line-height);
  border-radius: 5px;
  background-color: #055F5B;
  box-shadow: 0px 1px 13px #ffb9b9;
  font-size: 20px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  color: #ffffff !important;
  transition: 0.3s;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollToTop:hover {
  color: #ffffff !important;
}
.scrollToTop:focus {
  color: #ffffff !important;
}

.topActive {
  bottom: 30px;
  transform: translateY(0%);
}

@media (max-width: 1599px) {
  .topActive {
    bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .btn_theme {
    padding: 12px 30px;
  }
  .btn_theme:hover, .btn_theme:focus {
    outline-offset: 4px !important;
  }
}
@media (max-width: 767px) {
  .btn_theme {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn_gap {
    gap: 16px;
    flex-wrap: wrap;
  }
}
/* ====  
 --------- (3.1) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.alert {
  transition: 1s;
  margin-bottom: -20px;
  margin-top: 10px;
  display: block;
}

label.error {
  color: red;
  font-size: 14px;
  position: absolute;
  left: 0;
}

.message-error.error {
  position: absolute;
  color: red;
  font-size: 14px;
}

.form-control {
  border: none;
  font-size: 18px;
  padding-left: 24px;
  padding-right: 24px;
  background: transparent;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.input-group {
  justify-content: space-between;
  align-items: center;
}
.input-group .input-single {
  width: 100%;
  width: calc(50% - 12px);
  position: relative;
}

.input-single {
  width: 100%;
  position: relative;
}

/* ==== 
 --------- (3.2) forms styles end ---------
 ==== */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accordion .accordion-item {
  --bs-accordion-border-width: 0;
  border-bottom: 1px solid rgba(41, 44, 50, 0.2);
}
.accordion .accordion-item .accordion-body {
  padding: 0;
  padding: 24px 0;
}
.accordion .accordion-button {
  --bs-accordion-btn-bg: white;
  padding: 0 0 24px 0;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.accordion .accordion-button:before {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(41, 44, 50, 0.2);
  width: 100%;
  top: 100%;
  opacity: 0;
}
.accordion .accordion-button[aria-expanded=true]:before {
  opacity: 1;
}
.accordion .accordion-button::after {
  --arrow: "";
  content: var(--arrow);
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
  --bs-accordion-btn-icon-width: 1.75rem;
  background: var(--icon-bg);
  border-radius: 0.25rem;
}
.accordion .accordion-button:not(.collapsed) {
  --bs-accordion-active-color: #292C32;
  --bs-accordion-active-bg:white;
  --bs-accordion-btn-icon-transform: rotate(180deg);
}
.accordion .accordion-button:not(.collapsed)::after {
  --arrow: "";
}
.accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
#pre_loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: visible;
  background: url(../image/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #e5eff1;
}

/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 299;
  display: flex;
  justify-content: center;
}
.header-section::after {
  content: "";
  position: absolute;
  top: 100%;
  border-bottom: 1px solid rgba(233, 248, 247, 0.1254901961);
  width: 96%;
}

.navbar {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}
.navbar .navbar-toggler {
  font-size: x-large;
  border: none;
  color: #ffffff;
  border: none !important;
}
.navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

.navbar-brand {
  background: transparent;
  padding: 20px;
}

.main-menu {
  width: 100%;
  z-index: 299;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.main-menu .nav-right a.btn_theme {
  background: #FFD584;
  border-radius: 2px;
  color: #292C32;
}
.main-menu .nav-right a.btn_theme:hover, .main-menu .nav-right a.btn_theme:focus {
  outline: 3px solid #FFD584;
  outline-offset: 8px;
  color: #292C32;
}
.main-menu .navbar-nav {
  gap: 16px;
}
.main-menu .navbar-nav .dropdown-menu {
  max-height: 420px;
  overflow-y: auto;
}
.main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar {
  width: 0.4vw;
}
.main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar-track {
  background-color: #cae6f7;
}
.main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar-button, .main-menu .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #1E3A8A;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.main-menu .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  padding: 40px 12px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.main-menu .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 70%;
  width: 0;
  height: 0px;
  background: #FFD584;
  z-index: -1;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #FFD584 !important;
}
.main-menu .navbar-nav .nav-item .nav-link.active::before {
  opacity: 1;
  width: 2px;
  height: 20px;
}
.main-menu .navbar-nav .nav-item .nav-link:hover {
  color: #48FACE !important;
}
.main-menu .navbar-nav .nav-item .nav-link:hover:before {
  opacity: 1;
  width: 2px;
  height: 20px;
}
.main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  border: none;
  content: "\e5cf";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  margin-left: auto;
}
.main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle.show::after {
  content: "\e5ce";
}
.main-menu .navbar-nav .nav-item .nav-link:focus, .main-menu .navbar-nav .nav-item .nav-link:active, .main-menu .navbar-nav .nav-item .nav-link:hover {
  color: #FFD584 !important;
}
.main-menu .dropdown-item.active,
.main-menu .dropdown-item:active {
  background-color: transparent !important;
}
.main-menu .nav-right .nav-right__search {
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-menu .nav-right a {
  color: #ffffff;
}
.main-menu .nav-right a.nav-right__search-icon {
  padding: 8px;
  position: relative;
}
.main-menu .nav-right .material-symbols-outlined {
  color: #ffffff;
  cursor: pointer;
}

.header-active {
  position: fixed;
  top: -70px;
  transform: translateY(70px);
  transition: transform 0.5s;
  background: url(../image/inner_banner.png);
  background-color: #055F5B;
  background-position: center;
  left: 0;
  width: 100%;
}
.header-active::after {
  border-bottom: none;
}

.offcanvas {
  background: url(../image/hero_bg.png);
  background-color: #055F5B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  min-width: 100%;
  width: 100%;
  overflow: clip !important;
  display: unset !important;
  border-left: none !important;
}
.offcanvas .offcanvas-body {
  padding: 0;
  overflow: clip;
}
.offcanvas .offcanvas-body .custom-nevbar__left {
  padding: 85px 0 85px 100px;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 100vh;
}
.offcanvas .offcanvas-body .custom-nevbar__left::-webkit-scrollbar {
  width: 0;
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-toggle::after {
  border: none;
  content: "\e145";
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  margin-left: auto;
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-toggle.show::after {
  border: none;
  content: "\e15b";
  font-family: "Material Symbols Outlined";
  font-size: 30px;
  margin-left: auto;
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
  color: white;
  font-size: 57px;
  font-weight: 600;
  padding: 30px 0;
  border-bottom: 1px solid rgba(233, 248, 247, 0.1254901961);
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a:hover {
  color: #FFD584;
  background: transparent;
}
.offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-menu.show {
  position: unset !important;
  margin-left: 70px !important;
  transform: translate(0px) !important;
  border: none !important;
  background: transparent;
}
.offcanvas .offcanvas-body .custom-nevbar__right {
  padding: 85px 50px 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 60px;
}
.offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: rgb(228, 226, 226);
}
.offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location .contact {
  color: white;
}
.offcanvas .offcanvas-body button.close-icon {
  display: block;
  background: transparent;
  text-align: end;
}
.offcanvas .offcanvas-body button.close-icon span {
  border: 1px solid #FFD584;
  border-radius: 50%;
  color: #FFD584;
  padding: 8px;
  font-size: 30px;
  transition: all 0.35s ease-in-out;
}
.offcanvas .offcanvas-body button.close-icon span:hover {
  border: 1px solid #E0F300;
  color: #E0F300;
}

@media (max-width: 1599px) {
  .main-menu .navbar-nav .nav-item .nav-link {
    padding: 40px 16px;
  }
}
@media (min-width: 1400px) {
  .nav-item .dropdown-menu {
    inset-inline-start: 0;
    inset-block-start: calc(100% + 0.5rem);
    pointer-events: none;
    min-width: 230px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #055F5B;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    padding: 18px 0;
    border-radius: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
  }
  .nav-item .dropdown-menu li {
    margin-left: 0;
    text-align: left;
  }
  .nav-item .dropdown-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .nav-item .dropdown-menu li:hover a {
    color: #ffffff;
    transform: translateX(8px);
    background: transparent;
    width: 90%;
  }
  .nav-item:hover > .dropdown-menu {
    inset-block-start: 100%;
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 1399px) {
  .header-section .navbar-brand {
    padding: 30px 0;
  }
  .header-section .navbar-brand img {
    max-width: 75% !important;
  }
  .header-section .navbar-toggler span {
    color: white;
  }
  .main-menu {
    display: block;
    height: 80vh;
    overflow-y: auto;
  }
  .main-menu::-webkit-scrollbar {
    width: 0;
  }
  .main-menu .navbar-nav {
    margin-top: 30px;
  }
  .main-menu .navbar-nav .nav-item .nav-link {
    padding: 10px 8px;
    justify-content: start;
  }
  .main-menu .navbar-nav .nav-item .nav-link:hover:before {
    display: none;
  }
  .main-menu .navbar-nav .dropdown-menu {
    background: transparent;
    border: none;
    margin-left: 30px;
  }
  .main-menu .navbar-nav .dropdown-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
  }
  .main-menu .navbar-nav .dropdown-menu li a :hover {
    color: #FFD584;
  }
  .main-menu .dropdown-item:focus,
  .main-menu .dropdown-item:hover {
    background: none !important;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left {
    padding: 40px 30px 40px 60px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
    font-size: 40px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__right {
    padding: 40px 30px 40px 30px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location {
    gap: 20px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__right .custom-nevbar__right-location li .contact {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
    font-size: 24px;
    padding: 24px 0;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-menu.show {
    margin-left: 30px !important;
  }
}
@media (max-width: 767px) {
  .offcanvas .offcanvas-body {
    overflow-y: auto;
    min-height: 100%;
    height: 100%;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left {
    padding: 36px 30px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav li a {
    font-size: 20px;
    padding: 18px 0;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-toggle.show::after, .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .dropdown-toggle::after {
    font-size: 20px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__left .custom-nevbar__nav .menu_item:first-child > a {
    padding-top: 0;
  }
  .offcanvas .offcanvas-body button.close-icon span {
    font-size: 24px;
  }
  .offcanvas .offcanvas-body .custom-nevbar__right {
    padding: 16px 30px 40px;
  }
}
@media (max-width: 575px) {
  .main-menu .col-12 {
    max-width: 100%;
  }
  .main-menu {
    padding: 0;
  }
  .header-section .navbar .navbar-brand {
    width: 60%;
    padding-left: 16px;
  }
  .header-section .navbar-toggler span {
    margin-right: 0;
  }
}
/* ==== 
 --------- (4.2) banner styles start ---------
 ==== */
.hero {
  background: url(../image/hero_bg_dot.png), url(../image/hero_bg.png);
  background-color: #055F5B;
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center;
  background-size: auto, cover;
  height: 100%;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: clip;
}
.hero .hero__animation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero .hero__animation img:first-child {
  position: absolute;
  left: 20%;
  top: 37%;
  animation: previewShape 5s infinite;
}
.hero .hero__animation img:nth-child(2) {
  position: absolute;
  right: 33%;
  top: 33%;
  animation: swingZoom 5s linear infinite;
}
.hero .hero__animation img:nth-child(3) {
  position: absolute;
  right: 23%;
  bottom: 39%;
  animation: pulse 5s linear infinite;
}
.hero .section__content {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.hero .section__content .section__content-title {
  max-width: 16ch;
  text-align: center;
  margin: auto;
  color: white;
}
.hero .section__content .section__content-title .word .letter {
  color: #E0F300;
}
.hero .section__content .hero-thumb {
  margin: 70px auto 0;
  position: relative;
  width: 360px;
  height: 508px;
  bottom: 0;
  z-index: 2;
}
.hero .section__content .hero-thumb.animation {
  animation: fadeInUp 1s linear;
}
.hero .section__content .hero-thumb .hero-thumb-before,
.hero .section__content .hero-thumb .hero-thumb-after {
  position: absolute;
  bottom: -200px;
  width: 297px;
  height: 100%;
  transition: 1s;
  transform-origin: bottom left;
  z-index: -1;
  opacity: 0;
}
.hero .section__content .hero-thumb .hero-thumb-before img,
.hero .section__content .hero-thumb .hero-thumb-after img {
  box-shadow: inset -1.102px -1.102px 2.20401px rgba(0, 0, 0, 0.04), inset 0px 2.20401px 2.20401px rgba(255, 255, 255, 0.15);
  border-radius: 22.0401px;
  inset: 15px 30px 60px;
}
.hero .section__content .hero-thumb .hero-thumb-after {
  transform-origin: bottom right;
}
.hero .section__content .hero-thumb .animation {
  transition: 1s;
  right: 71%;
  transform: rotateZ(-15deg);
  opacity: 1;
}
.hero .section__content .hero-thumb .animation2 {
  transition: 1s;
  left: 71%;
  transform: rotateZ(15deg);
  opacity: 1;
}

.banner {
  width: 100%;
  min-height: 300px;
  padding-top: 120px;
  padding-bottom: 0;
  background: url(../image/inner_banner.png);
  background-color: #055F5B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: clip;
}
.banner .banner__content .banner__title {
  color: #ffffff;
  text-transform: capitalize;
}
.banner .banner__content .breadcrumb {
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
}
.banner .banner__content .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.banner .banner__content .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.banner .banner__content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\e941";
  font-family: "Material Symbols Outlined";
  color: #ffffff;
}
.banner .banner__content .breadcrumb .breadcrumb-item.active {
  color: #FFD584;
}
.banner .banner__thumb img {
  width: unset;
}

@media (max-width: 1399px) {
  .hero--secondary {
    margin-top: 80px;
  }
  .hero {
    background-size: 52%, cover;
  }
}
@media (max-width: 767px) {
  .hero {
    background-size: 42%, cover;
  }
}
@media (max-width: 575px) {
  .banner .banner__thumb {
    text-align: start !important;
  }
  .banner .banner__thumb img {
    display: none;
  }
  .hero {
    background-size: 0, cover;
    padding-bottom: 135px;
  }
  .hero .section__content .hero-thumb {
    display: none;
  }
}
@media (max-width: 479px) {
  .banner li,
  .banner .banner__content .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
}
/* ==== 
 --------- (4.2) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.3) footer styles start ---------
 ==== */
.footer {
  background: url(../image/feature_dot.png);
  background-color: #191B1A;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: clip;
}
.footer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../image/footer_bg.png) repeat;
  z-index: -1;
  animation: previewShapeY 25s linear infinite;
}
.footer .footer__newsletter {
  background: #FFD584;
  padding: 80px;
  position: relative;
  z-index: 0;
  overflow: clip;
}
.footer .footer__newsletter::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 333px;
  height: 100%;
  background: url(../image/footer_newsletter.png) no-repeat;
  background-size: contain;
  z-index: -1;
  animation: previewShapeY 30s linear infinite;
}
.footer .footer__newsletter .newsletter__content-form input {
  border: 0px;
  outline: 0px;
}
.footer .footer__newsletter .newsletter__content-form input.form-control {
  border-radius: 0;
  padding: 15px;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .footer__newsletter .newsletter__content-form input::-moz-placeholder {
  color: #292C32 !important;
}
.footer .footer__newsletter .newsletter__content-form input::placeholder {
  color: #292C32 !important;
}
.footer .footer__newsletter .newsletter__content-form button.btn_theme {
  color: white;
  background: #055F5B;
  border: none;
}
.footer .footer__newsletter .newsletter__content-form button.btn_theme:hover, .footer .footer__newsletter .newsletter__content-form button.btn_theme:focus {
  background: #055F5B;
  outline: none;
  outline-offset: 0;
}
.footer .footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footer__social a.social_icon {
  translate: all 0.35s ease-in-out;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer__social a.social_icon:hover {
  color: white;
}
.footer .footer-top {
  padding: 120px 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-top .space_between {
  display: flex;
  gap: 80px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.footer .footer-center {
  padding: 60px 0;
}
.footer .footer-content .footer-content__title {
  margin-bottom: 40px;
  color: white;
}
.footer .footer-content .footer-content__menu {
  flex-wrap: wrap;
}
.footer .footer-content .footer-content__menu li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-content .footer-content__menu li a:hover, .footer .footer-content .footer-content__menu li a.active {
  color: #FFD584;
}
.footer .footer-content .footer-content__text {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.35s ease-in-out;
}
.footer .footer-content .footer-content__text a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-content .footer-content__text a:hover {
  color: white;
}
.footer .footer-content .footer-content__text:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer-content .footer-content__text:hover {
  color: white;
}
.footer .footer_copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer_copyright p {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1199px) {
  .footer .footer__newsletter .btn_theme {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .footer .footer__newsletter {
    text-align: center;
  }
  .footer .footer__newsletter::after {
    display: none;
  }
  .footer .footer-top {
    padding-top: 100px;
  }
  .footer .footer-content .footer-content__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer .footer__newsletter {
    padding: 60px 50px;
  }
  .footer .footer__newsletter .btn_theme {
    padding: 18px 30px;
  }
  .footer .footer-top {
    padding-top: 80px;
  }
}
@media (max-width: 479px) {
  .footer .footer__newsletter {
    padding: 40px 16px;
  }
  .footer .footer__newsletter .newsletter__content-form .d-flex {
    flex-wrap: wrap;
    gap: 0;
  }
  .footer .footer__newsletter .newsletter__content-form .d-flex .form-control {
    height: 70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .footer .footer__newsletter .newsletter__content-form .d-flex .btn_theme {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
/* ==== 
 --------- (4.3) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.0) all sections styles start ---------
 ==== */
.hero__icon {
  position: relative;
  width: 212px;
  min-width: 212px;
  height: 212px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(50% - 106px);
  top: -120px;
  background-color: #E0F300;
  border: 11px solid #FFFFFF;
  z-index: 4;
}
.hero__icon span {
  font-size: 50px;
  animation: previewShapeY 15s linear infinite;
}
.hero__icon:after {
  content: "";
  position: absolute;
  background: url(../image/explore.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 13px solid transparent;
  left: 0;
  top: 0;
  animation: rotate360deg 30s linear infinite;
  width: 100%;
  height: 100%;
}
.hero__icon:hover {
  border: 11px solid #FFFFFF;
}

.haggling {
  position: relative;
  z-index: 0;
  margin-top: -110px;
}
.haggling:after {
  content: "";
  position: absolute;
  left: 0;
  top: 110px;
  width: 50%;
  height: 58%;
  background: #C0C0C0;
  opacity: 0.09;
  z-index: -1;
}
.haggling .haggling__sub-title {
  margin-bottom: 40px;
  color: black;
}
.haggling .section__content-sub-title span {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 213, 132, 0.2);
}

.sponsor-slider {
  background: url(../image/sponsor-slider.png) repeat center;
  background-size: cover;
}
.sponsor-slider .slick-slide {
  padding: 0 100px;
}
.sponsor-slider .slick-track {
  display: flex;
  align-items: center;
}

.banking-services {
  position: relative;
  z-index: 0;
}
.banking-services:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27%;
  height: 50%;
  background: #292C32;
  opacity: 0.03;
  z-index: -1;
}
.banking-services .btn_gap {
  justify-content: flex-start;
}
.banking-services .btn_link {
  text-decoration: underline;
}
.banking-services .banking-services__card {
  transition: all 0.35s ease-in-out;
}
.banking-services .banking-services__card.card {
  border: none;
  padding: 40px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.banking-services .banking-services__card .banking-services__icon span {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 213, 132, 0.2);
  font-size: 50px;
  color: #292C32;
  transition: all 0.35s ease-in-out;
}
.banking-services .banking-services__card p.fs-4 {
  color: #292C32;
}
.banking-services .banking-services__card .card__btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 27, 26, 0.2);
  transition: all 0.35s ease-in-out;
}
.banking-services .banking-services__card .card__btn span {
  color: white;
  transition: all 0.35s ease-in-out;
}
.banking-services .banking-services__card .card__btn:hover span {
  transform: rotate(45deg);
}
.banking-services .banking-services__card:hover {
  background: #FFD584;
  box-shadow: 0px 4px 24px rgba(220, 165, 58, 0.36);
}
.banking-services .banking-services__card:hover .banking-services__icon span {
  background: rgba(255, 255, 255, 0.2);
}
.banking-services .banking-services__card:hover p {
  color: #292C32;
}
.banking-services .banking-services__card:hover .card__btn {
  background: #292C32;
}

.feature {
  background: url(../image/feature_dot.png);
  background-color: #055F5B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.feature:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33%;
  height: 68%;
  background: #FFFFFF;
  opacity: 0.1;
  z-index: -1;
}
.feature .section__content-title {
  color: white;
}
.feature .feature__icon,
.feature p {
  color: white;
}
.feature .section__content-inner .feature_card span {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD584;
  font-size: 24px;
  color: #055F5B;
}

.countdown {
  position: relative;
  z-index: 0;
}
.countdown:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 361px;
  z-index: -1;
  background: url(../image/countdown_dot.png);
  background-color: #E7E9EE;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.countdown:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 361px;
  z-index: -1;
  background: url(../image/countdown_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  animation: previewShapeX 10s linear infinite;
}
.countdown .countdown__area {
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.countdown .countdown__area .countdown__content {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.countdown .countdown__area .countdown__content:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 83px;
  background: rgba(41, 44, 50, 0.2);
  left: -55%;
}
.countdown .countdown__area .countdown__content:first-child:after {
  display: none;
}
.countdown .countdown__area .countdown__content .countdown__count {
  margin-bottom: 8px;
  color: #055F5B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown .countdown__area .countdown__content .countdown__count .count {
  color: #FFD584;
}
.countdown .countdown__area .countdown__content .countdown__title {
  color: #292C32;
}
.countdown .countdown_thumb {
  margin-top: 60px;
}

.card-slider {
  overflow: clip;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.card-slider::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 38%;
  right: 0;
  background: #FFD584;
  border-radius: 98px 0px 0px 207px;
  z-index: -1;
}
.card-slider:after {
  content: "";
  position: absolute;
  width: 98px;
  height: 92px;
  top: 15%;
  right: 40%;
  background: url(../image/testimonial_vector2.png) no-repeat;
  z-index: -1;
  animation: pulse 5s linear infinite;
}
.card-slider .section__content .slider-navigation {
  justify-content: start;
  margin-top: 90px;
}
.card-slider .card-slider_part .card-slider__thumb {
  position: relative;
  height: auto;
  bottom: 0;
  z-index: 2;
  margin-top: 20px;
  margin-left: auto;
}
.card-slider .card-slider_part .card-slider__thumb .card-slider_card,
.card-slider .card-slider_part .card-slider__thumb .card-slider_card2 {
  position: absolute;
  bottom: 0;
  left: -65%;
  bottom: 25px;
  transition: 1s;
  transform-origin: bottom left;
  opacity: 1;
}
.card-slider .card-slider_part .card-slider__thumb .card-slider_card img,
.card-slider .card-slider_part .card-slider__thumb .card-slider_card2 img {
  transform: rotateZ(-18deg);
}
.card-slider .card-slider_part .card-slider__thumb .card-slider_card2 {
  left: -60%;
  bottom: 42px;
}
.card-slider .card-slider_part .card-slider__thumb .card-slider_card2 img {
  transform: rotateZ(-10deg);
}

.call-to-action {
  background: url(../image/call-to-action-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.call-to-action .section__header-title {
  color: white;
}
.call-to-action .animation-call {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.call-to-action .animation-call img:first-child {
  position: absolute;
  left: 16.2%;
  bottom: 29.36%;
  animation: previewShapeUp 5s infinite;
}
.call-to-action .animation-call img:nth-child(2) {
  position: absolute;
  right: 8.49%;
  bottom: 30.46%;
  animation: previewShapeUp 5s linear infinite;
}

.faq-section {
  overflow: clip;
}
.faq-section .nav-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: none;
}
.faq-section .nav-tabs .nav-item button.nav-link {
  border: none;
  color: #6F7278;
  padding: 12px;
  border-radius: 5px;
  width: 60%;
  font-size: 20px;
}
.faq-section .nav-tabs .nav-item button.nav-link span {
  color: #6F7278;
}
.faq-section .nav-tabs .nav-item button.nav-link:hover, .faq-section .nav-tabs .nav-item button.nav-link:focus {
  color: #292C32;
}
.faq-section .nav-tabs .nav-item button.nav-link:hover span, .faq-section .nav-tabs .nav-item button.nav-link:focus span {
  color: #055F5B;
}
.faq-section .nav-tabs .nav-item button.nav-link.active {
  background: rgba(255, 213, 132, 0.3);
  color: #292C32;
}
.faq-section .nav-tabs .nav-item button.nav-link.active span {
  color: #055F5B;
}

.testimonial {
  background: #FAFAFC;
  position: relative;
  z-index: 0;
}
.testimonial:before {
  content: "";
  position: absolute;
  background: url(../image/testimonial_vector2.png) no-repeat;
  width: 98px;
  height: 92px;
  top: 20%;
  right: 10%;
  z-index: -1;
  animation: pulse 5s linear 0s infinite;
}
.testimonial .item {
  display: flex;
  gap: 80px;
  align-items: center;
}
.testimonial .item.slick-slide {
  margin: 30px 12px;
}
.testimonial .item .author__thumb {
  position: relative;
  margin-left: 120px !important;
  z-index: 0;
}
.testimonial .item .author__thumb img {
  width: 305px;
  max-width: 305px;
  height: 338px;
  margin-left: auto;
  border-radius: 5px;
}
.testimonial .item .author__thumb:before {
  content: "";
  position: absolute;
  background: #055F5B;
  width: 304px;
  height: 339px;
  border-radius: 5px;
  transform: rotate(-3.8deg);
  right: 11px;
  bottom: 15px;
  z-index: -1;
}
.testimonial .item .author__thumb:after {
  content: "";
  position: absolute;
  background: url(../image/testimonial_vector.png) no-repeat;
  left: -80px;
  top: 0px;
  z-index: -2;
  height: 201px;
  width: 201px;
  background-size: 100%;
  animation: rotate360deg 25s linear infinite;
}
.testimonial .testimonial__slider-content {
  text-align: start;
}
.testimonial .testimonial__slider-content span.material-symbols-outlined {
  font-size: 40px;
  transform: rotate(180deg);
  text-align: start;
}

.latest {
  position: relative;
  z-index: 0;
}
.latest::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/feature_dot.png);
  background-color: #191B1A;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.latest .section__header-title,
.latest .section__header-content {
  color: #FAFAFC;
}
.latest .card {
  border: none;
  padding: 0 8px;
  background: transparent;
}
.latest .card .card-thumb img {
  width: 100%;
}
.latest .card .comments,
.latest .card .card-title a,
.latest .card .card-content,
.latest .card .article-author__title,
.latest .card .article-author__time {
  color: #FAFAFC;
}
.latest .article-author {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #292C32;
}
.latest .article-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest .section__cta {
  margin-top: 60px !important;
}

.open-account {
  position: relative;
  z-index: 0;
}
.open-account .animation-open-account {
  height: 100%;
  width: 34%;
  background: url(../image/feature_dot.png) no-repeat;
  background-color: #055F5B;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 90px;
}
.open-account .animation-open-account img {
  animation: previewShapeUp 5s linear infinite;
}
.open-account .animation-open-account:after {
  content: "";
  position: absolute;
  width: 98px;
  height: 92px;
  top: 15%;
  right: 105px;
  background: url(../image/hero_animation3.png) no-repeat;
  z-index: -1;
  animation: pulse 5s linear infinite;
}
.open-account:after {
  content: "";
  background: #000;
}
.open-account .section__content-title {
  max-width: 18ch;
}
.open-account .small-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 236px;
  padding: 33px 20px 20px;
  border-radius: 5px;
  background: rgba(0, 102, 255, 0.06);
  overflow: clip;
}
.open-account .small-card.pay {
  position: relative;
}
.open-account .small-card.pay:before {
  content: "";
  position: absolute;
  background: url(../image/earth.png) no-repeat;
  right: -20%;
  bottom: -33%;
  width: 169px;
  height: 169px;
  background-size: contain;
  animation: rotate360deg 30s linear infinite;
}
.open-account .small-card.pay:after {
  content: "";
  position: absolute;
  background: url(../image/visa.png) no-repeat;
  right: 0;
  bottom: -13px;
  width: 96px;
  height: 29px;
  background-size: contain;
}
.open-account .small-card.assets {
  background-color: rgba(255, 213, 132, 0.26);
  position: relative;
}
.open-account .small-card.assets:before {
  content: "";
  position: absolute;
  background: url(../image/asset.png) no-repeat;
  right: 0;
  bottom: -10px;
  width: 157px;
  height: 152px;
  background-size: contain;
  animation: previewShapeY 30s linear infinite;
}
.open-account .small-card p {
  color: #292C32;
}
.open-account .small-card .small-card__link {
  color: #055F5B;
  text-decoration: underline;
}

.contact__form {
  background: #FAFAFC;
  border: 1px solid rgba(25, 27, 26, 0.1);
  padding: 80px 40px;
}
.contact__form .input-single {
  border-bottom: 0;
}
.contact__form .input-single .form-control {
  border-bottom: 1px solid #CACCD1;
  border-radius: 0;
  padding: 0;
  padding-bottom: 20px;
}

.solution .section__content-checkbox li b {
  color: #292C32;
}
.solution .section__content-checkbox .material-symbols-outlined {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(255, 213, 132, 0.2);
  color: #055F5B;
}

.services-card {
  text-align: center;
}
.services-card .services-card__part.card {
  border: none;
  padding: 0;
  padding-top: 20px;
}
.services-card .services-card__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 213, 132, 0.3);
  outline: 20px solid rgba(255, 213, 132, 0.2);
  margin: auto;
}
.services-card .services-card__icon .material-symbols-outlined {
  font-size: 42px;
}

.our-values {
  position: relative;
  overflow: clip;
}
.our-values::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 377px;
  background: rgba(255, 213, 132, 0.2);
}

.our-mission {
  background: #FAFAFC;
  overflow: clip;
}
.our-mission .mission-slider {
  width: 90vw;
}
.our-mission .mission-slider .mission-slider-thumb {
  cursor: pointer;
}

.explore-roles-map .explore-roles-map__thumb {
  display: flex;
  justify-content: center;
}

.checking-account .section__content .section__content-checkbox li span {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 213, 132, 0.3);
  font-size: 24px;
  color: #055F5B;
  font-weight: 400;
}

.details-slider-area .slick-slide {
  margin: 0;
}

.save-with-us .save-with-us__content {
  background: url(../image/feature_dot.png);
  background-color: #055F5B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 30px;
  border-radius: 5px;
}
.save-with-us .save-with-us__content .section__header .section__header-title,
.save-with-us .save-with-us__content .section__header .section__header-content {
  color: white;
}
.save-with-us .save-with-us__content .btn_gap {
  justify-content: center;
}
.save-with-us .save-with-us__content .btn_gap .active_btn {
  color: #055F5B;
}
.save-with-us .save-with-us__content .btn_gap .btn_light_border {
  border-color: #FFD584;
  color: #FFD584;
}

.cash-flow__progress {
  padding-top: 32px;
  border-top: 1px solid #E7E9EE;
  margin-top: 32px;
  display: flex;
  justify-content: flex-start;
  gap: 48px;
}
.cash-flow__progress .pie {
  background: #E1EBEA;
  border-radius: 50%;
  margin: auto;
  width: 130px !important;
  height: 130px !important;
}
.cash-flow__progress .pie svg[role=progressbar] {
  width: 130px;
  height: 130px;
}
.cash-flow__progress .pia[data-pie-index="1"] {
  width: 130px;
  height: 130px;
}
.cash-flow__progress circle[fill] {
  cx: 50%;
  cy: 50%;
  r: 47;
  stroke: #055F5B;
  stroke-linecap: round;
  stroke-width: 5;
  stroke-dasharray: 293;
}
.cash-flow__progress text[fill] {
  stroke: #055F5B;
  fill: #055F5B;
}

.paying {
  background: #FAFAFC;
  position: relative;
}
.paying::after {
  content: "";
  position: absolute;
  width: 185px;
  height: 263px;
  left: 0;
  bottom: 0;
  background: #E7E9EE;
}
.paying .paying-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD584;
  border-radius: 5px;
  margin-bottom: 40px;
}
.paying .paying-icon span {
  font-size: 50px;
  color: #292C32;
}

.bank-cards {
  background: #FAFAFC;
}
.bank-cards .bank-cards-icon {
  width: 111px;
  min-width: 111px;
  height: 111px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: rgba(255, 213, 132, 0.2);
}
.bank-cards .bank-cards-icon span {
  font-size: 62px;
}

.work-step {
  position: relative;
  z-index: 0;
}
.work-step:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url(../image/work_step_card.png) no-repeat;
  background-size: contain;
  height: 200px;
  width: 300px;
  animation: previewShapeX 10s linear infinite;
  z-index: -1;
}
.work-step:after {
  content: "";
  position: absolute;
  top: 144px;
  right: 150px;
  background: url(../image/work_step_vector.png) no-repeat;
  background-size: contain;
  height: 93px;
  width: 98px;
  animation: pulse 3s linear infinite;
  z-index: -1;
}
.work-step .card {
  border: 1px solid #E7E9EE;
  border-radius: 20px;
  background: rgba(255, 213, 132, 0.1);
  padding: 60px 30px;
  position: relative;
}
.work-step .card .display-2 {
  color: rgba(5, 95, 91, 0.1);
  text-align: end;
  position: absolute;
  right: 18px;
  top: 18px;
}
.work-step .card .work-step-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 213, 132, 0.2);
  border-radius: 5px;
}
.work-step .card .work-step-icon span {
  font-size: 60px;
}
.work-step .col-12:nth-child(3) .card, .work-step .col-12:nth-child(5) .card {
  margin-top: 140px;
}

.all-type-loan .all-loan {
  background: #FAFAFC;
  border: 1px solid #E7E9EE;
  border-radius: 5px;
  padding: 40px 40px 40px 60px;
}
.all-type-loan .all-loan .all-type-loan-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFD584;
}
.all-type-loan .all-loan .all-type-loan-icon span {
  font-size: 60px;
}

.loan-slider {
  overflow: clip;
  background: #FAFAFC;
}
.loan-slider .section__header {
  margin-bottom: 32px;
}
.loan-slider .loan-content-slider {
  width: 90vw;
}
.loan-slider .loan-content-slider .loan-slider__card {
  padding: 30px;
  border-radius: 5px;
  background: #FAFAFC;
  border: 1px solid #E7E9EE;
  transition: all 0.35s ease-in-out;
}
.loan-slider .loan-content-slider .loan-slider__card .loan-slider__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7E9EE;
  transition: all 0.35s ease-in-out;
}
.loan-slider .loan-content-slider .loan-slider__card .loan-slider__icon span {
  font-size: 50px;
}
.loan-slider .loan-content-slider .loan-slider__card:hover {
  background: #FFD584;
}
.loan-slider .loan-content-slider .loan-slider__card:hover .loan-slider__icon {
  background: rgba(255, 255, 255, 0.2);
}
.loan-slider .slider-navigation {
  justify-content: flex-start;
}

.facility .section__content-sub-title {
  display: inline-flex;
  padding: 11px 14px;
  border-radius: 4px;
  background: rgba(255, 213, 132, 0.2);
}
.facility .card {
  background: #FAFAFC;
  border: 1px solid #E7E9EE;
  box-shadow: 0px 4px 19px rgba(199, 201, 255, 0.25);
  border-radius: 5px;
  padding: 28px;
}
.facility .first-column,
.facility .second-column {
  display: flex;
  flex-direction: column;
}
.facility .second-column {
  margin-top: 44px;
}

.latest.latest--secondary::after {
  background: none;
}

.latest.latest--secondary .section__header-title,
.latest.latest--secondary .section__header-content {
  text-align: start;
  color: unset;
}
.latest.latest--secondary .space_between p {
  color: unset;
}
.latest.latest--secondary .space_between .secondary_color {
  color: #055F5B !important;
}
.latest.latest--secondary .card-title,
.latest.latest--secondary .card-content,
.latest.latest--secondary .article-author .article-author__content p {
  color: unset;
}
.latest.latest--secondary .section__header-title,
.latest.latest--secondary .card-title a,
.latest.latest--secondary .article-author__title {
  color: #292C32;
}
.latest.latest--secondary .article-author {
  border-top: 1px solid #E7E9EE;
}

.blog-details .content-info__title {
  color: #292C32;
}
.blog-details .content-info .content-info__time {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.blog-details .content-info .content-info__time:before {
  content: "";
  position: absolute;
  left: -16px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD584;
}
.blog-details .blog-details__thumb-two {
  margin: 60px 0;
}

.your-dream .your-dream__thumb img {
  margin: auto;
}

.how-it-work {
  background: #FAFAFC;
}
.how-it-work .how-it-work_part {
  text-align: center;
}
.how-it-work .how-it-work_part .display-3 {
  color: #055F5B;
  position: relative;
  z-index: 0;
  display: inline-flex;
  justify-content: center;
}
.how-it-work .how-it-work_part .display-3:after {
  content: "";
  position: absolute;
  background: #FFD584;
  border-radius: 5px;
  height: 50%;
  width: 110%;
  padding: 0 10px;
  bottom: 0;
  z-index: -1;
}

.taking-loan {
  background: url(../image/feature_dot.png);
  background-color: #055F5B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: clip;
  z-index: 0;
}
.taking-loan::after {
  content: "";
  position: absolute;
  width: 325px;
  height: 330px;
  bottom: -16px;
  right: 0;
  background: url(../image/taking_loan.png) no-repeat;
  animation: previewShapeY 30s linear infinite;
  z-index: -1;
}
.taking-loan .section__header-title {
  color: white;
}
.taking-loan .your-dream__total-amount {
  background: #FFD584;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.taking-loan .your-dream__total-amount .total-amount-title {
  color: #292C32;
}
.taking-loan .your-dream__total-amount .total-amount-rate {
  padding: 18px 0;
  border-top: 1px solid rgba(41, 44, 50, 0.1);
  border-bottom: 1px solid rgba(41, 44, 50, 0.1);
  display: flex;
  justify-content: space-around;
  gap: 24px;
  flex-wrap: wrap;
}

.apply-for-loan {
  overflow: hidden;
}
.apply-for-loan .contact__form {
  padding: 60px 40px;
}
.apply-for-loan .apply-for-loan__thumb img {
  min-width: -moz-max-content;
  min-width: max-content;
}

.compare {
  background: #FAFAFC;
}
.compare .section__header {
  text-align: start;
}
.compare .section__header .section__header-title {
  max-width: 28ch;
}
.compare .section__header .section__header-text {
  max-width: 73ch;
}
.compare .card {
  padding: 32px;
  border: 1px solid #CACCD1;
  transition: all 0.35s ease-in-out;
}
.compare .card .section__content-sub-title {
  background: none;
  color: #292C32;
  font-weight: 600;
}
.compare .card .space_between {
  border-top: 1px solid #CACCD1;
  border-bottom: 1px solid #CACCD1;
  padding: 20px 0;
  margin-top: 32px;
  margin-bottom: 40px;
  transition: all 0.35s ease-in-out;
}
.compare .card .btn_gap {
  gap: 20px;
  justify-content: space-around;
}
.compare .card .btn_gap .btn_theme {
  padding: 12px 32px;
  font-size: 16px;
}
.compare .card:hover {
  background: #FFD584;
  box-shadow: 0px 4px 25px rgba(179, 179, 179, 0.25);
}
.compare .card:hover .section__content-text {
  color: #292C32;
}
.compare .card:hover .space_between {
  border-top: 1px solid #6F7278;
  border-bottom: 1px solid #6F7278;
}
.compare .card:hover .btn_gap .active_btn {
  background: white;
}
.compare .card:hover .btn_gap .active_btn:hover, .compare .card:hover .btn_gap .active_btn:focus {
  outline: 3px solid #ffffff;
  outline-offset: 8px;
}

.personal-loans {
  position: relative;
  overflow: hidden;
}
.personal-loans::after {
  content: "";
  position: absolute;
  background: url(../image/coin.png) no-repeat;
  width: 247px;
  height: 247px;
  top: 0;
  right: -5%;
  animation: shake 30s linear infinite;
}
.personal-loans .section__content .section__content-title {
  max-width: 18ch;
}

.countdown--secondary {
  overflow: hidden;
}
.countdown--secondary .section__content-title {
  text-align: start;
  max-width: 28ch;
  margin-bottom: 60px;
}
.countdown--secondary:before {
  background: url(../image/feature_dot.png);
  background-color: rgba(255, 213, 132, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.countdown--secondary:after {
  width: 27%;
  height: 466px;
  right: -34px;
  top: -78px;
  left: auto;
  animation: none;
  /* Primary color 2 */
  background: #FFD584;
}
.countdown--secondary .countdown__area .countdown__content:after {
  display: none;
}
.countdown--secondary .countdown__content-thumb img {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.put-your-plans .put-your-plans-inner {
  background: #FAFAFC;
  padding: 80px 0;
  border: 1px solid #CACCD1;
  border-radius: 5px;
}
.put-your-plans .put-your-plans__part {
  padding: 32px 20px;
  border: 1px solid #CACCD1;
  border-radius: 5px;
  text-align: center;
  transition: all 0.35s ease-in-out;
}
.put-your-plans .put-your-plans__part:hover {
  background: rgba(255, 213, 132, 0.3);
}
.put-your-plans .rolling-counter input {
  width: 100%;
}

.education-loan .card {
  padding: 20px 0;
  border: none;
  text-align: center;
}
.education-loan .card .education-loan__icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 213, 132, 0.3);
  margin: auto;
}
.education-loan .card .education-loan__icon span {
  font-size: 24px;
}

.flexible-repayment {
  position: relative;
  z-index: 0;
}
.flexible-repayment::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 505px;
  height: 467px;
  background: #FFD584;
  z-index: -1;
}

.digital-payments .digital-payments__card span {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD584;
}

.choose-the-card {
  background: url(../image/feature_dot.png);
  background-color: #FAFAFC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: clip;
}
.choose-the-card .nav-tabs {
  border: none;
  gap: 16px;
}
.choose-the-card .nav-tabs .nav-item .nav-link {
  border: none;
  background: #E7E9EE;
  transition: all 0.35s ease-in-out;
  border-radius: 0;
  color: #292C32;
  padding: 12px 15px;
}
.choose-the-card .nav-tabs .nav-item .nav-link span {
  color: #292C32;
}
.choose-the-card .nav-tabs .nav-item .nav-link:hover, .choose-the-card .nav-tabs .nav-item .nav-link.active {
  background: #FFD584;
}

.choose-the-card__content .choose-the-card__thumb img {
  width: 100%;
}
.choose-the-card__content .cta-btn {
  margin-top: 30px;
  text-align: center;
}
.choose-the-card__content .cta-btn .btn_theme {
  background: #E7E9EE;
  outline: none;
}
.choose-the-card__content:hover .btn_theme {
  background: #FFD584;
}

.boost-your-savings .section__content .section__content-checkbox {
  margin-top: 20px;
}
.boost-your-savings .nav-tabs {
  background: #E7E9EE;
  border-radius: 5px;
  padding: 10px;
  border: none;
  justify-content: center;
  display: inline-flex;
}
.boost-your-savings .nav-tabs .nav-item .nav-link {
  border: none;
  color: #292C32;
}

.sponsor-slider--secondary {
  background: #FFD584;
}

.smart-save .smart-save__card {
  background: rgba(255, 213, 132, 0.2);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.smart-save .smart-save__card span {
  width: 86px;
  min-width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD584;
  border-radius: 5px;
  font-size: 36px;
}
.smart-save .smart-save__card .smart-save__icon {
  margin-left: 40px;
}

.choose-credit-card .section__header-text {
  max-width: 56ch;
}

.taking-loan .rolling-counter .range-slider {
  position: relative;
  width: 100%;
  height: 16px;
}
.taking-loan .rolling-counter .range-slider input {
  width: 100%;
}
.taking-loan.taking-loan--secondary {
  background: rgba(255, 213, 132, 0.1);
}
.taking-loan.taking-loan--secondary:after {
  display: none;
}
.taking-loan.taking-loan--secondary .section__header .section__header-title {
  color: #292C32;
}
.taking-loan.taking-loan--secondary .custom-pricing {
  background: #FAFAFC;
  border: 1px solid #E7E9EE;
  border-radius: 10px;
  padding: 40px;
}
.taking-loan.taking-loan--secondary .custom-pricing .section__header-title {
  color: #292C32;
}
.taking-loan.taking-loan--secondary .custom-pricing .bn_group .btn_theme {
  border: 1px solid #A0A2A7;
  border-radius: 10px;
  padding: 8px 12px;
}

/* ==== 
 --------- (5.0) all sections styles end ---------
 ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@media (min-width: 1925px) {
  .our-values::after {
    display: none;
  }
}
@media (max-width: 1875px) {
  .our-values::after {
    display: none;
  }
  .flexible-repayment::after {
    display: none;
  }
}
@media (max-width: 1799px) {
  .hero .hero__animation img:first-child {
    width: 8%;
  }
  .hero .hero__animation img:nth-child(2) {
    display: none;
  }
  .hero .hero__animation img:nth-child(3) {
    width: 5%;
  }
  .hero .section__content .hero-thumb {
    width: 28%;
    height: auto;
  }
  .hero .section__content .hero-thumb .hero-thumb-before {
    width: 83%;
    bottom: -155px;
  }
  .hero .section__content .hero-thumb .hero-thumb-after {
    width: 83%;
    bottom: -155px;
  }
  .hero .open-account .animation-open-account {
    padding-right: 20px;
  }
  .paying::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .call-to-action .animation-call img:first-child {
    left: 10%;
    width: 8%;
  }
  .call-to-action .animation-call img:nth-child(2) {
    right: 6%;
    width: 10%;
  }
  .our-mission .mission-slider {
    width: 100%;
  }
  .loan-slider .loan-content-slider {
    width: 100%;
  }
  .personal-loans::after {
    background-size: 55%;
    right: -10%;
  }
}
@media (max-width: 1399px) {
  .banking-services:after {
    display: none;
  }
  .work-step .card {
    padding: 30px 20px;
  }
  .work-step .card .display-2 {
    right: 12px;
    top: 4px;
  }
  .work-step:before {
    height: 160px;
  }
  .open-account .small-card.pay:before {
    right: -12%;
  }
  .open-account .section__content-title {
    max-width: 28ch;
  }
  .sponsor-slider .slick-slide {
    padding: 0 50px;
  }
  .testimonial::before {
    background-size: 70%;
  }
  .card-slider:before {
    width: 36%;
  }
  .open-account {
    padding-top: 0 !important;
  }
  .solution {
    padding-top: 0 !important;
  }
  .taking-loan::after {
    display: none;
  }
  .put-your-plans .put-your-plans-inner {
    padding: 70px 50px;
  }
  .compare .card .btn_gap {
    gap: 14px;
  }
  .compare .card .btn_gap .btn_theme {
    padding: 12px 20px;
  }
  .countdown--secondary {
    padding: 100px 0 !important;
  }
  .countdown--secondary:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facility .card {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 1.5;
  }
  a,
  button {
    font-size: 16px;
  }
  .hero__icon {
    width: 180px;
    min-width: 180px;
    height: 180px;
    left: calc(50% - 92px);
    top: -100px;
  }
  .haggling::after {
    display: none;
  }
  .slider-navigation .pagination-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  .slider-navigation .pagination-button::after {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-navigation .pagination-button.prev-testimonial::after {
    left: -13px;
  }
  .slider-navigation .pagination-button.next-testimonial::after {
    right: -13px;
  }
  .countdown .countdown__area .countdown__content:after {
    display: none;
  }
  .feature:after {
    display: none;
  }
  .card-slider .section__content .slider-navigation {
    margin-top: 50px;
    margin-bottom: 8px;
  }
  .faq-section .nav-tabs {
    flex-direction: row;
  }
  .faq-section .nav-tabs .nav-item button.nav-link {
    width: 100%;
  }
  .testimonial::before {
    display: none;
  }
  .testimonial .item .author__thumb img {
    width: 205px;
    max-width: 205px;
    height: 238px;
  }
  .testimonial .item .author__thumb:before {
    width: 204px;
    max-width: 204px;
    height: 238px;
    right: 8px;
    bottom: 22px;
  }
  .testimonial .item .author__thumb:after {
    height: 142px;
    width: 142px;
    min-width: 142px;
    left: -50px;
  }
  .work-step:before, .work-step:after {
    display: none;
  }
  .work-step .col-12:nth-child(3) .card, .work-step .col-12:nth-child(5) .card {
    margin-top: 0;
  }
  .compare .card {
    padding: 20px;
  }
  .compare .card .btn_gap {
    gap: 4px;
  }
  .compare .card .btn_gap .btn_theme {
    padding: 10px 17px;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 100px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .unset {
    max-width: 75%;
    height: auto;
  }
  .dir-rtl {
    direction: ltr;
  }
  .banner {
    height: auto;
  }
  .hero .section__content .hero-thumb .hero-thumb-before,
  .hero .section__content .hero-thumb .hero-thumb-after {
    bottom: -115px;
  }
  .hero__icon {
    top: -83px;
  }
  .call-to-action .animation-call img:first-child, .call-to-action .animation-call img:nth-child(2) {
    display: none;
  }
  .slider-navigation {
    gap: 20px;
    margin-top: 10px;
  }
  .slider-navigation .pagination-button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
  }
  .slider-navigation .pagination-button::after {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider-navigation .pagination-button.prev-testimonial::after {
    left: -9px;
  }
  .slider-navigation .pagination-button.next-testimonial::after {
    right: -9px;
  }
  .countdown .countdown__area {
    padding: 0px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .countdown .countdown_thumb {
    display: none;
  }
  .countdown::before, .countdown::after {
    display: none;
  }
  .countdown--secondary:before {
    display: block;
  }
  .card-slider {
    padding-top: 0 !important;
  }
  .card-slider:after {
    display: none;
  }
  .card-slider .card-slider_part .card-slider__thumb {
    margin-top: 0;
  }
  .testimonial .item {
    gap: 50px;
  }
  .testimonial .item .author__thumb {
    margin-left: 50px !important;
  }
  .sponsor-slider .slick-slide {
    padding: 0 40px;
  }
  .bank-cards .bank-cards-icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .bank-cards .bank-cards-icon span {
    font-size: 55px;
  }
  .paying .paying-icon {
    width: 85px;
    min-width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .paying .paying-icon span {
    font-size: 45px;
  }
  .all-type-loan .all-loan .all-type-loan-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .all-type-loan .all-loan .all-type-loan-icon span {
    font-size: 50px;
  }
  .facility .second-column {
    margin-top: 0;
  }
  .personal-loans::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 80px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .section__header {
    margin-bottom: 36px;
  }
  .section__header .section__header-sub-title {
    margin-bottom: 16px;
  }
  .section__header .section__header-title {
    margin-bottom: 16px;
  }
  .section__content .section__content-sub-title,
  .section__content .banner__content-sub-title,
  .banner__content .section__content-sub-title,
  .banner__content .banner__content-sub-title {
    margin-bottom: 16px;
  }
  .section__content .section__content-title,
  .section__content .banner__content-title,
  .banner__content .section__content-title,
  .banner__content .banner__content-title {
    margin-bottom: 16px;
  }
  .section__content .section__content-cta,
  .section__content .banner__content-cta,
  .banner__content .section__content-cta,
  .banner__content .banner__content-cta {
    margin-top: 30px;
  }
  .section__cta {
    margin-top: 36px;
  }
  .social a {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .hero__icon {
    display: none;
  }
  .hero .hero__animation {
    display: none;
  }
  .banking-services .banking-services__card.card {
    padding: 20px 12px;
  }
  .banking-services .banking-services__card .banking-services__icon span {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 40px;
  }
  .countdown--secondary .section__content-title {
    margin-bottom: 40px;
  }
  .card-slider::before, .card-slider::after {
    display: none;
  }
  .latest .section__cta {
    text-align: start;
  }
  .testimonial .item {
    gap: 50px;
    flex-direction: column;
    text-align: start;
    align-items: self-start;
    row-gap: 20px;
  }
  .testimonial .item .author__thumb img {
    width: 134px;
    max-width: 134px;
    height: 168px;
  }
  .testimonial .item .author__thumb:before {
    width: 133px;
    max-width: 133px;
    height: 168px;
    right: 6px;
    bottom: 10px;
  }
  .testimonial .item .author__thumb:after {
    height: 100px;
    width: 100px;
    min-width: 100px;
    left: -44px;
  }
  .loan-slider .loan-content-slider .loan-slider__card {
    padding: 20px;
  }
  .put-your-plans .put-your-plans-inner {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .col-12 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__icon {
    display: flex;
    width: 80px;
    min-width: 80px;
    height: 80px;
    left: calc(50% - 24px);
    top: -60px;
    border-width: 7px;
  }
  .hero__icon span {
    font-size: 36px;
  }
  .hero__icon:after {
    display: none;
  }
  .haggling {
    margin-top: -60px;
  }
  .countdown .countdown__area {
    flex-direction: column;
    justify-content: center !important;
  }
  .feature .section__content-inner .feature_card {
    width: 100%;
  }
  .contact__form {
    padding: 40px 30px;
  }
  .contact__form .input-group .input-single {
    width: 100%;
  }
  .smart-save .smart-save__card .smart-save__icon {
    margin-left: 10px;
  }
  .smart-save .smart-save__card span {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 26px;
  }
  .all-type-loan .all-loan {
    padding: 30px;
    padding-right: 24px;
  }
  .apply-for-loan .contact__form {
    padding: 40px 24px;
  }
  .taking-loan.taking-loan--secondary .custom-pricing {
    padding: 28px 16px;
  }
}
@media (max-width: 479px) {
  .col-6 {
    width: 100%;
  }
  .section__content .banner__content-inner ul,
  .section__content .section__content-inner ul,
  .banner__content .banner__content-inner ul,
  .banner__content .section__content-inner ul {
    flex-direction: column;
    align-items: start;
  }
  .section__content .banner__content-inner ul li,
  .section__content .section__content-inner ul li,
  .banner__content .banner__content-inner ul li,
  .banner__content .section__content-inner ul li {
    width: 100%;
  }
  .section__content .banner__content-inner,
  .section__content .section__content-cta,
  .section__content .banner__content-cta,
  .banner__content .banner__content-inner,
  .banner__content .section__content-cta,
  .banner__content .banner__content-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .section__content .banner__content-inner .btn_theme,
  .section__content .section__content-cta .btn_theme,
  .section__content .banner__content-cta .btn_theme,
  .banner__content .banner__content-inner .btn_theme,
  .banner__content .section__content-cta .btn_theme,
  .banner__content .banner__content-cta .btn_theme {
    width: 100%;
    justify-content: center;
  }
  .cash-flow__progress {
    gap: 30px;
  }
  .all-type-loan .all-loan {
    padding: 20px;
  }
  .taking-loan .your-dream__total-amount {
    padding: 30px 16px;
  }
  .put-your-plans .put-your-plans-inner {
    padding: 40px 20px;
  }
  .facility .card {
    padding: 20px;
  }
  .save-with-us .save-with-us__content {
    padding: 40px 12px;
  }
}
/* ==== 
   --------- (6.0) responsive styles end ---------
   ==== *//*# sourceMappingURL=style.css.map */