/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================

@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
05/ about
06/ loan
08/ team
09/ job
10/ card
11/ testimonial
12/ blog
13/ contact
14/ footer


=====================================================================*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&amp;display=swap");
/*----------------------------------------------------*/
/*----------------------------------------------------*/
:root {
  --theme-color: #6d27e5;
  --theme-title-color: #171d24;
  --theme-text-color: #6a737c;
  --theme-border-color: #dde1e5;
  --theme-dropshadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1),
    0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  --brand_color: #0050b2;
  --secondary_color: var(--theme-title-color);
  --p_color: #4c5267;
  --gradient_bg_color1: var(--gradient_bg_color-from, #fffbf2);
  --gradient_bg_color2: var(--gradient_bg_color-to, #edfffd);
  --border_on_white: #e6edf0;
  --border_on_highlight: #e6edf0;
  --body_bg: #fff;
  --bs-white: #fff;
  --black_25: #f9f9f9;
  --black_50: #ebebeb;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_850: #101010;
  --black_900: #0c0d0e;
  --font-color-white: #ffffff;
  --font-color-gray: #6b707f;
  --bs_sm: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
  --bs_md: 0 1px 3px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 6%), 0 3px 8px rgb(0 0 0 / 9%);
  --bs_lg: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
}

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

body {
  background-color: #f7f9fa;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: var(--secondary_color);
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 50px;
  line-height: 60px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
}

h3 {
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
}

.bg_white {
  background-color: #fff !important;
}

.bg_primary {
  background-color: var(--brand_color) !important;
}

.bg_disable {
  background-color: #f5f7fa !important;
}

.border-start,
.border-end,
.border-bottom,
.border-top {
  border-color: var(--black_50) !important;
}

*::-moz-selection {
  background: var(--theme-color);
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color);
  color: #ffffff;
  text-shadow: none;
}

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

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

.form-check .form-check-input:checked[type=radio] {
  background-color: #fff;
  border-color: var(--brand_color);
}
.form-check .form-check-input:checked[type=radio] ~ .form-check-label {
  color: var(--secondary_color);
}
.form-check .form-check-label {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%230050B2'/%3e%3c/svg%3e");
}

.form-control {
  border-color: var(--black_50);
  color: #a8a8b2;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.form-control:focus {
  border-color: var(--brand_color);
  box-shadow: none;
}

.floating-input {
  position: relative;
  z-index: 1;
}
.floating-input textarea.form-control {
  height: inherit;
  padding-top: 23px;
  padding-bottom: 23px;
}
.floating-input textarea ~ label {
  top: 23px;
  transform: inherit;
}
.floating-input .form-control {
  height: 60px;
  border-radius: 4px;
  border: 1px solid var(--black_50);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: transparent;
  color: #848d95;
  padding: 0 24px;
}
.floating-input .form-control::placeholder {
  color: transparent;
}
.floating-input .form-control:not(:placeholder-shown) ~ label {
  top: -1px;
  color: #848d95;
  background-color: #f5f7fa;
  padding: 0 4px;
  font-size: 12px;
  left: 24px;
  z-index: 1;
}
.floating-input .form-control:focus {
  background-color: transparent;
  border-color: var(--brand_color);
}
.floating-input .form-control:focus ~ label {
  top: -1px;
  color: var(--brand_color);
  background-color: #f5f7fa;
  padding: 0 4px;
  font-size: 12px;
  left: 24px;
  z-index: 1;
  transform: translateY(-50%);
}
.floating-input label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #848d95;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  z-index: -1;
}

/*  section title css */
.section-title {
  text-align: center;
  /*  New Version */
}
.section-title .short-title {
  display: inline-block;
  font-size: 14px;
  color: var(--brand_color);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0;
}
.section-title .short-title-2 {
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #a7b4c0;
}
.section-title h1 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.section-title h2 {
  font-size: 36px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-title P {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 26px;
}

/*----------------------------------------*/
/*       New Version
/*----------------------------------------*/
.underline-shape {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.underline-shape::after {
  content: "";
  position: absolute;
  left: -4px;
  width: calc(100% + 8px);
  bottom: 7px;
  background-color: #72b1ff;
  z-index: -1;
  height: 27%;
}

.read-more-btn {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--brand_color);
  display: inline-block;
  margin-top: 30px;
}
.read-more-btn span {
  position: relative;
}
.read-more-btn span::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0px;
  height: 1px;
  background-color: var(--brand_color);
  transition: all 0.3s ease-out;
  left: 0;
}
.read-more-btn:hover span::after {
  width: 100%;
}
.read-more-btn i {
  font-size: 18px;
  vertical-align: middle;
}

/*-------------   End    ------------------*/
/*----------------------------------------*/
/*   Back To Top Button CSS
/*----------------------------------------*/
#back-to-top {
  display: inline-block;
  background-color: rgba(220, 220, 220, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "2";
  font-family: eleganticons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:hover::after {
  color: #fff;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.saas-section-title h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 70px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.saas-section-title h2 span {
  background: linear-gradient(90deg, #53DFC6 45.35%, #6299FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.saas-section-title p {
  color: #878BA9;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-btn {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #1B2A52;
  position: relative;
  display: inline-block;
  line-height: 18px;
  transition: all 0.2s linear;
}
.text-btn:before {
  content: "";
  height: 1px;
  background: #1B2A52;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: width 0.7s linear;
}
.text-btn:after {
  content: "";
  display: inline-block;
  width: 0;
  left: 0;
  height: 1px;
  background: var(--brand_color);
  position: absolute;
  bottom: 0;
  transition: all 0.6s linear;
}
.text-btn:hover {
  color: var(--brand_color);
}
.text-btn:hover:before {
  width: 0px;
  transition: width 0.4s linear;
}
.text-btn:hover:after {
  width: 100%;
}

.bank-section-title .short-title-2 {
  font-size: 16px;
  color: #aaa;
  font-weight: 500;
  margin-bottom: 12px;
}
.bank-section-title h1 {
  font-weight: 500;
  font-size: 52px;
  margin-bottom: 30px;
}
.bank-section-title h1 .underline-shape::after {
  height: 11px;
  background: #F57B47;
  border-radius: 2px;
}
.bank-section-title p {
  font-size: 18px;
}
.bank-section-title.color-white h1 {
  color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/


.theme-btn:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.theme-btn:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.theme-btn:hover i {
  transform: translateY(-1px) translateX(8px);
}
.theme-btn:hover i.arrow_left {
  transform: translateY(-1px) translateX(-8px);
}
.theme-btn i {
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px) translateX(0px);
}
.theme-btn i.arrow_left {
  padding-right: 5px;
}
.theme-btn.theme-btn-alt {
  background-color: #fff;
  color: var(--brand_color);
}
.theme-btn.theme-btn-alt:hover {
  color: #fff;
}
.theme-btn.theme-btn-primary_alt {
  color: var(--brand_color);
  background-color: rgba(0, 80, 178, 0.05);
  transition: all 0.3s ease-out;
  overflow: inherit;
}
.theme-btn.theme-btn-primary_alt i {
  transform: translate(0);
}
.theme-btn.theme-btn-primary_alt::before {
  display: none;
}
.theme-btn.theme-btn-primary_alt:hover {
  background-color: #0050b2;
  color: #fff;
}
.theme-btn.theme-btn-primary_alt:hover i {
  transform: translate(0);
}
.theme-btn.theme-btn-outlined {
  background-color: transparent;
  color: var(--brand_color);
  border: 1px solid var(--brand_color);
}
.theme-btn.theme-btn-outlined::before {
  display: none;
}
.theme-btn.theme-btn-outlined:hover {
  background-color: var(--brand_color);
  color: #fff;
}

.theme-btn.theme-btn-outlined_alt {
  background-color: #fff;
  color: var(--brand_color);
  border: 1px solid #fff;
}
.theme-btn.theme-btn-outlined_alt::before {
  display: none;
}
.theme-btn.theme-btn-outlined_alt:hover {
  background-color: transparent;
  color: #fff;
}
.theme-btn.theme-btn-light {
  background-color: var(--black_50);
  color: var(--secondary_color);
}
.theme-btn.theme-btn-light:hover {
  color: #fff;
}
.theme-btn.theme-btn-rounded {
  border-radius: 25px;
}
.theme-btn.theme-btn-rounded::before {
  border-radius: 25px;
}
.theme-btn.theme-btn-rounded-2 {
  border-radius: 25px;
  box-shadow: none;
  transition: all 0.3s ease-out;
}
.theme-btn.theme-btn-rounded-2::before {
  display: none;
}
.theme-btn.theme-btn-rounded-2:hover {
  background-color: #171d24;
  color: #fff;
  box-shadow: 2px 5px 20px rgba(51, 77, 114, 0.2);
}

/*  Theme button 2 css */
.theme-btn-2 {
  display: inline-block;
  padding: 10px 20px 10px 14px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: uppercase;
}
.theme-btn-2:hover {
  color: #fff;
}
.theme-btn-2:hover::before {
  left: 2px;
  height: 100%;
  width: 100%;
  background-color: #171d24;
  border-radius: 25px;
}
.theme-btn-2:hover .arrow {
  margin-right: 10px;
}
.theme-btn-2:hover .arrow .horizontal-line {
  width: 20px;
}
.theme-btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  width: 44px;
  background-color: var(--theme-color);
  border-radius: 25px;
  z-index: -1;
}
.theme-btn-2 .arrow {
  position: relative;
  margin-right: 30px;
  margin-left: 3px;
}
.theme-btn-2 .arrow .horizontal-line {
  height: 1px;
  width: 0;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  margin-left: 10px;
}
.theme-btn-2 .arrow .horizontal-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: -2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  right: -2px;
  left: auto;
  bottom: 3px;
}
.theme-btn-2 .arrow .horizontal-line::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: -2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
  right: -2px;
  left: auto;
  top: 3px;
}
.theme-btn-2.theme-btn-primary::before {
  background-color: transparent;
  background-image: linear-gradient(to top, #0050b2 0%, #4185d9 100%);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Custom  Animations CSS
/*----------------------------------------*/
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes customUp {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
  }
  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
  }
}
@keyframes moveX {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(70px) rotate(90deg);
  }
  50% {
    transform: translateX(0px) rotate(170deg);
  }
  75% {
    transform: translateX(-70px) rotate(90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes moveY {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(70px) rotate(90deg);
  }
  50% {
    transform: translateY(0px) rotate(170deg);
  }
  75% {
    transform: translateY(-70px) rotate(90deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes floatingBubble {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(50px, -50px) scale(0.6);
  }
  40% {
    transform: translate(100px, -80px) scale(1);
  }
  60% {
    transform: translate(150px, -80px) scale(1.1);
  }
  80% {
    transform: translate(200px, -70px) scale(1);
  }
  100% {
    transform: translate(250px, -50px) scale(0.6);
  }
}
@keyframes floatingBubble2 {
  0% {
    transform: translate(0, 0) scale(0.6);
  }
  20% {
    transform: translate(-50px, 100px) scale(1);
  }
  40% {
    transform: translate(-100px, 50px) scale(1.1);
  }
  60% {
    transform: translate(0px, 50px) scale(1);
  }
  80% {
    transform: translate(50px, -50px) scale(0.6);
  }
  100% {
    transform: translate(100px, -100px) scale(1);
  }
}
@keyframes floatingBubbles {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}
.floatingBubbles {
  -webkit-animation-name: floatingBubbles;
  animation-name: floatingBubbles;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
@keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}

/*------------------ End ----------------------*/
.loan-banner {
  position: relative;
  overflow: inherit;
}
.loan-banner .section-title h1 {
  color: #fff;
}
.loan-banner .floated-widget {
  top: inherit;
  bottom: -80px;
  padding: 50px 15px 40px 15px;
}
.loan-banner .floated-widget .border-end {
  border-color: #dcdee0 !important;
}
.loan-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(41, 66, 102, 0.75);
}

/*============= banner-saas-area css ================*/
.banner-saas-area {
  background: #F8FCFC;
  background: linear-gradient(180deg, #EEF3FE 0%, rgba(242, 242, 242, 0.38) 100%);
  padding-top: 220px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-saas-area .shape_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.saas-banner-content h5 {
  border-radius: 12px;
  border: 1px solid #C1D2E1;
  background: #F6F9FF;
  font-size: 14px;
  font-weight: 600;
  color: #7B7F9C;
  font-family: "Roboto", sans-serif;
  padding: 11px 16px 10px 16px;
  display: inline-block;
  margin-bottom: 35px;
}
.saas-banner-content h1 {
  color: var(--secondary_color);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 98px;
  letter-spacing: -3px;
  margin-bottom: 35px;
}
.saas-banner-content h1 span {
  background: linear-gradient(90deg, #5E80FF 45.35%, #FC82AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.saas-banner-content p {
  font-size: 24px;
  line-height: 42px;
  color: #878BA9;
  font-family: "Poppins", sans-serif;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.saas-banner-content .theme-btn {
  border-radius: 8px;
  margin: 0px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.saas-banner-content .theme-btn + .theme-btn {
  border: 1px solid #C1D2E1;
  color: #1B2A52;
}
.saas-banner-content .theme-btn + .theme-btn:hover {
  color: #fff;
}

.dahbord_img {
  margin: 80px -146px 0px;
}
@media (max-width: 1440px) {
  .dahbord_img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .dahbord_img img {
    max-width: 100%;
  }
}

.bank-banner-area {
  background: #101010;
  padding: 220px 0px 120px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bank-banner-area .wave_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 370px;
  z-index: -1;
}

.bank-banner-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #B7B7B7;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 18px;
}
.bank-banner-content h1 {
  color: #FFF;
  font-size: 76px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -3px;
  margin-bottom: 35px;
}
.bank-banner-content h1 .underline-shape:after {
  height: 11px;
  background: #E17A52;
  border-radius: 2px;
  bottom: 15px;
}
.bank-banner-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 55px;
}
.bank-banner-content .feature-list {
  margin-top: 12px;
  margin-bottom: 70px;
}
.bank-banner-content .feature-list li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #B6B8BB;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  margin-right: 15px;
}
.bank-banner-content .form-control {
  border-radius: 8px;
  border: 1px solid rgba(212, 218, 226, 0.2);
  background: rgba(255, 255, 255, 0.2);
  width: 316px;
  padding-left: 25px;
  color: #fff;
}
.bank-banner-content .form-control::placeholder {
  color: #b7b7b7;
}
.bank-banner-content .theme-btn.theme-btn-lg {
  border-radius: 8px;
  font-weight: 400;
}

.active-user {
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.user-img-inner {
  display: flex;
  margin-right: 15px;
}
.user-img-inner img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #101010;
}
.user-img-inner img:not(:first-child) {
  margin-left: -10px;
}

.bank-card-img {
  position: relative;
  height: 100%;
  z-index: 1;
}
.bank-card-img .bank-card {
  position: absolute;
}
.bank-card-img .bank-card:nth-child(1) {
  bottom: 108px;
  z-index: 1;
}
.bank-card-img .bank-card:nth-child(2) {
  bottom: 0px;
}
.bank-card-img .bank-card:nth-child(3) {
  position: relative;
  z-index: -1;
  bottom: -100px;
}
.bank-card-img .shap {
  position: absolute;
}
.bank-card-img .shap.one {
  top: -26px;
  left: 54%;
}
.bank-card-img .shap.two {
  left: 100px;
  bottom: 100px;
}
.bank-card-img .shap.three {
  right: 0;
  top: 28px;
}
.bank-card-img .shap.four {
  right: -230px;
  bottom: 280px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   feature CSS
/*----------------------------------------*/
.feature-area {
  position: relative;
  z-index: 2;
}

.feature-card-widget,
.feature-card-widget-2,
.feature-card-widget-4,
.feature-card-widget-5,
.feature-card-widget-6,
.feature-card-widget-7 {
  text-align: center;
  background-color: var(--bs-white);
  box-shadow: 0 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  transition: all 0.3s ease-out;
}
.feature-card-widget:hover,
.feature-card-widget-2:hover,
.feature-card-widget-4:hover,
.feature-card-widget-5:hover,
.feature-card-widget-6:hover,
.feature-card-widget-7:hover {
  box-shadow: 0 20px 45px rgba(51, 77, 114, 0.15);
}
.feature-card-widget img,
.feature-card-widget-2 img,
.feature-card-widget-4 img,
.feature-card-widget-5 img,
.feature-card-widget-6 img,
.feature-card-widget-7 img {
  max-width: 100%;
}
.feature-card-widget h4,
.feature-card-widget-2 h4,
.feature-card-widget-4 h4,
.feature-card-widget-5 h4,
.feature-card-widget-6 h4,
.feature-card-widget-7 h4 {
  font-size: 24px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.feature-card-widget h5,
.feature-card-widget-2 h5,
.feature-card-widget-4 h5,
.feature-card-widget-5 h5,
.feature-card-widget-6 h5,
.feature-card-widget-7 h5 {
  font-size: 20px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.feature-card-widget p,
.feature-card-widget-2 p,
.feature-card-widget-4 p,
.feature-card-widget-5 p,
.feature-card-widget-6 p,
.feature-card-widget-7 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--p_color);
  line-height: 26px;
}

.feature-card-widget {
  padding: 40px 25px;
  border-radius: 10px;
}
.feature-card-widget:hover {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
}
.feature-card-widget:hover h4 {
  color: var(--theme-color);
}
.feature-card-widget .card-img {
  position: relative;
}
.feature-card-widget .card-img img {
  max-width: 100%;
  margin: 15px 0 25px 0;
  min-height: 54px;
}
.feature-card-widget h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.feature-card-widget p {
  margin: 11px 0 5px 0;
}

.feature-card-widget-2 {
  padding: 30px 25px;
  border-radius: 10px;
}
.feature-card-widget-2 .icon-bg-1,
.feature-card-widget-2 .icon-bg-2,
.feature-card-widget-2 .icon-bg-3,
.feature-card-widget-2 .icon-bg-4 {
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.feature-card-widget-2 .icon-bg-1 {
  background-color: rgba(41, 204, 37, 0.1);
}
.feature-card-widget-2 .icon-bg-2 {
  background-color: rgba(190, 99, 249, 0.1);
}
.feature-card-widget-2 .icon-bg-3 {
  background-color: rgba(252, 87, 59, 0.1);
}
.feature-card-widget-2 .icon-bg-4 {
  background-color: rgba(38, 198, 218, 0.1);
}
.feature-card-widget-2 h5 {
  margin: 15px 0;
}
.feature-card-widget-2 h4 {
  margin-bottom: 12px;
  margin-top: 18px;
}
.feature-card-widget-2 p {
  min-height: 72px;
  line-height: inherit;
}

.feature-card-widget-3 {
  padding: 25px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
  margin: 0 12px;
  outline: none;
}
.feature-card-widget-3 .shapes img {
  position: absolute;
}
.feature-card-widget-3 img {
  max-width: 100%;
}
.feature-card-widget-3 .title {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  display: block;
  margin-top: 5px;
}
.feature-card-widget-3 h5 {
  font-size: 22px;
  color: #fff;
  margin-top: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.feature-card-widget-3 h5 span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.feature-card-widget-3 a {
  font-size: 22px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
}
.feature-card-widget-3.card-1 {
  background-color: #f76363;
}
.feature-card-widget-3.card-1:hover {
  box-shadow: 0 20px 50px 0 rgba(247, 99, 99, 0.25);
}
.feature-card-widget-3.card-1 .shapes img:nth-child(1) {
  bottom: 0;
  right: 20px;
  animation: pulse 2s ease-out infinite alternate both;
}
.feature-card-widget-3.card-1 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  animation: pulse 3s ease-out infinite alternate both;
}
.feature-card-widget-3.card-1 .shapes img:nth-child(3) {
  top: 50%;
  right: 40%;
}
.feature-card-widget-3.card-1 .shapes img:nth-child(4) {
  bottom: 60%;
  right: 75%;
}
.feature-card-widget-3.card-2 {
  background-color: #40ad87;
}
.feature-card-widget-3.card-2:hover {
  box-shadow: 0 20px 50px 0 rgba(64, 173, 135, 0.25);
}
.feature-card-widget-3.card-2 .shapes img:nth-child(1) {
  top: 0;
  right: 20px;
  animation: pulse 6s ease-out infinite alternate both;
}
.feature-card-widget-3.card-2 .shapes img:nth-child(2) {
  bottom: 0;
  right: 0;
  animation: pulse 2s ease-out infinite alternate both;
}
.feature-card-widget-3.card-2 .shapes img:nth-child(3) {
  top: 50%;
  right: 40%;
  animation: moveX 13s ease-out infinite alternate both;
}
.feature-card-widget-3.card-2 .shapes img:nth-child(4) {
  bottom: 60%;
  right: 75%;
  animation: moveY 15s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 {
  background-color: #7080fa;
}
.feature-card-widget-3.card-3:hover {
  box-shadow: 0 20px 50px 0 rgba(112, 128, 250, 0.25);
}
.feature-card-widget-3.card-3 .shapes img:nth-child(1) {
  top: 0;
  right: 0;
  animation: pulse 2s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  animation: pulse 3s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(3) {
  top: 20%;
  right: 40%;
  animation: moveX 13s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(4) {
  bottom: 20%;
  right: 20%;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(5) {
  bottom: 10%;
  right: 25%;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(6) {
  left: 10%;
  top: 15%;
  animation: moveY 13s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(7) {
  left: 50%;
  top: 75%;
  animation: moveX 13s ease-out infinite alternate both;
}

.feature-card-widget-4 {
  padding: 50px 30px;
  border-radius: 10px;
}
.feature-card-widget-4 .theme-btn {
  border-color: rgba(0, 80, 178, 0.5);
}
.feature-card-widget-4 .social-button a {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--p_color);
  line-height: 37px;
  border: 1px solid var(--p_color);
  margin-right: 15px;
}
.feature-card-widget-4 .social-button a:last-child {
  margin-right: 0;
}
.feature-card-widget-4 .social-button a:hover {
  border-color: var(--brand_color);
  background-color: var(--brand_color);
  color: #fff;
}

.feature-card-widget-5 {
  padding: 50px 40px;
  padding-bottom: 43px;
  text-align: left;
  border-radius: 8px;
}

.feature-card-widget-6 {
  display: flex;
  padding: 38px 40px;
  text-align: left;
  border-radius: 10px;
}
.feature-card-widget-6 img {
  max-width: inherit;
}
.feature-card-widget-6 h6 {
  font-size: 18px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 16px;
}

.feature-card-widget-7 {
  padding: 38px 30px 30px 30px;
  border-radius: 5px;
}
.feature-card-widget-7 h4 {
  margin-bottom: 13px;
}

/*----------------------------------------*/
/*        New Version
/*----------------------------------------*/
.feature-card-widget-8 {
  text-align: center;
  background-color: #f4f5f6;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 50px 40px;
}
.feature-card-widget-8:hover {
  box-shadow: 0px 16px 60px 0px rgba(63, 93, 101, 0.2);
  background-color: #fff;
}
.feature-card-widget-8 img {
  max-width: 100%;
}
.feature-card-widget-8 h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 16px;
}
.feature-card-widget-8 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: var(--p_color);
  line-height: 26px;
}

.feature-card-widget-9 {
  text-align: center;
  background-color: var(--bs-white);
  border: 1px solid var(--black_50);
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 40px 33px;
  height: 100%;
}
.feature-card-widget-9.widget-link {
  background-color: var(--brand_color);
  border-color: #fff;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-card-widget-9.widget-link h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 9px;
}
.feature-card-widget-9.widget-link a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.feature-card-widget-9.widget-link a i {
  vertical-align: middle;
  display: inline-block;
}
.feature-card-widget-9.widget-link a:hover i {
  transform: translateX(8px);
}
.feature-card-widget-9:hover {
  box-shadow: 0px 5.9348835945px 29.6744174957px 0px rgba(6, 7, 46, 0.1019607843);
}
.feature-card-widget-9 h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: var(--black_850);
  margin-top: 30px;
  margin-bottom: 10px;
}
.feature-card-widget-9 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
}

.feature-area-2 {
  background-color: var(--sec-bg-color);
}

.feature-area-3 {
  background-color: #f6f6f6;
}

.feature-widget-2 {
  display: flex;
  border-radius: 5px;
  padding: 40px;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.feature-widget-2 .shapes img {
  position: absolute;
  z-index: -1;
  animation: pulse 1.5s ease-out infinite alternate both;
}
.feature-widget-2.feature-1 {
  background-color: #7a33ff;
}
.feature-widget-2.feature-1 .shapes img:nth-child(1) {
  top: 0;
  right: 0;
}
.feature-widget-2.feature-1 .shapes img:nth-child(2) {
  bottom: 0;
  left: 0;
  animation-delay: 0.3s;
}
.feature-widget-2.feature-1 .shapes img:nth-child(3) {
  top: 15%;
  right: 35%;
  animation: moveX 15s linear infinite alternate both;
  animation-delay: 1.5s;
}
.feature-widget-2.feature-1 .shapes img:nth-child(4) {
  bottom: 15%;
  left: 35%;
  animation: moveX 15s linear infinite alternate both;
}
.feature-widget-2.feature-1 .shapes img:nth-child(5) {
  top: 40%;
  left: 60%;
  animation: floatingBubble 15s linear infinite alternate both;
}
.feature-widget-2.feature-1 .shapes img:nth-child(6) {
  top: 5%;
  right: 65%;
  animation: floatingBubble2 15s linear infinite alternate both;
}
.feature-widget-2.feature-1:hover {
  box-shadow: 0 20px 40px 2px rgba(122, 51, 255, 0.2);
}
.feature-widget-2.feature-2 {
  background-color: #b93dcc;
}
.feature-widget-2.feature-2 .shapes img:nth-child(1) {
  bottom: 0;
  left: 0;
  opacity: 0.1;
  animation-delay: 0.3s;
}
.feature-widget-2.feature-2 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  opacity: 0.1;
}
.feature-widget-2.feature-2 .shapes img:nth-child(3) {
  bottom: 0%;
  left: 35%;
  opacity: 0.1;
  animation-delay: 0.9s;
}
.feature-widget-2.feature-2 .shapes img:nth-child(4) {
  bottom: 15%;
  right: 70%;
}
.feature-widget-2.feature-2 .shapes img:nth-child(5) {
  top: 15%;
  left: 60%;
  animation: moveX 15s linear infinite alternate both;
  animation-delay: 1.1s;
}
.feature-widget-2.feature-2 .shapes img:nth-child(6) {
  top: 5%;
  right: 65%;
  opacity: 0.1;
  animation: moveY 15s linear infinite alternate both;
}
.feature-widget-2.feature-2:hover {
  box-shadow: 0 20px 40px 2px rgba(185, 61, 204, 0.2);
}
.feature-widget-2.feature-3 {
  background-color: #247cb2;
}
.feature-widget-2.feature-3 .shapes img:nth-child(1) {
  bottom: 0;
  right: 0;
  opacity: 0.1;
  animation-delay: 0.3s;
}
.feature-widget-2.feature-3 .shapes img:nth-child(2) {
  top: 0;
  left: 0;
  opacity: 0.1;
}
.feature-widget-2.feature-3 .shapes img:nth-child(3) {
  top: 0%;
  left: 35%;
  animation-delay: 0.8s;
}
.feature-widget-2.feature-3 .shapes img:nth-child(4) {
  bottom: 15%;
  right: 70%;
  animation: floatingBubble 15s linear infinite alternate both;
}
.feature-widget-2.feature-3 .shapes img:nth-child(5) {
  top: 15%;
  left: 75%;
  animation-delay: 0.5s;
}
.feature-widget-2.feature-3:hover {
  box-shadow: 0 20px 40px 2px rgba(36, 124, 178, 0.2);
}
.feature-widget-2 .feature-img img {
  max-width: 100%;
  padding: 0 23px 0 10px;
}
.feature-widget-2 .feature-content p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.feature-widget-2 .feature-content h6 {
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.feature-slider .slick-list {
  margin: 0 -25px;
  padding: 0 10px;
}
.feature-slider .slick-dots {
  bottom: -5px;
}
.feature-slider .slick-dots li button {
  background-color: #cacccf;
  border: none;
}
.feature-slider .slick-dots li.slick-active button {
  background-color: var(--brand_color);
}
.feature-slider .slick-track {
  margin: 20px 0 55px 0;
}

/*----------------------------------------*/
/*  Feature Calculator CSS
/*----------------------------------------*/
.feature-calculator .calculator {
  border: 1px solid var(--black_50);
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
  background: var(--bs-white);
}
.feature-calculator .calculator .border-end {
  border-color: #dcdee0;
}
.feature-calculator .calculator .border-bottom {
  border-color: #dcdee0;
}
.feature-calculator .calculator .steps {
  background-color: #f5f7fa;
  border-radius: 5px;
  padding: 9px 20px;
}
.feature-calculator .calculator .steps .single-step {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6a737c;
  font-size: 14px;
}
.feature-calculator .calculator .steps .single-step span {
  border-radius: 50%;
  border: 1px solid #dcdee0;
  height: 18px;
  width: 18px;
  font-size: 12px;
  margin-right: 7.5px;
  display: inline-block;
  line-height: 17px;
  text-align: center;
}
.feature-calculator .calculator .calculator-slider label {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--black_700);
  line-height: 32px;
}
.feature-calculator .calculator .calculator-slider label.label-2 {
  font-size: 18px;
  color: var(--secondary_color);
  line-height: 29.52px;
}
.feature-calculator .calculator .calculator-slider .range {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}
.feature-calculator .calculator .calculator-slider .range-slider {
  width: 100%;
}
.feature-calculator .calculator .calculator-slider .range-slider.noUi-horizontal {
  height: 5px;
  background-color: rgba(0, 80, 178, 0.15);
  border-radius: 2.5px;
}
.feature-calculator .calculator .calculator-slider .range-slider.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  top: -5px;
}
.feature-calculator .calculator .calculator-slider .range-input {
  height: 35px;
  border-radius: 17.5px;
  line-height: 32px;
  text-align: center;
  color: #6a737c;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border: 1px solid #dcdee0;
  width: 120px;
  margin-left: 20px;
}
.feature-calculator .calculator .calculator-slider .range-input:focus {
  border-color: var(--brand_color);
  color: #171d24;
  box-shadow: none;
}
.feature-calculator .calculator .calculator-slider .range-input:focus-visible {
  outline: none;
}
.feature-calculator .expected-payment .sec-head {
  padding: 24px 22px;
  border-radius: 7px;
}
.feature-calculator .expected-payment h5 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--black_700);
}
.feature-calculator .expected-payment p {
  font-size: 14px;
  color: var(--black_500);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.feature-calculator .expected-payment h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--black_700);
}

/*----------------------------------------*/
/*   track financial progress CSS
/*----------------------------------------*/
.track-f-progress {
  overflow: hidden;
  background-color: var(--sec_bg_color);
}
.track-f-progress .img-content {
  position: relative;
  text-align: right;
  z-index: 1;
}
.track-f-progress .img-content .bg-img {
  position: absolute;
  z-index: -1;
  top: -35%;
  left: -30%;
}
.track-f-progress .img-content .track-3 {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.track-f-progress .img-content .track-img {
  position: absolute;
  max-width: 100%;
  width: auto;
}
.track-f-progress .img-content .track-img.track-1 {
  top: 50px;
  left: -30px;
  z-index: 1;
}
.track-f-progress .img-content .track-img.track-2 {
  bottom: 40px;
  left: -15px;
}
.track-f-progress .text-content {
  position: relative;
  z-index: 1;
}

.track-f-progress .text-content p,
.card-payment .text-content p,
.internet-banking .text-content p {
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 17px;
  line-height: 26px;
}

.track-f-progress .text-content h2,
.card-payment .text-content h2,
.internet-banking .text-content h2 {
  color: var(--secondary_color);
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*    card payment CSS
/*----------------------------------------*/
.card-payment {
  overflow: hidden;
}
.card-payment .img-content {
  position: relative;
}
.card-payment .img-content .bg-img {
  position: absolute;
  top: -20%;
  left: -45%;
  z-index: -1;
}
.card-payment .img-content .card-2 {
  position: absolute;
  top: 35px;
  right: 15px;
}
.card-payment .text-content {
  position: relative;
  z-index: 1;
}

/*----------------------------------------*/
/*      Internet Banking CSS
/*----------------------------------------*/
.internet-banking {
  position: relative;
  overflow: hidden;
  background-color: var(--sec-bg-color);
}
.internet-banking .img-content {
  position: relative;
  z-index: 1;
}
.internet-banking .img-content .bg-img {
  position: absolute;
  z-index: -1;
  top: -40%;
  left: -32%;
}
.internet-banking .img-content .bank-1 {
  position: absolute;
  top: 60px;
  right: -30px;
}
.internet-banking .img-content .bank-2 {
  position: absolute;
  position: absolute;
  bottom: 80px;
  left: -40px;
}
.internet-banking .img-content .bank-3 {
  position: absolute;
  top: 95px;
  left: -105px;
  z-index: -1;
}
.internet-banking .text-content {
  position: relative;
  z-index: 1;
}

/*========== saas-features- card area css ===========*/
.saas-feature-card {
  text-align: left;
  border-radius: 16px;
  background: #F7F9FF;
  padding: 40px 32px;
}
.saas-feature-card h4 {
  font-size: 22px;
  letter-spacing: -1px;
}
.saas-feature-card p {
  color: #878BA9;
  font-size: 18px;
  line-height: 28px;
}
.saas-feature-card .text-btn {
  margin-top: 40px;
  display: inline-block;
}
.saas-feature-card:hover {
  box-shadow: 0px 16px 60px 0px rgba(63, 74, 101, 0.2);
}

.saas-features-area {
  padding: 140px 0px;
}

.saas-features-img {
  border-radius: 16px;
  background: linear-gradient(180deg, #E7F2FF 0%, #F8FFFD 100%);
  margin-right: 25px;
  padding-top: 38px;
  padding-right: 38px;
}

.saas-features-content {
  padding-left: 10px;
}
.saas-features-content .saas-section-title h2 span {
  background: linear-gradient(90deg, #6D81F8 45.35%, #F682B0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-icon-box .round_icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(145deg, #32EBF6 0%, #6C67FF 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.features-icon-box h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 12px;
}
.features-icon-box p {
  color: #878BA9;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.features-icon-box .text {
  flex: 1;
}
.features-icon-box.two .round_icon {
  background: linear-gradient(145deg, #EF9CFD 0%, #6687FE 100%);
}
.features-icon-box.feedback {
  margin-right: 50px;
}
.features-icon-box.feedback:not(:first-child):before {
  content: "";
  width: 1px;
  height: 100px;
  background: #878BA9;
  opacity: 0.5;
  position: relative;
  display: inline-block;
  margin-right: 50px;
}
.features-icon-box.feedback h4 {
  font-size: 52px;
  line-height: 1;
}

.saas-features-item:not(:last-child) {
  margin-bottom: 140px;
}
.saas-features-item.flex-row-reverse .saas-features-img {
  margin-right: 0;
  margin-left: 25px;
  padding-left: 38px;
  padding-right: 0;
  background: linear-gradient(145deg, #F5E9FF 0%, #F8FFFD 100%);
}
.saas-features-item.flex-row-reverse .saas-features-content {
  padding-left: 0;
}
.saas-features-item.flex-row-reverse .saas-features-content .saas-section-title h2 span {
  background: linear-gradient(90deg, #F98885 45.35%, #F0CC96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-showcase-area {
  background: #F5F8FF;
  padding: 140px 0px 110px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.app-showcase-area .shape_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.app-showcase-area .saas-section-title h2 span {
  background: linear-gradient(90deg, #4B57F6 45.35%, #2599E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-showcase-item {
  border-radius: 16px;
  background: #DBECFF;
  padding: 45px 32px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
.app-showcase-item .round {
  width: 670px;
  height: 670px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  background: linear-gradient(135deg, rgba(199, 250, 254, 0) 0%, #FFF 100%);
  opacity: 0.35;
  left: -40%;
  top: -56%;
}
.app-showcase-item img {
  max-width: 100%;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  box-shadow: 0px 7.5811514854px 18.952878952px 0px rgba(178, 187, 228, 0.5);
}
.app-showcase-item h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.24px;
  margin-bottom: 16px;
  color: #171d24;
}
.app-showcase-item p {
  color: #596C8D;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
}
.app-showcase-item .theme-btn {
  color: #1B2A52;
  font-family: "Poppins", sans-serif;
}
.app-showcase-item.box-two {
  background: linear-gradient(180deg, #FADFFF 0%, #C3D1FF 100%);
}
.app-showcase-item.box-three {
  display: flex;
  padding: 45px 70px;
  background: linear-gradient(314deg, #2C3A62 0%, #374F8F 100%);
  align-items: center;
}
.app-showcase-item.box-three .app-text {
  padding-right: 70px;
  flex: 1;
}
.app-showcase-item.box-three h3 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
}
.app-showcase-item.box-three p {
  color: #fff;
  opacity: 0.89;
}
.app-showcase-item.box-three .img {
  text-align: right;
  position: relative;
  flex: 1;
}
.app-showcase-item.box-three .img img {
  box-shadow: none;
}
.app-showcase-item.box-three .img .app_shap_img {
  position: absolute;
}
.app-showcase-item.box-three .img .app_shap_img.one {
  left: -80px;
  bottom: 40px;
}
.app-showcase-item.box-three .img .app_shap_img.two {
  right: -50px;
  top: 40px;
}

.bank-fact-area {
  background: #f6f6f6;
  padding: 80px 0px;
}

.fact-item .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #fff;
  line-height: 56px;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 4px 10px 0px rgba(236, 236, 236, 0.8);
  border-radius: 14px;
  margin-bottom: 20px;
}
.fact-item h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.fact-item p {
  color: #737476;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.process-area {
  padding: 140px 0px;
}
.process-area .saas-feature-card {
  border-radius: 12px;
  background: #F6F6F6;
  margin-bottom: 30px;
}
.process-area .saas-feature-card .number {
  color: #0250B0;
  font-size: 36px;
}
.process-area .saas-feature-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.process-area .saas-feature-card p {
  color: #737476;
  font-size: 16px;
}
.process-area .saas-feature-card:hover {
  background: var(--bs-white);
}

.integrate-area {
  padding: 140px 0px 110px;
}
.integrate-area .bank-section-title h1 .underline-shape::after {
  background: var(--brand_color);
}
.integrate-area .saas-feature-card {
  background: #f6f6f6;
  margin-bottom: 30px;
}
.integrate-area .saas-feature-card h4 {
  font-size: 20px;
  margin-top: 22px;
}
.integrate-area .saas-feature-card p {
  font-size: 16px;
  line-height: 24px;
  color: #737476;
}
.integrate-area .saas-feature-card:hover {
  box-shadow: 18.2094020844px 21.8512821198px 109.2564086914px 0px rgba(101, 90, 86, 0.2);
  background: var(--bs-white);
}

/*====== bank-card-area css  ======*/
.bank-card-area {
  background: #101010;
  padding: 140px 0px;
}

.bank-card-tab {
  border: 0px;
}
.bank-card-tab .nav-item {
  margin-bottom: 20px;
}
.bank-card-tab .nav-item .bank-card-item {
  text-align: left;
  border-radius: 8px;
  background: #191919;
  padding: 30px;
  border: 0px;
  position: relative;
  overflow: hidden;
}
.bank-card-tab .nav-item .bank-card-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #116BD9;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: var(--brand_color);
  transition: width 0.4s linear;
}
.bank-card-tab .nav-item .bank-card-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #5E5E5E;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
.bank-card-tab .nav-item .bank-card-item p {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.8;
}
.bank-card-tab .nav-item .bank-card-item.active {
  box-shadow: 0px 5px 70px 0px rgba(1, 33, 58, 0.03);
  background: #282828;
}
.bank-card-tab .nav-item .bank-card-item.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.bank-card-tab .nav-item .bank-card-item.active h5 {
  color: #fff;
}
.bank-card-tab .nav-item .bank-card-item.active p {
  color: #fff;
  opacity: 0.8;
}
.bank-card-tab .nav-item:nth-child(2) .bank-card-item:before {
  background: #D8B585;
}
.bank-card-tab .nav-item:nth-child(3) .bank-card-item:before {
  background: #7758CB;
}

.card-img .card_one {
  position: relative;
  z-index: 1;
}
.card-img .card_two {
  margin-top: -100px;
  z-index: 0;
  position: relative;
}

.bank-card-content .active .card_one {
  animation: fadeInUp 2s;
}
.bank-card-content .active .card_two {
  animation: fadeInUp 1s;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Recognition CSS
/*----------------------------------------*/
.recognition-widget .widget-navigation ul {
  flex-direction: column;
  background-color: transparent;
  border-bottom: none !important;
}
.recognition-widget .widget-navigation ul li {
  border-bottom: 1px solid var(--black_50);
  background-color: transparent;
  text-align: right;
  padding: 14px 0 11px 0;
}
.recognition-widget .widget-navigation ul li:first-child {
  padding-top: 0;
}
.recognition-widget .widget-navigation ul li:last-child {
  border-bottom: none;
}
.recognition-widget .widget-navigation ul li a {
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: #6a737c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0;
  line-height: 30px;
}
.recognition-widget .widget-navigation ul li a.active {
  color: var(--brand_color);
  background-color: transparent;
  border: none;
  font-weight: 500;
}
.recognition-widget .tab-content {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 50px;
}
.recognition-widget .tab-content h3 {
  font-size: 30px;
  color: var(--brand_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}
.recognition-widget .tab-content P {
  font-size: 16px;
  color: #787880;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  margin-top: 10px;
}
.recognition-widget .tab-content P::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 7px;
  height: 1px;
  width: 20px;
  background-color: var(--brand_color);
}

.accolades-widget {
  background-color: #3c4146;
  border-radius: 8px;
  position: relative;
  padding: 25px 20px 40px 20px;
}
.accolades-widget .accolades-header {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.accolades-widget .accolades-header img {
  margin-bottom: -1px;
}
.accolades-widget .accolades-header h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #3c4146;
  margin-bottom: -9px;
  margin-left: 7px;
  letter-spacing: -4px;
}
.accolades-widget .accolades-content p {
  font-size: 14px;
  margin-left: 20px;
}
.accolades-widget .accolades-content .subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.accolades-widget .accolades-content .text {
  color: #f9d8ae;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
}
.accolades-widget .accolades-content .text::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  width: 15px;
  background-color: #f9d8ae;
  left: -18px;
}

/*----------------------------------------*/
/*   Leadership widget CSS
/*----------------------------------------*/
.single-leadership-widget {
  text-align: center;
}
.single-leadership-widget a {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.single-leadership-widget a:hover .leader-info {
  visibility: visible;
  opacity: 1;
}
.single-leadership-widget a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.single-leadership-widget a .leader-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0 30px 40px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, rgba(51, 62, 72, 0), rgba(27, 34, 45, 0.8));
}
.single-leadership-widget a .leader-info h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.single-leadership-widget a .leader-info p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

/*----------------------------------------*/
/*   Description CSS
/*----------------------------------------*/
.description-widget .desc-title {
  border-radius: 5px;
  padding: 38px 38px 42px 42px;
}
.description-widget .desc-title h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.description-widget .desc-text p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 30px;
}

/*----------------------------------------*/
/*   New Version
/*----------------------------------------*/
.services-area .table thead {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: var(--black_900);
}
.services-area .table .feature-head {
  width: 38%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--black_900);
}
.services-area .table .feature-item {
  width: 31%;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: var(--black_850);
}
.services-area .table .feature-item .fa-check-circle {
  font-size: 20px;
  color: var(--brand_color);
}
.services-area .table .feature-item .fa-times-circle {
  font-size: 20px;
  color: #fe5151;
}
.services-area .table .feature-item .theme-btn {
  height: 80px;
  width: 100%;
  line-height: 80px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.services-area .table .feature-item .theme-btn span {
  text-decoration: underline;
}
.services-area .table td,
.services-area .table th {
  padding: 27px 20px;
}
.services-area .table tbody tr:nth-child(even) > *:nth-child(odd) {
  background-color: #f4f5f6;
}
.services-area .table tbody tr:nth-child(even) > *:nth-child(even) {
  background-color: #e9e9ea;
}
.services-area .table tbody tr:nth-child(odd) > *:nth-child(odd) {
  background-color: #f9fdfe;
}
.services-area .table tbody tr:nth-child(odd) > *:nth-child(even) {
  background-color: #f4f5f6;
}
.services-area .stat-view {
  text-align: center;
}
.services-area .stat-view h1 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -0.01em;
  color: var(-black_900);
  margin-bottom: 8px;
}
.services-area .stat-view p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black_500);
  margin-bottom: 0;
}

.about-tab-area {
  padding-top: 125px;
  padding-bottom: 40px;
}
.about-tab-area .nav-tabs {
  margin: 0 0 15px;
  border: none;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 1px solid var(--black_50);
}
.about-tab-area .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 5px 10px;
  color: #a2a7ad;
  margin: 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.about-tab-area .nav-tabs .nav-item .nav-link.active {
  color: var(--black_900);
  border-color: var(--brand_color);
  background: transparent;
}
.about-tab-area .tab-content .section-title h1 {
  margin-bottom: 16px;
}

.read-more {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--brand_color);
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.read-more::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0px;
  height: 1px;
  background-color: var(--brand_color);
  transition: all 0.3s ease-out;
  left: 0;
}
.read-more:hover::after {
  width: 128px;
}
.read-more:hover i {
  transform: translateX(5px);
}
.read-more i {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.about-area .feature-list {
  margin-top: 24px;
}
.about-area .feature-list li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--black_800);
  margin-bottom: 15px;
}
.about-area .feature-list li i {
  font-size: 19px;
  color: var(--brand_color);
  margin-right: 12px;
}
.about-area .cash-img {
  position: relative;
  display: inline-block;
}
.about-area .cash-img .msg-1 {
  position: absolute;
  right: 25px;
  bottom: 235px;
  box-shadow: 0px 16.9638557434px 68.9156646729px 0px rgba(63, 93, 101, 0.2509803922);
}
.about-area .cash-img .msg-2 {
  position: absolute;
  left: -16px;
  bottom: 155px;
  box-shadow: 0px 16.2357940674px 65.9579086304px 0px rgba(63, 93, 101, 0.2509803922);
}

.about-area-2 {
  overflow: hidden;
  padding-top: 70px;
}
.about-area-2 h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
}
.about-area-2 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--p_color);
}
.about-area-2 .feature-list {
  margin-top: 24px;
}
.about-area-2 .feature-list li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #6a737c;
  margin-bottom: 10px;
}
.about-area-2 .feature-list li i {
  font-size: 17px;
  color: var(--brand_color);
  margin-right: 12px;
  vertical-align: middle;
}
.about-area-2 .sms-flow {
  position: relative;
  height: 540px;
  width: 100%;
  z-index: 1;
}
.about-area-2 .sms-flow::before, .about-area-2 .sms-flow::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: -1;
  opacity: 0.3;
}
.about-area-2 .sms-flow::before {
  background: radial-gradient(50% 50% at 50% 50%, #2439f3 39.06%, #f1fe92 100%);
  height: 290px;
  width: 290px;
  right: 0;
  top: -20px;
}
.about-area-2 .sms-flow::after {
  background: radial-gradient(50% 50% at 50% 50%, #dc1f34 39.06%, rgba(238, 106, 45, 0) 100%);
  height: 470px;
  width: 470px;
  left: 0;
  bottom: 0px;
}
.about-area-2 .sms-flow img {
  position: absolute;
}
.about-area-2 .sms-flow .msg-2 {
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
}
.about-area-2 .sms-flow .msg-1 {
  top: 22px;
  right: 0;
}
.about-area-2 .sms-flow .msg-3 {
  bottom: 0;
  left: 0;
}
.about-area-2 .sms-flow .arrow-1 {
  top: 23%;
  left: 38%;
  z-index: 2;
}
.about-area-2 .sms-flow .arrow-2 {
  bottom: 28%;
  left: 62%;
  z-index: 3;
}
.about-area-2 .card-holder {
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .about-area-2 .card-holder {
    transform: translateX(-60px);
  }
}
.about-area-2 .card-holder .img-2 {
  position: absolute;
  left: -95px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.0784313725);
  bottom: 90px;
}
.about-area-2 .card-holder .shape-1 {
  height: 440px;
  width: 222px;
  background: rgba(175, 255, 237, 0.6980392157);
  position: absolute;
  top: 46px;
  left: 100px;
  border-radius: 50%;
  transform: rotate(27deg);
  filter: blur(80px);
  z-index: -1;
}
.about-area-2 .card-holder .shape-2 {
  height: 588px;
  width: 334px;
  background: rgba(255, 176, 83, 0.6980392157);
  position: absolute;
  top: 120px;
  right: 50px;
  border-radius: 50%;
  transform: rotate(28deg);
  filter: blur(110px);
  z-index: -1;
}
.about-area-2 .customer-num {
  display: flex;
  margin-top: 45px;
}
.about-area-2 .customer-num > div {
  width: 50%;
  display: flex;
  gap: 18px;
}
.about-area-2 .customer-num > div h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
}
.about-area-2 .customer-num > div span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--p_color);
}

.about-area-3 h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.about-area-3 h5 span {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  margin-right: 5px;
}
.about-area-3 h5 .round-dot {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 8.5px solid var(--brand_color);
  background-color: #fff;
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 2.5px;
}
.about-area-3 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--p_color);
  max-width: 370px;
  margin-bottom: 0;
}
.about-area-3 .video-tut {
  position: relative;
  overflow: hidden;
}
.about-area-3 .video-tut img {
  width: 100%;
}
.about-area-3 .video-tut .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 74px;
  width: 74px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  display: inline-block;
  line-height: 70px;
}
.about-area-3 .video-tut .play-btn i {
  background: var(--brand_color);
  text-shadow: 0 7px 15px rgba(0, 80, 178, 0.7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}

.coverage-area {
  padding-top: 103px;
  padding-bottom: 106px;
  background-color: var(--sec-bg-color);
}
.coverage-area .country-widget {
  text-align: center;
  display: inline-block;
}
.coverage-area .country-widget img {
  box-shadow: 0px 20px 40px 0px rgba(192, 189, 177, 0.4);
  max-width: 100%;
}
.coverage-area .country-widget h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 11px;
}

/*===== bank-app-showcase-area =====*/
.bank-app-showcase-area .bank-section-title .underline-shape:after {
  background: #F65AE7;
}
.bank-app-showcase-area .feature-list {
  border-top: 1px solid rgba(175, 189, 200, 0.33);
  padding-top: 22px;
  margin-top: 20px;
}
.bank-app-showcase-area .feature-list li {
  font-size: 18px;
  color: #737476;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  margin-bottom: 12px;
}
.bank-app-showcase-area .feature-list li i {
  color: var(--brand_color);
  margin-right: 10px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Statistics widget CSS
/*----------------------------------------*/
.floated-widget {
  background-color: var(--bs-white);
  border-radius: 10px;
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
  padding: 40px 50px;
  position: absolute;
  top: -70px;
  left: 15px;
  right: 15px;
  z-index: 3;
}

.statistics-widget-1 {
  display: inline-block;
  min-width: 117px;
}
.statistics-widget-1 img {
  max-width: 100%;
}
.statistics-widget-1 p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--secondary_color);
  margin: 20px 0 6px 0;
  text-transform: capitalize;
}
.statistics-widget-1 .counter {
  font-size: 36px;
  color: var(--theme-color);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.statistics-widget-2 {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.statistics-widget-2 .statistics-slider {
  height: 100%;
  position: relative;
}
.statistics-widget-2 .statistics-slider .slick-list {
  height: 100%;
}
.statistics-widget-2 .statistics-slider .slick-list .slick-track {
  height: 100%;
}
.statistics-widget-2 .statistics-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.statistics-widget-2 .statistics-slider .slick-dots {
  bottom: 15px;
}
.statistics-widget-2 .statistics-slider .slick-dots li button {
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: none;
}
.statistics-widget-2 .statistics-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.statistics-widget-2 img {
  width: 100%;
  height: 100%;
}
.statistics-widget-2 .widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 45px 25px;
}
.statistics-widget-2 .widget-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: -1;
}
.statistics-widget-2 .widget-content h1 {
  font-size: 70px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.statistics-widget-2 .widget-content h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.statistics-widget-2 .widget-content p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.statistics-widget-2 .widget-content.widget-1 {
  background-color: #610fc9;
}
.statistics-widget-2 .widget-content.widget-2 {
  background-color: var(--brand_color);
}
.statistics-widget-2 .widget-content.widget-3 {
  background-color: #704dff;
}
.statistics-widget-2 .widget-content.widget-4 {
  background-color: #f23d68;
}
.statistics-widget-2 .widget-content.widget-5 {
  background-color: #af3ce5;
}
.statistics-widget-2 .widget-content.widget-6::before {
  background-color: rgba(116, 57, 191, 0.75);
}
.statistics-widget-2 .widget-content.widget-7::before {
  background-color: rgba(89, 18, 178, 0.75);
}
.statistics-widget-2 .widget-content.widget-8::before {
  background-color: rgba(0, 63, 139, 0.75);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Steps widget CSS
/*----------------------------------------*/
.steps-widget {
  text-align: center;
}
.steps-widget img {
  max-width: 100%;
}
.steps-widget h4 {
  margin: 25px 0 12px 0;
}
.steps-widget h4 a {
  color: var(--secondary_color);
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
}
.steps-widget h4 a:hover {
  color: var(--brand_color);
}
.steps-widget p {
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

/*----------------------------------------*/
/*   Loan Apply widget CSS
/*----------------------------------------*/
.loan-apply-widget {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px 20px 25px;
  border-radius: 4px;
  box-shadow: var(--theme-dropshadow);
  border-bottom: 2px solid transparent;
  background-color: var(--bs-white);
  transition: all 0.3s ease-out;
  position: relative;
}
.loan-apply-widget:hover {
  border-color: var(--brand_color);
}
.loan-apply-widget:hover .icon img {
  display: none;
}
.loan-apply-widget:hover .icon img + img {
  display: block;
}
.loan-apply-widget .icon {
  padding-right: 20px;
}
.loan-apply-widget .icon img {
  display: block;
}
.loan-apply-widget .icon img + img {
  display: none;
}
.loan-apply-widget .security-info {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6a737c;
}
.loan-apply-widget .apply-content {
  width: 100%;
}
.loan-apply-widget .apply-content .title {
  color: #6a737c;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
  line-height: 22px;
}
.loan-apply-widget .apply-content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
}
.loan-apply-widget .apply-content .input-field {
  position: relative;
}
.loan-apply-widget .apply-content .input-field .close {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.loan-apply-widget .apply-content input {
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
  background-color: transparent;
}
.loan-apply-widget .apply-content input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.loan-apply-widget .apply-content .nice-select {
  border: none;
  width: 100%;
  background-color: transparent;
  padding: 0 !important;
  height: inherit;
  line-height: inherit;
  position: inherit;
}
.loan-apply-widget .apply-content .nice-select::after {
  display: none;
}
.loan-apply-widget .apply-content .nice-select.open .current::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.loan-apply-widget .apply-content .nice-select .current {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  position: relative;
  display: block;
}
.loan-apply-widget .apply-content .nice-select .current::after {
  font-family: "ElegantIcons";
  content: "3";
  line-height: 1;
  font-size: 18px;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #171d24;
}
.loan-apply-widget .apply-content .nice-select .list {
  right: 0;
}
.loan-apply-widget .select-location input.es-input {
  background: none;
}
.loan-apply-widget .select-location .close {
  cursor: pointer;
  font-size: 18px;
  color: #171d24;
}
.loan-apply-widget .select-location .es-list {
  margin-top: 23px;
}

.apply-loan-area {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.es-list {
  scrollbar-color: rgba(222, 222, 222, 0.9058823529) rgba(241, 241, 241, 0.8549019608);
  scrollbar-width: thin;
  /* Track */
  /* Handle */
}
.es-list::-webkit-scrollbar {
  width: 5px;
}
.es-list::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.8549019608);
}
.es-list::-webkit-scrollbar-thumb {
  background: rgba(222, 222, 222, 0.9058823529);
  border-radius: 5px;
}

/*----------------------------------------*/
/*   Calculaor widget CSS
  /*----------------------------------------*/
.calculator-widget .single-calculator-widget {
  padding: 42px 50px;
  border: 1px solid var(--black_50);
  border-radius: 10px;
}
.calculator-widget .single-calculator-widget .single-range .range-header h6 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
}
.calculator-widget .single-calculator-widget .single-range .range-header input {
  height: 37px;
  border-radius: 4px;
  border: 1px solid var(--black_50);
  background-color: var(--bs-white);
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--p_color);
  width: 150px;
  text-align: center;
}
.calculator-widget .single-calculator-widget .single-range .range-header input:focus {
  border-color: var(--brand_color);
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs {
  background-color: rgba(0, 80, 178, 0.1);
  border-radius: 15px;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 1;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar {
  position: absolute;
  height: 29px;
  left: 95px;
  width: 81px;
  border-radius: 15px;
  background-color: var(--brand_color);
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar.left {
  width: 95px;
  left: 0;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item {
  border: none;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link {
  border-radius: 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 30px;
  line-height: 29px;
  padding: 0 25px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--p_color);
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link.active {
  color: #fff;
}
.calculator-widget .interestBox {
  border-radius: 5px;
  display: inline-block;
  border: 1px solid var(--black_50);
}
.calculator-widget .interestBox p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary_color);
}
.calculator-widget .interestBox span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--brand_color);
  margin-top: 10px;
  display: inline-block;
}
.calculator-widget .calculator-result-widget {
  padding: 50px 45px;
  border: 1px solid var(--black_50);
  border-radius: 10px;
}
.calculator-widget .calculator-result-widget h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  color: var(--secondary_color);
  margin: 0;
}
.calculator-widget .calculator-result-widget h6::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.calculator-widget .calculator-result-widget span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  font-size: 14px;
}
.calculator-widget .calculator-result-widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.calculator-widget .calculator-result-widget .emi-amount h6::before {
  background-color: var(--brand_color);
}
.calculator-widget .calculator-result-widget .emi-amount p {
  color: var(--brand_color);
}
.calculator-widget .calculator-result-widget .interest-payable h6::before {
  background-color: #a924fa;
}
.calculator-widget .calculator-result-widget .interest-payable p {
  color: #a924fa;
}
.calculator-widget .calculator-result-widget h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--p_color);
}
.calculator-widget .calculator-result-widget h1 {
  font-size: 40px;
  color: var(--secondary_color);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.calculator-widget .pie-wrapper {
  height: 1em;
  width: 1em;
  margin: 15px;
  position: relative;
  font-size: 8em;
}
.calculator-widget .pie-wrapper .pie {
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  clip: rect(0, 1em, 1em, 0.5em);
  left: 7px;
  position: absolute;
  top: 7px;
}
.calculator-widget .pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #a924fa;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.calculator-widget .pie-wrapper .circle-border {
  height: 100%;
  width: 100%;
  border: 0.1em solid var(--brand_color);
  border-radius: 50%;
}

.calculator-widget-2 {
  background-color: var(--bs-white);
  border-radius: 12px;
  overflow: hidden;
}

.calculator-widget-2 .single-calculator-widget {
    padding: 0px 20px 0px;
    padding-right: 5px;
}

.calculator-widget-2 .single-calculator-widget h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: var(--secondary_color);
}

.calculator-widget-2 .single-calculator-widget .single-range .tab-content {
    width: calc(80% - 180px);
}

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal {
    width: calc(70% - 150px);
    height: 10px;
    background-color: #f3f6fe;
    border-radius: 5px;
    margin: 0 20px;
}

.calculator-widget-2 .single-calculator-widget .single-range .tab-content .noUi-horizontal {
  width: 88%;
}

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -11px;
  border-radius: 50%;
  background-color: #fff;
  top: -7px;
  box-shadow: 0px 8px 10px 0px rgba(189, 197, 214, 0.8);
  cursor: pointer;
}


.calculator-widget-2 .single-calculator-widget .single-range input[type=text]:focus {
  box-shadow: none;
  outline: none;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs {
  background-color: rgba(0, 80, 178, 0.1);
  border-radius: 15px;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 1;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .active_bar {
  position: absolute;
  height: 29px;
  left: 95px;
  width: 81px;
  border-radius: 15px;
  background-color: var(--brand_color);
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .active_bar.left {
  width: 95px;
  left: 0;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link.active {
  color: #fff;
}


.calculator-widget-2 .loan-start-date .inp-container {
  position: relative;
}
.calculator-widget-2 .loan-start-date .inp-container::before {
  content: "";
  position: absolute;
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  content: "3";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: var(--brand_color);
  opacity: 0;
  visibility: hidden;
}


.calculator-area-2 {
  background: url("../img/home-5/calculator-bg.png"), #0e1520;
  padding: 120px 0;
  overflow: hidden;
}

/*----------------------------------------*/
/*   Stepper widget CSS
  /*----------------------------------------*/
.stepper-widget ul {
  position: relative;
  z-index: 1;
}
.stepper-widget ul::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  bottom: 10px;
  z-index: -1;
  border-left: 2px solid #dcdee0;
}
.stepper-widget ul li {
  margin: 60px 0;
  position: relative;
}
.stepper-widget ul li:last-child::before {
  display: none;
}
.stepper-widget ul li::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -35px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #dcdee0;
}
.stepper-widget ul li.complete a {
  color: var(--p_color);
}
.stepper-widget ul li.complete a .number {
  background-color: #fff;
  border-color: #2ac769;
}
.stepper-widget ul li.complete a .number span {
  display: none;
}
.stepper-widget ul li.complete a .number i {
  color: #2ac769;
  display: block;
}
.stepper-widget ul li.active a {
  color: var(--brand_color);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.stepper-widget ul li.active a .number {
  background-color: var(--brand_color);
  border: none;
  color: #fff;
}
.stepper-widget ul li.active a .number span {
  color: #fff;
}
.stepper-widget ul li a {
  display: inline-block;
  font-size: 18px;
  color: #9199a1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.stepper-widget ul li a .number {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #f5f7fa;
  border: 1.5px solid #dcdee0;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  margin-right: 15px;
}
.stepper-widget ul li a .number span {
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.stepper-widget ul li a .number i {
  display: none;
  font-size: 16px;
  line-height: 28px;
}

/*----------------------------------------*/
/*   Loan Details Widget CSS
/*----------------------------------------*/
.loan-details-widget {
  padding: 50px 53px;
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
  padding-bottom: 100px;
  background: var(--bs-white);
}
.loan-details-widget .select-loan-type-radio {
  display: none;
}
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type {
  background-color: var(--brand_color);
  cursor: pointer;
}
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type span {
  color: #fff;
}
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type img {
  display: none;
}
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type img + img {
  display: inline-block;
}
.loan-details-widget .loan-type {
  background-color: rgba(0, 80, 178, 0.05);
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease-out;
  display: block;
}
.loan-details-widget .loan-type:hover {
  background-color: var(--brand_color);
  cursor: pointer;
}
.loan-details-widget .loan-type:hover span {
  color: #fff;
}
.loan-details-widget .loan-type:hover img {
  display: none;
}
.loan-details-widget .loan-type:hover img + img {
  display: inline-block;
}
.loan-details-widget .loan-type span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  font-size: 16px;
  margin-top: 14px;
  text-transform: capitalize;
}
.loan-details-widget .loan-type img + img {
  display: none;
}
.loan-details-widget .label {
  font-size: 16px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.loan-details-widget .form-check .form-check-label {
  color: #9199a1;
}
.loan-details-widget .form-check .form-check-input:checked[type=radio] ~ .form-check-label {
  color: #6a737c;
}
.loan-details-widget .form-control {
  border-color: #dcdee0;
  height: 45px;
  color: #9199a1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.loan-details-widget .form-control::placeholder {
  color: #9199a1;
}
.loan-details-widget .form-control:focus {
  border-color: var(--brand_color);
  box-shadow: none;
}
.loan-details-widget .input-field {
  position: relative;
}
.loan-details-widget .input-field span {
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 15px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #a8a8b2;
}
.loan-details-widget .input-field .form-control {
  padding-left: 30px;
}
.loan-details-widget .iti {
  width: 100%;
}
.loan-details-widget .nice-select {
  height: 45px;
  border-color: #dcdee0;
  display: inline-block;
  float: inherit;
}
.loan-details-widget .nice-select:focus {
  border-color: var(--brand_color);
}
.loan-details-widget .nice-select .current {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #9199a1;
}
.loan-details-widget .nice-select .list {
  width: 100%;
}
.loan-details-widget .dob .nice-select {
  margin-right: 15px;
  width: 100%;
}
.loan-details-widget .dob .nice-select .list {
  max-height: 350px;
  overflow-y: scroll;
  scrollbar-color: rgba(222, 222, 222, 0.9058823529) rgba(241, 241, 241, 0.8549019608);
  scrollbar-width: thin;
  /* Track */
  /* Handle */
}
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar {
  width: 4px;
}
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.8549019608);
}
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar-thumb {
  background: rgba(222, 222, 222, 0.9058823529);
  border-radius: 5px;
}
.loan-details-widget .nav-btn a,
.loan-details-widget .nav-btn button {
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}
.loan-details-widget .nav-btn a i,
.loan-details-widget .nav-btn button i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}
.loan-details-widget .nav-btn a.prev-btn i,
.loan-details-widget .nav-btn button.prev-btn i {
  margin-right: 5px;
  margin-left: 0px;
}
.loan-details-widget .doc-info {
  display: flex;
}
.loan-details-widget .doc-info span {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--secondary_color);
  margin-right: 15px;
}
.loan-details-widget .doc-info p {
  display: inline-block;
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

/*----------------------------------------*/
/*   New Version
/*----------------------------------------*/
.loan-slider .slick-list {
  padding-top: 65px;
  padding-bottom: 60px;
  margin: 0 -24px;
  padding-right: 12px;
  padding-left: 12px;
}
.loan-slider .slick-arrow {
  font-size: 22px;
  height: 70px;
  width: 70px;
  border: 1px solid #e7e7e8;
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #6a737c;
  line-height: 67px;
  z-index: 1;
  top: 55%;
  transition: all 0.3s ease;
}
.loan-slider .slick-arrow::before {
  display: none;
}
.loan-slider .slick-arrow:hover {
  border-color: var(--brand_color);
  background-color: var(--brand_color);
  color: #fff;
}
.loan-slider .slick-arrow:hover i {
  color: #fff;
}
.loan-slider .slick-arrow i {
  vertical-align: middle;
}
.loan-slider .slick-prev {
  left: -240px;
}
.loan-slider .slick-next {
  right: -240px;
}
.loan-slider .slick-dots {
  bottom: inherit;
}
.loan-slider .slick-dots li {
  margin: 0 15px;
}
.loan-slider .slick-dots li.slick-active button {
  background-color: var(--brand_color);
}
.loan-slider .slick-dots li.slick-active button::after {
  transform: scale(1);
}
.loan-slider .slick-dots li button {
  background-color: #d4d4d4;
  border: none;
  position: relative;
  z-index: 1;
}
.loan-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--brand_color);
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-out;
}
.loan-slider .single-slide {
  background-color: #f6f6f6;
  border-radius: 8px;
  text-align: center;
  padding: 0px 30px 50px;
  margin: 0 12px;
  transition: all 0.3s ease-out;
}
.loan-slider .single-slide:hover {
  background-color: #fff;
  box-shadow: 0px 16px 60px 0px rgba(63, 93, 101, 0.2);
}
.loan-slider .single-slide .icon {
  margin: auto;
  transform: translateY(-43px);
  height: 104px;
  width: 104px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 104px;
  text-align: center;
  box-shadow: 0px 8px 40px 0px rgba(63, 93, 101, 0.2);
}
.loan-slider .single-slide .icon img {
  display: inline-block;
}
.loan-slider .single-slide h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
}
.loan-slider .single-slide p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  color: var(--p_color);
}

.calculator-area-three {
  padding: 140px 0px;
}
.calculator-area-three .bank-section-title h1 .underline-shape::after {
  background: #6AD099;
}
.calculator-area-three .calculator-widget-2 .calculator-result-widget {
  background: #fff;
  border-left: 1px solid #D9DBE5;
}




/*----------------------------------------*/
/*  Fast Security and Easy Loan CSS
/*----------------------------------------*/
.fast-e-loan .apply-topics ul li {
  font-size: 16px;
  color: var(--p_color);
  margin-top: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.fast-e-loan .apply-topics ul li i {
  margin-right: 8px;
}
.fast-e-loan .apply-topics ul li:first-child {
  margin-top: 0;
}
.fast-e-loan .learn-more ul li {
  background-color: #f5f7fa;
  color: var(--black_500);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  padding: 8px 20px 11px 18px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
}
.fast-e-loan .learn-more ul li span {
  color: var(--brand_color);
  margin-right: 8px;
}
.fast-e-loan .learn-more ul li:first-child {
  margin-top: 0;
}