/*-----------------------------------------------------------
    Theme Name: Beja
    Theme URI: 
    Description: Beja - Online Banking HTML Template
    Author: EnvyTheme
    Author URI: https://EnvyTheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
:root {
  --bodyFont: "Manrope", sans-serif;
  --primaryColor: #616AF9;
  --secondaryColor: #E30012;
  --optionalColor:#000080;
  --titleColor: #171717;
  --paraColor: #474747;
  --bgColor: #E6E8E8;
  --grayColor: #F5F5F5;
  --ashColor: #F0F4F7;
  --whiteColor: #ffffff;
  --offwhiteColor: #D6D6D6;
  --yellowColor: #FFCB36;
  --fontSize: 16px;
  --transition: all ease .5s;
  --transitionTwo: all ease .9s;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

input, textarea, select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 16px;
}

input {
  height: 50px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--paraColor);
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--optionalFont);
  font-weight: 700;
  color: var(--titleColor);
}

body {
  font-size: 16px;
  font-family: var(--bodyFont);
  color: var(--paraColor);
  font-weight: 400;
  line-height: 27.5px;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paraColor);
  font-family: var(--bodyFont);
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

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

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

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

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

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

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

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

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

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

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

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

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

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

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\ea76";
  font-family: remixicon !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  background-color: var(--whiteColor);
  overflow-x: hidden;
}

.preloader-area .loader {
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
}

.preloader-area .waviy {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.preloader-area .waviy span {
  position: relative;
  animation-delay: 0.1s;
  display: inline-block;
  color: var(--blackColor);
  animation: waviy 1s infinite;
}

.preloader-area .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}

.preloader-area .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}

.preloader-area .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}
@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--primaryColor);
  animation: border-transform 10s linear infinite alternate forwards;
}
#backtotop i {
  color: var(--whiteColor);
}

#backtotop:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*---------------------------------
    Button, Link & Animation CSS
----------------------------------*/
.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border: none;
  line-height: 26px;
  padding: 14px 34px;
  border-radius: 5px;
  white-space: nowrap;
}
.btn-one i, .btn-one svg,
.btn-two i,
.btn-two svg,
.btn-three i,
.btn-three svg,
.btn-four i,
.btn-four svg,
.btn-five i,
.btn-five svg {
  display: inline-block;
  font-size: 16px;
  line-height: 0.8;
  margin-left: 8px;
  transition: var(--transition);
}
.btn-one svg,
.btn-two svg,
.btn-three svg,
.btn-four svg,
.btn-five svg {
  max-width: 18px;
  position: relative;
  top: -1px;
}
.btn-one:before,
.btn-two:before,
.btn-three:before,
.btn-four:before,
.btn-five:before {
  position: absolute;
  top: 0px;
  left: 0%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  border-radius: 5px;
  transition: var(--transition);
}
.btn-one:hover:before,
.btn-two:hover:before,
.btn-three:hover:before,
.btn-four:hover:before,
.btn-five:hover:before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn-one {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
  font-weight: 500;
}
.btn-one:before {
  background: var(--optionalColor);
}

.btn-two {
  color: var(--whiteColor);
  background: var(--optionalColor);
}
.btn-two:before {
  background-color: var(--secondaryColor);
}

.btn-three {
  color: var(--titleColor);
  background: transparent;
  border: 1px solid var(--secondaryColor);
}
.btn-three:before {
  background-color: var(--secondaryColor);
}
.btn-three:hover {
  color: var(--whiteColor);
  border-color: transparent;
}

.btn-four {
  color: var(--titleColor);
  background: transparent;
  border: 1px solid var(--optionalColor);
}
.btn-four:before {
  background-color: var(--optionalColor);
}
.btn-four:hover {
  color: var(--whiteColor);
  border-color: transparent;
}

.btn-five {
  color: var(--whiteColor);
  background: var(--titleColor);
}
.btn-five:before {
  background-color: var(--secondaryColor);
}

.link-one,
.link-two,
.link-three {
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: var(--transition);
}
.link-one:after,
.link-two:after,
.link-three:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: "";
  width: 0%;
  height: 1.5px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.link-one svg,
.link-two svg,
.link-three svg {
  font-size: 16px;
}
.link-one:hover:after,
.link-two:hover:after,
.link-three:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link-one {
  color: var(--titleColor);
  font-weight: 700;
}
.link-one:after {
  background-color: var(--secondaryColor);
}
.link-one img {
  margin-left: 5px;
}
.link-one svg {
  max-width: 17px;
  position: relative;
  top: -2px;
  margin-left: 9px;
  font-weight: 700;
}
.link-one:hover {
  color: var(--secondaryColor);
}
.link-one:hover:after {
  background-color: var(--secondaryColor);
}

.link-two {
  color: var(--paraColor);
}
.link-two:after {
  background-color: var(--paraColor);
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.link-two:hover {
  color: var(--secondaryColor);
}
.link-two:hover:after {
  background-color: var(--secondaryColor);
}

.link-three {
  color: var(--optionalColor);
  font-weight: 400;
}
.link-three:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
  background-color: var(--optionalColor);
}
.link-three:hover {
  color: var(--secondaryColor);
}
.link-three:hover:after {
  background-color: var(--secondaryColor);
}

.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(-141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(-83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.content-title span {
  color: var(--primaryColor);
  display: inline-block;
  margin-bottom: 10px;
}
.content-title h2 {
  font-size: 44px;
  line-height: 52px;
  margin: 0;
  font-weight: 500;
}
.content-title p {
  margin: 15px 0 0;
}

.section-title {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
}

.ratings li {
  display: inline-block;
}
.ratings li i {
  color: #F1AE00;
}

#quickview-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--whiteColor);
  border-radius: 50%;
  z-index: 99;
}
#quickview-modal .btn_close i {
  color: var(--primaryColor);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 22px;
}

.video-popup {
  width: 100%;
  height: 450px;
}
.video-popup iframe {
  width: 100%;
  height: 100%;
}

.bg-f {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--bgColor);
}

.bg_gray {
  background-color: var(--grayColor);
}

.bg_ash {
  background-color: var(--ashColor);
}

.bg_glory {
  background-color: #A0E1E1;
}

.bg_akaro {
  background-color: #D5B9A4;
}

.bg_perfume {
  background-color: #B4BCFA;
}

.rating li {
  display: inline-block;
}
.rating li i {
  color: var(--yellowColor);
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110px;
  width: 110px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  -o-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 110px;
  width: 110px;
  text-align: center;
  background-color: transparent;
  color: var(--whiteColor);
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.social-profile li {
  display: inline-block;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}
.social-profile li a i {
  display: block;
  margin: 0 auto;
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile li a:hover i {
  transform: rotate(360deg);
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-nav .page-numbers {
  margin: 0 4px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 52px;
  border: 1px solid rgba(27, 44, 80, 0.19);
  text-align: center;
  color: var(--titleColor);
  background-color: transparent;
  transition: var(--transition);
}
.page-nav .page-numbers:first-child i {
  left: -2px;
}
.page-nav .page-numbers:last-child i {
  right: -2px;
}
.page-nav .page-numbers i {
  font-size: 24px;
  line-height: 0.8;
  font-weight: 300;
  margin: 0 auto;
  position: relative;
  top: 3px;
  transition: var(--transition);
}
.page-nav .page-numbers.active, .page-nav .page-numbers.current, .page-nav .page-numbers:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.page-nav .page-numbers.active i, .page-nav .page-numbers.current i, .page-nav .page-numbers:hover i {
  color: var(--whiteColor);
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.breadcrumb-wrap {
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-top: 113px;
  background-image: url(../img/br-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.breadcrumb-wrap.no-image {
  padding-top: 150px;
  padding-bottom: 100px;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
}
.breadcrumb-content h2 {
  font-size: 40px;
  line-height: 54px;
  font-family: var(--secondaryFont);
  font-weight: 800;
  margin: 0 0 15px;
  color: var(--titleColor);
}
.breadcrumb-content .breadcrumb-menu {
  display: inline-block;
  color: var(--optionalColor);
  word-break: break-all;
}
.breadcrumb-content .breadcrumb-menu a {
  display: inline-block;
  position: relative;
  color: var(--paraColor);
  padding-right: 12px;
  margin-right: 7px;
}
.breadcrumb-content .breadcrumb-menu a:after {
  position: absolute;
  top: 8px;
  right: 0px;
  content: "";
  width: 1px;
  height: 12px;
  background-color: var(--paraColor);
}

.br-img {
  position: relative;
  height: 100%;
}

/*---------------------------------
       Hero Section CSS 
-----------------------------------*/
.hero-wrap {
  background-position: bottom center;
  padding: 192px 0 0;
}
.hero-wrap .hero-content {
  padding: 0 0 95px;
}
.hero-wrap .hero-content > span {
  color: var(--secondaryColor);
}
.hero-wrap .hero-content h1 {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
}
.hero-wrap .hero-content h1 img {
  position: relative;
  margin-top: -10px;
  top: 3px;
}
.hero-wrap .hero-content p {
  margin: 11px 0 32px;
  color: var(--titleColor);
}
.hero-wrap .hero-content .hero-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero-wrap .hero-content .hero-btn .card-ratings {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--whiteColor);
  border-radius: 50px;
  margin-left: 20px;
  padding: 11px 22px 11px 20px;
}
.hero-wrap .hero-content .hero-btn .card-ratings h3 {
  font-size: 40px;
  line-height: 1;
  margin: 0 11px 0 0;
}
.hero-wrap .hero-content .hero-btn .card-ratings .card-ratings-right {
  position: relative;
  top: 2px;
}
.hero-wrap .hero-content .hero-btn .card-ratings .card-ratings-right ul {
  line-height: 1;
}
.hero-wrap .hero-content .hero-btn .card-ratings .card-ratings-right ul li {
  display: inline-block;
  margin: 0 -2px 0 0;
}
.hero-wrap .hero-content .hero-btn .card-ratings .card-ratings-right ul li i {
  color: #FFBE11;
  font-size: 17px;
}
.hero-wrap .hero-content .hero-btn .card-ratings .card-ratings-right p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--paraColor);
}
.hero-wrap .hero-content .card-list {
  margin-top: 70px;
}
.hero-wrap .hero-content .card-list li {
  display: inline-block;
  margin-right: 6px;
}
.hero-wrap .hero-content .card-list li:last-child {
  margin-right: 0;
}
.hero-wrap .hero-content .card-list li span {
  display: block;
  margin: 3px 0 0;
  color: var(--titleColor);
}
.hero-wrap .hero-form-wrap {
  position: relative;
  height: 100%;
}
.hero-wrap .hero-form-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-wrap .hero-form-wrap .hero-login-form {
  display: block;
  margin-left: auto;
  max-width: 424px;
  position: relative;
  z-index: 1;
}
.hero-wrap .hero-form-wrap .hero-login-form .form {
  border-radius: 15px;
  background-image: url(../img/login-bg.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 26px 30px 30px;
  border: 1px solid #FFF;
  border-bottom: none;
}
.hero-wrap .hero-form-wrap .hero-login-form .form h4 {
  color: var(--whiteColor);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.hero-wrap .hero-form-wrap .hero-login-form .form h4 svg {
  position: relative;
  color: var(--secondaryColor);
  top: -1px;
  margin-right: 12px;
  width: 17px;
}
.hero-wrap .hero-form-wrap .hero-login-form .form .form-group {
  margin-bottom: 12px;
}
.hero-wrap .hero-form-wrap .hero-login-form .form .form-group label {
  color: var(--whiteColor);
  display: block;
  font-weight: 300;
  margin: 0 0 2px;
}
.hero-wrap .hero-form-wrap .hero-login-form .form .form-group input {
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  color: var(--whiteColor);
  height: 54px;
  width: 100%;
}
.hero-wrap .hero-form-wrap .hero-login-form .form .form-group input::-moz-placeholder {
  opacity: 0.5;
  color: var(--whiteColor);
}
.hero-wrap .hero-form-wrap .hero-login-form .form .form-group input::placeholder {
  opacity: 0.5;
  color: var(--whiteColor);
}
.hero-wrap .hero-form-wrap .hero-login-form .form .form-group a {
  color: var(--whiteColor);
  font-weight: 300;
}
.hero-wrap .hero-form-wrap p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: var(--titleColor);
}
.hero-wrap form .wpcf7-not-valid-tip {
  color: #f74b4b;
  text-align: left;
  font-size: 15px;
  margin-top: 3px !important;
}
.hero-wrap form .wpcf7-response-output {
  color: #ffffff;
  font-size: 15px;
}

/*---------------------------------
       About Section CSS 
-----------------------------------*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 76.4%;
  background-image: url(../img/bg-5.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-wrap .about-bg {
  height: 100%;
  border-radius: 15px 0 0 15px;
}
.about-wrap .about-bg.bg-one {
  background-image: url(../img/about/about.html);
}
.about-wrap .about-bg.bg-two {
  background-image: url(../img/about/about-2.html);
}
.about-wrap .about-content {
  position: relative;
  z-index: 1;
  border-radius: 0 0 15px 0;
  padding: 100px 42px;
  overflow: hidden;
}
.about-wrap .about-content:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/about/about-bg.webp);
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-wrap .about-content .content-title {
  margin-bottom: 35px;
}
.about-wrap .about-content .content-title p {
  font-weight: 300;
  line-height: 28px;
}
.about-wrap .about-content .ceo-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-wrap .about-content .ceo-info-wrap .ceo-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.about-wrap .about-content .ceo-info-wrap .ceo-img img {
  border-radius: 50%;
}
.about-wrap .about-content .ceo-info-wrap .ceo-info {
  width: calc(100% - 118px);
  margin-left: 18px;
}
.about-wrap .about-content .ceo-info-wrap .ceo-info h5 {
  font-size: 20px;
  margin: 0 0 5px;
  font-weight: 600;
  color: var(--whiteColor);
}
.about-wrap .about-content .ceo-info-wrap .ceo-info span {
  color: var(--whiteColor);
}
.about-wrap .about-content .ceo-contact {
  margin-top: 18px;
}
.about-wrap .about-content .ceo-contact span {
  display: block;
  color: var(--whiteColor);
  margin: 0;
  font-weight: 400;
}
.about-wrap .about-content .ceo-contact a {
  color: var(--secondaryColor);
  font-size: 20px;
  font-weight: 700;
}
.about-wrap .account-process {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.about-wrap .account-process li {
  position: relative;
  background-color: var(--whiteColor);
  padding: 11px 15px 11px 44px;
  margin-bottom: 15px;
}
.about-wrap .account-process li i {
  position: absolute;
  top: 12px;
  left: 8px;
  color: var(--secondaryColor);
  font-size: 30px;
  line-height: 0.8;
}

.simple-box {
  background-color: var(--whiteColor);
  border-radius: 15px;
  border: 1px solid #D6DADE;
  margin-bottom: 25px;
  padding: 25px;
}
.simple-box h6 {
  font-size: 16px;
  line-height: 25px;
  margin: 18px 0 22px;
}
.simple-box p {
  margin-bottom: 0;
}
.simple-box.style-two {
  background-color: #F5F7FA;
  border: none;
}

/*---------------------------------
      Category Section CSS 
-----------------------------------*/
.cat-card.style-one {
  position: relative;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  border-top: none;
}
.cat-card.style-one:before, .cat-card.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: top bottom;
  background-size: 100% 100%;
  transition: var(--transition);
}
.cat-card.style-one:before {
  background-image: url(../img/border-bg-11.webp);
}
.cat-card.style-one:after {
  visibility: hidden;
  width: 0;
  background-image: url(../img/border-bg-12.webp);
}
.cat-card.style-one i {
  font-size: 75px;
  line-height: 0.8;
  color: var(--titleColor);
  transition: var(--transition);
}
.cat-card.style-one h3 {
  font-size: 22px;
  margin: 18px 0 7px;
}
.cat-card.style-one h3 a {
  color: var(--titleColor);
}
.cat-card.style-one h3 a:hover {
  color: var(--secondaryColor);
}
.cat-card.style-one p {
  margin: 0 0 39px;
  transition: var(--transition);
}
.cat-card.style-one .link-one {
  transition: var(--transition);
}
.cat-card.style-one .link-one:after {
  background-color: var(--whiteColor);
}
.cat-card.style-one:hover h3 a {
  color: var(--whiteColor);
}
.cat-card.style-one:hover i, .cat-card.style-one:hover p, .cat-card.style-one:hover .link-one {
  color: var(--whiteColor);
}
.cat-card.style-one:hover:before {
  opacity: 0;
}
.cat-card.style-one:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.cat-card.style-two {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cat-card.style-two .cat-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F5F7FA;
  border: 1px solid #D6DADE;
  margin: 0 auto 12px;
}
.cat-card.style-two .cat-icon i {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  line-height: 0.8;
  color: var(--optionalColor);
}

.category-slider-wrap {
  position: relative;
}
.category-slider-wrap .category-slider-btn .category-prev,
.category-slider-wrap .category-slider-btn .category-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #D6DADE;
  transition: var(--transition);
}
.category-slider-wrap .category-slider-btn .category-prev svg,
.category-slider-wrap .category-slider-btn .category-next svg {
  display: block;
  margin: 0 auto;
  transition: var(--transition);
  color: var(--titleColor);
  width: 16px;
}
.category-slider-wrap .category-slider-btn .category-prev:hover,
.category-slider-wrap .category-slider-btn .category-next:hover {
  background-color: var(--optionalColor);
  border-color: transparent;
}
.category-slider-wrap .category-slider-btn .category-prev:hover svg,
.category-slider-wrap .category-slider-btn .category-next:hover svg {
  color: var(--whiteColor);
}

.filter-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.filter-cat span {
  margin-right: 10px;
}
.filter-cat select {
  width: 200px;
  border: 1px solid #D6DADE;
  border-radius: 5px;
  height: 54px;
  padding: 12px 15px;
}

/*---------------------------------
       Process Section CSS 
-----------------------------------*/
.process-wrap .process-content .process-item-wrap .process-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #DBDBDB;
}
.process-wrap .process-content .process-item-wrap .process-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.process-wrap .process-content .process-item-wrap .process-item span {
  position: relative;
  top: -6px;
  width: 90px;
  font-size: 48px;
  line-height: 54px;
  color: var(--secondaryColor);
  font-weight: 600;
}
.process-wrap .process-content .process-item-wrap .process-item .process-info {
  width: calc(100% - 90px);
}
.process-wrap .process-content .process-item-wrap .process-item .process-info h4 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 31px;
}
.process-wrap .process-content .process-item-wrap .process-item .process-info p {
  margin-bottom: 0;
}
.process-wrap .process-img-wrap {
  position: relative;
  z-index: 1;
}
.process-wrap .process-img-wrap .process-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  transform: translate(-50%, -50%);
}
.process-wrap .process-img-wrap .process-promo {
  background-color: #F5F7FA;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 20px 34px 14px;
  max-width: 200px;
}
.process-wrap .process-img-wrap .process-promo img {
  display: block;
  margin: 0 auto;
}
.process-wrap .process-img-wrap .process-promo p {
  color: var(--titleColor);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 32.8px;
  margin: 8px 0 0;
}
.process-wrap.process-bg {
  background-image: url(../img/bg-3.html);
}
.process-wrap.style-one .process-content .process-item-wrap .process-item, .process-wrap.style-three .process-content .process-item-wrap .process-item, .process-wrap.style-four .process-content .process-item-wrap .process-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.process-wrap.style-one .process-content .process-item-wrap .process-item span, .process-wrap.style-three .process-content .process-item-wrap .process-item span, .process-wrap.style-four .process-content .process-item-wrap .process-item span {
  top: -3px;
  font-weight: 600;
}
.process-wrap.style-one .process-content .process-item-wrap .process-item .process-info, .process-wrap.style-three .process-content .process-item-wrap .process-item .process-info, .process-wrap.style-four .process-content .process-item-wrap .process-item .process-info {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DBDBDB;
}
.process-wrap.style-one .process-content .process-item-wrap .process-item:last-child .process-info, .process-wrap.style-three .process-content .process-item-wrap .process-item:last-child .process-info, .process-wrap.style-four .process-content .process-item-wrap .process-item:last-child .process-info {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.process-wrap.style-one .process-content .process-item-wrap {
  margin: 38px 0 0;
}
.process-wrap.style-two .process-content .process-item-wrap {
  margin: 40px 0;
}
.process-wrap.style-two .process-img {
  border-radius: 15px;
}
.process-wrap.style-two .process-img img {
  border-radius: 15px;
}
.process-wrap.style-three .process-img-wrap .circle-wrap {
  top: -5%;
  right: -5%;
}
.process-wrap.style-three .process-item-wrap .process-item .process-info .feature-list {
  margin-top: 15px;
}
.process-wrap.style-three .process-item-wrap .process-item .process-info .feature-list li {
  margin-bottom: 10px;
}
.process-wrap.style-three .process-img-wrap, .process-wrap.style-four .process-img-wrap {
  position: relative;
}
.process-wrap.style-three .process-img-wrap .circle-wrap, .process-wrap.style-four .process-img-wrap .circle-wrap {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
.process-wrap.style-three .process-img-wrap .circle-wrap .circle-text, .process-wrap.style-four .process-img-wrap .circle-wrap .circle-text {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process-wrap.style-three .process-img-wrap .circle-wrap .circle-text svg, .process-wrap.style-four .process-img-wrap .circle-wrap .circle-text svg {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
}
.process-wrap.style-three .process-img-wrap .circle-wrap .circle-text svg text, .process-wrap.style-four .process-img-wrap .circle-wrap .circle-text svg text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4em;
}
.process-wrap.style-four .process-img-wrap .circle-wrap {
  top: 2%;
  left: 2%;
  width: 170px;
  height: 170px;
}
.process-wrap.style-four .process-img-wrap .circle-wrap .circle-text {
  width: 380px;
  height: 380px;
}
.process-wrap.style-four .process-img-wrap .circle-wrap .circle-text svg {
  width: 380px;
  height: 380px;
}
.process-wrap.style-four .process-img-wrap .circle-wrap .circle-text svg text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4em;
}

/*---------------------------------
    Balance Transfer CSS 
-----------------------------------*/
.bt-wrap {
  background-image: url(../img/about/bt-bg.html);
}
.bt-wrap .bt-img {
  background-image: url(../img/about/bt-img.html);
  width: 100%;
  height: 100%;
}
.bt-wrap .bt-content {
  padding: 100px 0;
}
.bt-wrap .bt-content .feature-list {
  margin: 37px 0 25px;
}
.bt-wrap .bt-content .feature-list.style-two {
  -moz-columns: 2;
       columns: 2;
}
.bt-wrap .bt-content .feature-list.style-two li {
  padding-left: 24px;
  font-weight: 700;
  color: var(--titleColor);
  margin-bottom: 15px;
}
.bt-wrap .bt-content .feature-list.style-two li:before {
  display: none;
}
.bt-wrap .bt-content .feature-list.style-two li i {
  font-size: 17px;
  top: 7px;
  color: var(--secondaryColor);
}

/*---------------------------------
    Credit & security Card CSS 
-----------------------------------*/
.credit-card.style-one .card-ratings, .credit-card.style-two .card-ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.credit-card.style-one .card-ratings .ratings, .credit-card.style-two .card-ratings .ratings {
  margin-right: 9px;
}
.credit-card.style-one .card-ratings .ratings li, .credit-card.style-two .card-ratings .ratings li {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: #FFBE11;
  text-align: center;
  margin: 0 -0.5px;
}
.credit-card.style-one .card-ratings .ratings li i, .credit-card.style-two .card-ratings .ratings li i {
  color: var(--whiteColor);
  font-size: 12px;
  line-height: 0.7;
}
.credit-card.style-one .card-ratings span, .credit-card.style-two .card-ratings span {
  line-height: 1;
  position: relative;
  top: 1px;
}
.credit-card.style-one {
  border-radius: 15px;
  border: 1px solid #DDE0E4;
  padding: 25px 30px 30px;
  margin-bottom: 25px;
}
.credit-card.style-one .credit-card-title {
  margin-bottom: 16px;
  text-align: center;
}
.credit-card.style-one img {
  display: block;
  margin: 0 auto;
}
.credit-card.style-one .card-ratings {
  margin: 12px 0 22px;
}
.credit-card.style-one .card-features {
  margin-bottom: 40px;
}
.credit-card.style-one .card-features .card-feature-item {
  margin-bottom: 18px;
}
.credit-card.style-one .card-features .card-feature-item h4 {
  margin-bottom: 4px;
}
.credit-card.style-one .card-features .card-feature-item:last-child {
  margin-bottom: 0;
}
.credit-card.style-one .card-features .card-feature-item p {
  margin-bottom: 10px;
}
.credit-card.style-one .card-features .card-feature-item p b {
  color: var(--paraColor);
}
.credit-card.style-one .card-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -3.5px;
}
.credit-card.style-one .card-btn a {
  width: calc(50% - 7px);
  margin: 0 3.5px;
  padding: 14px;
  font-weight: 700;
}
.credit-card.style-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #DDE0E4;
  padding: 0 30px;
  margin-bottom: 10px;
}
.credit-card.style-two .card-img {
  width: 20.2%;
  position: relative;
  top: -15px;
}
.credit-card.style-two .card-img img {
  display: block;
}
.credit-card.style-two .card-img .card-ratings {
  margin: 12px 0 0;
}
.credit-card.style-two .card-features {
  width: 56.5%;
  padding: 68px 35px 5px 55px;
  border-right: 1px solid #DDE0E4;
}
.credit-card.style-two .card-features .card-feature-item {
  margin-bottom: 14px;
}
.credit-card.style-two .card-features .card-feature-item p {
  margin-bottom: 7px;
}
.credit-card.style-two .card-btn {
  width: 23%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 30px;
}
.credit-card.style-two .card-btn a {
  display: block;
  width: 100%;
  font-weight: 700;
}
.credit-card.style-two .card-btn a:first-child {
  margin-bottom: 10px;
}

.card-tablist {
  border: none;
  margin-bottom: 20px;
  justify-content: center;
}
.card-tablist .nav-item {
  border: none;
  margin-right: 5px;
  margin-bottom: 10px;
}
.card-tablist .nav-item:last-child {
  margin-right: 0;
}
.card-tablist .nav-item .nav-link {
  border-radius: 5px;
  border: 1px solid #DDE0E4;
  color: var(--titleColor);
  transition: var(--transition);
  padding: 10.5px 34px;
  font-weight: 700;
}
.card-tablist .nav-item .nav-link.active, .card-tablist .nav-item .nav-link:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}

.security-card {
  border-radius: 5px;
  border: 1px solid #D6DADE;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 25px;
}
.security-card span {
  width: 70px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.security-card span i {
  font-size: 70px;
  line-height: 0.8;
  color: var(--titleColor);
}
.security-card .security-text {
  width: calc(100% - 100px);
  margin-left: 30px;
}
.security-card .security-text h4 {
  margin-bottom: 8px;
}
.security-card .security-text p {
  margin: 0;
}

.bn-card {
  position: relative;
  z-index: 1;
  padding: 25px;
  margin-bottom: 25px;
}
.bn-card:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/border-bg-13.webp);
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.bn-card i {
  font-size: 75px;
  line-height: 0.8;
}
.bn-card h4 {
  margin: 18px 0 8px;
}
.bn-card p {
  margin: 0;
}

.card-details-wrap .card-img img {
  display: block;
  margin: 22px 0 20px;
}
.card-details-wrap .card-img .card-ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.card-details-wrap .card-img .card-ratings .ratings {
  margin-right: 9px;
}
.card-details-wrap .card-img .card-ratings .ratings li {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: #FFBE11;
  text-align: center;
  margin: 0 -0.5px;
}
.card-details-wrap .card-img .card-ratings .ratings li i {
  color: var(--whiteColor);
  font-size: 12px;
  line-height: 0.7;
}
.card-details-wrap .card-img .card-ratings span {
  line-height: 1;
  position: relative;
  top: 1px;
}
.card-details-wrap .card-details .card-btn {
  margin: 22px 0 41px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.card-details-wrap .card-details .card-btn a {
  margin-right: 28px;
}
.card-details-wrap .card-details .contact-num {
  margin: 0;
}
.card-details-wrap .card-details .contact-num span {
  display: block;
}
.card-details-wrap .card-details .contact-num a {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--optionalColor);
}
.card-details-wrap .card-details .card-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*---------------------------------
       Newsletter CSS 
-----------------------------------*/
.newsletter-wrap {
  background-color: var(--optionalColor);
  position: relative;
  z-index: 1;
}
.newsletter-wrap .card-one,
.newsletter-wrap .card-two {
  position: absolute;
  z-index: -1;
}
.newsletter-wrap .card-one {
  top: 0;
  left: 3%;
}
.newsletter-wrap .card-two {
  bottom: 0;
  right: 3%;
}
.newsletter-wrap .newsletter-form {
  display: flex;
  flex-wrap: wrap;
}
.newsletter-wrap .newsletter-form .form-group {
  width: calc(100% - 223px);
  margin-right: 15px;
  position: relative;
}
.newsletter-wrap .newsletter-form .form-group input {
  width: 100%;
  height: 54px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.1);
  color: var(--whiteColor);
  padding: 13px 15px 13px 40px;
}
.newsletter-wrap .newsletter-form .form-group input::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 0.5;
}
.newsletter-wrap .newsletter-form .form-group input::placeholder {
  color: var(--whiteColor);
  opacity: 0.5;
}
.newsletter-wrap .newsletter-form .form-group img {
  position: absolute;
  top: 19px;
  left: 15px;
  filter: brightness(0) invert(1);
  max-width: 16px;
}
.newsletter-wrap .newsletter-form button {
  width: 208px;
}
.newsletter-wrap .newsletter-form button:before {
  background-color: var(--titleColor);
}
.newsletter-wrap .content-title span {
  font-weight: 300;
  margin-bottom: 4px;
}
.newsletter-wrap .newsletter-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*---------------------------------
       Bank Card CSS 
-----------------------------------*/
.bank-card {
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
  z-index: 1;
  padding: 25px 20px 22px 25px;
}
.bank-card .bank-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.bank-card .bank-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 23px;
  background-color: var(--whiteColor);
}
.bank-card .bank-icon i {
  display: block;
  margin: 0 auto;
  font-size: 46px;
  line-height: 0.8;
}
.bank-card h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
.bank-card p {
  margin: 0;
}
.bank-card.style-two {
  position: relative;
  border-radius: 15px 0 15px 15px;
  z-index: 2;
}
.bank-card.style-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px 5px 15px 15px;
  z-index: -1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.bank-card.style-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 25px);
  border-radius: 0 0 15px 15px;
  z-index: -1;
}
.bank-card.style-two .bank-shape {
  top: 20px;
  z-index: 0;
}
.bank-card.style-two .d-flex .link-one {
  color: var(--secondaryColor);
}
.bank-card.style-two .d-flex span {
  font-weight: 700;
  color: var(--titleColor);
}
.bank-card.style-two.bg_one:before {
  background-image: url(../img/bank-bg-1.webp);
}
.bank-card.style-two.bg_one:after {
  background-color: #D5B9A4;
}
.bank-card.style-two.bg_two:before {
  background-image: url(../img/bank-bg-2.webp);
}
.bank-card.style-two.bg_two:after {
  background-color: #B4BCFA;
}
.bank-card.style-two h3, .bank-card.style-two h6, .bank-card.style-two p {
  position: relative;
  z-index: 3;
}
.bank-card.style-two h6 {
  margin: 18px 0 20px;
}
.bank-card.style-two p {
  margin-bottom: 40px;
}

/*---------------------------------
       Award Box CSS 
-----------------------------------*/
.award-box {
  background-image: url(../img/award-bg.html);
  padding: 50px 88px 20px;
  border-radius: 15px;
}
.award-box .award-item {
  text-align: center;
  margin-bottom: 25px;
}
.award-box .award-item h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 14px 0 0;
}

/*---------------------------------
       App Section CSS 
-----------------------------------*/
.app-box {
  background-image: url(../img/app-bg-2.html);
  padding: 91px 0 96px 50px;
  border-radius: 10px;
  position: relative;
}
.app-box .app-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.app-box .app-content .app-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.app-box .app-content .app-btn span {
  font-size: 22px;
  font-weight: 600;
  color: var(--titleColor);
  margin-right: 9px;
}
.app-box .app-content .app-btn a {
  display: inline-block;
  margin-right: 10px;
}
.app-box .app-content .app-btn a:last-child {
  margin-right: 0;
}
.app-box .app-content .app-btn a img {
  transition: var(--transition);
}
.app-box .app-content .app-btn a:hover img {
  opacity: 0.7;
}
.app-box .app-content .section-title {
  margin-bottom: 42px;
}

/*---------------------------------
    Testimonial Section CSS 
-----------------------------------*/
.testimonial-wrap {
  position: relative;
  z-index: 1;
}
.testimonial-wrap .testimonial-bg {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/counter-bg.html);
  z-index: 1;
  width: 30.7%;
  height: 100%;
  border-radius: 0 0 0 15px;
  z-index: -1;
}
.testimonial-wrap .testimonial-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F5F7FA;
  opacity: 0.9;
  z-index: 0;
}
.testimonial-wrap.style-one .testimonial-slider-wrap {
  position: relative;
  width: 100%;
  margin-right: 2px;
}
.testimonial-wrap.style-one .testimonial-slider-wrap .testimonial-card {
  margin-bottom: 2px;
}
.testimonial-wrap.style-one .testimonial-slider-wrap .testimonial-slider-one {
  padding-right: 2px;
}

.testimonial-card {
  padding: 25px;
}
.testimonial-card:before {
  background-image: url(../img/border-bg-9.webp);
}
.testimonial-card .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-card .client-info-wrap .client-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-card .client-info-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 114px);
  margin-left: 14px;
}
.testimonial-card .client-info-wrap .client-info h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.testimonial-card p {
  margin: 15px 0 8px;
  line-height: 27px;
  letter-spacing: -0.09px;
}
.testimonial-card .ratings {
  text-align: right;
}
.testimonial-card .ratings li {
  margin: 0 -3px 0 0;
}
.testimonial-card .ratings li i {
  font-size: 18px;
  color: #FFBE11;
}

.testimonial-slider-wrap {
  position: relative;
  width: 100%;
}
.testimonial-slider-wrap.style-one {
  padding-right: 3px;
}
.testimonial-slider-wrap.style-one .testimonial-card {
  margin-bottom: 1px;
}
.testimonial-slider-wrap .testimonial-pagination {
  position: absolute;
  top: -105px;
  right: 0;
  text-align: right;
}
.testimonial-slider-wrap .testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background-color: transparent;
  margin: 0 12px 0 0;
}
.testimonial-slider-wrap .testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 6.5px;
  height: 6.5px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  opacity: 0.3;
  transform: translate(-50%, -50%);
}
.testimonial-slider-wrap .testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.testimonial-slider-wrap .testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: var(--secondaryColor);
  opacity: 1;
}
.testimonial-slider-wrap .testimonial-card:after {
  top: 29px;
}

.counter-card-wrap .counter-card {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 30px 25px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.counter-card-wrap .counter-card:last-child {
  margin-bottom: 0;
}
.counter-card-wrap .counter-card.style-one {
  background-color: #B4BCFA;
}
.counter-card-wrap .counter-card.style-two {
  background-color: #D5B9A4;
}
.counter-card-wrap .counter-card.style-three {
  background-color: #A0E1E1;
}
.counter-card-wrap .counter-card .counter-icon {
  width: 50px;
  position: relative;
  top: 4px;
}
.counter-card-wrap .counter-card .counter-text {
  width: calc(100% - 82px);
  margin-left: 32px;
}
.counter-card-wrap .counter-card .counter-text h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 500;
  margin-bottom: 0;
}
.counter-card-wrap .counter-card .counter-text p {
  margin: 0;
}

/*---------------------------------
    News Section CSS 
-----------------------------------*/
.news-wrap {
  position: relative;
  z-index: 1;
}
.news-wrap .news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--optionalColor);
  border-radius: 0 16px 0 0;
  overflow: hidden;
}
.news-wrap .news-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/news/news-overlay.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 0;
  border-radius: 0 16px 0 0;
}
.news-wrap .news-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  max-height: 100%;
}
.news-wrap .content-title {
  position: relative;
  z-index: 1;
}

.news-card {
  background-color: var(--whiteColor);
  margin-bottom: 25px;
  border-radius: 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.news-card .news-img {
  border-radius: 15px 15px 0 0;
  position: relative;
}
.news-card .news-img img {
  border-radius: 15px 15px 0 0;
}
.news-card .news-img .news-date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 300;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  padding: 2.5px 14.5px;
}
.news-card .news-info {
  padding: 22px;
  border: 1px solid #D6DADE;
  border-radius: 0 0 15px 15px;
}
.news-card .news-info .news-metainfo {
  margin-bottom: 5px;
}
.news-card .news-info h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 33px;
}
.news-card .news-info h3 a {
  color: var(--titleColor);
}
.news-card .news-info h3 a:hover {
  color: var(--secondaryColor);
}

.news-metainfo li {
  display: inline-block;
  margin-right: 8px;
  padding-right: 12px;
  position: relative;
}
.news-metainfo li:after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  width: 1px;
  height: 12px;
  background-color: var(--paraColor);
}
.news-metainfo li:last-child:after {
  display: none;
}
.news-metainfo li span {
  color: var(--secondaryColor);
}
.news-metainfo li a {
  color: var(--paraColor);
}
.news-metainfo li a:hover {
  color: var(--secondaryColor);
}

.news-slider .news-card {
  margin-bottom: 1px;
}

.news-pagination {
  margin-top: 45px;
}
.news-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background-color: transparent;
  margin: 0 13px 0 0;
}
.news-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 6.5px;
  height: 6.5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%);
}
.news-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--whiteColor);
}
.news-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: rgb(255, 255, 255);
}

/*----------------------------
    Team Card CSS
------------------------------*/
.team-card {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.team-card img {
  padding: 10px 10px 0;
}
.team-card:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/border-bg-15.webp);
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.team-card .team-info {
  padding: 23px 29px 23px;
}
.team-card .team-info h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

/*----------------------------
    Checking Account CSS
------------------------------*/
.feature-box {
  padding: 28px 30px;
  border-radius: 15px;
  border-top: none;
  position: relative;
  margin-bottom: 25px;
}
.feature-box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/border-bg-2.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  width: 100%;
  height: 30px;
}
.feature-box:after {
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  border: 1px solid #D6DADE;
  border-top: none;
  border-radius: 0 0 15px 15px;
}
.feature-box .feature-list {
  margin-bottom: 42px;
}
.feature-box .feature-list li {
  margin-bottom: 16px;
}

/*----------------------------
    Certificate of deposit CSS
------------------------------*/
.certificate-features h4 {
  margin-bottom: 22px;
}
.certificate-features .feature-list {
  margin: 25px 0;
}

.cod-card {
  border-radius: 15px;
  border: 1px solid #D6DADE;
  background: #F5F7FA;
  text-align: center;
  padding: 26px 20px 21px;
  margin-bottom: 25px;
}
.cod-card h4 {
  margin-bottom: 5px;
}
.cod-card h2 {
  color: var(--secondaryColor);
  font-size: 48px;
  font-weight: 600;
  line-height: 53px;
  margin: 0 0 7px;
}
.cod-card h2 span {
  font-size: 22px;
  line-height: 1;
  color: var(--titleColor);
}
.cod-card p {
  margin-bottom: 8px;
}

.cod-wrap {
  background-image: url(../img/bg-1.html);
}
.cod-wrap .cod-img-wrap {
  position: relative;
  height: 100%;
  top: 4px;
}
.cod-wrap .cod-img-wrap .cod-img-one {
  margin-left: auto;
  border-radius: 15px;
  display: block;
}
.cod-wrap .cod-img-wrap .cod-img-two {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  border-top: 9px solid var(--whiteColor);
  border-left: 9px solid var(--whiteColor);
  border-right: 9px solid #F3F2F8;
  border-bottom: 9px solid #F3F2F8;
}
.cod-wrap .cod-item-wrap {
  margin: 39px 0 0;
}

.cod-wrap-two .cod-img-wrap {
  position: relative;
  height: 100%;
}
.cod-wrap-two .cod-img-wrap .cod-img-one {
  margin-right: auto;
  border-radius: 15px;
  display: block;
}
.cod-wrap-two .cod-img-wrap .cod-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 15px;
  border-top: 9px solid var(--whiteColor);
  border-left: 9px solid var(--whiteColor);
  border-right: 9px solid #F3F2F8;
  border-bottom: 9px solid #F3F2F8;
}
.cod-wrap-two .cod-img-wrap .btn-one {
  position: absolute;
  bottom: 85px;
  left: 35px;
}

.cod-item-wrap .cod-item {
  display: flex;
  flex-wrap: wrap;
}
.cod-item-wrap .cod-item:last-child .cod-info {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cod-item-wrap .cod-item span {
  position: relative;
  top: 0px;
  width: 53px;
  font-size: 22px;
  line-height: 28px;
  color: var(--secondaryColor);
  font-weight: 600;
}
.cod-item-wrap .cod-item .cod-info {
  width: calc(100% - 53px);
  padding-bottom: 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid #DBDBDB;
}
.cod-item-wrap .cod-item .cod-info h4 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 31px;
}
.cod-item-wrap .cod-item .cod-info p {
  margin-bottom: 0;
}

.simple-img {
  border-radius: 15px;
}
.simple-img img {
  border-radius: 15px;
}

/*----------------------------
    Saving Account CSS
------------------------------*/
.apy-box {
  background-color: #F5F7FA;
  font-size: 48px;
  line-height: 53px;
  color: var(--secondaryColor);
  border-radius: 15px;
  padding: 24px 20px;
  text-align: center;
  margin-left: auto;
}

.saving-calculator {
  border-radius: 15px;
  border: 1px solid #DDE0E4;
  background: #F5F7FA;
  padding: 50px;
}
.saving-calculator .content-title p {
  margin-top: 15px;
}
.saving-calculator .saving-form .section-title {
  margin-bottom: 15px;
}
.saving-calculator .feature-list {
  margin: 20px 0 25px;
}
.saving-calculator .form-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
}
.saving-calculator .form-btn button {
  width: 142px;
}
.saving-calculator .form-btn .result {
  width: calc(100% - 152px);
  margin-left: 10px;
  background-color: var(--whiteColor);
  border-radius: 5px;
  border: 1px solid #D6DADE;
  padding: 12.5px 20px;
}
.saving-calculator .form-btn .result span {
  color: var(--secondaryColor);
}

.saving-form .form-group {
  margin-bottom: 17px;
}
.saving-form .form-group label {
  margin-bottom: 3px;
}
.saving-form .form-group input, .saving-form .form-group select {
  width: 100%;
  height: 54px;
  background-color: var(--whiteColor);
  border-radius: 5px;
  border: 1px solid #D6DADE;
}

.feature-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
}
.feature-list li:last-child {
  margin-bottom: 0;
}
.feature-list li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 23px;
  line-height: 0.8;
  color: var(--optionalColor);
}
.feature-list.style-two li {
  position: relative;
  padding-left: 18px;
}
.feature-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--optionalColor);
}

.wh-card-wrap > div .wh-card {
  position: relative;
}
.wh-card-wrap > div .wh-card:after {
  position: absolute;
  top: 27.5%;
  right: -65px;
  content: "";
  width: 113px;
  height: 41px;
  background-image: url(../img/curve-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wh-card-wrap > div:last-child .wh-card:after {
  display: none;
}

.wh-card {
  text-align: center;
  margin-bottom: 25px;
}
.wh-card .wh-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F5F7FA;
  margin: 0 auto;
  border: 1px solid #D6DADE;
}
.wh-card .wh-icon img {
  display: block;
  margin: 0 auto;
}
.wh-card span {
  display: block;
  margin: 12px 0 0;
}

.step-wrap .step-img {
  height: 652px;
  border-radius: 15px;
  position: relative;
  top: 7px;
}

.step-item-wrap .step-item {
  border-radius: 15px;
  border: 1px solid #D6DADE;
  background: var(--whiteColor);
  padding: 22px 18px 24px 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.step-item-wrap .step-item:last-child {
  margin-bottom: 0;
}
.step-item-wrap .step-item > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--secondaryColor);
  font-size: 22px;
  line-height: 1;
  color: var(--secondaryColor);
  font-weight: 600;
  text-align: center;
  position: relative;
  top: 5px;
}
.step-item-wrap .step-item p {
  width: calc(100% - 78px);
  margin: 0 0 0 18px;
}
.step-item-wrap .step-item p span {
  color: var(--optionalColor);
  font-weight: 700;
}

.facility-card {
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
  border: 1px solid #D6DADE;
}
.facility-card h3 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 600;
  color: var(--secondaryColor);
  margin-bottom: 13px;
}
.facility-card h3 span {
  font-size: 16px;
  line-height: 22px;
  color: var(--titleColor);
  font-weight: 400;
}
.facility-card p {
  margin-bottom: 38px;
}

/*----------------------------
  Banking IRA CSS
------------------------------*/
.ira-img {
  border-radius: 15px;
}
.ira-img img {
  border-radius: 15px;
}

.ira-content .content-title h6 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ira-content .ira-checklist {
  -moz-columns: 2;
       columns: 2;
  margin-bottom: 42px;
}
.ira-content .ira-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}
.ira-content .ira-checklist li:last-child {
  margin-bottom: 0;
}
.ira-content .ira-checklist li i {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--secondaryColor);
  font-size: 16px;
  font-weight: 700;
  line-height: 0.8;
}

.ira-box {
  border-radius: 15px;
  border: 1px solid #D6DADE;
  background: #F5F7FA;
  padding: 20px 28px 23px;
  margin-bottom: 25px;
}
.ira-box h2 {
  color: var(--secondaryColor);
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ira-box h6 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 14px;
}
.ira-box p {
  margin: 0;
}

.chart-img h4 {
  font-size: 22px;
  margin-bottom: 32px;
  text-align: center;
}

.interest-calculator {
  border-radius: 15px;
  background: #F5F7FA;
  padding: 50px 40px 25px;
}
.interest-calculator.style-two {
  border: 1px solid #DDE0E4;
}
.interest-calculator h4 {
  margin-bottom: 18px;
}
.interest-calculator .result {
  display: block;
  margin: 12px 0 20px;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  color: var(--secondaryColor);
  font-weight: 600;
}
.interest-calculator h6 {
  font-size: 22px;
  margin: 0 0 18px;
}
.interest-calculator button.link-two {
  background-color: transparent;
}
.interest-calculator.style-two {
  padding: 50px 35px 50px;
}

.banking-activity {
  border-radius: 15px;
  border: 1px solid #DDE0E4;
  background: #F5F7FA;
  padding: 52px 20px 22px;
}

.activity-card {
  text-align: center;
  margin-bottom: 25px;
}
.activity-card span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--whiteColor);
  margin: 0 auto;
  border: 1px solid #D6DADE;
}
.activity-card span i {
  color: var(--optionalColor);
  font-size: 40px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
}
.activity-card h6 {
  display: block;
  margin: 12px 0 0;
  font-weight: 400;
  color: var(--paraColor);
}

/*----------------------------
   Small Business Banking CSS
------------------------------*/
.smb-content {
  margin-bottom: 25px;
}
.smb-content .content-title p {
  margin: 15px 0 25px;
}

.smb-card {
  border-radius: 15px;
  border: 1px solid #D6DADE;
  background: #F5F7FA;
  margin-bottom: 25px;
  padding: 25px;
}
.smb-card h4 {
  line-height: 30px;
}

.cod-content.style-two .content-title h6 {
  font-size: 16px;
  line-height: 28px;
  margin: 18px 0 15px;
  color: var(--secondaryColor);
}

.business-card {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  transition: var(--transition);
}
.business-card:hover {
  transform: translateY(-5px);
}
.business-card:before {
  background-image: url(../img/border-bg-4.webp);
}
.business-card .business-img {
  padding: 11px 11px 0;
}
.business-card .business-info {
  padding: 23px 22px 7px 29px;
}
.business-card .business-info h3 {
  font-size: 22px;
  line-height: 28px;
}
.business-card .business-info h3 a {
  color: var(--titleColor);
}
.business-card .business-info h3 a:hover {
  color: var(--secondaryColor);
}
.business-card.style-two:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/border-bg-13.webp);
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.business-card.style-three:before {
  background-image: url(../img/border-bg-14.webp);
  width: 100%;
  height: 100%;
  background-position: top right;
  background-size: 100% 100%;
  z-index: -1;
}
.business-card.style-three:after {
  display: none;
}
.business-card.style-three .business-info p {
  line-height: 28px;
}
.business-card.style-three:hover {
  transform: translateY(0);
}

.ch-account-wrap {
  background-image: url(../img/bg-3.html);
}

.ch-card {
  position: relative;
  z-index: 1;
  padding: 38px 29px 29px;
}
.ch-card:before {
  background-image: url(../img/border-bg-5.webp);
}
.ch-card h4 {
  margin-bottom: 18px;
}
.ch-card h6 {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 28px;
}
.ch-card p {
  margin-bottom: 22px;
}

.testimonial-card:before,
.mortgage-card:before,
.ch-card:before,
.business-card:before {
  position: absolute;
  top: 0px;
  right: 0;
  content: "";
  width: 100%;
  height: 30px;
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.testimonial-card:after,
.mortgage-card:after,
.ch-card:after,
.business-card:after {
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  border: 1px solid #D6D6D6;
  border-top: none;
  border-radius: 0 0 15px 15px;
  background-color: var(--whiteColor);
  z-index: -1;
}

.card-slider-wrap {
  background-image: url(../img/bg-1.html);
}
.card-slider-wrap .card-slider-one .card-pagination {
  text-align: center;
  margin-top: 25px;
}
.card-slider-wrap .card-slider-one .card-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background-color: transparent;
  margin: 0 12px 0 0;
}
.card-slider-wrap .card-slider-one .card-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 6.5px;
  height: 6.5px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  opacity: 0.3;
  transform: translate(-50%, -50%);
}
.card-slider-wrap .card-slider-one .card-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.card-slider-wrap .card-slider-one .card-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: var(--secondaryColor);
  opacity: 1;
}

/*----------------------------
    ATM Locator CSS
------------------------------*/
.atm-content .content-title p {
  margin-top: 15px;
}
.atm-content form {
  position: relative;
  margin: 21px 0 44px;
}
.atm-content form input {
  width: 100%;
  height: 54px;
  border: 1px solid #D6DADE;
  border-radius: 5px;
  padding: 14px 75px 14px 17px;
  color: var(--paraColor);
  background-color: transparent;
}
.atm-content form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.atm-content form input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.atm-content form button {
  position: absolute;
  top: 2px;
  right: 1px;
  background-color: var(--optionalColor);
  height: calc(100% - 4px);
  padding: 15px 26.5px;
  border-radius: 5px;
  border: none;
}
.atm-content form button img {
  display: block;
  margin: 0 auto;
  max-width: 17px;
  filter: brightness(0) invert(1);
}

.atm-map {
  height: 650px;
  border-radius: 10px;
}
.atm-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/*----------------------------
   Explore Mortgage CSS
------------------------------*/
.mortgage-card {
  padding: 25px;
  position: relative;
  margin-bottom: 25px;
}
.mortgage-card:before {
  background-image: url(../img/border-bg-3.webp);
}
.mortgage-card span {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 58px;
  right: 30px;
  color: var(--titleColor);
}
.mortgage-card i {
  font-size: 70px;
  line-height: 0.8;
  color: var(--optionalColor);
}
.mortgage-card h3 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 18px;
}
.mortgage-card.style-one h3 {
  margin-bottom: 5px;
}
.mortgage-card.style-one p {
  margin-bottom: 40px;
}
.mortgage-card.style-two h3 {
  margin: 18px 0 37px;
}

.cta-wrap {
  background-color: var(--secondaryColor);
}
.cta-wrap .link-one {
  color: var(--whiteColor);
  font-size: 22px;
}
.cta-wrap .link-one:after {
  background-color: var(--optionalColor);
  bottom: 1px;
}
.cta-wrap .link-one:hover {
  color: var(--optionalColor);
}

.video-bg {
  background-image: url(../img/mortgage/video-bg.html);
  height: 600px;
  border-radius: 15px;
  position: relative;
}
.video-bg .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
}
.video-bg .play-now img, .video-bg .play-now svg {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 1px;
}
.video-bg .play-now .ripple,
.video-bg .play-now .ripple:before,
.video-bg .play-now .ripple:after {
  height: 100px;
  width: 100px;
}

/*----------------------------
    Mortgage Rate CSS
------------------------------*/
.rate-box {
  border: 1px solid #D6DADE;
  padding: 28px 25px;
  text-align: center;
  border-radius: 15px;
}
.rate-box .content-title {
  margin-bottom: 23px;
}
.rate-box .content-title p {
  margin: 5px 0 0;
}
.rate-box .rate-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rate-box .rate-btn a:first-child {
  margin-right: 10px;
}

.mortgage-table {
  margin-top: 50px;
}
.mortgage-table table {
  margin-bottom: 0;
}
.mortgage-table table thead tr th {
  color: var(--titleColor);
  padding: 18px 30px;
  background-color: #D6DADE;
}
.mortgage-table table thead tr th:first-child {
  border-radius: 5px 0 0 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.mortgage-table table thead tr th:last-child {
  border-radius: 0 5px 0 0;
}
.mortgage-table table tbody tr td {
  padding: 18px 30px;
}
.mortgage-table table tbody tr td:first-child {
  border-left: 1px solid #D6DADE;
}
.mortgage-table table tbody tr td:last-child {
  border-right: 1px solid #D6DADE;
}
.mortgage-table table tbody tr:last-child {
  border-radius: 5px;
}

.contact-num {
  margin-top: 18px;
}
.contact-num span {
  display: block;
  color: var(--paraColor);
  margin: 0;
}
.contact-num a {
  color: var(--secondaryColor);
  font-size: 20px;
}

.mortgage-rewards {
  background-color: #F5F7FA;
}
.mortgage-rewards .reward-content {
  padding: 100px 0;
}
.mortgage-rewards .reward-content .feature-list {
  margin: 21px 0 px;
}
.mortgage-rewards .reward-bg {
  background-image: url(../img/mortgage/reward-bg.html);
  height: 100%;
  width: 100%;
}

.donut-chart img {
  display: block;
  margin: 0 auto;
}

.chart-title {
  text-align: center;
  margin-bottom: 30px;
}

.chart-hint {
  margin: 50px auto 0;
  display: block;
  max-width: 80%;
}
.chart-hint li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 35px;
  font-weight: 700;
  color: var(--titleColor);
}
.chart-hint li span {
  float: right;
}
.chart-hint li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.chart-hint li:last-child {
  margin-bottom: 0;
}
.chart-hint li:nth-child(1):before {
  background-color: #B4BCFA;
}
.chart-hint li:nth-child(2):before {
  background-color: #D5B9A4;
}
.chart-hint li:nth-child(3):before {
  background-color: #A0E1E1;
}

/*----------------------------
   Personal loan CSS
------------------------------*/
.loan-category-card {
  border-radius: 15px;
  position: relative;
  margin-bottom: 25px;
  padding: 25px;
  transition: var(--transition);
}
.loan-category-card.loan-bg {
  background-image: url(../img/bg-1.html);
}
.loan-category-card:hover {
  transform: translateY(-5px);
}
.loan-category-card.style-one span, .loan-category-card.style-two span {
  position: absolute;
  top: 45px;
  right: 30px;
  font-size: 48px;
  font-weight: 500;
}
.loan-category-card.style-one .loan-icon, .loan-category-card.style-two .loan-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-bottom: 28px;
}
.loan-category-card.style-one .loan-icon i, .loan-category-card.style-two .loan-icon i {
  color: var(--secondaryColor);
  font-size: 36px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
}
.loan-category-card.style-one h3, .loan-category-card.style-two h3 {
  font-size: 22px;
  margin-bottom: 18px;
}
.loan-category-card.style-one p, .loan-category-card.style-two p {
  margin: 0;
}
.loan-category-card.style-one {
  background-color: var(--whiteColor);
}
.loan-category-card.style-one span {
  color: #EDF2F7;
}
.loan-category-card.style-one .loan-icon {
  background-color: #F5F7FA;
  border: 1px solid #D6DADE;
}
.loan-category-card.style-one .loan-icon i {
  color: var(--secondaryColor);
}
.loan-category-card.style-two {
  background-color: #F5F7FA;
}
.loan-category-card.style-two span {
  color: var(--secondaryColor);
}
.loan-category-card.style-two .loan-icon {
  background-color: var(--whiteColor);
  border: 1px solid #D6DADE;
}
.loan-category-card.style-two .loan-icon i {
  color: var(--titleColor);
}

.loan-box {
  background-image: url(../img/bg-4.html);
  border-radius: 15px;
  padding-left: 50px;
  padding-right: 50px;
}
.loan-box .loan-content h4 {
  margin: 34px 0 18px;
}
.loan-box .loan-content .feature-list {
  -moz-columns: 2;
       columns: 2;
}
.loan-box .loan-content .feature-list li {
  margin-bottom: 15px;
}
.loan-box .loan-content .feature-list li i {
  color: var(--secondaryColor);
}

.loan-card {
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #D6DADE;
  margin-bottom: 25px;
}
.loan-card h4 {
  margin-bottom: 17px;
}
.loan-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}
.loan-card ul li:last-child {
  margin-bottom: 0;
}
.loan-card ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
}

#cmt-form .form-group,
#contactForm .form-group,
.loan-form .form-group {
  margin-bottom: 20px;
}
#cmt-form .form-group .select-taxpayer,
#contactForm .form-group .select-taxpayer,
.loan-form .form-group .select-taxpayer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cmt-form .form-group .select-taxpayer div:first-child,
#contactForm .form-group .select-taxpayer div:first-child,
.loan-form .form-group .select-taxpayer div:first-child {
  margin-right: 25px;
}
#cmt-form .form-group label,
#contactForm .form-group label,
.loan-form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: var(--paraColor);
}
#cmt-form .form-group input, #cmt-form .form-group select, #cmt-form .form-group textarea,
#contactForm .form-group input,
#contactForm .form-group select,
#contactForm .form-group textarea,
.loan-form .form-group input,
.loan-form .form-group select,
.loan-form .form-group textarea {
  width: 100%;
  height: 54px;
  padding: 11px 15px;
  border-radius: 5px;
  border: 1px solid #D6DADE;
  background-color: transparent;
  color: var(--paraColor);
}
#cmt-form .form-group input, #cmt-form .form-group select,
#contactForm .form-group input,
#contactForm .form-group select,
.loan-form .form-group input,
.loan-form .form-group select {
  height: 54px;
}
#cmt-form .form-group textarea,
#contactForm .form-group textarea,
.loan-form .form-group textarea {
  height: 200px;
  resize: none;
}
#cmt-form button,
#contactForm button,
.loan-form button {
  margin-top: 20px;
}
#cmt-form .select-option-type div,
#contactForm .select-option-type div,
.loan-form .select-option-type div {
  display: inline-block;
  margin-right: 30px;
}
#cmt-form .select-option-type div:last-child,
#contactForm .select-option-type div:last-child,
.loan-form .select-option-type div:last-child {
  margin: 0;
}
#cmt-form .select-check_box div,
#contactForm .select-check_box div,
.loan-form .select-check_box div {
  margin-bottom: 22px;
}

.select-request-type .checkbox {
  margin-bottom: 20px;
}

/*----------------------------
    Contact CSS
------------------------------*/
.contact-card.style-one {
  padding-left: 65px;
  position: relative;
  margin-bottom: 25px;
}
.contact-card.style-one .contact-icon {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 50px;
}
.contact-card.style-one .contact-icon i, .contact-card.style-one .contact-icon svg {
  color: var(--secondaryColor);
  font-size: 50px;
}
.contact-card.style-one .contact-icon img {
  max-width: 45px;
}
.contact-card.style-one .contact-info h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--paraColor);
}
.contact-card.style-one .contact-info p {
  margin-bottom: 0;
}
.contact-card.style-one .contact-info a {
  display: block;
}
.contact-card.style-two {
  position: relative;
  padding: 35px 25px 20px;
  margin-bottom: 25px;
}
.contact-card.style-two h4 {
  margin-bottom: 22px;
}
.contact-card.style-two .contact-info {
  position: relative;
  padding-left: 45px;
}
.contact-card.style-two .contact-info svg, .contact-card.style-two .contact-info img {
  position: absolute;
  top: 4px;
  left: 0;
  max-width: 30px;
  color: var(--secondaryColor);
}
.contact-card.style-two .contact-info h5, .contact-card.style-two .contact-info a {
  color: var(--paraColor);
  font-size: 18px;
  line-height: 25px;
}
.contact-card.style-two .contact-info a {
  font-weight: 600;
}
.contact-card.style-two .contact-info a:hover {
  color: var(--secondaryColor);
}
.contact-card.style-two:before {
  position: absolute;
  top: 0px;
  right: 0;
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../img/border-bg-10.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.contact-card.style-two:after {
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  border: 1px solid #D6DADE;
  border-top: none;
  border-radius: 0 0 15px 15px;
  background-color: #F5F7FA;
  z-index: -1;
}

/*---------------------------------------
        Sign In CSS
----------------------------------------*/
.login-header {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.login-header svg {
  position: relative;
  top: -2px;
  width: 16px;
  margin-right: 6px;
  color: var(--secondaryColor);
}

.login-form-wrap {
  margin-bottom: 25px;
  padding: 35px 25px;
  border-radius: 10px;
  background-color: #F5F7FA;
  position: relative;
  border-radius: 15px;
  z-index: 1;
}
.login-form-wrap .login-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.login-form .form-group {
  margin: 0 0 12px;
}
.login-form .form-group label {
  display: block;
  font-size: 16px;
  color: var(--medical_titleColor);
  margin-bottom: 4px;
}
.login-form .form-group input {
  background: var(--whiteColor);
  border: none;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
  height: 54px;
  border: 1px solid #D6DADE;
  color: var(--titleColor);
  border-radius: 5px;
}
.login-form .form-group input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 0.7;
}
.login-form .form-group input::placeholder {
  color: var(--paraColor);
  opacity: 0.7;
}
.login-form .form-group input:focus {
  border-color: var(--titleColor);
}

/*----------------------------
    FAQ  & Error CSS
------------------------------*/
.faq-content .accordion-item {
  border: none;
  margin: 0 0 10px;
  background: transparent;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.faq-content .accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #D6DADE;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 13px 50px 13px 14px;
  transition: var(--transition);
  background-color: transparent;
}
.faq-content .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.faq-content .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  padding-bottom: 8px;
}
.faq-content .accordion-item .accordion-header .accordion-button span {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  text-align: center;
}
.faq-content .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 0.8;
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  transform: translateY(-50%);
}
.faq-content .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.faq-content .accordion-item .accordion-body {
  border-radius: 0 0 5px 5px;
  border: 1px solid #000080;
  padding-bottom: 15px;
  padding: 0 50px 24px 14px;
  border-top: none;
}
.faq-content .accordion-item .accordion-body p {
  margin: 0;
}
.faq-content .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.faq-content .accordion-collapse {
  border: none;
}
.faq-content .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.faq-content .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.terms-wrap .single-terms {
  margin-bottom: 50px;
}
.terms-wrap .single-terms h1, .terms-wrap .single-terms h2, .terms-wrap .single-terms h3, .terms-wrap .single-terms h4, .terms-wrap .single-terms h5, .terms-wrap .single-terms h6 {
  font-family: var(--medical_primaryFont);
}
.terms-wrap .single-terms h6 {
  font-size: 18px;
}
.terms-wrap .single-terms:last-child {
  margin-bottom: 0;
}
.terms-wrap .single-terms:last-child p:last-child {
  margin-bottom: 0;
}
.terms-wrap .single-terms:last-child p a {
  color: var(--medical_titleColor);
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 600px;
}
.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  margin-bottom: 30px;
}

article p,
.terms-wrap p {
  margin-bottom: 20px;
}
article p strong, article p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}
article p a,
.terms-wrap p a {
  color: var(--medical_titleColor);
  text-decoration: underline;
}
article p a:hover,
.terms-wrap p a:hover {
  color: var(--optionalColor);
}
article p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
article h1,
.terms-wrap h1 {
  font-size: 32px;
  margin-bottom: 15px;
}
article h2,
.terms-wrap h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
article h3,
.terms-wrap h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
article h4,
.terms-wrap h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
article h5,
.terms-wrap h5 {
  font-size: 24px;
  margin-bottom: 15px;
}
article h6,
.terms-wrap h6 {
  font-size: 22px;
  margin-bottom: 15px;
}
article ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
article ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--medical_titleColor);
  padding-left: 3px;
}
article .post-img,
.terms-wrap .post-img {
  position: relative;
  border-radius: 15px;
  margin-bottom: 25px;
  display: block;
}
article .post-img img,
.terms-wrap .post-img img {
  border-radius: 10px;
}
article .post-img .news-date,
.terms-wrap .post-img .news-date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 300;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  padding: 2.5px 14.5px;
}
article > .post-img,
.terms-wrap > .post-img {
  border-radius: 15px 15px 0 0;
}
article > .post-img img,
.terms-wrap > .post-img img {
  border-radius: 15px 15px 0 0;
}
article .news-metainfo,
.terms-wrap .news-metainfo {
  margin-bottom: 15px;
}
article .post-para,
.terms-wrap .post-para {
  margin-bottom: 35px;
}
article .post-para:last-child,
.terms-wrap .post-para:last-child {
  margin-bottom: 0;
}

.post-wrapper {
  padding: 27px 30px;
  margin-bottom: 20px;
}

.wp-block-quote {
  position: relative;
  padding: 37px 45px 37px 40px;
  background-color: var(--grayColor);
  border-left: 6px solid var(--secondaryColor);
  margin: 35px 0 30px;
  z-index: 1;
  border-radius: 5px;
}
.wp-block-quote p {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  color: var(--titleColor) !important;
}

.post-meta-option {
  padding: 20px 30px;
  border-top: none;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #D6DADE;
}

.post-tag span,
.post-share span {
  color: var(--titleColor) !important;
  font-weight: 500;
}

.post-tag ul {
  padding: 0;
  display: inline-block;
}
.post-tag ul li {
  display: inline-block;
}
.post-tag ul li a {
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}
.post-tag ul li a:hover {
  color: var(--optionalColor);
}
.post-tag span {
  font-size: 16px;
  margin-right: 3px;
  font-weight: 600;
  color: var(--medical_titleColor);
  display: inline-block;
}

.post-share {
  display: inline-block;
}
.post-share span {
  font-family: var(--primaryFont);
  font-weight: 600;
  font-size: 16px;
  color: var(--titleColor);
}
.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.post-share ul li {
  margin-right: 5px;
}
.post-share ul li:last-child {
  margin-right: 0;
}
.post-share ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(71, 71, 71, 0.3);
  box-shadow: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.post-share ul li a i, .post-share ul li a svg {
  color: var(--paraColor);
  margin: 0 auto;
  width: 18px;
  font-size: 18px;
  transition: var(--transition);
}
.post-share ul li a:hover {
  background-color: var(--optionalColor);
}
.post-share ul li a:hover i, .post-share ul li a:hover svg {
  color: var(--whiteColor);
}

.comment-item-wrap .comment-box-title {
  margin-bottom: 25px;
}
.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 122px);
  margin-left: 22px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--paraColor);
  margin-top: 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  color: var(--optionalColor);
  font-size: 15px;
  transition: var(--transition);
}
.comment-item-wrap .reply-btn:hover {
  color: var(--optionalColor);
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 40px;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: var(--paraColor);
  padding-left: 29px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  border-radius: 3px;
  left: 0;
  top: 4px;
}

.checkbox input:checked + label:before {
  border-color: var(--secondaryColor);
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  width: 17px;
  height: 17px;
  border: none;
  border-radius: 3px;
  background: var(--secondaryColor);
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  margin: 0 0 22px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  line-height: 1;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}
.sidebar .sidebar-widget .contact-card.style-one {
  padding-left: 48px;
}
.sidebar .sidebar-widget .contact-card.style-one .contact-icon {
  width: 40px;
  top: -2px;
}
.sidebar .sidebar-widget .contact-card.style-one .contact-icon svg {
  max-width: 40px;
}
.sidebar .sidebar-widget .contact-card:last-child {
  margin-bottom: 0;
}

/*-------------------------------
     Search Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}
.search-box input {
  width: 100%;
  height: 54px;
  background: transparent;
  border: none;
  color: #888;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
  border: 1px solid #D6DADE;
}
.search-box input::-moz-placeholder {
  opacity: 1;
}
.search-box input::placeholder {
  opacity: 1;
}
.search-box input:focus {
  border-color: var(--grayColor);
}
.search-box button {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  padding: 0 26px;
  border: none;
  border-radius: 5px;
  text-align: center;
  background: var(--optionalColor);
  transition: 0.4s;
}
.search-box button i {
  color: var(--whiteColor);
  font-size: 16px;
  position: relative;
}
.search-box button:hover {
  background: var(--secondaryColor);
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-list li {
  margin-bottom: 22px;
  position: relative;
}
.category-list li:last-child {
  margin-bottom: 0;
}
.category-list li a {
  position: relative;
  padding-left: 19px;
  color: var(--paraColor);
}
.category-list li a:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--optionalColor);
}
.category-list li a:hover {
  color: var(--secondaryColor);
}
.category-list li a span {
  float: right;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6DADE;
}
.pp-post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pp-post-item .pp-post-img {
  width: 112px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 128px);
  margin-left: 15px;
}
.pp-post-item .pp-post-info .news-metainfo {
  margin-bottom: 10px;
}
.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 0;
}
.pp-post-item .pp-post-info h6 a {
  color: var(--titleColor);
}
.pp-post-item .pp-post-info h6 a:hover {
  color: var(--secondaryColor);
}
.pp-post-item .news-metainfo li {
  margin-bottom: 0 !important;
  overflow: unset !important;
  padding-left: 0 !important;
  font-weight: unset !important;
  font-size: 16px !important;
}
.pp-post-item .news-metainfo li::before {
  display: none;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -8px;
}
.tag-list li {
  display: inline-block;
  margin: 8px 6px 0px 0px;
}
.tag-list li a {
  display: inline-block;
  padding: 2px 11px;
  font-size: 14px;
  color: var(--paraColor);
  background-color: var(--whiteColor);
  border-radius: 3px;
  transition: var(--transition);
  border: 1px solid #D6DADE;
}
.tag-list li a:hover {
  background-color: var(--optionalColor);
  border-color: transparent;
  color: var(--whiteColor);
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav .page-numbers {
  margin: 0 4px;
  display: inline-block;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #D6DADE;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  color: var(--titleColor);
  transition: var(--transition);
}
.page-nav .page-numbers:first-child i {
  left: -2px;
}
.page-nav .page-numbers:last-child i {
  right: -2px;
}
.page-nav .page-numbers i {
  font-size: 20px;
  line-height: 0.8;
  font-weight: 300;
  margin: 0 auto;
  position: relative;
  top: 0px;
  transition: var(--transition);
}
.page-nav .page-numbers.active, .page-nav .page-numbers:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.page-nav .page-numbers.active i, .page-nav .page-numbers:hover i {
  color: var(--whiteColor);
}

.service-card.style-four,
.filter-row.style-two .filter-wrapper .form-group .filter-btn,
.property-card.style-two,
.navbar-area .navbar,
input:checked + .slider {
  background-color: transparent;
}

.contact-card br {
  display: none;
}

.elementor-editor-active .process-img-wrap .process-img {
  animation: none;
}

.hero-wrap .hero-form-wrap .hero-login-form form .form-group label {
  text-align: left;
}

.hero-wrap .hero-form-wrap .hero-login-form form br {
  display: none;
}

.hero-wrap .hero-form-wrap p.text-white {
  font-size: 15px;
}

.card_title {
  font-size: 25px;
}

.mchimp-errmessage {
  color: #fff;
  margin-top: 5px;
}

.mchimp-sucmessage {
  color: #2fec2f;
  margin-top: 5px;
}

.card-details-wrap .card-img img {
  width: 79%;
}

.style-three .process-img-wrap {
  top: 40px;
}

.loan-form .wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
}
.loan-form .wpcf7-list-item input[type=radio] {
  width: unset;
  height: unset;
  background-color: var(--secondaryColor) !important;
}
.loan-form .gdpr-term {
  width: unset;
  margin-right: 5px;
  height: unset;
  background-color: var(--secondaryColor) !important;
}
.loan-form br {
  display: none;
}
.loan-form .checkbox input {
  display: unset !important;
}
.loan-form .checkbox label:before {
  display: none;
}
.loan-form .checkbox label {
  padding-left: 0;
}
.loan-form .checkbox label .wpcf7-list-item-label {
  margin-left: 5px;
}

.form-area .wpcf7 form .wpcf7-response-output, .form-output-container .wpcf7 form .wpcf7-response-output {
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
}

.form-output-container .wpcf7 form .wpcf7-response-output {
  max-width: 1334px;
  margin-right: auto;
  top: -85px;
  position: relative;
}

ul.taglist.list-style li:not(:last-child)::after {
  content: ",";
}

.sticky .news-card {
  background-color: #000000;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}
.sticky .news-card .news-metainfo li {
  color: var(--whiteColor);
}
.sticky .news-card .news-metainfo li a {
  color: var(--whiteColor);
}
.sticky .news-card .news-info h3 a {
  color: var(--whiteColor);
}
.sticky .news-card .link-one {
  color: var(--whiteColor);
}

.atm-content .mchimp-errmessage {
  color: red;
}
.atm-content .mchimp-sucmessage {
  color: green;
}

.mail-error-content {
  position: relative;
  top: -30px;
}

.donut-chart canvas {
  margin: auto;
}

.loan-form2 .wpcf7-list-item {
  display: block;
  margin-bottom: 15px;
}

.navbar-area .dropdown-menu .current-menu-item a {
  color: var(--optionalColor) !important;
}

.text-white p {
  color: var(--whiteColor);
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked {
  accent-color: var(--secondaryColor);
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  display: unset !important;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
  accent-color: var(--secondaryColor);
}

.contact-card.style-two .contact-info {
  padding-right: 30px;
}

/*---------------------------------
    CSS For Home Two and Three
-----------------------------------*/
.index-1 {
  z-index: 1;
}

.text-olive {
  color: var(--oliveColor) !important;
}

.text-green {
  color: var(--greenColor) !important;
}

.text-title {
  color: var(--titleColor) !important;
}

.round-25 {
  border-radius: 25px;
}

.bg-ash {
  background-color: #F5F7FA;
}

.bg-seashell {
  background-color: #F2F0F0;
}

.bg-aths {
  background-color: #E5ECD2;
}

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

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

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

.subtitle {
  font-size: 22px;
  line-height: 36px;
}

.btn-seven,
.btn-eight {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border: none;
  line-height: 26px;
  padding: 14px 34px;
  border-radius: 5px;
  white-space: nowrap;
}
.btn-seven i, .btn-seven svg,
.btn-eight i,
.btn-eight svg {
  display: inline-block;
  font-size: 16px;
  line-height: 0.8;
  margin-left: 8px;
  transition: var(--transition);
}
.btn-seven svg,
.btn-eight svg {
  max-width: 18px;
  position: relative;
  top: -1px;
}
.btn-seven:before,
.btn-eight:before {
  position: absolute;
  top: 0px;
  left: 0%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  border-radius: 5px;
  transition: var(--transition);
}
.btn-seven:hover:before,
.btn-eight:hover:before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn-seven {
  color: var(--whiteColor);
  background-color: var(--oliveColor);
  font-weight: 500;
}
.btn-seven:before {
  background: var(--secondaryColor);
}

.btn-eight {
  color: var(--whiteColor);
  background-color: var(--greenColor);
  font-weight: 500;
}
.btn-eight:before {
  background: var(--oliveColor);
}

.content-title.style-two > span {
  color: var(--greenColor);
}
.content-title.style-three h2 {
  color: #797979;
}
.content-title.style-three h2 span {
  color: var(--titleColor);
}
.content-title.style-four h2 {
  color: #999;
}

.hero-wrap.style-two {
  margin-bottom: 25px;
  padding: 233px 0 0;
}
.hero-wrap.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(217, 236, 216) 0%, rgb(255, 255, 255) 85%);
  z-index: -1;
}
.hero-wrap.style-two:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: calc(100% - 24px);
  height: 100%;
  background-image: url(../img/hero-bg-2.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  transform: translateX(-50%);
}
.hero-wrap.style-two .hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}
.hero-wrap.style-two .hero-content h1 {
  font-size: 70px;
  line-height: 86px;
  font-weight: 600;
  margin-bottom: 305px;
}
.hero-wrap.style-two .hero-content h1 a {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -20px;
  margin-left: 30px;
}
.hero-wrap.style-two .hero-content .subpara {
  color: var(--whiteColor);
  font-weight: 500;
  margin: 0;
}
.hero-wrap.style-two .hero-content .card-ratings {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 16px 20px 16px 20px;
}
.hero-wrap.style-two .hero-content .card-ratings h3 {
  font-size: 40px;
  line-height: 1;
  margin: 0 11px 0 0;
}
.hero-wrap.style-two .hero-content .card-ratings .card-ratings-right {
  position: relative;
  top: 2px;
}
.hero-wrap.style-two .hero-content .card-ratings .card-ratings-right ul {
  line-height: 1;
}
.hero-wrap.style-two .hero-content .card-ratings .card-ratings-right ul li {
  display: inline-block;
  margin: 0 -2px 0 0;
}
.hero-wrap.style-two .hero-content .card-ratings .card-ratings-right ul li i {
  color: #FFBE11;
  font-size: 17px;
}
.hero-wrap.style-two .hero-content .card-ratings .card-ratings-right p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--paraColor);
}
.hero-wrap.style-three {
  background-image: url(../img/hero/hero-bg-3.html);
  padding: 300px 0 50px;
}
.hero-wrap.style-three .hero-overlay {
  z-index: -1;
}
.hero-wrap.style-three .hero-content h1 {
  font-size: 80px;
  line-height: 85px;
  margin-bottom: 20px;
}
.hero-wrap.style-three .hero-content .hero-contact {
  margin-top: 185px;
  text-align: right;
}
.hero-wrap.style-three .counter-card-wrap .counter-card {
  padding: 11px 14px 13px 20px;
  border-radius: 10px;
}
.hero-wrap.style-three .counter-card-wrap .counter-card.style-one {
  background-color: #D1F7EA;
}
.hero-wrap.style-three .counter-card-wrap .counter-card.style-two {
  background-color: #BDC1F2;
}
.hero-wrap.style-three .counter-card-wrap .counter-card.style-three {
  background-color: #CCDDBB;
}
.hero-wrap.style-three .counter-card-wrap .counter-card .counter-icon {
  top: 9px;
}
.hero-wrap.style-three .counter-card-wrap .counter-card .counter-text {
  width: calc(100% - 70px);
  margin-left: 20px;
}
.hero-wrap.style-three .counter-card-wrap .counter-card .counter-text h2 span {
  margin-right: 10px;
}

.about-wrap.style-three .about-img-wrap img {
  border-radius: 25px;
}
.about-wrap.style-three .about-content {
  padding: 0;
}
.about-wrap.style-three .about-content::before {
  display: none;
}
.about-wrap.style-three .about-content .feature-card-wrap .feature-card {
  margin-bottom: 43px;
}
.about-wrap.style-three .about-content .feature-card-wrap .feature-card .feature-icon {
  position: relative;
  top: -13px;
  width: 105px;
}
.about-wrap.style-three .about-content .feature-card-wrap .feature-card .feature-info {
  width: calc(100% - 115px);
  padding-bottom: 23px;
  margin-left: auto;
  border-bottom: 1px solid #DBDBDB;
}
.about-wrap.style-three .about-content .feature-card-wrap .feature-card .feature-info h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.about-wrap.style-three .about-content .feature-card-wrap .feature-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-wrap.style-three .about-content .feature-card-wrap .feature-card:last-child .feature-info {
  border-bottom: none;
  padding-bottom: 0;
}
.about-wrap.style-two .content-title {
  margin-bottom: 75px;
}
.about-wrap.style-two .about-content {
  padding: 0;
}
.about-wrap.style-two .about-content:before {
  display: none;
}
.about-wrap.style-two .about-content .exp-years h6 {
  font-size: 128px;
  font-weight: 800;
  line-height: 1;
}
.about-wrap.style-two .about-content .exp-years span {
  position: relative;
  top: -6px;
  margin-left: 20px;
}
.about-wrap.style-two .about-content .section-title {
  margin: 27px 0 10px;
}
.about-wrap.style-two .about-content .accordion {
  margin-top: 20px;
  position: relative;
  padding: 20px 0;
}
.about-wrap.style-two .about-content .accordion:before, .about-wrap.style-two .about-content .accordion:after {
  position: absolute;
  right: 0;
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  border-top: 1px solid #BDC1F2;
}
.about-wrap.style-two .about-content .accordion:before {
  top: 0;
}
.about-wrap.style-two .about-content .accordion:after {
  bottom: 0;
}
.about-wrap.style-two .about-content .accordion-item {
  border: none;
  margin: 0 0 11px 0;
  padding: 25px 30px;
  border-radius: 25px;
  background: #F2F0F0;
}
.about-wrap.style-two .about-content .accordion-item:last-child {
  margin-bottom: 0;
}
.about-wrap.style-two .about-content .accordion-item.collapsed {
  background-color: transparent;
}
.about-wrap.style-two .about-content .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.about-wrap.style-two .about-content .accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 0;
  border: none;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 0 0 45px 0;
  transition: var(--transition);
  background-color: transparent;
}
.about-wrap.style-two .about-content .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.about-wrap.style-two .about-content .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.about-wrap.style-two .about-content .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  padding-bottom: 5px;
}
.about-wrap.style-two .about-content .accordion-item .accordion-header .accordion-button span {
  position: absolute;
  top: 17px;
  right: 0;
  text-align: center;
}
.about-wrap.style-two .about-content .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 0.8;
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  transform: translateY(-50%);
}
.about-wrap.style-two .about-content .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.about-wrap.style-two .about-content .accordion-item .accordion-body {
  padding: 0 20px 0 0;
  border: none;
}
.about-wrap.style-two .about-content .accordion-item .accordion-body p {
  margin: 0;
}
.about-wrap.style-two .about-content .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.about-wrap.style-two .about-content .accordion-collapse {
  border: none;
}
.about-wrap.style-two .about-content .accordion-item:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.about-wrap.style-two .about-content .accordion-item:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.platform-wrap {
  background-image: url(../img/about/platform-bg.html);
}
.platform-wrap .content-title {
  margin-bottom: 73px;
}
.platform-wrap .platform-overlay {
  z-index: -1;
}
.platform-wrap .service-list li {
  margin-bottom: 24px;
}
.platform-wrap .service-list li:last-child {
  margin-bottom: 0;
}
.platform-wrap .service-list li a {
  color: var(--whiteColor);
  font-size: 48px;
  line-height: 1.3;
  transition: var(--transition);
  position: relative;
  display: inline-block;
  padding-left: 42px;
}
.platform-wrap .service-list li a:after {
  position: absolute;
  bottom: 10px;
  right: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--greenColor);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
}
.platform-wrap .service-list li a span {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: var(--greenColor);
  font-weight: 500;
  font-size: 16px;
  transition: var(--transition);
}
.platform-wrap .service-list li a:hover {
  color: var(--greenColor);
}
.platform-wrap .service-list li a:hover:after {
  width: calc(100% - 45px);
  visibility: visible;
  opacity: 1;
}
.platform-wrap .service-list li a:hover span {
  color: var(--whiteColor);
}

.wh-wrap .wh-content .content-title {
  margin-bottom: 140px;
}
.wh-wrap .wh-content .content-title h2 {
  margin-bottom: 35px;
}
.wh-wrap .wh-content .growth-rate h6 {
  font-size: 128px;
  font-weight: 800;
  line-height: 1;
}
.wh-wrap .wh-content .growth-rate h6 span {
  margin-left: 0;
  font-size: 50px;
  margin-left: -24px;
  position: relative;
  top: 2px;
}
.wh-wrap .wh-content .growth-rate span {
  position: relative;
  top: -5px;
  margin-left: 16px;
}

.wh-card {
  background-color: #F2F0F0;
  position: relative;
  padding: 40px 25px 40px 25px;
  border-radius: 15px;
  text-align: left;
}
.wh-card img {
  position: absolute;
  top: 24px;
  right: 23px;
}
.wh-card h3 {
  font-size: 22px;
  line-height: 36px;
  max-width: 60%;
}

.brand-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.brand-wrapper .brand-logo {
  width: 16.66%;
  padding: 55px 25px;
  border-bottom: 1px solid #BDC1F2;
  border-right: 1px solid #BDC1F2;
}
.brand-wrapper .brand-logo:last-child {
  border-radius: none;
}
.brand-wrapper .brand-logo img {
  display: block;
  margin: 0 auto;
}

.fund-transfer {
  position: relative;
}
.fund-transfer .fund-bg-one,
.fund-transfer .fund-bg-two {
  height: 670px;
  width: 65.5%;
  border-radius: 25px;
}
.fund-transfer .fund-bg-one {
  background-image: url(../img/about/fund-bg-1.html);
}
.fund-transfer .fund-bg-two {
  background-image: url(../img/about/fund-bg-2.html);
}
.fund-transfer.style-one .fund-transfer-content {
  background-color: #BDC1F2;
}
.fund-transfer.style-two .fund-transfer-content {
  background-color: #CCDDBB;
}
.fund-transfer .fund-transfer-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 424px;
  border-radius: 15px;
  padding: 45px 25px;
  transition: var(--transition);
}
.fund-transfer .fund-transfer-content h5 {
  font-size: 22px;
  margin-bottom: 17px;
}
.fund-transfer .fund-transfer-content ul li {
  margin-bottom: 16px;
}
.fund-transfer .fund-transfer-content ul li:last-child {
  margin-bottom: 0;
}
.fund-transfer .fund-transfer-content ul li span {
  margin-right: 5px;
}
.fund-transfer:hover .fund-transfer-content {
  bottom: 8px;
}

.account-system {
  background-image: url(../img/about/account-bg.html);
}
.account-system:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.85);
  z-index: -1;
}
.account-system .content-title h2 {
  position: relative;
  padding-left: 102px;
}
.account-system .content-title h2 img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.account-system .account-process {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.account-system .account-process li {
  position: relative;
  background-color: var(--whiteColor);
  padding: 11px 15px 11px 44px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.account-system .account-process li i {
  position: absolute;
  top: 12px;
  left: 8px;
  color: var(--greenColor);
  font-size: 30px;
  line-height: 0.8;
}

.simple-content .section-title {
  margin-bottom: 15px;
}
.simple-content .accordion {
  margin-top: 35px;
}
.simple-content .accordion-item {
  border: none;
  border-bottom: 1px solid #DBDBDB;
  margin: 0 0 42px 44px;
  background: transparent;
}
.simple-content .accordion-item:last-child {
  margin-bottom: 0;
}
.simple-content .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.simple-content .accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 0;
  border: none;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 0 0 45px 0;
  transition: var(--transition);
  background-color: transparent;
}
.simple-content .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.simple-content .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.simple-content .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  padding-bottom: 5px;
}
.simple-content .accordion-item .accordion-header .accordion-button span {
  position: absolute;
  top: 17px;
  left: -44px;
  text-align: center;
}
.simple-content .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 0.8;
  color: var(--oliveColor);
  display: block;
  margin: 0 auto;
  transform: translateY(-50%);
}
.simple-content .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.simple-content .accordion-item .accordion-body {
  border-radius: 0 0 5px 5px;
  padding: 0 0 24px 0;
  border: none;
}
.simple-content .accordion-item .accordion-body p {
  margin: 0;
}
.simple-content .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.simple-content .accordion-collapse {
  border: none;
}
.simple-content .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.simple-content .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.simple-img-wrap {
  border-radius: 25px;
}
.simple-img-wrap img {
  border-radius: 25px !important;
}
.simple-img-wrap .happy-client-box {
  position: absolute;
  bottom: -11px;
  right: -11px;
  min-width: 295px;
  border: 11px solid var(--whiteColor);
  border-radius: 30px;
  background-image: url(../img/clients/client-bg-2.html);
}
.simple-img-wrap .happy-client-box img {
  border-radius: 0;
}

.testimonial-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 56%;
  background: linear-gradient(180deg, rgb(245, 247, 250) 0%, rgba(255, 255, 255, 0.4) 100%);
  z-index: -1;
}

.testimonial-bg.style-two {
  background-image: url(../img/clients/testimonial-bg.html);
  height: 634px;
  border-radius: 25px;
}

.testimonial-content .section-title {
  margin-bottom: 40px;
}
.testimonial-content .quote-icon {
  width: 85px;
}

.testimonial-slider-three .testimonial-pagination {
  text-align: right;
  position: relative;
  bottom: -13px;
  top: auto;
  left: auto;
  z-index: 2;
}
.testimonial-slider-three .testimonial-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background-color: transparent;
  margin: 0 9px 0 0;
  transition: var(--transition);
}
.testimonial-slider-three .testimonial-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(134, 170, 65, 0.5);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.testimonial-slider-three .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--oliveColor);
}
.testimonial-slider-three .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: rgb(134, 170, 65);
}
.testimonial-slider-three.style-one {
  width: calc(100% - 85px);
  padding-bottom: 33px;
  margin-left: auto;
}
.testimonial-slider-three.style-two {
  padding-bottom: 0;
}
.testimonial-slider-three.style-two .testimonial-pagination {
  position: absolute;
  bottom: 28px;
}
.testimonial-slider-three.style-two .testimonial-pagination .swiper-pagination-bullet:after {
  background-color: var(--greenColor);
}
.testimonial-slider-three.style-two .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--greenColor);
}
.testimonial-slider-three.style-two .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: var(--greenColor);
}

.testimonial-card.style-two {
  padding: 0;
}
.testimonial-card.style-two:before, .testimonial-card.style-two:after {
  display: none;
}
.testimonial-card.style-two h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
}
.testimonial-card.style-two .rating {
  margin-bottom: 5px;
}
.testimonial-card.style-two h5 {
  font-family: var(--bodyFont);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 17px;
}
.testimonial-card.style-two p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 35px;
}
.testimonial-card.style-two h6 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}
.testimonial-card.style-three {
  padding: 0;
}
.testimonial-card.style-three:before, .testimonial-card.style-three:after {
  display: none;
}
.testimonial-card.style-three .client-ratings {
  position: relative;
}
.testimonial-card.style-three .client-ratings .quote-icon img {
  max-width: 53px;
}
.testimonial-card.style-three .client-ratings .ratings {
  text-align: left;
}
.testimonial-card.style-three .client-ratings .ratings h5 {
  font-size: 128px;
  font-weight: 800;
  line-height: 130px;
}
.testimonial-card.style-three .client-ratings .ratings .rating {
  margin-left: 4px;
}
.testimonial-card.style-three .client-quote .section-title {
  padding-bottom: 91px;
  margin-bottom: 49px;
  border-bottom: 1px solid #BDC1F2;
}
.testimonial-card.style-three .client-quote .client-info-wrap .client-info {
  width: calc(100% - 124px);
  margin-left: 19px;
}

.hw-wrapper h5 {
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  margin: 36px 0 22px;
}
.hw-wrapper .brand-award-wrapper .brand-award {
  position: relative;
}
.hw-wrapper .brand-award-wrapper .brand-award:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #DBDBDB;
  transform: translate(-50%, -50%);
}
.hw-wrapper .brand-award-wrapper .award-logo {
  width: 50%;
}
.hw-wrapper .brand-award-wrapper .award-logo h6 {
  font-size: 22px;
  line-height: 28px;
  margin: 15px 0 0;
}

.feature-card.style-one {
  padding: 25px;
  border-radius: 15px;
}
.feature-card.style-one.bg-one {
  background-color: #E5ECD2;
}
.feature-card.style-one.bg-two {
  background-color: #EEF0F2;
}
.feature-card.style-one .feature-icon {
  width: 90px;
  height: 90px;
}
.feature-card.style-one .feature-info {
  width: calc(100% - 112px);
  margin-left: auto;
  position: relative;
  margin-top: 7px;
}
.feature-card.style-one .feature-info h3 {
  font-size: 22px;
  margin-bottom: 7px;
}
.feature-card.style-two {
  background-image: url(../img/feature/feature-card-bg.html);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: var(--transition);
}
.feature-card.style-two:hover {
  transform: translateY(-5px);
}
.feature-card.style-two .feature-img {
  padding: 10px 10px 23px;
}
.feature-card.style-two .feature-info {
  padding: 0 30px 20px;
}
.feature-card.style-two .feature-info .feature-list li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 24px;
  color: var(--titleColor);
}
.feature-card.style-two .feature-info .feature-list li:last-child {
  margin-bottom: 0;
}
.feature-card.style-two .feature-info .feature-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--oliveColor);
}
.feature-card.style-two h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 16px;
}

.service-slider-wrap {
  background-color: #F5F7FA;
  border-radius: 25px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 50px;
}

.service-card.style-one .section-title {
  color: #797979;
  margin-bottom: 40px;
}
.service-card.style-one .section-title span {
  color: var(--titleColor);
}
.service-card.style-one .service-content h5 {
  font-size: 22px;
  margin-bottom: 16px;
}
.service-card.style-one .service-content .feature-list li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 24px;
}
.service-card.style-one .service-content .feature-list li:last-child {
  margin-bottom: 0;
}
.service-card.style-one .service-content .feature-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--oliveColor);
}
.service-card.style-one .service-content .feature-list li span {
  color: var(--titleColor);
  font-weight: 700;
}
.service-card.style-one .service-bg {
  height: 536px;
  border-radius: 25px;
}
.service-card.style-one .service-bg.bg-one {
  background-image: url(../img/services/service-1.html);
}
.service-card.style-one .service-bg.bg-two {
  background-image: url(../img/services/service-2.html);
}
.service-card.style-one .service-bg.bg-three {
  background-image: url(../img/services/service-3.html);
}
.service-card.style-one .service-bg.bg-four {
  background-image: url(../img/services/service-4.html);
}
.service-card.style-one .service-bg.bg-five {
  background-image: url(../img/services/service-5.html);
}
.service-card.style-one .service-bg.bg-six {
  background-image: url(../img/services/service-6.html);
}
.service-card.style-two {
  border-radius: 25px;
  transition: var(--transition);
}
.service-card.style-two:hover {
  transform: translateY(-5px);
}
.service-card.style-two .service-info {
  padding: 25px 20px 25px 29px;
}
.service-card.style-two .service-info h3 {
  font-size: 22px;
  margin-bottom: 40px;
}
.service-card.style-two .service-info h3 a {
  color: var(--titleColor);
}
.service-card.style-two .service-info h3 a:hover {
  color: var(--oliveColor);
}
.service-card.style-two .service-info .service-link i {
  margin-left: 5px;
}

.service-slider-one .service-pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
}
.service-slider-one .service-pagination .swiper-pagination-current {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  color: var(--titleColor);
}
.service-slider-one .service-pagination .swiper-pagination-total {
  font-weight: 600;
  font-size: 32px;
}
.service-slider-one .slider-btn {
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: 2;
}
.service-slider-one .slider-btn .service-button-prev,
.service-slider-one .slider-btn .service-button-next {
  margin: 0 5px;
}
.service-slider-one .slider-btn .service-button-prev i,
.service-slider-one .slider-btn .service-button-next i {
  font-size: 23px;
  color: var(--oliveColor);
}

.happy-client-box {
  background-image: url(../img/clients/client-bg.html);
  position: relative;
  z-index: 1;
  padding: 21px 30px;
  border-radius: 15px;
  max-width: 280px;
}
.happy-client-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.happy-client-box .happy-icon {
  width: 65px;
  position: relative;
  z-index: 2;
  top: -4px;
}
.happy-client-box .counter-num {
  width: calc(100% - 83px);
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.happy-client-box .counter-num h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 2px;
}

.case-card.style-one {
  background-image: url(../img/case/case-bg.webp);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  transition: var(--transition);
}
.case-card.style-one:hover {
  transform: translateY(-5px);
}
.case-card.style-one:hover a i {
  color: var(--oliveColor);
}
.case-card.style-one .case-img {
  padding-top: 10px;
  margin: 0 10px 25px;
}
.case-card.style-one .case-info {
  padding: 0 35px 20px;
}
.case-card.style-one h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
.case-card.style-one h3 a {
  color: var(--titleColor);
}
.case-card.style-one h3 a:hover {
  color: var(--oliveColor);
}
.case-card.style-one a i {
  font-size: 23px;
  transition: var(--transition);
}

.case-slider-two .case-pagination {
  z-index: 2;
  text-align: center;
  margin-top: 20px;
}
.case-slider-two .case-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background-color: transparent;
  margin: 0 9px 0 0;
  transition: var(--transition);
}
.case-slider-two .case-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(134, 170, 65, 0.5);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.case-slider-two .case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--oliveColor);
}
.case-slider-two .case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: rgb(134, 170, 65);
}

.service-desc .counter-card-wrap .counter-card,
.case-details-wrap .counter-card-wrap .counter-card {
  padding: 12px 25px 12px;
}
.service-desc .counter-card-wrap .counter-card:last-child,
.case-details-wrap .counter-card-wrap .counter-card:last-child {
  margin-bottom: 25px;
}
.service-desc .counter-card-wrap .counter-card.style-one,
.case-details-wrap .counter-card-wrap .counter-card.style-one {
  background-color: #D1F7EA;
}
.service-desc .counter-card-wrap .counter-card.style-two,
.case-details-wrap .counter-card-wrap .counter-card.style-two {
  background-color: #BDC1F2;
}
.service-desc .counter-card-wrap .counter-card.style-three,
.case-details-wrap .counter-card-wrap .counter-card.style-three {
  background-color: #CCDDBB;
}
.service-desc .counter-card-wrap .counter-card .counter-icon,
.case-details-wrap .counter-card-wrap .counter-card .counter-icon {
  position: relative;
  top: 12px;
}
.service-desc .counter-card-wrap .counter-card .counter-text,
.case-details-wrap .counter-card-wrap .counter-card .counter-text {
  margin-left: 23px;
}
.service-desc h1, .service-desc h2, .service-desc h3, .service-desc h4, .service-desc h5, .service-desc h6,
.case-details-wrap h1,
.case-details-wrap h2,
.case-details-wrap h3,
.case-details-wrap h4,
.case-details-wrap h5,
.case-details-wrap h6 {
  margin-bottom: 22px;
}
.service-desc .single-para,
.case-details-wrap .single-para {
  margin-bottom: 40px;
}
.service-desc .single-para:last-child,
.case-details-wrap .single-para:last-child {
  margin-bottom: 0;
}
.service-desc .single-para p,
.case-details-wrap .single-para p {
  margin-bottom: 18px;
}
.service-desc .single-para p:last-child,
.case-details-wrap .single-para p:last-child {
  margin-bottom: 0;
}
.service-desc .featured-box,
.case-details-wrap .featured-box {
  padding: 40px 25px 40px;
}
.service-desc .featured-box ul li,
.case-details-wrap .featured-box ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.service-desc .featured-box ul li:last-child,
.case-details-wrap .featured-box ul li:last-child {
  margin-bottom: 0;
}
.service-desc .featured-box ul li:before,
.case-details-wrap .featured-box ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--oliveColor);
}
.service-desc .featured-box .featured-item-wrap .featured-item,
.case-details-wrap .featured-box .featured-item-wrap .featured-item {
  margin-bottom: 15px;
}
.service-desc .featured-box .featured-item-wrap .featured-item:last-child,
.case-details-wrap .featured-box .featured-item-wrap .featured-item:last-child {
  margin-bottom: 0;
}
.service-desc .featured-box .featured-item-wrap .featured-item h6,
.case-details-wrap .featured-box .featured-item-wrap .featured-item h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.service-desc .featured-box .featured-item-wrap .featured-item p,
.case-details-wrap .featured-box .featured-item-wrap .featured-item p {
  position: relative;
  padding-left: 22px;
  margin-left: 5px;
}
.service-desc .featured-box .featured-item-wrap .featured-item p:before,
.case-details-wrap .featured-box .featured-item-wrap .featured-item p:before {
  position: absolute;
  top: 11px;
  left: 5px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--titleColor);
}

.sidebar-widget.style-two {
  background-color: #F5F7FA;
  padding: 32px 29px;
  border-radius: 25px;
}

.category-list.style-two li a:before {
  width: 6px;
  height: 6px;
  top: 8px;
  background-color: var(--oliveColor);
}
.category-list.style-two li a.active, .category-list.style-two li a:hover {
  color: var(--titleColor);
  font-weight: 600;
}

.contact-card.style-one .contact-icon.style-two svg {
  color: var(--oliveColor);
}

.app-box.style-two {
  background-image: url(../img/app-bg-4.html);
}
.app-box.style-three {
  background-image: url(../img/app-bg-5.html);
}

.app-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background: #F3BAC4;
  z-index: -1;
}

.integration-wrap {
  background-color: #F3BAC4;
}

.integration-card h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  margin: 15px 0 14px;
}

.feature-wrap .feature-bg {
  background-image: url(../img/about/feature-bg.html);
  height: 100%;
  border-radius: 25px 0 0 25px;
}
.feature-wrap .feature-content {
  padding: 100px 15px 100px 35px;
  background-color: #E5ECD2;
  border-radius: 0 25px 25px 0;
}
.feature-wrap .feature-content .section-title {
  margin-bottom: 45px;
}
.feature-wrap .feature-content .feature-list {
  -moz-columns: 2;
       columns: 2;
}
.feature-wrap .feature-content .feature-list li {
  padding-left: 36px;
}
.feature-wrap .feature-content .feature-list li i {
  color: var(--oliveColor);
  font-size: 28px;
  top: 1px;
}

.news-card-wrap .news-card.style-two {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.news-card-wrap .news-card:last-child {
  margin-bottom: 0;
}

.news-card.style-two {
  border-radius: 0;
  background-color: transparent;
}
.news-card.style-two .news-metainfo {
  width: 34%;
}
.news-card.style-two .news-metainfo span {
  font-size: 48px;
  line-height: 24px;
  font-weight: 600;
}
.news-card.style-two .news-metainfo ul li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 7px;
  color: var(--paraColor);
}
.news-card.style-two .news-metainfo ul li:after {
  top: 8px;
}
.news-card.style-two .news-metainfo ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.news-card.style-two .news-metainfo ul li:last-child:after {
  display: none;
}
.news-card.style-two .news-metainfo ul li a {
  color: var(--paraColor);
}
.news-card.style-two .news-metainfo ul li a:hover {
  color: var(--oliveColor);
}
.news-card.style-two .news-info {
  width: 50%;
  padding: 0;
  border: none;
  padding-left: 10px;
  border-radius: 0;
}
.news-card.style-two .news-info h3 {
  font-size: 22px;
  margin-bottom: 17px;
}
.news-card.style-two .news-info h3 a {
  color: var(--titleColor);
}
.news-card.style-two .news-info h3 a:hover {
  color: var(--oliveColor);
}
.news-card.style-two .news-link {
  width: 16%;
  display: block;
  text-align: right;
}
.news-card.style-two .news-link i {
  font-size: 24px;
  transition: var(--transition);
}
.news-card.style-two:hover .news-link i {
  color: var(--oliveColor);
}
.news-card.style-three .news-img {
  border-radius: 15px;
}
.news-card.style-three .news-img img {
  border-radius: 15px;
}
.news-card.style-three .news-info {
  padding: 24px 0 0;
  border: none;
}
.news-card.style-three .news-info .news-cat {
  color: var(--greenColor);
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

.chat-wrapper {
  background-color: #F2F0F0;
}
.chat-wrapper #contactForm .form-group input, .chat-wrapper #contactForm .form-group textarea {
  border-color: #BDC1F2;
}
.chat-wrapper #contactForm .form-group textarea {
  height: 120px;
}
.chat-wrapper .chat-content h5 {
  font-size: 22px;
  margin-bottom: 25px;
}

.navbar-area.style-two .navbar-top .select-lang select {
  width: 100%;
  border: none;
  line-height: 1.2;
  margin-left: 6px;
}

html {
  margin-top: 0 !important;
}

.style-two .menu-item.active > a {
  color: var(--oliveColor) !important;
}

.style-two .dropdown-menu .current-menu-item a {
  color: var(--oliveColor) !important;
}

.admin-bar .style-two.sticky {
  top: -17px !important;
}

.form-wrap input {
  width: 100%;
  height: 54px;
  padding: 11px 15px;
  border-radius: 5px;
  border: 1px solid #BDC1F2 !important;
  background-color: transparent;
  color: var(--paraColor);
}
.form-wrap textarea {
  border: 1px solid #BDC1F2 !important;
  padding: 11px 15px !important;
  border-radius: 5px;
}
.form-wrap label {
  margin-bottom: 10px;
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:focus, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  background-color: transparent;
}

.form-wrap textarea {
  height: 140px;
}

.hero-wrap.style-three {
  background-size: cover;
}/*# sourceMappingURL=beja-main.css.map */