/*======== Table of Css Content ==========*/
/* Typography */
/* variables */
/* Global style */
/*
=========================
=========================
*/

@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Product Sans";
  src: url(../fonts/Product-Sans-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url(../fonts/Product-Sans-Bold.ttf);
  font-weight: 600;
}

:root {
  --body-font: Product Sans;
  --body-color: #ffffff;
  --para-color: #6d7278;
  --head-color: #0a1023;
  --head-alt-color: #055c2d;
  --hover-color: #00325a;
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  font-family: "Poppins", sans-serif;
  color: #000000d9;
  font-weight: 600;
  text-transform: initial;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--body-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #d3d3d3;
}

img {
  max-width: 100%;
  height: auto;
}

.max-un {
  max-width: unset;
}

ul {
  padding: 0;
  margin: 10px 0;
}
ul li,
ol li {
  margin-bottom: 10px;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 10px 20px;
  color: #1e266d;
  width: 56%;
  font-family: "Poppins", sans-serif;
  height: 46px;
  background: #b5b5b51a;
  border: 1px solid #00000040;
  border-radius: 5px;
  font-size: 14px;
}

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

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

input[type="password"] {
  font-family: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

.form-control:focus {
  border-color: #737475;
  box-shadow: 0 0 4px 0px rgb(159 159 159);
}

.nice-select .list {
  width: 100%;
  margin-top: 1px;
}

.nice-select .option {
  font-size: 14px;
  line-height: 34px;
  list-style: none;
  min-height: 34px;
}

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

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.d-grid {
  display: grid !important;
}

.b-none {
  border: none !important;
}

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

.shadow-none {
  box-shadow: none;
}

h1,
h1 > a {
  font-size: 62px;
  line-height: 73.8px;
  margin-top: -18px;
}

h2,
h2 > a {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -12px;
}

h3,
h3 > a {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -8px;
}

h4,
h4 > a {
  font-size: 28px;
  line-height: 36px;
  margin-top: -7px;
}

h5,
h5 > a {
  font-size: 22px;
  line-height: 28px;
  margin-top: -5px;
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -3px;
}

table thead tr th {
  font-size: 18px;
  line-height: 30px;
}

a {
  display: inline-block;
  color: #39b54a;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}

p,
span,
li {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 23px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem !important;
}

.container-fliud {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.section-text {
  margin-bottom: 34px;
}

.section-header {
  margin-bottom: 55px;
}

.sub-title {
  color: var(--head-alt-color);
  margin-bottom: 30px;
}

.title {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 43px;
}

.title2 {
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 31px;
}

.title3 {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 31px;
}

.head-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1a4dbe;
  margin-bottom: 30px;
}

.title span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #39b54a;
  display: initial;
  background: linear-gradient(
    199deg,
    rgba(0, 73, 253, 1) 0%,
    rgba(65, 181, 73, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: initial;
}

.xxlr {
  font-size: 20px;
  line-height: 36px;
  margin-top: -7px;
}

.xlr {
  font-size: 16px;
  line-height: 24px;
}

.mdr {
  font-size: 16px;
  line-height: 22px;
}

.z-1 {
  z-index: 1;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.pt-120 {
  padding-top: 120px;
}

.error {
  color: #ff0000 !important;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 50px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-60 {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

*::-webkit-scrollbar-track {
  background: #7e7e7e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--hover-color);
  border-radius: 5px;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
  color: var(--body-color);
}

.scrollToTop:hover {
  color: var(--body-color);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url(../images/preloader.gif) no-repeat center center;
  background-size: 20%;
  background-color: #e5eff1;
}

.icon-svg {
  position: relative;
}

.icon-svg img {
  opacity: 1;
  position: absolute;
}

.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition:
    transform 0.3s,
    fill 0.5s;
  opacity: 0;
  visibility: hidden;
}

.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition:
    transform 0.3s,
    fill 0.5s,
    stroke-dashoffset 6s;
}

.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  line-height: 23px;
  font-size: 14px;
  padding: 4px 15px 6px;
  font-weight: 500;
  text-align: center;
  /* background: #6dd400; */
  background: linear-gradient(
    199deg,
    rgba(0, 73, 253, 1) 0%,
    rgba(65, 181, 73, 1) 100%
  );
  color: #fff;
  /* transition: .3s cubic-bezier(0.42, 0, 0.52, 0.58); */
  /* transition: .2s ease-in-out; */
  border-radius: 4px;
  border: 1px solid #62bd02;
  margin-left: 11px;
}

.cmn-btn:hover {
  color: #ffffff;
  /* background: #5aad03; */
  background: #032558;
  border: 1px solid #70cb11;
}

.cmn-btn.second {
  color: #0a1023;
  background: transparent;
  border: 1px solid #848894;
}

.cmn-btn.second:hover {
  color: var(--body-color);
  background: var(--hover-color);
  border: 1px solid var(--hover-color);
}

.blue-btn {
  padding: 8px 26px 8px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(
    199deg,
    rgba(0, 73, 253, 1) 0%,
    rgba(65, 181, 73, 1) 100%
  );
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
}

.blue-btn:hover {
  color: #fff;
  background: #032558;
}

.blue-btn.second {
  color: #fff;
  background: #00365f;
}

.blue-btn.second:hover {
  color: var(--body-color);
  background: var(--hover-color);
}

@keyframes run_obj {
  100% {
    right: 230%;
    opacity: 0;
  }
  80% {
    right: 200%;
    opacity: 1;
  }
  50% {
    right: 100%;
    opacity: 0.5;
  }
  0% {
    right: 10%;
    opacity: 0;
  }
}

@keyframes run_obj_alt {
  100% {
    left: 230%;
    opacity: 0;
  }
  80% {
    left: 200%;
    opacity: 1;
  }
  50% {
    left: 100%;
    opacity: 0.5;
  }
  0% {
    left: 10%;
    opacity: 0;
  }
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}

.header-section .navbar-toggler:focus {
  box-shadow: none;
}

.header-section .navbar-toggler i {
  color: var(--hover-color);
}

.header-section .navbar {
  padding: 20px 15px;
}
.header-section .navbar .navbar-nav {
  margin: 0;
}
.header-section .navbar .navbar-nav li {
  margin-bottom: 0;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
  font-weight: 500;
  padding: 0 16px;
  color: #0167b5;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-item:hover {
  color: var(--hover-color);
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-item.active {
  color: var(--hover-color);
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.dropdown-toggle::after {
  vertical-align: 0;
  background-image: url(../images/menu-down.png);
  background-repeat: no-repeat;
  background-size: 85%;
  border: none;
  margin-left: 5px;
  width: 15px;
  height: 11px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--body-color);
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover {
  background: #0167b5;
  transition: 0.3s;
  color: var(--body-color);
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropend
  .dropdown-menu {
  margin-left: 20%;
}

.header-section .navbar .navbar-collapse .right-area {
  margin-left: 30px;
  flex-grow: 1;
  justify-content: flex-end !important;
}

.header-section .nav-item.main-navbar .main-menu {
  position: absolute;
  top: 43px !important;
  left: 47%;
  transform: translateX(-50%);
  min-width: 177px;
  background: #1f2340;
  box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
  border: none;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar {
  position: relative;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  right: -80%;
  top: 0;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-section .nav-item.main-navbar:hover .main-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.header-section.register {
  border-bottom: 1px solid #d8dce7;
}

.header-section.register .nav-item {
  font-weight: 500;
}

.navbar-brand {
  width: 150px;
}
.nav-link {
  margin-top: 8px;
  font-weight: 600;
}
.call-link {
  color: #23272b !important;
  padding: 10px 0;
  font-size: 14px;
  margin-left: 14px;
}

.header-section.register .right-area {
  margin-left: 30px;
}

.banner-section .overlay {
  background-color: transparent;
  background-image: url(../images/home-bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom -2px;
  margin-top: -56px;
}

.banner-section .overlay .banner-content {
  padding: 273px 0 226px;
}

.banner-section .overlay .banner-content .top-area p {
  width: 93%;
}

.banner-section .overlay .banner-content .cmn-btn {
  margin-right: 20px;
}

.banner-section .overlay-inner {
  background-color: transparent;
  background-image: url(../images/credit-bgpng.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom -2px;
  margin-top: 0;
}
.banner-section .overlay-inner .banner-content {
  padding: 227px 0 98px;
}

.banner-section .overlay-inner .banner-content .top-area p {
  width: 80%;
}

.banner-section .overlay-inner .banner-content .cmn-btn {
  margin-right: 20px;
}
.banner-section .overlay-inner .title {
  font-size: 37px;
  line-height: 47px;
}
.banner-section .about-overlay {
  background-image: url(../images/bg-about.jpg);
  background-size: contain;
  background-position: right top 98px;
}
.banner-section .about-overlay .banner-content {
  padding: 200px 0 37px;
}
.breadcrumb li {
  font-weight: 600;
  margin-top: -15px;
}
.breadcrumb li a {
  font-weight: 600;
  background: linear-gradient(
    199deg,
    rgba(0, 73, 253, 1) 0%,
    rgba(65, 181, 73, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: initial;
}

.banner-section .partner {
  margin-top: -50px;
  transform: translateZ(10px);
  width: 100%;
}

.banner-section .partner .blue-btn {
  width: auto;
  margin-left: 2px;
  padding: 8px 15px;
  font-size: 14px;
}

.banner-section .partner .partner-box {
  padding: 60px 40px 60px 0px;
  position: relative;
}
.banner-bt {
  background: #fff;
  box-shadow: 0px 0px 14px 2px #ebebeb;
  border-radius: 4px;
  padding: 30px 15px;
}
.banner-bt span {
  background: linear-gradient(
    199deg,
    rgba(0, 73, 253, 1) 0%,
    rgba(65, 181, 73, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: initial;
}
.banner-bt .form-group {
  text-align: right;
}
.banner-bt input {
  width: 25%;
  font-size: 13px;
  padding: 10px;
}

.banner-section .partner .partner-box .slick-track {
  display: flex;
  align-items: center;
}

.banner-section .partner .partner-box .slick-track img {
  margin: auto;
  filter: grayscale(100%);
  transition: ease 0.3s;
}

.banner-section .partner .partner-box .slick-track img:hover {
  filter: grayscale(0);
  transition: ease 0.3s;
}

.partner-box .section-dots {
  text-align: center;
}

.partner-box .section-dots li .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #bdc2d1;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}

.partner-box .section-dots li {
  display: inline-block;
  margin: 20px 5px;
}

.partner-box .section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}

.partner-box .section-dots li.slick-active .dot {
  background-color: var(--hover-color);
}

.banner-section.inner-banner .banner-content {
  padding: 315px 0 170px;
}

.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
  margin-top: 10px;
}

.banner-section.inner-banner
  .banner-content
  .main-content
  .breadcrumb-area
  .breadcrumb
  li {
  display: flex;
  align-items: center;
}

.banner-section.inner-banner
  .banner-content
  .main-content
  .breadcrumb-area
  .breadcrumb
  li
  a {
  color: var(--para-color);
}

.banner-section.inner-banner
  .banner-content
  .main-content
  .breadcrumb-area
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  background-image: url(../images/icon/arrow-right.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  padding: 0 10px;
  content: "";
}

.banner-section.about .overlay {
  background-image:
    url(../images/about-left.png), url(../images/about-right.png);
  background-repeat: no-repeat;
  background-position:
    left 120px,
    right bottom;
}

.banner-section.career-single .overlay {
  background-image: url(../images/career-single-banner.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.banner-section.account .overlay {
  background-image: url(../images/account-banner.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.banner-section.account .overlay .banner-content {
  padding: 332px 0 214px;
}

.banner-section.account-details .overlay {
  background-image: url(../images/account-details-banner.png);
  background-repeat: no-repeat;
  background-position: right 10% bottom 30px;
}

.banner-section.account-details .overlay .banner-content {
  padding: 298px 0 165px;
}

.banner-section.card-banner .overlay {
  background-image:
    url(../images/card-banner-bg.png), url(../images/card-banner.png);
  background-repeat: no-repeat;
  background-position:
    left bottom,
    right bottom;
}

.banner-section.card-banner .overlay .banner-content {
  padding: 350px 0 233px;
}

.banner-section.product .overlay {
  background-image: url(../images/product-banner.png);
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-position-y: 63%;
}

.banner-section.product .overlay .banner-content {
  padding: 356px 0 239px;
}

.banner-section.car-loans .overlay {
  background-image: url(../images/car-banner.png);
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-position-y: 63%;
}

.banner-section.car-loans .overlay .banner-content {
  padding: 307px 0 170px;
}

.banner-section.business-loan .overlay {
  background-image: url(../images/business-banner.png);
  background-repeat: no-repeat;
  background-position: right 110px bottom;
}

.banner-section.business-loan .overlay .banner-content {
  padding: 307px 0 170px;
}

.banner-section.home-loan .overlay {
  background-image: url(../images/home-banner.png);
  background-repeat: no-repeat;
  background-position: right 110px bottom;
}

.banner-section.home-loan .overlay .banner-content {
  padding: 307px 0 170px;
}

.banner-section.educations-loan .overlay {
  background-image: url(../images/educations-banner.png);
  background-repeat: no-repeat;
  background-position: right 110px bottom;
}

.banner-section.educations-loan .overlay .banner-content {
  padding: 307px 0 170px;
}

.banner-section.personal-loan .overlay {
  background-image: url(../images/personal-banner.png);
  background-repeat: no-repeat;
  background-position: right 110px bottom;
}

.banner-section.personal-loan .overlay .banner-content {
  padding: 307px 0 170px;
}

.banner-section.contact .overlay {
  background-image: url(../images/contact-banner.png);
  background-repeat: no-repeat;
}

.banner-section.contact .overlay .banner-content {
  padding: 307px 0 170px;
}

.banner-section.contact .overlay {
  background-image: url(../images/contact-banner.png);
  background-repeat: no-repeat;
  background-position: right 50px bottom;
}

.banner-section.contact .overlay .banner-content {
  padding: 307px 0 170px;
}

.banner-section.remittance .overlay {
  background-image:
    url(../images/remittance-Illu.png), url(../images/remittance-city-bg.png);
  background-repeat: no-repeat;
  background-position:
    right bottom,
    right center;
}

.banner-section.remittance .overlay .banner-content {
  padding: 325px 0 275px;
}

.banner-section.remittance .overlay .banner-content .button-group a {
  margin-right: 10px;
}

.banner-section.remittance .bottom-box {
  margin-top: -125px;
  transform: translateZ(10px);
}

.banner-section.remittance .bottom-box .form-content {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
}

.banner-section.remittance .bottom-box .form-content form {
  margin-top: -10px;
}

.banner-section.remittance .bottom-box .form-content .single-input label {
  font-weight: 600;
}

.banner-section.remittance .bottom-box .form-content .single-input .single {
  padding: 0 20px;
  background: #f5faff;
  border: 1px solid #eef1ff;
  border-radius: 5px;
}

.banner-section.remittance
  .bottom-box
  .form-content
  .single-input
  .single
  input {
  padding: 0;
  border: none;
}

.banner-section.remittance
  .bottom-box
  .form-content
  .single-input
  .single
  .nice-select {
  background: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.banner-section.remittance
  .bottom-box
  .form-content
  .single-input
  .single
  .nice-select::after {
  border-bottom: 2px solid #2c3655;
  border-right: 2px solid #2c3655;
  height: 9px;
  margin-top: -6px;
  right: 12px;
  top: 50%;
  width: 9px;
}

.banner-section.remittance .bottom-box .form-content .form-bottom {
  margin-top: 30px;
}

.banner-section.remittance .bottom-box .form-content .form-bottom .btn-area {
  padding-left: 10%;
}

.banner-section.remittance .bottom-box .form-content .form-bottom p span {
  color: var(--head-alt-color);
}

.banner-section.affiliate .overlay {
  background-image: unset;
  border-bottom: 1px dashed #1a4dbe;
}

.banner-section.affiliate .overlay .banner-content {
  padding: 265px 0 205px;
}

.banner-section.affiliate .bottom-box {
  background-image: url(../images/affiliate-circle.png);
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  margin-top: -158px;
}

.banner-section.affiliate .bottom-box .main-content .mid-side {
  width: 160px;
  height: 160px;
  background: var(--body-color);
  box-shadow: 0px 6.38298px 12.766px rgba(47, 65, 129, 0.1);
  border-radius: 80px;
  position: relative;
}

.banner-section.affiliate .bottom-box .main-content .mid-side h3 {
  color: var(--hover-color);
  margin-top: 0;
}

.banner-section.affiliate .bottom-box .main-content .mid-side p {
  color: var(--head-alt-color);
}

.banner-section.affiliate .bottom-box .main-content .mid-side::before,
.banner-section.affiliate .bottom-box .main-content .mid-side::after {
  position: absolute;
  font-family: "arafat font";
  font-size: 24px;
  color: var(--hover-color);
}

.banner-section.affiliate .bottom-box .main-content .mid-side::before {
  content: "\0041";
  left: -120%;
  animation: linear infinite;
  animation-name: run_obj;
  animation-duration: 2s;
}

.banner-section.affiliate .bottom-box .main-content .mid-side::after {
  content: "\0042";
  right: -120%;
  animation: linear infinite;
  animation-name: run_obj_alt;
  animation-duration: 2s;
}

.banner-section.affiliate .bottom-box .btn-area a:hover {
  background-color: var(--body-color);
}

.banner-section.blog .overlay {
  background-image: url(../images/blog-banner.png);
  background-repeat: no-repeat;
  background-position: right 30px bottom;
}

.banner-section.faqs .overlay {
  background-image: url(../images/faqs-banner.png);
  background-repeat: no-repeat;
  background-position: right 30px bottom;
}

.banner-section.privacy-content .overlay {
  background-image: url(../images/privacy-banner.png);
  background-repeat: no-repeat;
  background-position: right 30px bottom;
}

.banner-section.terms .overlay {
  background-image: url(../images/terms-banner.png);
  background-repeat: no-repeat;
  background-position: right 30px bottom;
}

.footer-section {
  background: #032558;
  text-align: center;
}

.footer-section .img-area {
  position: relative;
}

.footer-section .img-area img {
  position: absolute;
  bottom: 100px;
  width: 15%;
}

.footer-section .img-area .left {
  left: 0;
}

.footer-section .img-area .right {
  right: 0;
}

.footer-section .footer-box .logo {
  margin-bottom: 25px;
}

.footer-section .footer-box .social-link {
  margin-top: 25px;
}

.footer-section .footer-box .social-link a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #1a4dbe;
  border: 1px solid #b0baf1;
  transition: 0.3s;
  margin-right: 10px;
}

.footer-section .footer-box .social-link a.active,
.footer-section .footer-box .social-link a:hover {
  background: #1a4dbe;
  border: 1px solid #1a4dbe;
  color: #ffffff;
}

.footer-section .footer-box h5 {
  margin-bottom: 15px;
}

.footer-section .footer-box li a {
  color: #2c3655;
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: center;
}

.footer-section .footer-box li a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon/right-icon.png);
  background-repeat: no-repeat;
  left: 0;
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: 0.3s;
}

.footer-section .footer-box li a:hover {
  color: #055c2d;
  padding-left: 35px;
}

.footer-section .footer-box li a:hover::before {
  left: 15px;
  opacity: 1;
}

.footer-section .footer-box form input {
  margin-bottom: 22px;
  border-radius: 30px;
  border-color: #b0baf1;
}

.footer-section .footer-box form button {
  width: 100%;
  box-shadow: 0px 20px 20px rgba(26, 77, 190, 0.2);
  margin-bottom: 20px;
}

.social-icon i {
  margin: 25px 3px;
  background: #fff;
  padding: 4px 5px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: 0.2s ease-in-out;
  color: #191b1c;
}
.social-icon i:hover {
  color: #0167b5;
}

.footer-section .footer-box form button:hover {
  box-shadow: none;
}
.footer-section form {
  text-align: center;
  position: relative;
}

.footer-section .title3 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.footer-section form i {
  position: absolute;
  left: 31%;
  margin: 13px;
  margin-top: 24px;
  font-size: 14px;
  color: #00325a;
}
.footer-section form input {
  width: 38%;
  background: #fff;
  padding-left: 32px;
  height: 55px;
}
.footer-section form button {
  position: absolute;
  right: 31%;
  margin: 6.2px;
  padding: 9px 26px;
}
.footer-section .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #3688c9;
  padding: 25px 0;
}
.footer-section .footer-bottom a {
  margin: 0 25px;
  color: #fff;
}
.footer-section .footer-bottom a:hover {
  color: #d3d3d3;
}

.footer-section .footer-bottom .left a {
  color: #055c2d;
}

.footer-section .footer-bottom .right .cus-bor {
  border-right: 1px solid #b0baf1;
  line-height: 20px;
  margin-right: 15px;
  padding-right: 15px;
}

.footer-section .footer-bottom .right a {
  color: #2c3655;
}

.sitemap ul li {
  list-style: inside;
}
.sitemap ul li a {
  color: #858585;
}
.sitemap ul li a:hover {
  color: #39b54a;
}

.filter-section {
  background: #efefef;
  padding: 30px 0;
}
.filter-section .filter .nice-select {
  width: 23%;
  line-height: 28px;
}
.filter-section .filter .nice-select .current {
  font-size: 14px;
}
.filter-section #filter_data .list {
  height: 180px;
  overflow-y: scroll;
}

.features-section .top-section .list {
  margin: 33px 0;
}

.features-section .top-section .list .list-item {
  margin-top: 16px;
}

.features-section .top-section .list .list-item span {
  font-weight: 600;
  color: #211252;
}

.features-section .top-section .list .check {
  margin-right: 10px;
  color: #6dd400 !important;
}

.features-section .top-section .list .check img {
  width: 19px;
}

.features-section.app-download .button-group {
  margin-top: 35px;
}

.features-section.app-download .button-group a {
  margin-right: 10px;
}

.features-section.pay-early {
  background: #f5faff;
}

.features-section .img-area img {
  width: 77%;
  margin-top: -45px;
}

.features-section.remittance .img-area {
  direction: rtl;
}

.features-section .img-area iframe {
  border: 5px solid #000;
  height: 100% !important;
  max-height: 350px !important;
  min-height: 350px !important;
  width: 100%;
}

.about-feature-sec .img-area img {
  width: 92%;
  margin-top: 0;
}
.about-feature-sec .list p {
  margin-left: 30px;
  font-size: 14px;
  margin-top: 10px;
}

.solutions-business {
  background-image: url(../images/solutions-business-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}

.solutions-business .single-box {
  padding: 15px 30px;
}

.solutions-business .single-box img {
  width: 60%;
}

.solutions-business .single-box .thumb {
  width: 108px;
  height: 108px;
  background: transparent
    linear-gradient(128deg, #fffffff7 0%, #f3f3f3 46%, #b0d7dd 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.partner-box .single-box h5 {
  font-size: 18px;
}

.solutions-business .single-box .content {
  margin-bottom: -4px;
}

.solutions-business .single-box .content h5 {
  margin-bottom: 10px;
}

.solutions-business .single-box .content a {
  color: var(--hover-color);
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solutions-business .single-box .content a img {
  margin-left: 5px;
  transition: 0.3s;
}

.solutions-business .single-box .content a:hover img {
  transform: translateX(10px);
  transition: 0.3s;
}

.solutions-business.account {
  background-image: unset;
}

.solutions-business .single-box p {
  margin: 8px 0;
  font-size: 14px;
}
.solutions-business .single-box .thumb2 img {
  width: 40%;
  margin-bottom: 15px;
}

.beliefs-box .single-box {
  padding: 15px 8px;
  width: 20%;
  height: 367px;
  margin-top: 40px;
}
.beliefs-box .single-box .item {
  padding: 15px 15px;
  box-shadow: 0 0 27px 0 #d7d7d7;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.beliefs-box .single-box .item .thumb2 img {
  position: absolute;
}
.beliefs-box .single-box .item h6 {
  margin-top: 55px;
}

#accordionExample2 .accordion-item {
  border: none;
  box-shadow: 0px 0px 15px -3px #d1d1d1;
  border-radius: 0;
  position: relative;
  margin-bottom: 70px;
}

.br-l {
  border-left: 0.8px solid #d7d6d6;
}
.br-r {
  border-right: 0.8px solid #d7d6d6;
}

.card-section .card-header-box {
  padding: 18px 0;
}
.card-section .card-header-box img {
  width: 47%;
}
.card-section p {
  font-size: 15px;
  line-height: 17px;
  margin-top: 5px;
  color: #2c2c2c;
  font-weight: 500;
}

.card-section .accordion-body p {
  font-size: 14px !important;
  line-height: 23px !important;
  font-weight: 400 !important;
}
.card-detail-box p {
  font-size: 14px !important;
  line-height: 23px !important;
  font-weight: 400 !important;
}

.card-section h6 {
  font-size: 16px;
  color: #033f6d;
}
.know-more {
  font-size: 13px;
}
.card-section .know-more:hover {
  color: #000 !important;
  text-decoration: underline;
}
.card-section .view-dtl {
  font-size: 14px;
  position: absolute;
  width: auto;
  right: 0px;
  bottom: -38px;
  padding: 5px 27px;
  box-shadow: 0px 10px 15px 0px #e9e9e9;
  z-index: 1;
}
.card-section .view-dtl:not(.collapsed) {
  color: #0c63e4;
  background: #fff;
}
.view-dtl::after {
  background-size: 13px;
  width: 20px;
  height: 11px;
  margin-left: 5px;
}
.card-view-detail {
  margin: 20px;
  border-top: 1px solid #e3e3e3;
}
.card-view-detail .accordion-body {
  padding: 20px 0;
}
.card-view-detail .accordion-body ul {
  padding-left: 15px;
  padding-top: 7px;
}
.card-view-detail .accordion-body ul li {
  list-style: disc;
  font-size: 14px;
  margin-bottom: 7px;
}

.work-right p {
  margin-top: 11px;
}

.brand-carousel .single-box .item {
  width: 147px;
  height: 147px;
}

.brand-section img {
  filter: grayscale(100%);
  width: 100%;
}

.cd-banner .credit-detail-overlay {
  background-image: url(../images/CD-bg.jpg) !important;
  margin-top: 92px;
  background-size: 100% 100%;
}
.cd-banner .credit-detail-overlay .banner-content {
  padding: 89px 0 202px;
}
.cd-banner .credit-detail-overlay .main-content {
  text-align: center;
}
.cd-banner .credit-detail-overlay .main-content .top-area {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cd-banner .credit-detail-overlay .main-content img {
  width: 286px;
  margin-bottom: 20px;
}
.cd-banner .credit-detail-overlay .main-content .title {
  font-size: 33px;
  margin-bottom: 5px;

  background: linear-gradient(
    199deg,
    rgba(0, 73, 253, 1) 0%,
    rgba(65, 181, 73, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: initial;
}
.cd-banner .credit-detail-overlay .main-content p {
  width: 100% !important;
  color: #262626;
}
.card-detail-header {
  background: #fff;
  box-shadow: 0px 0px 31px 1px #dbdbdb;
  border-radius: 9px;
  margin-top: -130px;
}
.card-detail-header h6 {
  background: linear-gradient(
    199deg,
    rgba(0, 73, 253, 1) 0%,
    rgba(65, 181, 73, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: initial;
}
.card-detail-box {
  width: 96%;
  padding-top: 26px;
  border-top: 1px solid #e1e1e1;
  margin: 26px;
}
.card-detail-box h6 {
  color: #3a3a3a;
  text-transform: capitalize;
  font-size: 17px;
}
.card-header-box .col-lg-9.row,
.card-header-box .col-lg-8.row {
  margin: 0;
}
.card-detail-box ul li {
  font-size: 14px;
  margin: 5px;
  position: relative;
  margin-left: 15px;
  list-style: none;
}
.card-detail-box ul li::after {
  position: absolute;
  content: "\f105";
  left: -15px;
  width: 19px;
  font-family: FontAwesome;
  display: inline-block;
  top: 0px;
  font-size: 18px;
  color: #6ac709;
}
.card-detail-header .cmn-btn {
  margin-top: 20px;
}
#accordionExample3 .accordion-item {
  border: none;
  box-shadow: 0px 0px 15px -3px #d1d1d1;
  border-radius: 0;
  position: relative;
  margin-bottom: 20px;
}

.media-list .media-object {
  width: 40px;
  height: 35px;
  border-radius: 50%;
  min-width: 35px;
  /* -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%); */
  /* box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%); */
  border: 1px solid #42c3cf;
}

.media-list .comment-box .media-heading {
  font-size: 15px;
  color: #0163b0;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0;
}
.media-list .comment-box .media-heading span {
  font-size: 11px;
  color: #5a5a5a;
  font-weight: 400;
  margin-left: 30px;
}
.media-list .comment-box p {
  margin: 0;
  font-size: 13.6px;
  line-height: 1.5;
}
.media-list .comment-box .text-right {
  text-align: right;
}
.replyBtn {
  line-height: 15px;
  font-size: 13px;
  display: inline-block;
  background: #979797;
  padding: 5px 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 5px;
}
.replyBtn:hover {
  background: #6dd401;
  color: #fff;
}

.media {
  margin-top: 20px;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

/* Reset margins on headings for tighter default spacing */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* // Media list variation
//
// Undo default ul/ol styles */
.media-list {
  padding-left: 0;
  list-style: none;
}

.review-form label {
  display: block;
  color: #0063b0;
  font-size: 17px;
  font-weight: 500;
}
.review-form input,
.review-form textarea {
  width: 98%;
  background: transparent;
  border: none;
  border-bottom: 1.3px solid #919191;
  padding: 5px 0px;
  font-size: 14px;
  border-radius: 0;
  min-height: initial;
  margin-bottom: 35px;
}
.review-form button {
  width: 80%;
  margin-top: 30px;
  height: max-content;
}

.call-action {
  background-image: url(../images/call-action-bg.png);
  background-position: top;
  background-repeat: no-repeat;
}

.call-action .main-content {
  padding: 80px 40px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 20px;
}

.call-action .main-content .section-header .title span {
  display: block;
}

.call-action .main-content .bottom-area a {
  margin: 0 10px;
}

.call-action.card-page {
  background-image: url(../images/call-action-card-bg.png);
  background-position: top;
  background-repeat: no-repeat;
}

.call-action.card-page .section-header h2 {
  color: var(--body-color);
}

.call-action.card-page .single {
  text-align: center;
}

.call-action.card-page .single .xlr {
  color: var(--head-alt-color);
  margin-top: 16px;
}

.call-action.card-page .single .cmn-btn {
  margin-top: -8px;
}

.call-action.second {
  background-image: url(../images/call-action-card-second.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.call-action.second h2,
.call-action.second p {
  color: var(--body-color);
}

.call-action.second .cmn-btn {
  color: #0a1023;
  background: var(--body-color);
  box-shadow: 0px 20px 20px rgba(26, 77, 190, 0.2);
}

.call-action.car-page .main-content .section-header {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.call-action.educations .main-content {
  padding: 60px;
}

.call-action.educations .main-content form .bottom-area {
  margin-top: 10px;
}

.call-action.educations .main-content form .bottom-area .single-input {
  margin-bottom: 0;
}

.call-action.educations .main-content .single-input {
  margin-bottom: 32px;
}

.call-action.educations .main-content .single-input h6 {
  margin-top: -9px;
}

.call-action.educations .main-content .single-input label {
  font-weight: 600;
}

.call-action.educations .main-content .single-input input:focus {
  border: 1px solid #b0baf1;
}

.call-action.educations .main-content .single-input .single-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
  margin-right: 20px;
}

.call-action.educations
  .main-content
  .single-input
  .single-radio:hover
  input
  ~ .checkmark {
  background-color: #f5faff;
}

.call-action.educations .main-content .single-input .single-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.call-action.educations
  .main-content
  .single-input
  .single-radio
  input:checked
  ~ .checkmark {
  background-color: #f5faff;
  border: 1px solid var(--hover-color);
}

.call-action.educations
  .main-content
  .single-input
  .single-radio
  input:checked
  ~ .checkmark:after {
  display: block;
}

.call-action.educations .main-content .single-input .single-radio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f5faff;
  border: 1px solid #b0baf1;
  border-radius: 50%;
}

.call-action.educations
  .main-content
  .single-input
  .single-radio
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover-color);
}

.call-action.affiliate {
  background-image:
    url(../images/affiliate-card.png),
    url(../images/call-action-card-second.png);
  background-repeat: no-repeat;
  background-position:
    right 90px top,
    top;
}

.call-action.affiliate .section-header h2 {
  color: initial;
}

.faqs-section .section-header p a {
  color: #1a4dbe;
}
.faqs-section {
  background: #0167b517;
}

.faqs-section .accordion {
  margin-bottom: -20px;
}

.accordion-header {
}

.faqs-section .accordion .accordion-item {
  margin-bottom: 20px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-button {
  padding: 23px 15px;
  background: var(--body-color);
  border-radius: 10px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
  color: #0163b0;
}

.faqs-section .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #ffffff00;
  box-shadow: none;
  border-radius: 5px;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}

.faqs-section .accordion .accordion-item .accordion-button.collapsed::before {
  background-color: #f7f6ff00;
  box-shadow: none;
}

.faqs-section .accordion .accordion-item .accordion-collapse {
  border: none;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 30px;
}

.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body p {
  padding: 30px 0;
  border-top: 1px solid #b0baf1;
}

.faqs-section.account {
  position: relative;
}

.faqs-section.account::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: linear-gradient(180deg, #f5faff 0%, rgba(245, 250, 255, 0) 100%);
  left: 5%;
  z-index: -1;
}

.faqs-section .tab-content h4 {
  text-align: center;
  margin: 30px 0;
  text-transform: uppercase;
}

.faqs-section .nav-tabs {
  padding: 10px;
  border: 1px solid #b0baf1;
  border-radius: 50px;
  justify-content: center;
}

.faqs-section .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.faqs-section .nav-tabs .nav-item .nav-link {
  padding: 15px 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 35px;
  font-weight: 500;
  margin: 0 10px;
  text-transform: uppercase;
  color: var(--para-color);
}

.faqs-section .nav-tabs .nav-item .nav-link.active,
.faqs-section .nav-tabs .nav-item .nav-link:hover {
  background: var(--hover-color);
  color: var(--body-color);
}

.about-section {
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.about-section .text-area {
  margin-bottom: 25px;
}

.about-section .count-content {
  padding: 30px 45px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
}

.about-section .count-content .count-number {
  display: inline-flex;
  align-items: center;
  vertical-align: -webkit-baseline-middle;
}

.about-section .count-content .count-number h4 {
  display: inline-block;
  margin-top: 0;
}

.about-section .count-content .count-number .odometer span {
  font-weight: inherit;
  font-size: inherit;
}

.about-section .count-content .count-number .static {
  color: var(--hover-color);
}

.about-section .count-content p {
  margin-top: 12px;
}

.about-section .img-area {
  position: relative;
}

.about-section .img-area img {
  position: absolute;
  border: 6px solid var(--body-color);
  border-radius: 10px;
}

.about-section .img-area .img-1 {
  left: 50px;
  bottom: 0;
}

.about-section .img-area .img-2 {
  left: 0;
  top: 0;
  z-index: 1;
}

.about-section .img-area .img-3 {
  top: -150px;
  right: -75px;
}

.our-core-values {
  background: #f5faff;
}

.our-core-values .section-header p {
  width: 75%;
  margin: auto;
}

.our-core-values .single-box {
  text-align: center;
}

.our-core-values .single-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100px;
  height: 100px;
  background: var(--hover-color);
  border-radius: 50px;
}

.our-core-values .single-box .text-area h5 {
  margin: 31px 0 13px;
}

.our-journey {
  background: #f5faff;
}

.our-journey .journey-carousel {
  margin-top: -30px;
}

.our-journey .journey-carousel .single {
  padding: 30px 15px;
  margin-bottom: 60px;
}

.our-journey .journey-carousel .single-box {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
}

.our-journey .journey-carousel .single-box .top-box {
  margin-bottom: 20px;
}

.our-journey .journey-carousel .single-box .top-box h4 {
  margin-top: 0;
  margin-left: 10px;
}

.our-journey .journey-carousel .single-box .icon-box {
  width: 40px;
  height: 40px;
  background: var(--hover-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-journey .slick-arrow {
  position: absolute;
  outline: none;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #d8dce7;
  box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
  border-radius: 20px;
  z-index: 1;
}

.our-journey .slick-arrow i {
  color: #1e266d;
}

.our-journey .slick-arrow:hover {
  background: var(--hover-color);
  box-shadow: 0px 4px 4px #dae5ff;
  transition: all 0.5s;
}

.our-journey .slick-arrow:hover i {
  color: var(--body-color);
}

.our-journey .slick-arrow.slick-prev {
  left: calc(50% - 90px);
  z-index: 2;
}

.our-journey .slick-arrow.slick-next {
  right: calc(50% - 90px);
}

.our-team .nav-tabs {
  padding: 10px;
  border: 1px solid #b0baf1;
  border-radius: 50px;
  justify-content: space-between;
}

.our-team .nav-tabs .nav-item .nav-link {
  padding: 15px 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 35px;
  font-weight: 500;
  color: var(--para-color);
}

.our-team .nav-tabs .nav-item .nav-link.active,
.our-team .nav-tabs .nav-item .nav-link:hover {
  background: var(--hover-color);
  color: var(--body-color);
}

.our-team .tab-content .tab-pane {
  margin-bottom: -65px;
}

.our-team .tab-content .single-box {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .tab-content .single-box .icon-box {
  margin: auto;
  width: 140px;
  height: 140px;
  background: #f5faff;
  border-radius: 70px;
  overflow: hidden;
}

.our-team .tab-content .single-box .icon-box img {
  transform: translate(-5px, 5px);
}

.our-team .tab-content .single-box h5 {
  margin: 22px 0 9px;
}

.security-section.remittance {
  background: #f5faff;
}

.more-feature {
  position: relative;
}

.more-feature::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #f5faff;
  left: 5%;
  z-index: -1;
}

.more-feature .single {
  display: flex;
  align-items: center;
  margin: 0 15px;
  padding-bottom: 98px;
}

.more-feature .single .text-start {
  margin-right: 15px;
}

.more-feature .slick-arrow {
  position: absolute;
  outline: none;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #d8dce7;
  box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
  border-radius: 20px;
  z-index: 1;
}

.more-feature .slick-arrow i {
  color: #1e266d;
}

.more-feature .slick-arrow:hover {
  background: var(--hover-color);
  box-shadow: 0px 4px 4px #dae5ff;
  transition: all 0.5s;
}

.more-feature .slick-arrow:hover i {
  color: var(--body-color);
}

.more-feature .slick-arrow.slick-prev {
  left: calc(50% - 90px);
  z-index: 2;
}

.more-feature .slick-arrow.slick-next {
  right: calc(50% - 90px);
}

.more-feature .section-dots {
  text-align: center;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 12px;
  display: flex;
  align-items: center;
}

.more-feature .section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}

.more-feature .section-dots li .dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #bdc2d1;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}

.more-feature .section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}

.more-feature .section-dots li.slick-active .dot {
  background-color: var(--hover-color);
}

.more-feature.remittance .cus-mar {
  margin-bottom: -30px;
}

.more-feature.remittance .content-area {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}

.more-feature.remittance .content-area .img-area {
  min-width: 80px;
  min-height: 80px;
  background: #f5faff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.more-feature.remittance .content-area .text-area h5 {
  margin-bottom: 14px;
}

.grow-confidence .single-plan {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
}

.grow-confidence .single-plan .introd-area {
  width: 160px;
  height: 160px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5faff;
  border-radius: 80px;
}

.grow-confidence .single-plan .introd-area h4 {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}

.grow-confidence .single-plan .introd-area h4 .number {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--hover-color);
  margin-right: 10px;
}

.grow-confidence .single-plan .introd-area h4 .right {
  display: inline-grid;
}

.grow-confidence .single-plan .introd-area h4 .right span {
  color: var(--head-alt-color);
  font-weight: 600;
  line-height: 15px;
}

.grow-confidence .single-plan .introd-area h4 .right .mdr {
  font-weight: 400;
}

.grow-confidence .single-plan .head-area h5 {
  margin: 15px 0;
}

.grow-confidence .single-plan .plan-list {
  padding: 19px 60px 0;
}

.grow-confidence .single-plan .plan-list .single {
  border-bottom: 1px solid #eef1ff;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.grow-confidence .single-plan .plan-list .single h6 {
  font-weight: 600;
}

.grow-confidence .single-plan .plan-list .single:last-child {
  border: none;
}

.grow-confidence .single-plan .cmn-btn {
  margin-top: -7px;
}

.how-works {
  background: #f5faff;
}

.how-works .nav-tabs {
  border: none;
}

.how-works .nav-link {
  border: none;
  padding: 0;
}

.how-works .nav-link .row {
  margin-bottom: 20px;
  transition: 0.3s;
}

.how-works .nav-link .left-side {
  position: relative;
}

.how-works .nav-link .left-side::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: #2c3655;
  left: calc(50% - 10px);
  top: 75px;
  transition: 0.3s;
}

.how-works .nav-link .left-side .number {
  width: 65px;
  height: 65px;
  background: #2c3655;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.how-works .nav-link .left-side .number h4 {
  color: var(--body-color);
  margin-top: 0;
  transition: 0.3s;
}

.how-works .nav-link .right-side {
  margin-bottom: -6px;
  cursor: pointer;
}

.how-works .nav-link .right-side h4 {
  margin-top: 5px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.how-works .nav-link .right-side p {
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

.how-works .nav-link.active {
  border: none;
  background: transparent;
}

.how-works .nav-link.active .row {
  margin-bottom: 63px;
}

.how-works .nav-link.active .left-side::before {
  background-color: var(--hover-color);
  height: 100px;
}

.how-works .nav-link.active .left-side .number {
  background: var(--hover-color);
}

.how-works .nav-link.active .right-side h4 {
  color: var(--hover-color);
}

.how-works .nav-link.active .right-side p {
  visibility: visible;
  opacity: 1;
}

.how-works .nav-link.last {
  padding-bottom: 0;
  margin-bottom: -77px;
  transition: 0.3s;
}

.how-works .nav-link.last .left-side::before {
  display: none;
}

.how-works .nav-link.last .row {
  margin-bottom: 0;
}

.how-works .nav-link.last.active {
  margin-bottom: 0;
}

.card-feature .overlay {
  background-image: url(../images/card-feature-right.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.card-feature .overlay .img-area {
  direction: rtl;
}

.card-feature .overlay .single {
  margin-bottom: 100px;
  padding-right: 15px;
}

.card-feature .overlay .single h2 {
  width: 75%;
}

.card-feature .overlay .slick-arrow {
  position: absolute;
  outline: none;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #d8dce7;
  box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
  border-radius: 20px;
  z-index: 1;
}

.card-feature .overlay .slick-arrow i {
  color: #1e266d;
}

.card-feature .overlay .slick-arrow:hover {
  background: var(--hover-color);
  box-shadow: 0px 4px 4px #dae5ff;
  transition: all 0.5s;
}

.card-feature .overlay .slick-arrow:hover i {
  color: var(--body-color);
}

.card-feature .overlay .slick-arrow.slick-prev {
  left: calc(0% - 1px);
  z-index: 2;
}

.card-feature .overlay .slick-arrow.slick-next {
  left: calc(26% - 1px);
}

.card-feature .overlay .section-dots {
  text-align: center;
  position: absolute;
  left: calc(11% - 1px);
  bottom: 12px;
  display: flex;
  align-items: center;
}

.card-feature .overlay .section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}

.card-feature .overlay .section-dots li .dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #bdc2d1;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}

.card-feature .overlay .section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}

.card-feature .overlay .section-dots li.slick-active .dot {
  background-color: var(--hover-color);
}

.choose-card .nav-tabs {
  padding: 10px;
  border: 1px solid #b0baf1;
  display: inline-flex;
  border-radius: 35px;
  margin-bottom: 22px;
}

.choose-card .nav-tabs .nav-item .nav-link {
  border-radius: 50px;
  border: none;
  padding: 12px 30px;
}

.choose-card .nav-tabs .nav-item .nav-link.active {
  background: #1a4dbe;
  color: var(--body-color);
}

.choose-card .single-card img {
  margin-bottom: 15px;
}

.personalized-solution {
  background: #f5faff;
}

.apply-for-loan .overlay {
  background-image: url(../images/apply-for-loan-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}

.apply-for-loan .overlay .form-content {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 20px;
}

.apply-for-loan .overlay .form-content .section-header {
  width: 55%;
  display: grid;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.apply-for-loan .overlay .form-content .single-input {
  display: grid;
  margin-bottom: 20px;
}

.apply-for-loan .overlay .form-content .single-input label {
  font-weight: 600;
}

.apply-for-loan .overlay .form-content .single-input input:focus,
.apply-for-loan .overlay .form-content .single-input textarea:focus {
  border: 1px solid #b0baf1;
}

.apply-for-loan .overlay .form-content .cmn-btn {
  padding: 10px 80px 15px;
  margin-top: 18px;
}

.apply-for-loan.business-loan {
  position: relative;
}

.apply-for-loan.business-loan::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  top: 0;
  z-index: -1;
  background: #f5faff;
}

.apply-for-loan.business-loan .overlay {
  background-image: unset;
}

.apply-for-loan.home-loan::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  top: 12px;
  z-index: -1;
  background-image: url(../images/apply-loan-banner.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.apply-for-loan.educations .checkbox_wrapper {
  position: relative;
  height: 40px;
  width: 40px;
  margin-right: 20px;
}

.apply-for-loan.educations input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.apply-for-loan.educations input[type="checkbox"] + label {
  background-image: url(../images/icon/check-1.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 5px;
}

.apply-for-loan.educations input[type="checkbox"]:checked + label {
  background-image: none;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 5px;
}

.apply-for-loan.contact .overlay {
  background-image: url(../images/get-in-touch-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}

.apply-for-loan.contact .overlay .form-content {
  box-shadow: 0px -12px 24px rgba(47, 65, 129, 0.1);
}

.business-loan-section {
  position: relative;
}

.business-loan-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  background: #f5faff;
  top: 0;
  left: 0;
  z-index: -1;
}

.business-loan-section .img-area {
  position: absolute;
  left: 15px;
  top: 30%;
  z-index: -1;
}

.business-loan-section .section-header .top-para {
  width: 65%;
  margin: auto;
}

.business-loan-section .main-content {
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 20px;
  padding: 60px 190px;
  text-align: center;
}

.business-loan-section .main-content form .range-amount input {
  padding: 0;
  margin: 0;
  color: var(--head-alt-color);
  background: transparent;
  width: 15%;
  border: none;
  font-weight: inherit;
  font-size: inherit;
}

.business-loan-section .main-content form .ui-widget-header {
  background: #1a4dbe;
}

.business-loan-section .main-content form .ui-widget-content {
  border: none;
  background: #eef1ff;
  height: 8px;
  margin: 35px 0 44px;
}

.business-loan-section .main-content form .ui-slider-handle.ui-state-default {
  width: 40px;
  height: 40px;
  background: #1a4dbe;
  box-shadow: 0px 4px 4px rgba(53, 78, 133, 0.3);
  border-radius: 20px;
  border: none;
  top: -16px;
}

.business-loan-section
  .main-content
  form
  .ui-slider-handle.ui-state-default:focus {
  outline: none;
}

.business-loan-section .main-content form .nav-tabs {
  padding: 0 30px;
  border: none;
  margin-bottom: -32px;
}

.business-loan-section .main-content form .nav-tabs .cmn-btn.active {
  color: var(--body-color);
  background: var(--hover-color);
  border: 1px solid var(--hover-color);
}

.business-loan-section .main-content form .tab-content h5 span {
  color: var(--head-alt-color);
  font-size: inherit;
  font-weight: inherit;
}

.business-loan-section.personal-loan::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/call-action-card-bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--hover-color);
  top: 120px;
  left: 0;
  z-index: -1;
}

.business-loan-section.personal-loan .nav-item button span {
  display: block;
  color: var(--head-alt-color);
}

.business-loan-section.personal-loan .nav-item .nav-btn {
  padding: 15px 30px;
  background: transparent;
  border: 1px solid var(--hover-color);
  border-radius: 20px;
  font-weight: 500;
}

.business-loan-section.personal-loan .nav-item .nav-btn.active {
  background: #eef1ff;
}

.business-loan-section.personal-loan .main-content {
  padding: 60px 190px;
  border: 1px solid #b0baf1;
  border-radius: 20px;
}

.business-loan-section.personal-loan .list {
  margin-top: 20px;
}

.business-loan-section.personal-loan .list .list-item {
  margin-top: 16px;
}

.business-loan-section.personal-loan .list .list-item span {
  font-weight: 500;
  color: var(--body-color);
}

.business-loan-section.personal-loan .list .check {
  min-width: 24px;
  min-height: 24px;
  background: #5ac4ff;
  border-radius: 50%;
  margin-right: 10px;
}

.counter-section .single-box {
  padding: 60px 40px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.counter-section .single-box:last-child {
  margin-bottom: -30px;
}

.counter-section .single-box h4 {
  color: var(--hover-color);
  margin-bottom: 5px;
}

.loan-calculation {
  position: relative;
  background: #f5faff;
  z-index: 0;
}

.loan-calculation .img-area {
  position: absolute;
  right: 0;
  z-index: -1;
}

.loan-calculation .img-area img {
  z-index: -1;
}

.loan-calculation .trapezoid {
  width: 200px;
  height: 200px;
  background: red;
  transform: perspective(10px) rotateX(1deg);
  margin: 50px;
}

.loan-calculation .form-group {
  margin-bottom: 21px;
}

.loan-calculation .range-amount input {
  padding: 0;
  margin: 0;
  color: var(--head-alt-color);
  background: transparent;
  width: 45%;
  border: none;
  font-weight: inherit;
  font-size: inherit;
}

.loan-calculation .ui-widget-header {
  background: #1a4dbe;
}

.loan-calculation .ui-widget-content {
  border: none;
  background: #eef1ff;
  height: 8px;
  margin: 28px 0 22px;
}

.loan-calculation .ui-slider-handle.ui-state-default {
  width: 40px;
  height: 40px;
  background: #1a4dbe;
  box-shadow: 0px 4px 4px rgba(53, 78, 133, 0.3);
  border-radius: 20px;
  border: none;
  top: -16px;
}

.loan-calculation .ui-slider-handle.ui-state-default:focus {
  outline: none;
}

.loan-calculation .radio-area {
  padding: 30px;
  border: 1px dashed #b0baf1;
  border-radius: 20px;
  margin-top: 12px;
}

.loan-calculation .radio-area h6 {
  margin-bottom: 17px;
}

.loan-calculation .radio-area .single-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
}

.loan-calculation .radio-area .single-radio:hover input ~ .checkmark {
  background-color: #f5faff;
}

.loan-calculation .radio-area .single-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.loan-calculation .radio-area .single-radio input:checked ~ .checkmark {
  background-color: #f5faff;
  border: 1px solid var(--hover-color);
}

.loan-calculation .radio-area .single-radio input:checked ~ .checkmark:after {
  display: block;
}

.loan-calculation .radio-area .single-radio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f5faff;
  border: 1px solid #b0baf1;
  border-radius: 50%;
}

.loan-calculation .radio-area .single-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover-color);
}

.loan-calculation .content-box {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
}

.loan-calculation .content-box h2,
.loan-calculation .content-box h6 {
  color: var(--head-alt-color);
}

.loan-calculation .content-box .mdr {
  margin-bottom: 27px;
}

.loan-calculation .content-box .info-block {
  margin-top: -21px;
}

.loan-calculation .content-box .btn-area {
  margin-top: -9px;
}

.testimonials-carousel .icon-a-left-arrow:before {
  content: "\2039";
  line-height: 20px;
  font-size: 37px;
  padding: 10px 0 16px 0;
}
.testimonials-carousel .slick-prev {
  position: absolute;
  z-index: 9;
  top: 42%;
  background: #00325aa8;
  color: #fff;
}
.testimonials-carousel .slick-next {
  position: absolute;
  z-index: 9;
  top: 42%;
  background: #00325aa8;
  color: #fff;
  right: 11px;
}
.testimonials-carousel .icon-b-right-arrow:before {
  content: "\203A";
  line-height: 20px;
  font-size: 37px;
  padding: 10px 0 16px 0;
}

.testimonials-carousel .section-dots {
  text-align: center;
  /* display: none !important;*/
}
.testimonials-carousel .section-dots li {
  display: inline-block;
  margin: 0 3px;
}
.testimonials-carousel .section-dots li a span {
  display: none;
}
.testimonials-carousel .section-dots li a {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}
.testimonials-carousel .section-dots li.slick-active a {
  background: #005b9b;
}

.testimonials-section .single-slide {
  padding: 0 15px 30px;
  margin-bottom: 70px;
}

.testimonials-section .single-slide .single {
  padding: 30px;
  background: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
}

.testimonials-section .single-slide .review-area i {
  color: #ffc107;
  margin-right: -3px;
  cursor: pointer;
}

.testimonials-section .single-slide .review-area i.blank {
  color: #d8dce7;
}

.testimonials-section .single-slide .img-area img {
  border-radius: 50%;
  margin-right: 15px;
  max-width: unset;
}

.testimonials-section .single-slide .xlr {
  margin: 13px 0 23px;
}

.testimonials-section .slick-arrow {
  position: absolute;
  outline: none;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #d8dce7;
  box-shadow: 0px 4px 4px rgba(167, 180, 226, 0.25);
  border-radius: 20px;
  z-index: 1;
}

.testimonials-section .slick-arrow i {
  color: #1e266d;
}

.testimonials-section .slick-arrow:hover {
  background: var(--hover-color);
  box-shadow: 0px 4px 4px #dae5ff;
  transition: all 0.5s;
}

.testimonials-section .slick-arrow:hover i {
  color: var(--body-color);
}

.testimonials-section .slick-arrow.slick-prev {
  left: calc(50% - 110px);
  z-index: 2;
}

.testimonials-section .slick-arrow.slick-next {
  right: calc(50% - 110px);
}

.testimonials-section .section-dots {
  text-align: center;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 12px;
  display: flex;
  align-items: center;
}

.testimonials-section .section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}

.testimonials-section .section-dots li .dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #bdc2d1;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}

.testimonials-section .section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}

.testimonials-section .section-dots li.slick-active .dot {
  background-color: var(--hover-color);
}

.testimonials-section.personal-loan {
  background-color: var(--hover-color);
}

.testimonials-section.personal-loan .section-header h2,
.testimonials-section.personal-loan .section-header p {
  color: var(--body-color);
}

.testimonials-section.personal-loan .single-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}

.counter-educations {
  background-image: url(../images/counter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-educations .img-area {
  direction: rtl;
}

.counter-educations .counter-area .single {
  text-align: center;
}

.counter-educations .counter-area h3 {
  color: var(--hover-color);
}

.counter-educations .counter-area h3 span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.counter-educations .btn-area {
  margin-top: -11px;
}

.our-products .content-area {
  margin-bottom: 29px;
}

.our-products .content-area:last-child {
  margin-bottom: -9px;
}

.our-products .content-area .img-area {
  min-width: 65px;
  min-height: 65px;
  background: #f5faff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.our-products .content-area .text-area h5 {
  margin-bottom: 18px;
}

.our-products .content-area .text-area p {
  font-weight: 500;
}

.our-products .content-area .text-area p span,
.our-products .content-area .text-area p a {
  color: var(--hover-color);
  font-weight: inherit;
}

.how-it-works {
  position: relative;
}

.how-it-works::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #f5faff;
  left: 5%;
  z-index: -1;
}

.how-it-works .text-area .img-area {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef1ff;
  margin-bottom: 27px;
  border-radius: 60px;
}

.how-it-works .abs-item {
  margin: 160px 0;
}

.how-it-works .abs-contant {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works .abs-contant .contant-bg {
  position: absolute;
}

.how-it-works .contant-area {
  background-color: var(--body-color);
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 20px;
  padding: 30px;
  background-image: url(../images/how-it-works-circle.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  margin: 0 90px;
}

.how-it-works .contant-area .input-area {
  padding: 15px 30px;
  background: #f5faff;
  border: 1px solid #b0baf1;
  border-radius: 10px;
  margin: 20px 0;
}

.how-it-works .contant-area .input-area input {
  padding: 0;
  margin: 0;
  border: none;
  height: initial;
}

.how-it-works .contant-area .input-area img {
  cursor: pointer;
}

.how-it-works .contant-area a {
  color: var(--para-color);
}

.how-it-works .contant-area a img {
  margin-right: 10px;
}

.how-it-works .contant-area.congratulation {
  background-image: url(../images/congratulation-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 70%;
}

.how-it-works .contant-area.congratulation h6 {
  margin: 15px 0 20px;
}

.how-it-works .contant-area.congratulation h3 {
  color: var(--hover-color);
}

.how-it-works .mid-contant {
  position: relative;
}

.how-it-works .mid-contant:before,
.how-it-works .mid-contant::after {
  content: "";
  position: absolute;
  left: 15%;
  width: 550px;
  height: 270px;
}

.how-it-works .mid-contant:before {
  top: -15%;
  background-image: url(../images/divider-1.png);
  background-repeat: no-repeat;
}

.how-it-works .mid-contant::after {
  bottom: -15%;
  background-image: url(../images/divider-2.png);
  background-repeat: no-repeat;
}

.blog-single .img-area-top img {
  max-width: unset;
  margin-left: -12%;
}

.blog-single .contant-top-area {
  margin-top: -130px;
  transform: translateZ(10px);
  background: var(--body-color);
}

.blog-single .blog-contant .info .cus-bor {
  border-right: 2px solid #b0baf1;
  padding-right: 30px;
  margin-right: 30px;
}

.blog-single .blog-contant .info span {
  line-height: 27px;
}

.blog-single .blog-contant .blog-text {
  margin-bottom: 49px;
}

.blog-single .blog-contant h3,
.blog-single .blog-contant h2,
.blog-single .blog-contant h5 {
  margin-bottom: 17px;
}

.blog-single .blog-contant p {
  margin-bottom: 6px;
}

.blog-single .blog-contant ul {
  margin: 15px 0 -18px;
}

.blog-single .blog-contant ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

.blog-single .blog-contant ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #b0baf1;
  border-radius: 7px;
}

.blog-single .img-area-blog {
  text-align: center;
}

.blog-single .img-area-blog img {
  width: 100%;
  margin-bottom: 22px;
}

.blog-single .img-area-blog p {
  margin-bottom: -11px;
}

.blog-single .section-bor {
  border-bottom: 1px solid #bdc2d1;
}

.blog-single .section-bor .single-item {
  margin-bottom: -17px;
}

.author-section .img-area img {
  border-radius: 50%;
}

.author-section h4 {
  margin: 30px 0 5px;
}

.author-section .highlight-text {
  color: var(--head-alt-color);
}

.author-section .para-text {
  margin: 15px 0 -2px;
}

.author-section .social-link {
  margin-top: 25px;
}

.author-section .social-link a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #1a4dbe;
  border: 1px solid #b0baf1;
  transition: 0.3s;
  margin-right: 10px;
}

.author-section .social-link a.active,
.author-section .social-link a:hover {
  background: #1a4dbe;
  border: 1px solid #1a4dbe;
  color: #ffffff;
}

.sign-in-up {
  background-image: url(../images/sign-in-up-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: 118px;
}

.sign-in-up form {
  margin-top: -10px;
}

.sign-in-up form .single-input {
  margin-bottom: 21px;
}

.sign-in-up form .single-input label {
  font-weight: 500;
}

.sign-in-up form .single-input input:focus {
  border: 1px solid #b0baf1;
  box-shadow: none;
}

.sign-in-up form .single-input p span {
  color: var(--hover-color);
}

.sign-in-up form .single-input .password-show {
  padding: 0 20px;
  background: #f5faff;
  border: 1px solid #eef1ff;
  border-radius: 5px;
}

.sign-in-up form .single-input .password-show input {
  padding: 0;
  padding-right: 15px;
  border: none;
  line-height: 1;
}

.sign-in-up form .single-input .password-show img {
  cursor: pointer;
}

.sign-in-up form .single-input .password-show:focus-within {
  border: 1px solid #b0baf1;
}

.sign-in-up form .single-input .phone-number {
  padding: 0 20px;
  background: #f5faff;
  border: 1px solid #eef1ff;
  border-radius: 5px;
}

.sign-in-up form .single-input .phone-number input {
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  line-height: 1;
}

.sign-in-up form .single-input .phone-number img {
  cursor: pointer;
}

.sign-in-up form .single-input .phone-number:focus-within {
  border: 1px solid #b0baf1;
}

.sign-in-up form .cmn-btn {
  margin-top: 12px;
}

.sign-in-up form .nice-select {
  background: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.sign-in-up form .nice-select::after {
  border-bottom: 2px solid #2c3655;
  border-right: 2px solid #2c3655;
  height: 9px;
  margin-top: -6px;
  right: 12px;
  top: 50%;
  width: 9px;
}

.sign-in-up .btn-back a {
  color: var(--para-color);
  margin-top: -10px;
  text-decoration: underline;
}

.sign-in-up .btn-back a img {
  margin-right: 5px;
}

.sign-in-up .forgot-area a {
  color: var(--para-color);
}

.sign-in-up.register .form-content {
  padding: 30px 0;
}

.sign-in-up.set-password .form-content {
  padding: 78px 0;
}

.sign-in-up.mobile-number .form-content {
  padding: 82px 0;
}

.sign-in-up.verify-number .form-content {
  padding: 36px 0;
}

.sign-in-up.verify-number .mobile-otp input {
  margin-right: 10px;
  background: #f5faff;
  border-color: transparent;
  box-shadow: none;
}

.sign-in-up.verify-number .mobile-otp input:focus {
  box-shadow: none;
}

.sign-in-up.verify-number .btn-area a {
  color: var(--para-color);
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.sign-in-up.login .form-content {
  padding: 92px 0;
}

/*----------- Blog grid ------*/

.latest-articles.blog-contant .side-single .search-area .form-group input {
  padding: 0;
  margin: 0;
  padding-right: 15px;
  border: none;
  height: fit-content;
  width: 100%;
  font-family: "Poppins", sans-serif;
  height: auto;
  background: #f5f5f5;
  border-radius: 5px;
}

.latest-articles.blog-contant .side-single .search-area .form-group {
  padding: 7px 15px;
  background: #f5f5f5;
  border: 1px solid #eef1ff;
  border-radius: 5px;
}
.latest-articles.blog-contant .side-single .search-area .form-group button {
  background: transparent;
  padding: 0;
}
.latest-articles.blog-contant .side-single .search-area .form-group button i {
  background: transparent;
  padding: 0;
}
.latest-articles.blog-contant .side-single {
  margin-bottom: 40px;
}
.latest-articles.blog-contant .side-single.social {
  padding: 40px 0;
  border-top: 1px solid #eef1ff;
  border-bottom: 1px solid #eef1ff;
}
.latest-articles.blog-contant .side-single .social-link {
  margin-top: 25px;
}
.latest-articles.blog-contant .side-single h5 {
  margin-bottom: 20px;
}
.latest-articles.blog-contant .side-single .social-link a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #1a4dbe;
  border: 1px solid #b0baf1;
  transition: 0.3s;
  margin-right: 10px;
}
.latest-articles.blog-contant .side-single .social-link a.active,
.latest-articles.blog-contant .side-single .social-link a:hover {
  background: #1a4dbe;
  border: 1px solid #1a4dbe;
  color: #ffffff;
}
.latest-articles.blog-contant .side-single .blog-item h6 {
  line-height: 19px;
  margin-bottom: 3px;
  font-size: 16px;
}
.latest-articles .blog-item .thumb {
  overflow: hidden;
  border-radius: 0;
  margin-bottom: -5px;
  height: 150px;
  border: 1px solid #e9e8e8;
}
.latest-articles .blog-item .thumb a {
  height: 100%;
  width: 100%;
}
.latest-articles .blog-item .thumb img {
  width: 100%;
  transition: 2s;
  height: 100%;
}
.latest-articles .blog-item:hover .thumb img {
  transform: scale(1.2);
}
.latest-articles .blog-item {
  margin-bottom: 30px;
}

.latest-articles.blog-contant .blog-item .content span {
  line-height: 1;
  font-size: 13px;
}
.latest-articles .blog-item .content .info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.latest-articles .blog-item .content .item.cus-bor {
  border-right: 1px solid #b0baf1;
}
.latest-articles .blog-item .content .item {
  margin-right: 10px;
  padding-right: 10px;
}
.blog-item-area .blog-item .content {
  background: #fbfbfb;
  padding: 30px 11px 20px;
  border: 1px solid #e9e8e8;
}
.latest-articles .blog-item .content h5 {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 20px;
}
.latest-articles .blog-item .content p {
  font-size: 14px;
  line-height: 18px;
}
.latest-articles .blog-item .content .read a {
  color: #ff7f03;
  font-size: 15px;
  margin-top: 15px;
}
.latest-articles .blog-item .content .read a:hover {
  border-bottom: 1px solid;
}
.popular-catagory a {
  display: block;
  color: #333;
  font-size: 16px;
}
.blog-detail-area {
  padding: 30px 15px;
  box-shadow: 0 0 15px 0 #e9e9e9;
  border-radius: 6px;
  margin-right: 30px;
}
.blog-detail-area .content-detail ul li {
  margin-bottom: 15px;
}
.blog-detail-area .content-detail ul {
  margin-left: 2rem;
}

.blog-detail-area .content-detail h5,
.blog-detail-area .content-detail h6 {
  margin-bottom: 15px;
}

.latest-articles .blog-sidebar {
  padding: 30px 15px;
  box-shadow: 0 0 15px 0 #e9e9e9;
  border-radius: 6px;
}

.blog-detail-area h2 {
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 15px;
}

.blog-detail-area .thumb {
  height: auto !important;
}

.blog-detail-area .info span {
  line-height: 1;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
}
.blog-detail-area .info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.blog-detail-area .info .item.cus-bor {
  border-right: 1px solid #b0baf1;
}
.blog-detail-area .info .item.cus-bor span {
  margin-left: 0px !important;
}
.blog-detail-area .blog-item .thumb {
  margin-bottom: 30px;
}

.contact-section .title {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 36px;
}

.contact-form {
  padding: 30px 15px;
  box-shadow: 0 0 15px 0 #e9e9e9;
  border-radius: 6px;
}

.contact-form .title3 {
  color: #00325a;
  font-size: 30px;
  margin-bottom: 28px;
  font-weight: bold;
}
.contact-form button {
  margin-top: 0;
}
.contact-section .contact-left i {
  float: left;
  background: #4f7695;
  color: #fff;
  font-size: 37px;
  width: 54px;
  height: 54px;
  text-align: center;
  padding-top: 9px;
  margin-right: 14px;
  margin-bottom: 30px;
}
.contact-section .social-icon {
  clear: both;
}
.contact-section .social-icon i {
  background: #4f7695;
  color: #fff;
}

.contact-section .contact-left p {
  float: left;
  width: 70%;
  margin-bottom: 0 !important;
}
.contact-section .contact-left .p-last {
  margin-bottom: 30px;
}
.contact-section .contact-left {
  clear: both;
}

.how-to-apply .top-section h4,
.how-to-apply .top-section h5,
.how-to-apply .top-section h6 {
  margin-top: 13px !important;
  font-size: 19px;
  color: #0163b0;
}

.how-to-apply .top-section p {
  line-height: 35px;
}

.signup-form input,
.otp-form input {
  background: transparent;
  border: 1.3px solid #d7d7d7;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  min-height: initial;
  margin-bottom: 16px;
  height: 37px;
}
.signup-form label,
.otp-form label {
  font-size: 16px;
  margin-bottom: 3px;
}
.signup-form button,
.otp-form button {
  width: auto;
  margin: 11px auto;
}

input[type="checkbox"] {
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: 8px;
}

.otp-form {
  display: none;
}

.otp-form-inner {
  margin: 0 auto;
  background: #fff;
}

.signin-section .overlay {
  background-image: url(../images/CD-bg.jpg);
  margin-top: 104px;
  background-size: contain;
  background-position: right bottom -2px;
  background-repeat: repeat;
}
.signup-form .review-form {
  background: #fff;
}

.welcome-btn .cmn-btn {
  padding: 6px 10px !important;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.welcome-btn .cmn-btn::after {
  background-image: url(../images/menu-down-white.png) !important;
}

.privacy-section p {
  margin-bottom: 15px;
}
.privacy-section h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
.accordion .accordion-header .row {
  margin: 0;
}

@media (max-width: 2021px) {
  .account-feature.home-loan .img-area img {
    width: 65%;
  }
  .account-feature.home-loan .img-area {
    right: -118px;
    bottom: 25%;
  }
}

@media (max-width: 1799px) {
  .footer-section .img-area .right {
    right: 0;
  }
  .footer-section .img-area img {
    width: 10%;
  }
  .account-feature.home-loan .img-area img {
    display: none;
  }
  .card-feature .overlay {
    background-image: unset;
  }
  .loan-calculation .img-area {
    width: 20%;
  }
}

@media (max-width: 1599px) {
  .footer-section .img-area {
    display: none;
  }
  .banner-section.product .overlay {
    background-size: 30%;
  }
  .banner-section.educations-loan .overlay {
    background-position: right 70px bottom;
  }
}

@media (max-width: 1399px) {
  .banner-section .overlay .banner-content {
    padding: 281px 0 135px;
  }

  .testimonials .section-dots {
    left: calc(57% - 93px);
  }
  .latest-articles .blog-item .content .item {
    margin-right: 5px;
    padding-right: 5px;
  }
  .latest-articles .blog-item .content .item .icon {
    margin-right: 5px;
  }
  .about-section .count-content {
    padding: 30px 15px;
  }
  .map-section .map-area .element.pos-1 {
    top: 20%;
    left: 5%;
  }
  .map-section .map-area .element.pos-3 {
    bottom: 30%;
    left: 40%;
  }
  .more-feature::before {
    width: 100%;
    left: 0;
  }
  .banner-section.account-details .overlay {
    background-position: right 0 bottom;
    background-size: 25%;
  }
  .business-loan-section .img-area {
    display: none;
  }
  .business-loan-section .main-content form .range-amount input {
    width: 20%;
  }
  .loan-calculation .img-area {
    display: none;
  }
  .banner-section.educations-loan .overlay {
    background-size: 40%;
  }
  .banner-section.terms .overlay {
    background-size: 30%;
  }
  .business-loan-section.personal-loan .nav-item .nav-btn {
    padding: 15px;
  }
  .how-it-works::before {
    width: 100%;
    left: 0;
  }
  .blog-single .img-area-top img {
    max-width: 125%;
  }
  .sign-in-up {
    background-size: 35%;
  }
}

@media (max-width: 1199px) {
  .testimonials .slick-arrow.slick-prev {
    left: calc(58% - 150px);
  }
  .testimonials .slick-arrow.slick-next {
    right: calc(44% - 50px);
  }
  h1,
  h1 > a {
    font-size: 57px;
    line-height: 68.4px;
  }
  h2,
  h2 > a {
    font-size: 43px;
    line-height: 51.6px;
  }
  .banner-section .overlay .banner-content {
    padding: 270px 0 210px;
  }
  .banner-section.inner-banner .overlay .banner-content {
    padding: 215px 0 100px;
  }
  .testimonials .slick-arrow.slick-next {
    right: calc(30% - 50px);
  }
  .testimonials .slick-arrow.slick-prev {
    left: calc(69% - 150px);
  }
  .testimonials .section-dots {
    left: calc(69% - 93px);
  }
  .testimonials .section-dots {
    bottom: 70px;
  }
  .testimonials .slick-arrow {
    bottom: 60px;
  }
  .latest-articles .blog-item .content .info {
    display: grid;
    margin-bottom: 5px;
  }
  .latest-articles .blog-item .content .item {
    margin-bottom: 10px;
  }
  .footer-section .footer-box {
    margin-bottom: 40px;
  }
  .footer-section .cus-mar {
    margin-bottom: -50px;
  }
  .about-section {
    background-image: unset;
  }
  .latest-articles .blog-item .content .info {
    display: flex;
  }
  .map-section .map-area .element.pos-3 {
    left: 35%;
  }
  .map-section .map-area .element .details:after {
    bottom: -15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid var(--body-color);
  }
  .map-section .map-area .element .details {
    padding: 5px 15px;
    margin-bottom: 20px;
  }
  .banner-section.career-single .overlay {
    background-size: 30%;
  }
  .faqs-section.account::before {
    width: 100%;
    left: 0;
  }
  .how-works .nav-link .left-side::before {
    left: calc(50% - -5px);
  }
  .how-works .nav-link.active .row {
    margin-bottom: 35px;
  }
  .banner-section.card-banner .overlay {
    background-size: 30%;
  }
  .card-feature .overlay .slick-arrow.slick-next {
    left: calc(26% - -12px);
  }
  .banner-section.car-loans .overlay {
    background-position-y: bottom;
  }
  .banner-section.business-loan .overlay {
    background-size: 30%;
  }
  .business-loan-section .main-content form .range-amount input {
    width: 25%;
  }
  .business-loan-section .main-content .tab-content {
    margin-bottom: 30px;
  }
  .business-loan-section .section-header .top-para {
    width: 100%;
  }
  .counter-section .single-box {
    padding: 30px 10px;
  }
  .banner-section.home-loan .overlay {
    background-position: right 60px bottom;
    background-size: 30%;
  }
  .banner-section.home-loan .overlay {
    background-image: unset;
  }
  .banner-section.personal-loan .overlay {
    background-position: right 80px bottom;
    background-size: 30%;
  }
  .business-loan-section.personal-loan .nav-item .nav-btn {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  .business-loan-section .main-content form .nav-tabs {
    margin-bottom: -70px;
  }
  .banner-section.contact .overlay {
    background-size: 30%;
  }
  .banner-section.remittance .overlay .banner-content {
    padding: 215px 0 190px;
  }
  .how-it-works .contant-area {
    margin: 0;
    padding: 15px 10px;
  }
  .how-it-works .contant-area .input-area {
    padding: 15px 20px;
  }
  .how-it-works .abs-item {
    margin: 70px 0;
  }
  .how-it-works .mid-contant:before {
    top: -5%;
    background-size: 70%;
    left: 20%;
  }
  .banner-section.terms .overlay,
  .banner-section.privacy-content .overlay,
  .banner-section.faqs .overlay {
    background-size: 30%;
  }
  .banner-section.terms .overlay {
    background-size: 20%;
  }
  .how-it-works .mid-contant::after {
    bottom: -18%;
    left: 20%;
    background-size: 70%;
  }
  .call-action.affiliate {
    background-size:
      40%,
      100% 70%;
  }
  .banner-section.blog .overlay {
    background-size: 25%;
  }
  .latest-articles.blog-contant .side-single .blog-item,
  .latest-articles .blog-item.list {
    display: grid;
  }
  .latest-articles.blog-contant .side-single .blog-item .img-area,
  .latest-articles .blog-item.list .thumb {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  h1,
  h1 > a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -12px;
  }
  h2,
  h2 > a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -8px;
  }
  h3,
  h3 > a {
    font-size: 26px;
    line-height: 38.4px;
    margin-top: -7px;
  }
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 28px;
    margin-top: -5px;
  }
  h5,
  h5 > a {
    font-size: 16px;
    line-height: 22px;
    margin-top: -3px;
  }
  h6,
  h6 > a,
  table thead tr th,
  a,
  p,
  span,
  li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-top: -8px;
    margin-bottom: 40px;
  }

  .title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .title2,
  .title3 {
    font-size: 25px;
    line-height: 28px;
  }

  .banner-bt {
    padding: 19px 15px 10px;
  }

  .banner-section .partner {
    bottom: 34px;
    position: relative;
  }

  .banner-section .partner form input {
    width: 100%;
    margin-top: 20px;
  }
  .banner-section .partner form .blue-btn {
    width: 100%;
    margin: 13px 0;
  }

  .xxlr {
    font-size: 20px;
    line-height: 28px;
  }
  .xlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: 0;
    width: 150px;
  }
  .header-section .navbar .navbar-brand img {
    max-width: 100%;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    height: auto;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  #navbar-content {
    margin-top: 12px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(204 204 204) 0px 10px 20px 0px;
    padding-bottom: 20px;
  }

  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropend
    .dropdown-menu {
    left: 60px;
  }
  .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
    justify-content: flex-start !important;
    display: block !important;
  }
  .features-section .img-area {
    text-align: center;
    margin-top: 40px;
  }
  .features-section .img-area img {
    width: 100%;
    margin-top: 0;
  }
  .cus-ord {
    order: 1;
  }

  .solutions-business .cus-mar {
    margin-bottom: -30px;
  }
  .solutions-business .single-box {
    margin-bottom: 15px;
    padding: 15px 12px;
  }

  .financial-planning .cus-mar {
    margin-top: 30px;
  }
  .personalized .img-area {
    display: none;
  }
  .testimonials .single-slide {
    display: grid;
  }
  .testimonials .single-slide .thumb {
    margin: 0;
  }
  .testimonials .single-slide .thumb img {
    margin: auto;
    max-width: 40%;
  }
  .testimonials .testimonials-carousel {
    margin-bottom: -5px;
  }
  .latest-articles .blog-item {
    margin-bottom: 40px;
  }
  .latest-articles .cus-mar {
    margin-bottom: -40px;
  }
  .get-start .get-content img {
    display: none;
  }
  .footer-section form i {
    left: 0px;
  }
  .footer-section form button {
    right: 0;
    margin: 7.2px;
  }
  .footer-section form input {
    width: 100%;
  }
  .footer-section .social-icon i {
    padding: 6px 5px;
  }
  .about-section .img-area {
    display: none;
  }
  .our-core-values .single-box .icon {
    width: 80px;
    height: 80px;
  }
  .our-core-values .single-box .icon img {
    width: 50%;
  }
  .map-section .map-area .element img {
    width: 10%;
  }
  .map-section .map-area .element.pos-3 {
    left: 32%;
  }
  .map-section .map-area .element.pos-1 {
    top: 10%;
    left: -3%;
  }
  .about-section .cus-mar {
    margin-bottom: -20px;
  }
  .about-section .count-content {
    margin-bottom: 20px;
  }
  .our-core-values .cus-mar {
    margin-bottom: -20px;
  }
  .our-core-values .single-box {
    margin-bottom: 20px;
  }
  .career-single .single-item {
    margin-top: 40px;
  }
  .banner-section.account .overlay {
    background-image: unset;
  }
  .more-feature .single {
    padding-bottom: 70px;
  }
  .solutions-business .single-box .thumb {
    width: 100px;
    height: 100px;
  }
  .solutions-business .single-box .thumb img {
    width: 50%;
  }
  .account-feature .cus-mar {
    margin-bottom: -30px;
  }
  .account-feature .single-box {
    margin-bottom: 30px;
  }
  .banner-section.inner-banner .overlay .banner-content .banner-mar {
    margin-bottom: 30px;
  }
  .features-section .cus-ord {
    order: 1;
  }
  .grow-confidence .cus-mar {
    margin-bottom: -20px;
  }
  .grow-confidence .single-plan {
    margin-bottom: 20px;
  }
  .how-works .nav-link .left-side::before {
    left: calc(50% - 0px);
  }
  .how-works .nav-link.active .left-side::before {
    height: 85px;
  }
  .how-works .nav-link .row {
    margin-bottom: 5px;
  }
  .card-feature .overlay .single h2 {
    width: 100%;
  }
  .card-feature .overlay .single {
    margin-bottom: 30px;
  }
  .choose-card .tab-content {
    margin-bottom: -30px;
  }
  .choose-card .single-card {
    margin-bottom: 30px;
  }
  .choose-card .single-card img {
    margin-bottom: 0;
  }
  .banner-section.card-banner .overlay {
    background-image: unset;
  }
  .banner-section.product .overlay {
    background-image: unset;
  }
  .personalized-solution img {
    width: 50%;
    margin-bottom: 30px;
  }
  .about-car-loan .cus-ord {
    order: 1;
  }
  .about-car-loan .img-area {
    text-align: center;
    margin-bottom: 40px;
  }
  .about-car-loan .img-area img {
    width: 50%;
  }
  .banner-section.car-loans .overlay {
    background-image: unset;
  }
  .features-section .img-area {
    display: block;
  }
  .business-loan-section .main-content {
    padding: 60px 50px;
  }
  .security-section img {
    width: 50%;
    margin-bottom: 30px;
  }
  .counter-section .cus-ord {
    order: 1;
    margin-bottom: -30px;
  }
  .counter-section .single-box:last-child {
    margin-bottom: 30px;
  }
  .financial-planning.how-works-business .right-box {
    display: none;
  }
  .banner-section.business-loan .overlay {
    background-image: unset;
  }
  .banner-section .overlay {
    background-image: url(../images/mobile-banner1.webp);
    background-size: cover;
    background-position: right bottom -56px;
  }
  .loan-calculation .content-box {
    margin-top: 30px;
  }
  .banner-section.educations-loan .overlay {
    background-image: unset;
  }
  .counter-educations .img-area {
    display: none;
  }
  .business-loan-section.personal-loan .main-content {
    padding: 60px 80px;
  }
  .business-loan-section .main-content form .nav-tabs {
    margin-bottom: -20px;
  }
  .how-it-works .mid-contant::after {
    bottom: -45%;
    left: 20%;
    background-size: 45%;
  }
  .how-it-works .mid-contant:before {
    background-size: 45%;
  }
  .banner-section.terms .overlay,
  .banner-section.privacy-content .overlay,
  .banner-section.faqs .overlay,
  .banner-section.remittance .overlay {
    background-image: unset;
  }
  .more-feature.remittance .content-area {
    padding: 20px;
  }
  .more-feature.remittance .content-area .img-area {
    min-width: 70px;
    min-height: 70px;
    margin-right: 15px;
  }
  .more-feature.remittance .content-area .img-area img {
    width: 50%;
  }
  .banner-section.affiliate .bottom-box {
    background-image: unset;
    margin-top: -112px;
  }
  .banner-section.affiliate .bottom-box .main-content {
    text-align: center;
  }
  .banner-section.affiliate .bottom-box .main-content img {
    width: 70%;
  }
  .banner-section.affiliate .bottom-box .main-content .mid-side::before {
    left: -35%;
    animation: unset;
  }
  .banner-section.affiliate .bottom-box .main-content .mid-side::after {
    right: -35%;
    animation: unset;
  }
  .banner-section.affiliate .bottom-box .main-content .mid-side {
    width: 110px;
    height: 110px;
  }
  .latest-articles.blog-contant .nav-tabs .cmn-btn {
    margin-bottom: 15px;
  }
  .latest-articles.blog-contant.grid .blog-item-area .blog-item {
    flex: 0 0 calc(100% / 1 - 15px);
    -ms-flex: 0 0 calc(100% / 1 - 15px);
    max-width: calc(100% / 1 - 15px);
  }
  .blog-single .blog-contant ul li::before {
    top: 5px;
  }
  .sign-in-up {
    background-image: unset;
  }

  .footer-section .footer-bottom a {
    margin: 0 17px;
  }
  .blog-item-area {
    margin: 0;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-bottom {
    display: block;
    justify-content: center;
    text-align: center;
  }
  .footer-section .footer-bottom .left {
    order: 1;
    margin-top: 15px;
  }
  .footer-section .footer-box .social-link {
    margin-top: 15px;
  }
  .banner-section .overlay .banner-content {
    padding: 200px 0 190px;
  }
  .banner-section.inner-banner .overlay .banner-content {
    padding: 170px 0 50px;
  }
  .banner-section .partner .partner-box {
    padding: 30px 0;
  }
  .our-journey .journey-carousel .single-box {
    padding: 20px;
  }
  .our-team .nav-tabs {
    justify-content: center;
  }
  .our-team .nav-tabs .nav-item .nav-link {
    margin: 10px;
  }
  .map-section .map-area .element .details {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
    z-index: 2;
  }
  .map-section .map-area .element .details {
    visibility: hidden;
  }
  .map-section .map-area .element:hover .details {
    visibility: visible;
  }
  .map-section .map-area .element.pos-1 {
    top: calc(50% - 160px);
    left: calc(0% - 50px);
  }
  .map-section .map-area .element.pos-2 {
    top: calc(50% - 160px);
    right: calc(0% - 15px);
    z-index: 1;
  }
  .map-section .map-area .element.pos-3 {
    left: calc(50% - 140px);
  }
  .banner-section.career-single .overlay {
    background-image: unset;
  }
  .career-single .single-area ul li {
    align-items: flex-start;
  }
  .career-single .single-area ul li::before {
    top: 5px;
  }
  .career-single .single-area ul {
    margin-left: 30px;
  }
  .slick-arrow {
    width: 30px !important;
    height: 30px !important;
  }
  .slick-arrow i {
    font-size: 14px;
  }
  .how-works .tab-content {
    display: none;
  }
  .how-works .nav-link .left-side {
    display: flex;
    justify-content: center;
  }
  .how-works .nav-link.active .left-side::before {
    height: 65px;
  }
  .how-works .nav-link .left-side .number {
    width: 50px;
    height: 50px;
  }
  .how-works .nav-link .left-side::before {
    top: 60px;
  }
  .how-works .nav-link.active .left-side::before {
    height: 80px;
  }
  .banner-section.account-details .overlay {
    background-image: unset;
  }
  .how-works .nav-link.last.active {
    margin-bottom: -20px;
  }
  .how-works .nav-link.last {
    margin-bottom: -75px;
  }
  .call-action.card-page {
    background-size: 100% 80%;
  }
  .call-action.second {
    background-size: cover;
  }
  .call-action .main-content {
    padding: 50px 15px;
  }
  .card-feature .overlay .img-area img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .card-feature .overlay .slick-list {
    padding-bottom: 20px;
  }
  .card-feature .overlay .slick-arrow.slick-next {
    left: calc(50% - -10px);
  }
  .card-feature .overlay .slick-arrow.slick-prev {
    left: calc(50% - 60px);
  }
  .apply-for-loan .overlay .form-content .section-header {
    width: 100%;
  }
  .business-loan-section .main-content form .nav-tabs .cmn-btn {
    padding: 10px 20px;
  }
  .apply-for-loan.home-loan::after {
    display: none;
  }
  .testimonials-section .single-slide {
    margin-bottom: 40px;
  }
  .apply-for-loan.educations .checkbox_wrapper {
    margin-right: 30px;
  }
  .call-action.educations .main-content form .bottom-area .btn-area {
    text-align: start !important;
    margin-top: 30px;
  }
  .banner-section.personal-loan .overlay {
    background-image: unset;
  }
  .business-loan-section.personal-loan .main-content {
    padding: 60px 40px;
  }
  .business-loan-section .main-content form .ui-widget-content {
    margin: 20px 0 35px;
  }
  .business-loan-section.personal-loan .nav-item .nav-btn {
    margin: 15px;
  }
  .banner-section.contact .overlay {
    background-image: unset;
  }
  .banner-section.inner-banner.remittance .overlay .banner-content {
    padding: 170px 0 160px;
  }
  .banner-section.affiliate .bottom-box .main-content img {
    width: 50%;
  }
  .banner-section.affiliate .bottom-box {
    margin-top: -66px;
  }
  .banner-section.affiliate .bottom-box .main-content .mid-side {
    width: 145px;
    height: 110px;
  }
  .banner-section.affiliate .bottom-box .main-content {
    margin-bottom: 30px;
  }
  .how-it-works .abs-contant .contant-bg {
    position: inherit;
    width: 75%;
  }
  .how-it-works .mid-contant:before,
  .how-it-works .mid-contant:after {
    display: none;
  }
  .how-it-works .text-area .img-area {
    margin-left: auto;
    margin-right: auto;
  }
  .how-it-works .text-area {
    text-align: center;
    margin-bottom: 30px;
  }
  .how-it-works .mid-contant .cus-ord {
    order: 1;
  }
  .how-it-works .abs-item {
    margin: 0;
  }
  .latest-articles.blog-contant .side-area {
    margin-top: 40px;
  }
  .banner-section.blog .overlay {
    background-image: unset;
  }
  .header-section.register .navbar {
    justify-content: center !important;
  }
  .header-section.register .navbar .navbar-brand {
    margin-bottom: 20px;
  }
  .sign-in-up .form-content {
    padding: 60px 0 !important;
  }
  .sign-in-up form .single-input .phone-number input {
    padding-left: 30px;
  }
  .hidden-xs {
    display: none;
  }
  .work-right p {
    margin-top: 0;
  }
  .work-right .col-3,
  .work-right .col-9 {
    margin-bottom: 15px;
  }
  .card-section h6 {
    font-size: 14px;
    color: #033f6d;
  }
  .card-section p {
    font-size: 14px;
    line-height: 16px;
  }
  .card-section .card-header-box img {
    width: 35%;
  }
  .apply-btn {
    margin-top: 20px;
  }
  .apply-btn .know-more {
    display: block;
    margin-top: 10px;
  }
  .filter-section .filter .nice-select {
    width: 94%;
    margin-bottom: 10px;
  }
  .banner-section .overlay-inner {
    background-size: cover;
    background-position: center;
    background-image: url(../images/credit-mob-banner.jpg);
  }
  .banner-section .overlay-inner .banner-content {
    padding: 123px 0 81px;
  }
  .banner-section .overlay-inner .banner-content .title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .banner-section .overlay-inner .banner-content .top-area p {
    width: 100%;
  }
  .section-text {
    margin-bottom: 62px;
  }
  .cd-banner .credit-detail-overlay {
    margin-top: 63px;
  }

  .cd-banner .credit-detail-overlay .banner-content {
    padding: 79px 0 149px;
  }
  .cd-banner .credit-detail-overlay .main-content img {
    width: 26%;
  }
  .cd-banner .credit-detail-overlay .main-content .title {
    font-size: 23px;
    line-height: 30px;
  }
  .beliefs-box {
    display: block !important;
  }
  .beliefs-box .single-box {
    width: 100%;
    height: auto;
  }
  .solutions-business .single-box .thumb2 img {
    width: 31%;
  }
  .signin-section .overlay {
    margin-top: 60px;
  }
  .signup-form .col-6 {
    width: 100%;
  }
  .signup-form input[name="tnc"] {
    float: left;
    margin-top: 3px;
  }
  .signup-form span {
    float: right;
    width: 91%;
    font-size: 12px;
    line-height: 16px;
  }
  .card-detail-box {
    margin: 0;
    margin-top: 26px !important;
  }
  .review-form {
    margin: 0 auto;
  }
  .mf-accordion .card-header-box .mf-col-4 {
    display: none;
  }
  .mf-accordion .col-lg-8.row {
    margin: 0;
  }
  .mf-accordion .card-header-box .col-3 {
    width: 33.3% !important;
  }
  .mf-accordion .card-header-box .mf-col-3 {
    border-right: none !important;
  }
  .card-header-box .col-lg-9.row,
  .card-header-box .col-lg-8.row {
    margin: 0;
  }
  .card-section .card-detail-box h6 {
    margin: 10px 0;
  }
  .accordion .accordion-body h6 {
    margin: 10px 0;
  }
  .card-section .card-detail-box {
    width: 100%;
  }
  .contact-form .title3 {
    font-size: 22px;
  }
  .signup-form label,
  .otp-form label {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 46px;
    margin-top: -7px;
  }
  h2,
  h2 > a {
    font-size: 20px;
    line-height: 26px;
    margin-top: 8px;
    margin-bottom: 7px;
  }
  h3,
  h3 > a {
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 7px;
  }
  h4,
  h4 > a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -3px;
  }
  a,
  p,
  span,
  li,
  .cmn-btn,
  thead tr th,
  tbody tr th,
  tbody tr td,
  input,
  label,
  textarea,
  h6,
  h6 > a {
    font-size: 14px;
    line-height: 19px;
  }
  .section-header {
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .xxlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .xlr {
    font-size: 14px;
    line-height: 22.4px;
  }
  .header-section .navbar {
    padding: 10px 0px;
  }
  .faqs-section .accordion .accordion-item .accordion-button::before {
    width: 30px;
    height: 30px;
  }
  .faqs-section .accordion .accordion-item .accordion-button::after,
  .faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
    width: 15px;
    height: 15px;
    background-size: 100%;
    right: 25px;
    position: absolute;
  }
  .faqs-section .accordion .accordion-item .accordion-button::before,
  .faqs-section .accordion .accordion-item .accordion-button.collapsed::before {
    right: 18px;
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding: 15px;
    padding-right: 60px;
  }
  .faqs-section
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    p {
    padding: 15px 0;
  }
  .faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 15px;
  }
  .footer-section .footer-box li a::before {
    background-size: 85%;
  }
  .footer-section .footer-box li a:hover {
    padding-left: 25px;
  }
  .footer-section .footer-box li a:hover::before {
    left: 10px;
  }
  .footer-section .footer-bottom .right .cus-bor {
    margin-right: 5px;
    padding-right: 10px;
  }
  .banner-section .overlay .banner-content {
    padding: 162px 0 182px;
  }
  .testimonials .single-slide .top-content {
    margin-bottom: 25px;
  }
  .map-section .map-area .element.pos-1 {
    top: calc(50% - 150px);
    left: calc(0% - 30px);
  }
  .map-section .map-area .element.pos-3 {
    left: calc(50% - 128px);
  }
  .our-team .nav-tabs .nav-item .nav-link {
    margin: 10px;
    padding: 10px 15px;
  }
  .how-works .nav-link .left-side .number {
    width: 40px;
    height: 40px;
  }
  .how-works .nav-link .left-side::before {
    top: 45px;
    height: 35px;
  }
  .how-works .nav-link.active .left-side::before {
    height: 65px;
  }
  .how-works .nav-link.last {
    margin-bottom: -30px;
  }
  .how-works .nav-link.last.active {
    margin-bottom: -20px;
  }
  .call-action.card-page .single {
    margin-bottom: 30px;
  }
  .call-action.card-page .main-content .bottom-area {
    margin-top: -30px;
  }
  .apply-for-loan .overlay .form-content .col-6 {
    width: 100%;
  }
  .business-loan-section .main-content form .nav-tabs .cmn-btn {
    margin-bottom: 20px;
  }
  .business-loan-section .main-content form .ui-slider-handle.ui-state-default,
  .loan-calculation .ui-slider-handle.ui-state-default,
  .business-loan-section .main-content form .ui-slider-handle.ui-state-default {
    width: 25px;
    height: 25px;
    top: -10px;
  }
  .business-loan-section .main-content form .nav-tabs .cmn-btn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .loan-calculation .radio-area .single-radio .checkmark {
    top: -3px;
  }
  .call-action.card-page.educations {
    background-size: 150% 80%;
  }
  .call-action.educations .main-content .single-input .single-radio .checkmark {
    top: -2px;
  }
  .apply-for-loan .overlay .form-content {
    padding: 30px 15px;
  }
  .call-action.educations .main-content {
    padding: 30px 15px;
  }
  .our-products .content-area .img-area {
    margin-right: 15px;
  }
  .our-products .content-area .text-area h5 {
    margin-bottom: 12px;
  }
  .account-feature .single-box h5 {
    margin: 12px 0 9px;
  }
  .business-loan-section.personal-loan .main-content {
    padding: 40px 15px;
  }
  .banner-section.remittance .bottom-box .form-content .form-bottom .currency {
    margin: 19px 0 15px;
  }
  .banner-section.affiliate .bottom-box .main-content .mid-side::after,
  .banner-section.affiliate .bottom-box .main-content .mid-side::before {
    display: none;
  }
  .blog-single .blog-contant ul li::before {
    top: 4px;
    width: 10px;
    height: 10px;
  }
  .faqs-section .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .banner-section .overlay .banner-content .bottom-area {
    display: inline-grid;
    margin-top: 36px;
    position: absolute;
  }
  .banner-section .overlay .banner-content .bottom-area .second {
    margin-top: 20px;
  }
  .call-action .bottom-area .second {
    margin-top: 20px !important;
  }
  .call-action .main-content {
    padding: 50px 20px;
  }
  .map-section .map-area .element.pos-2 {
    top: calc(50% - 115px);
    right: calc(20% - 135px);
  }
  .map-section .map-area .element.pos-1 {
    left: calc(20% - 145px);
    top: calc(50% - 130px);
  }
  .map-section .map-area .element img {
    width: 5%;
  }
  .banner-section.about .overlay {
    background-image: unset;
  }
  .career-single .single-area .single-sub {
    margin-right: 15px;
    padding-right: 15px;
  }
  .more-feature .single img {
    display: none;
  }
  .how-works .nav-link.active .row {
    margin-bottom: 20px;
  }
  .how-works .nav-link.last.active {
    margin-bottom: -10px;
  }
  .how-works .nav-link.last {
    margin-bottom: -60px;
  }
  .business-loan-section .main-content form .nav-tabs {
    justify-content: center !important;
  }
  .banner-section.remittance .bottom-box .form-content .col-6 {
    width: 100%;
  }
  .banner-section.affiliate .bottom-box .main-content .mid-side {
    min-width: 90px;
    height: initial;
    width: initial;
    min-height: 90px;
  }

  .banner-section .overlay .banner-content .top-area p {
    line-height: 17px;
    width: 100%;
    font-size: 13px;
  }
  .banner-section .about-overlay {
    background-image: url(../images/mob-bg-about.jpg);
  }
  .banner-section .about-overlay .banner-content .title {
    line-height: 34px;
    margin-bottom: 15px;
  }
}

@media (max-width: 375px) {
  .footer-section .col-8,
  .footer-section .col-6 {
    width: 100% !important;
  }
  .how-works .nav-link.last.active {
    margin-bottom: 0px;
  }
  .how-works .nav-link.last {
    margin-bottom: -90px;
  }
  .business-loan-section .main-content {
    padding: 50px 10px;
  }
  .business-loan-section .main-content form .range-amount input {
    width: 30%;
  }
  .banner-section.affiliate .bottom-box {
    margin-top: -45px;
  }
  .banner-section.affiliate .bottom-box .main-content img {
    width: 75%;
  }
  .latest-articles .blog-item.list .thumb {
    overflow: hidden;
  }
  .latest-articles .blog-item.list .thumb img {
    width: 100%;
  }
  .latest-articles .blog-item .content .info {
    display: grid;
  }
  .latest-articles .blog-item .content .item.cus-bor {
    border: none;
  }
  .latest-articles.blog-contant .pagination li .page-link {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
  .sign-in-up .form-content form .col-6 {
    width: 100% !important;
  }
  .header-section.register .right-area {
    margin-left: 15px;
  }
  .header-section.register .right-area .cmn-btn {
    padding: 10px 20px 15px;
  }
}
/*# sourceMappingURL=style.css.map */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1250px;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    li
    a {
    font-size: 13px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-item {
    font-size: 13px;
  }
  .cmn-btn {
    font-size: 13px;
  }
  p,
  span,
  li {
    font-size: 13px;
  }
  .title {
    font-size: 36px;
  }
}
