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

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Banca
@Version: 1.0.0

@Default Styles

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


=====================================================================*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&amp;display=swap");

/* Css Files */

@import url(slick.css);
@import url(slick-theme.css);
@import url(nouislider.min.css);
@import url(nice-select.css);
@import url(responsive.css);
@import url(animate.css);
@import url(default.css);

/*----------------------------------------------------*/
/*----------------------------------------------------*/
:root {
  --theme-color: #6d27e5;
  --theme-title-color: #171d24;
  --theme-text-color: #6a737c;
  --theme-border-color: #dde1e5;
  --theme-dropshadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1),
    0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  --brand_color: #E8A100;
  --secondary_color: var(--theme-title-color);
  --p_color: #4c5267;
  --gradient_bg_color1: var(--gradient_bg_color-from, #fffbf2);
  --gradient_bg_color2: var(--gradient_bg_color-to, #edfffd);
  --border_on_white: #e6edf0;
  --border_on_highlight: #e6edf0;
  --body_bg: #fff;
  --bs-white: #fff;
  --black_25: #f9f9f9;
  --black_50: #ebebeb;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_850: #101010;
  --black_900: #0c0d0e;
  --font-color-white: #ffffff;
  --font-color-gray: #6b707f;
  --bs_sm: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
  --bs_md: 0 1px 3px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 6%), 0 3px 8px rgb(0 0 0 / 9%);
  --bs_lg: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
}

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

body {
  background-color: #f7f9fa;
}

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

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

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

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

button:hover {
  cursor: pointer;
}

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

.uppercase {
  text-transform: uppercase;
}

.top_header {
  background: #E8A100;
}

.capitalize {
  text-transform: capitalize;
}

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

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

li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

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

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

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

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

h5 {
  font-size: 20px;
}

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

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

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

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

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

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

::selection {
  background: var(--theme-color);
  color: #ffffff;
  text-shadow: none;
}
.main_second_session p {
  color: #212529;
  font-weight: 400 !important;
  font-size: 16px !important;
  max-width: 880px;
  margin: auto;
  margin-bottom: 20px;
}
p.lone_suvidha_p {
  font-size: 16px !important;
}
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

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

.form-check .form-check-input:checked[type=radio] {
  background-color: #fff;
  border-color: var(--brand_color);
}

.form-check .form-check-input:checked[type=radio]~.form-check-label {
  color: var(--secondary_color);
}

.form-check .form-check-label {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

header.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 3px !important;
  padding-right: 0 !important;
}

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

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

.form-control:focus {
  border-color: var(--brand_color);
  box-shadow: none;
}
.rerere img {
  max-width: 54px !important;
}
.floating-input {
  position: relative;
  z-index: 1;
}

.floating-input textarea.form-control {
  height: inherit;
  padding-top: 23px;
  padding-bottom: 23px;
}

.floating-input textarea~label {
  top: 23px;
  transform: inherit;
}

.floating-input .form-control {
  height: 60px;
  border-radius: 4px;
  border: 1px solid var(--black_50);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: transparent;
  color: #848d95;
  padding: 0 24px;
}

.floating-input .form-control::placeholder {
  color: transparent;
}

.floating-input .form-control:not(:placeholder-shown)~label {
  top: -1px;
  color: #848d95;
  background-color: #f5f7fa;
  padding: 0 4px;
  font-size: 12px;
  left: 24px;
  z-index: 1;
}

.floating-input .form-control:focus {
  background-color: transparent;
  border-color: var(--brand_color);
}
.img_form {
  margin-right: 10px;
}
.floating-input .form-control:focus~label {
  top: -1px;
  color: var(--brand_color);
  background-color: #f5f7fa;
  padding: 0 4px;
  font-size: 12px;
  left: 24px;
  z-index: 1;
  transform: translateY(-50%);
}

.floating-input label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #848d95;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  z-index: -1;
}

.about_list.d-flex {
  gap: 14px;
}

.breadcrumb-widget.breadcrumb-widget-3::after {
  background-color: transparent !important;
}
.social-button {
  display: flex;
  gap: 11px;
}
h4.payment-succes {
  color: green;
  border-top: 1px solid grey;
}
/*  section title css */
/* .breadcrumb-widget .breadcrumb-content h1 {
  color: #0c0c0c !important;
}
.breadcrumb-content.pt-100 p {
  color: #252222 !important;
} */

.main_website_popup .modal-dialog {
  max-width: 900px;
  object-fit: cover;
}
.main_website_popup span.close {
  text-align: end;
  font-size: 29px;
  margin-right: 10px;
}
.main_website_popup .main_popup_cntnt .popup_btn {
  background: #E8A100;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 17px;
}


.breadcrumb-widget .breadcrumb-content {
  text-align: left !important;
}

.section-title .short-title {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0;
}

.section-title .short-title-2 {
  display: inline-block;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #a7b4c0;
}

.section-title h1 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.section-title h2 {
  font-size: 36px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-title P {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 26px;
}

.loan-slider .slick-prev {
  display: none !important;
}

.loan-slider .slick-next {
  display: none !important;
}

section.why_invest_sec {
  background: #fff;
  padding: 60px 0;
}

.img_invest {
  text-align: center;
}

.img_invest img {
  border: 1px solid #0c9748;
  padding: 10px 10px;
  border-radius: 71px;
}

.invest_txt {
  text-align: center;
}

.invest_under_sec {
  border: 1px solid #0000000f;
  padding: 20px;
  height: 100%;
}

.invest_under_sec:hover {
  background: #E8A100;
}
.ul_li_main ul li a {
  font-weight: 600;
}
.invest_under_sec:hover h2 {
  color: #fff;
}

.invest_under_sec:hover p {
  color: #fff;
}

.calculator-area-2 {
  background: url(../img/home-5/calculator-bg.png), #E8A100 !important;

}

.calculator-widget-2 .pie-wrapper .circle-border {
  border: 0.09em solid #0c9748 !important;
}

.noUi-connect {
  background: #0c9748;
}

.under_txt_content span {
  font-weight: 700;

}

.get-touch-area-2 {
  background: url(../img/home-5/get-touch-bg.png), #E8A100 !important;
}

/* 
.main_Second_item_ {
  background: url(../img/loan2.jpg);
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
} */
.banner_img {
  justify-content: end;
  display: flex;
}

.calculator-widget-2 .pie-wrapper .label h2 {
  color: #E8A100;

}

.banner_img img {
  max-width: 500px;
}

/* .under_txt_content {
  max-width: 500px;
  position: absolute;
  top: 70px;
  left: 217px;
} */
.under_txt_content p {
  font-size: 30px;
}

.under_txt_content h1 {
  line-height: 51px !important;
  font-size: 38px !important;
  margin-bottom: 16px !important;
  font-weight: 600;
}

.under_txt_content h2 {
  line-height: 51px !important;
  font-size: 38px !important;
  margin-bottom: 16px !important;
  font-weight: 600;
}

/* .under_txt_content {
  max-width: 500px;
  margin: 0px 96px auto;
  position: absolute;
  top: 70px;
} */

section.form_main_home input {
  padding: 10px 0;
  margin-bottom: 9px;
  border-bottom: 1px solid #00000036;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

section.form_main_home .form-select:focus {
  border-color: #ffffff !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
  border-bottom: 1px solid #00000036 !important;
}

section.form_main_home select.form-select {
  padding: 10px 0;
  margin-bottom: 9px;
  border-bottom: 1px solid #00000036;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.row h5 {
  padding: 0 !important;
}

.multi_item li.span_i p {
  background-color: #E8A100 !important;
}

.active_bor_button a.btn.btn-primary {
  background: #E8A100;
  border: none;
}

.main_Ser_txt h3 {
  height: 50px;
  display: flex;
  text-align: start;
  font-size: 20px;
  color: #E8A100;
  line-height: 24px;
  font-weight: 600;
}
.btn_form_submit {
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 26px;
}

.lumpsum_main_hd h1 {
  font-size: 35px;
  line-height: 47px;
}

.banner-content span {
  font-weight: 700;
  color: #000;
}

.main_flex_div {
  display: block !important;
}

.main_flex_divul li :before {
  top: 12px !important;
}

ul.ol_ul_ {
  display: flex;
  gap: 29px;
}

ul.ol_ul {
  display: flex;
  gap: 45px;
}

header.header img {
  max-width: 90px;
  object-fit: cover;
}

section.our_Services_sec {
  background: #fff;
  padding: 80px 0;
}

section.nav_tab_main_sec .nav {
  justify-content: center;
  margin-bottom: 35px !important;
}

.title_Services h2 {
  text-align: center;
  margin-bottom: 42px;
  color: #E8A100;
  font-size: 36px;
  font-weight: 600;
}

.img_ser img {
  width: 100%;
}

.main_Services_under {
  border: 1px solid #00000012;
  height: 100%;
}

.main_Ser_txt {
  padding: 20px;
}

.offset-lg-1 {
  margin-left: 40px !important;
}

.banner_btn a.theme_btn {
  background: #E8A100;
  padding: 11px 42px;
  color: #fff;
  border-radius: 4px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
}

section.form_main_home {
  background-color: #E8A100 !important;
  padding: 80px 0;
}

section.form_main_home .btn_form_submit a.submit {
  background: #E8A100;
  color: #fff;
  letter-spacing: 1px;
}

.main_about_main .banner-content .section-title {
  text-align: center;
  max-width: 500px;
  margin: auto;
  font-size: 17px;
}

.main_about_main .banner-content .section-title h1.wow.fadeInUp {
  color: #fff6f0 !important;
  font-weight: 500 !important;
  font-size: 50px;
  text-align: center !important;
}

.form_title h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 38px;
}

section.form_main_home label {
  color: #000;
  margin-bottom: 6px;
  font-size: 16px;
}

.btn_form_submit a.submit {
  background: #fff;
  padding: 14px 42px;
  font-size: 17px;
  border-radius: 5px;
  color: #000;
  font-weight: 400;
}

/*----------------------------------------*/
/*       New Version
/*----------------------------------------*/
.underline-shape {
  position: relative;
  z-index: 1;
  display: inline-block;
}

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

.read-more-btn {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--brand_color);
  display: inline-block;
  margin-top: 30px;
}

.read-more-btn span {
  position: relative;
}

.read-more-btn span::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0px;
  height: 1px;
  background-color: var(--brand_color);
  transition: all 0.3s ease-out;
  left: 0;
}

.read-more-btn:hover span::after {
  width: 100%;
}

.read-more-btn i {
  font-size: 18px;
  vertical-align: middle;
}

/*-------------   End    ------------------*/

.ourl_blog_img {
  padding: 3px 3px 0px 3px;
  overflow: hidden;
  position: relative;

}

.ourl_blog_txt {
  padding: 25px 15px 5px 15px;
  border-radius: 10px;
}

.section-title .short-title-2 {
  color: #ffffff !important;
}

.ourl_blog_txt h5 {
  margin: 0px 0px 12px 0px;
}

h1.wow.fadeInUp {
  color: #ffffff !important;
  font-weight: 500 !important;
}

.ourl_blog_txt p {
  padding-bottom: 14px;
}

.section-title {
  text-align: center;
}

.ourl_blog_txt p {
  margin: 0px;
}

.ourl_blog {
  border-radius: 10px;
  box-shadow: 0 0 7px 0 #ffffff;
  height: 100%;
  margin: 10px;
}

.ourl_blog_img img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 7px;
  height: 210px;
}

.ourl_blog_icon {
  background-color: #fd7e14;
}

.ourl_blog_icon {
  position: absolute;
  padding: 3px 8px;
  bottom: 10px;
  left: 10px;
  border-radius: 5px;
  color: white;
  background-color: #f38122;
  text-align: center;
}

.banner-area-6 .banner-content h1 {
  line-height: 60px !important;
  font-size: 41px !important;
  margin-bottom: 16px !important;
}

.main_btn ul li {
  position: relative;
  margin-bottom: 10px;
}

.main_btn ul li a {
  padding-left: 22px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

.main_btn ul li :before {
  content: "";
  height: 10px;
  width: 10px;
  background: #E8A100;
  position: absolute;
  border-radius: 16px;
  top: 8px;
  left: 0;
}

.under_txt_content p {
  margin-bottom: 20px;
}

/* .under_txt_content {
  margin-top: 50px;
} */
h1.wow.fadeInUp.mb-0 {
  text-align: left !important;
}

.main_btn {
  display: flex;
  gap: 20px;
}

.banner-content.wow.fadeInRight {
  margin-top: 57px !important;
}

.banner-area-6 .banner-content p {
  font-size: 24px !important;
  margin-bottom: 34px !important;
}

/* .ourl_blog_txt h5:hover {
  color: #fff;
} */

.banner-fact .single-fact p {
  color: #000 !important;
}

.single-fact {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.banner-fact .single-fact .icon {
  background-color: #ffffff70 !important;
  box-shadow: 0 0 3px #0000005e !important;
}

.blog_title h2 {
  text-align: center;
  margin-bottom: 42px;
  color: #E8A100;
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px;
}

.banner-area-6 {
  padding-top: 100px !important;
  padding-bottom: 0px !important;
}

.header-menu .menu>.nav-item+.nav-item {
  margin-left: 26px !important;
}

.banner-area-6 .banner-img .img-2 {
  left: -124px !important;
}

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

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

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

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

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

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

.saas-section-title h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 70px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}

.saas-section-title h2 span {
  background: linear-gradient(90deg, #53DFC6 45.35%, #6299FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.saas-section-title p {
  color: #878BA9;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-btn {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #1B2A52;
  position: relative;
  display: inline-block;
  line-height: 18px;
  transition: all 0.2s linear;
}

.text-btn:before {
  content: "";
  height: 1px;
  background: #1B2A52;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: width 0.7s linear;
}

.text-btn:after {
  content: "";
  display: inline-block;
  width: 0;
  left: 0;
  height: 1px;
  background: var(--brand_color);
  position: absolute;
  bottom: 0;
  transition: all 0.6s linear;
}

.text-btn:hover {
  color: var(--brand_color);
}

.text-btn:hover:before {
  width: 0px;
  transition: width 0.4s linear;
}

.text-btn:hover:after {
  width: 100%;
}

.bank-section-title .short-title-2 {
  font-size: 16px;
  color: #aaa;
  font-weight: 500;
  margin-bottom: 12px;
}

.bank-section-title h1 {
  font-weight: 500;
  font-size: 52px;
  margin-bottom: 30px;
}

.bank-section-title h1 .underline-shape::after {
  height: 11px;
  background: #E8A100;
  border-radius: 2px;
}

.bank-section-title p {
  font-size: 18px;
}

.bank-section-title.color-white h1 {
  color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.theme-btn {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  background-color: #E8A100;
  padding: 0 35px;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.theme-btn::before {
  background-color: #171d24;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  height: 103%;
  width: 102%;
  border-radius: 4px;
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.theme-btn:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.theme-btn:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.theme-btn:hover i {
  transform: translateY(-1px) translateX(8px);
}

.theme-btn:hover i.arrow_left {
  transform: translateY(-1px) translateX(-8px);
}

.theme-btn i {
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px) translateX(0px);
}

.theme-btn i.arrow_left {
  padding-right: 5px;
}

.theme-btn.theme-btn-alt {
  background-color: #fff;
  color: var(--brand_color);
}

.theme-btn.theme-btn-alt:hover {
  color: #fff;
}

.theme-btn.theme-btn-primary_alt {
  color: var(--brand_color);
  background-color: rgba(0, 80, 178, 0.05);
  transition: all 0.3s ease-out;
  overflow: inherit;
}

.theme-btn.theme-btn-primary_alt i {
  transform: translate(0);
}

.theme-btn.theme-btn-primary_alt::before {
  display: none;
}

.theme-btn.theme-btn-primary_alt:hover {
  background-color: #0050b2;
  color: #fff;
}

.theme-btn.theme-btn-primary_alt:hover i {
  transform: translate(0);
}

.theme-btn.theme-btn-outlined {
  background-color: transparent;
  color: var(--brand_color);
  border: 1px solid var(--brand_color);
}

.theme-btn.theme-btn-outlined::before {
  display: none;
}

.theme-btn.theme-btn-outlined:hover {
  background-color: var(--brand_color);
  color: #fff;
}

.theme-btn.theme-btn-lg {
  height: 60px;
  line-height: 59px;
  padding: 0 40px;
}

.theme-btn.theme-btn-outlined_alt {
  background-color: #fff;
  color: var(--brand_color);
  border: 1px solid #fff;
}

.theme-btn.theme-btn-outlined_alt::before {
  display: none;
}

.theme-btn.theme-btn-outlined_alt:hover {
  background-color: transparent;
  color: #fff;
}

.theme-btn.theme-btn-light {
  background-color: var(--black_50);
  color: var(--secondary_color);
}

.theme-btn.theme-btn-light:hover {
  color: #fff;
}

.theme-btn.theme-btn-rounded {
  border-radius: 25px;
}

.theme-btn.theme-btn-rounded::before {
  border-radius: 25px;
}

.theme-btn.theme-btn-rounded-2 {
  border-radius: 25px;
  box-shadow: none;
  transition: all 0.3s ease-out;
}

.theme-btn.theme-btn-rounded-2::before {
  display: none;
}

.theme-btn.theme-btn-rounded-2:hover {
  background-color: #171d24;
  color: #fff;
  box-shadow: 2px 5px 20px rgba(51, 77, 114, 0.2);
}

/*  Theme button 2 css */
.theme-btn-2 {
  display: inline-block;
  padding: 10px 20px 10px 14px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: uppercase;
}

.theme-btn-2:hover {
  color: #fff;
}

.theme-btn-2:hover::before {
  left: 2px;
  height: 100%;
  width: 100%;
  background-color: #171d24;
  border-radius: 25px;
}

.theme-btn-2:hover .arrow {
  margin-right: 10px;
}

.theme-btn-2:hover .arrow .horizontal-line {
  width: 20px;
}

.theme-btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  width: 44px;
  background-color: var(--theme-color);
  border-radius: 25px;
  z-index: -1;
}

.theme-btn-2 .arrow {
  position: relative;
  margin-right: 30px;
  margin-left: 3px;
}

.theme-btn-2 .arrow .horizontal-line {
  height: 1px;
  width: 0;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  margin-left: 10px;
}

.theme-btn-2 .arrow .horizontal-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: -2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  right: -2px;
  left: auto;
  bottom: 3px;
}

.theme-btn-2 .arrow .horizontal-line::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: -2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
  right: -2px;
  left: auto;
  top: 3px;
}

.theme-btn-2.theme-btn-primary::before {
  background-color: transparent;
  background-image: linear-gradient(to top, #0050b2 0%, #4185d9 100%);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Custom  Animations CSS
/*----------------------------------------*/
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.5);
  }
}

@keyframes spin2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(40px);
  }
}

@keyframes customUp {
  0% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
  }

  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
  }
}

@keyframes moveX {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  25% {
    transform: translateX(70px) rotate(90deg);
  }

  50% {
    transform: translateX(0px) rotate(170deg);
  }

  75% {
    transform: translateX(-70px) rotate(90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes moveY {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(70px) rotate(90deg);
  }

  50% {
    transform: translateY(0px) rotate(170deg);
  }

  75% {
    transform: translateY(-70px) rotate(90deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes floatingBubble {
  0% {
    transform: translate(0, 0) scale(1);
  }

  20% {
    transform: translate(50px, -50px) scale(0.6);
  }

  40% {
    transform: translate(100px, -80px) scale(1);
  }

  60% {
    transform: translate(150px, -80px) scale(1.1);
  }

  80% {
    transform: translate(200px, -70px) scale(1);
  }

  100% {
    transform: translate(250px, -50px) scale(0.6);
  }
}

@keyframes floatingBubble2 {
  0% {
    transform: translate(0, 0) scale(0.6);
  }

  20% {
    transform: translate(-50px, 100px) scale(1);
  }

  40% {
    transform: translate(-100px, 50px) scale(1.1);
  }

  60% {
    transform: translate(0px, 50px) scale(1);
  }

  80% {
    transform: translate(50px, -50px) scale(0.6);
  }

  100% {
    transform: translate(100px, -100px) scale(1);
  }
}

@keyframes floatingBubbles {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}

.floatingBubbles {
  -webkit-animation-name: floatingBubbles;
  animation-name: floatingBubbles;
}

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

  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Preloader CSS
/*----------------------------------------*/
#preloader {
  background: #fff;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#preloader .loading {
  display: flex;
}

#preloader .ctn-preloader {
  padding-left: 15px;
  padding-right: 15px;
}

#preloader .spinner {
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  border: 3px solid #f1f6f8;
  border-left-color: var(--brand_color);
  border-top-color: var(--brand_color);
  margin: 0 auto 0em auto;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -40px;
  top: -40px;
}

#preloader .spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
  background: var(--brand_color);
  position: absolute;
  right: 31px;
  top: 41px;
  border-radius: 50%;
}

section.blog_video .slick-dots {
  bottom: -68px !important;
}

.img_Session {
  text-align: center;
  margin-bottom: 10px;
}

.img_Session img {
  max-width: 200px;
}

.main_Session {
  border: 1px solid #00000017;
  height: 100%;
  border-radius: 10px;
  padding: 20px;
}

section.proprty_main_Sec_im .main_banner h1 {
  color: #E8A100;
  font-size: 39px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1);
}

section.proprty_main_Sec_im .main_banner span {
  font-size: 40px;
  color: black;
  text-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1);
}

section.proprty_main_Sec_im .main_banner p {
  font-size: 25px;
  text-shadow: 0 0 8px rgb(255 255 255 / 0%), 0 0 20px rgb(255 255 255 / 0%), 0 0 20px rgb(255 255 255 / 0%), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1);
  margin-bottom: 50px;
}

.health_insur_plan ul li {
  color: #fff;
}

.slide_box img {
  max-width: 70px;
}

.col_Assist_S {
  margin-bottom: 60px;
}

.main_lic_calculator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background-color: #E8A100;
}

.main_lic_calculator .calculator-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;

}

.sip_calculator {
  background: unset;
}

.main_lic_calculator .calculator-container label {
  padding: 7px 0;
}

.main_lic_calculator .calculator-container h1 {
  color: #fff;
  margin-bottom: 42px;
}

.main_lic_calculator form {
  width: 100%;
  background: #fff;
  padding: 32px 50px;
  border-radius: 10px;
}

.img_lic_ic img {
  max-width: 70px;
  filter: invert(1);
}

.btn_lic button.btn {
  background: #E8A100 !important;
  color: #fff !important;
  padding: 13px !important;
  letter-spacing: 1px !important;
  margin-top: 40px;
}

.col-imgg {
  text-align: center;
}

.col-textt {
  text-align: center;
}

.need_btn button.main_need {
  background: #fff;
  color: #000;
  padding: 10px 100px;
  border-radius: 3px;
  margin-top: 21px;
  letter-spacing: 1px;
  border: 1px solid #fff;
}

.btn_main_divs {
  text-align: center;
}

.btn_main_divs .app_ly {
  background: #fff;
  color: #000;
  border: none;
  padding: 14px 71px;
  font-size: 19px;
  font-weight: 600;
}

/*----calcu_sip-----*/

.main_lic_calculator .credit {
  position: absolute;
  bottom: 5px;
  right: 10px;
  opacity: 0.8;
  font-size: 12px
}

.main_lic_calculator #myChart {
  max-height: 460px;
}

.iconnnn img {
  max-width: 53px;
}

.cibi_head h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #E8A100;
}

.main_lic_calculator .chartDiv {
  max-height: 490px;
  background-color: #eee;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

.chartDivs {
  background-color: #eee;
}

.calculate_swp_btn {
  text-align: center;
  margin-top: 181px;
}

.calculate_swp_btn button.swp {
  background: #E8A100;
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 1px;
}

.main_lic_calculator .display_result {
  font-size: 22px;
  color: #fff;
}

.main_lic_calculator .form-range {
  width: inherit !important;
  margin: 10px 0;
}

.main_lic_calculator .text_input {
  height: 40px;
  float: right;
  outline: 0;
  border: 1px solid #ccc;
  padding: 10px;
}

.main_lic_calculator .outer_div {
  min-height: 100px;
  background-color: #eee;
  padding: 20px;
}

.main_lic_calculator .outer_div2 {
  /* padding: 20px 70px 20px 30px; */
  margin-left: 0;
}

.main_lic_calculator .hide-span {
  opacity: 0;
  z-index: -9
}

.main_lic_calculator .inner_div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
}


.main_lic_calculator input[type="range"]:focus {
  outline: none;
}

.main_lic_calculator input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #fff;
  height: 30px;
  width: 15px;
  border-radius: 3px;
  background: #4895ef;
  cursor: pointer;
  margin-top: -10px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 0px 0px 0px #000000, 0px 0px 3px #0d0d0d;
  outline: 0;
}

.main_lic_calculator #showValue,
#showValue2,
#showValue3 {
  position: absolute;
  border: 1px solid #E8A100;
  width: 40px;
  height: 30px;
  background: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8A100;
  top: 45px;
  left: 0px;
}

.main_lic_calculator #showValue:before,
#showValue2:before,
#showValue3:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 7px solid #4895ef;
  height: 0px;
  width: 0px;
  position: absolute;
  /* left: 0; */
  top: -12px;
}

.main_lic_calculator .thisthis {
  font-weight: 300;
  font-size: 11px;
  float: right;
  line-height: 2;
}

.main_lic_calculator .text-center {
  text-align: center;
  padding: 10px 0;
}

.invest_total {
  background: #e16c13;
  margin: 0px;
  color: #fff;
  border-radius: 1px;
}

.img_popup img {
  width: 100%;
}

.main_news_foot {
  display: flex;
  color: #fff;
  gap: 6px;
}

.support_flx {
  display: flex;
   margin-top: 13px;
  gap: 20px;
}

.support_heading h2 {
  color: #fff;
  font-size: 21px;
}

.main_btn_applys button.sip_na_btn {
  background: #E8A100;
  padding: 12px 145px;
  color: #fff;
  border-radius: 3px;
  margin-top: 42px;
  letter-spacing: 1px;
}

.img_lic_ic {
  text-align: center;
}

.lic_result_ button.btnb_re {
  margin-top: 20px;
  padding: 0px 1px;
  color: #000;
  background: transparent;
  font-size: 30px;
  border-bottom: 1px dotted #000;
  letter-spacing: 1px;
}

.img_cal_lic img {
  width: 100%;
}

.main_btn_applys {
  text-align: center;
}

.principle_img_ban img {
  width: 100%;
}

.document_submission_img img {
  max-width: 309px;
}

.txt_privacy_main h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  letter-spacing: 1px;
}

section.privacy_Codition_bannner {
  padding: 230px 0px 140px;
  display: flex;
  align-items: center;
  height: auto;
  background-image: linear-gradient(rgb(46 46 46 / 4%), rgb(0 0 0)), url(../img/privacy_policy_ban_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.privacy_main_div {
  padding: 80px 0;
}

.under_txt_ {
  background: #E8A1002b;
  padding: 40px;
}

.under_txt_ h2 {
  text-align: center;
  margin-bottom: 33px;
  color: #E8A100;
}

.under_txt_ p {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 26px;
}

.instant_main_oer h3 span {
  color: #E8A100;
  font-size: 38px;
}

.instant_main_oer h3 span {
  max-width: 415px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}

.instant_main_oer h3 span:before {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 3px;
  overflow: hidden;
}

.instant_main_oer h3 span:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 0;
  -webkit-animation: bar_dot 4s linear infinite;
  animation: bar_dot 4s linear infinite;
}

.cntnrt_slicky {
  background: #fff;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  padding: 20px;
  border-radius: 6px;
  margin: 0px 20px;
  min-height: 226px;
}

section.testimonial_Sec_slicky {
  padding: 80PX 0;
}

.main_under_slicky {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main_under_slicky img {
  width: 92px;
  border-radius: 10px;
}

section.who_can_appli_ls button.slick-next.slick-arrow {
  display: none !important;
}

.main_About_two_bot button.slick-next.slick-arrow {
  display: none !important;
}

section.multi_Sec.flexblie_box .slick-next.slick-arrow {
  display: none !important;
}

section.testimonial_Sec_slicky .slick-prev,
.slick-next {
  font-size: 35px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 43px;
  height: 43px;
  padding: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: white;
  background-color: #80808082 !important;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-57%);
  border: none;
  outline: none;
}

section.testimonial_Sec_slicky .slick-prev,
.slick-next {
  right: -60px;
}

section.testimonial_Sec_slicky .slick-prev,
.slick-prev {
  left: -60px;
}
.blogs_hd_contents p {
    text-align: justify;
}
section.testimonial_Sec_slicky .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: white;
  outline: none;
  background: white;
}
.blogs_hd_contents h3 {
  font-size: 22px;
}
.blogs_hd_contents h4 {
  font-size: 20px;
}
section.blogs_content_sec .blogs_hd_contents a {
  color: #0d6efd;
}
.blogs_hd_contents ul li {
  list-style: unset !important;
  margin-left: 19px;
}
@media only screen and (max-width: 500px) {
  .main_lic_calculator .text_input {
    margin-left: 10px;
    font-size: 18px;
    padding: 5px;
    width: 100px;
  }

  .main_lic_calculator #textValue,
  #textValue2 {
    font-size: 16px;
    padding: 2px;
  }

  .main_lic_calculator .outer_div2,
  .outer_div {
    padding: 10px;
  }

  .main_lic_calculator .inner_div {
    margin: 0;
  }

  .main_lic_calculator .slider_box {
    padding-right: 0;
  }

  .main_lic_calculator .inner_div {
    padding: 0;
  }

  .main_lic_calculator .thisthis {
    width: 95px;
    line-height: 2;
  }

  .main_lic_calculator .result_text {
    font-size: 12px
  }

  .main_lic_calculator .display_result {
    font-size: 16px;
  }
}

@media only screen and (max-width: 300px) {
  .result_text {
    font-size: 10px
  }

  .display_result {
    font-size: 13px;
  }

  #textValue,
  #textValue2,
  #textValue3 {
    font-size: 12px;
  }

  .col-4 {
    font-size: 12px;
  }
}







@media (max-width: 576px) {
  #preloader .spinner:before {
    top: 18px;
  }
}

#preloader .round_spinner {
  border-width: 1px;
  border-color: rgb(238, 243, 244);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(253, 253, 253);
  box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
  width: 248px;
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 80px;
}


@media (max-width: 576px) {
  #preloader .round_spinner {
    width: 155px;
    height: 155px;
  }
}

#preloader .round_spinner h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--secondary_color);
  margin-top: 10px;
}

#preloader .round_spinner h4 span {
  font-weight: 700;
}

#preloader .head {
  color: var(--secondary_color);
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 5% 0 1% 0;
  padding: 0;
}

#preloader p {
  color: var(--p_color);
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   HEADER CSS
/*----------------------------------------*/
.main_home_header {
  background-color: unset;
}

header.header {
  margin-top: 36px !important;
  background-color: #fff;
  box-shadow: 2px 7px 9px -8px rgb(0 0 0 / 42%);
  padding: 2px 0;
  z-index: 999;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
  background-color: #fff;
}

header .header-top {
  background-color: #171d24;
}

header .header-top.bg_white .header-info-left {
  color: var(--p_color);
}

header .header-top.bg_white .header-info-right ul li a {
  color: var(--p_color);
}

header .header-top.bg_white .header-info-right ul li i {
  color: #6a737c;
}

header .header-top .header-info-left {
  display: flex;
  align-items: center;
  color: #bbc0c4;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

header .header-top .header-info-left .language-list .nice-select {
  background-color: transparent;
  border: none;
  padding-left: 0;
}

header .header-top .header-info-left .timestamp i {
  display: block;
  margin-right: 5px;
  float: left;
  margin-top: 2px;
}

header .header-top .header-info-right {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

header .header-top .header-info-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .header-top .header-info-right ul li {
  margin: 0 15px;
}

header .header-top .header-info-right ul li:last-child {
  margin-right: 0;
}

header .header-top .header-info-right ul li img {
  margin-right: 8px;
}

header .header-top .header-info-right ul li a {
  color: #bbc0c4;
  font-size: 14px;
}

header .header-top .header-info-right ul li i {
  color: #bbc0c4;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}

.header-menu {
  z-index: 1;
  background-color: transparent;
  transition: all 0.2s linear;
}

.header-menu.header-menu-4 .theme-btn:hover {
  background-color: var(--brand_color);
}

.header-menu.navbar_fixed {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.2s, top 0.4s linear;
}

.header-menu.navbar_fixed .navbar .sticky_logo .main {
  display: none;
}

.header-menu.navbar_fixed .navbar .sticky_logo .sticky {
  display: block;
}

.header-menu.navbar_fixed.header-menu-1 .theme-btn,
.header-menu.navbar_fixed.header-menu-3 .theme-btn,
.header-menu.navbar_fixed.header-menu-4 .theme-btn {
  background-color: var(--theme-color);
  color: #fff;
}

.header-menu.navbar_fixed.header-menu-1 .navbar .menu>.nav-item .mobile_dropdown_icon:hover,
.header-menu.navbar_fixed.header-menu-3 .navbar .menu>.nav-item .mobile_dropdown_icon:hover,
.header-menu.navbar_fixed.header-menu-4 .navbar .menu>.nav-item .mobile_dropdown_icon:hover {
  color: var(--theme-color);
}

.header-menu.navbar_fixed.header-menu-1 .navbar .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link.active,
.header-menu.navbar_fixed.header-menu-3 .navbar .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link.active,
.header-menu.navbar_fixed.header-menu-4 .navbar .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link.active {
  color: var(--brand_color);
}

.header-menu.navbar_fixed.header-menu-1 .navbar .menu>.nav-item>.nav-link,
.header-menu.navbar_fixed.header-menu-3 .navbar .menu>.nav-item>.nav-link,
.header-menu.navbar_fixed.header-menu-4 .navbar .menu>.nav-item>.nav-link {
  color: var(--secondary_color);
}

.header-menu.navbar_fixed.header-menu-1 .navbar .menu>.nav-item>.nav-link.active,
.header-menu.navbar_fixed.header-menu-3 .navbar .menu>.nav-item>.nav-link.active,
.header-menu.navbar_fixed.header-menu-4 .navbar .menu>.nav-item>.nav-link.active {
  color: var(--theme-color);
}

.header-menu.navbar_fixed.header-menu-1 .navbar .menu>.nav-item>.nav-link::before,
.header-menu.navbar_fixed.header-menu-3 .navbar .menu>.nav-item>.nav-link::before,
.header-menu.navbar_fixed.header-menu-4 .navbar .menu>.nav-item>.nav-link::before {
  background-color: var(--theme-color);
}

.header-menu.navbar_fixed.header-menu-1 .navbar .navbar-toggler .hamburger span,
.header-menu.navbar_fixed.header-menu-3 .navbar .navbar-toggler .hamburger span,
.header-menu.navbar_fixed.header-menu-4 .navbar .navbar-toggler .hamburger span {
  background-color: var(--secondary_color);
}

.header-menu.navbar_fixed.header-menu-1 .navbar .navbar-toggler .hamburger-cross span,
.header-menu.navbar_fixed.header-menu-3 .navbar .navbar-toggler .hamburger-cross span,
.header-menu.navbar_fixed.header-menu-4 .navbar .navbar-toggler .hamburger-cross span {
  background-color: var(--secondary_color);
}

.header-menu.navbar_fixed.header-menu-3 {
  background-color: var(--bs-white);
}

.header-menu.navbar_fixed.header-menu-3 .theme-btn {
  background-color: var(--brand_color);
  color: #fff;
  border-color: transparent;
}

.header-menu.navbar_fixed.header-menu-3 .theme-btn:hover {
  background-color: transparent;
  border-color: var(--brand_color);
  color: var(--brand_color);
  transition: all 0.3s ease-in-out;
}

.header-menu.navbar_fixed.header-menu-3 .navbar .menu>.nav-item>.nav-link {
  color: var(--secondary_color);
}

.header-menu.navbar_fixed.header-menu-3 .navbar .menu>.nav-item>.nav-link.active {
  color: var(--brand_color);
}

.header-menu.navbar_fixed.header-menu-3 .navbar .menu>.nav-item>.nav-link::before {
  background-color: var(--brand_color);
}

.header-menu.navbar_fixed.header-menu-4 .theme-btn {
  background-color: var(--brand_color);
}

.header-menu.navbar_fixed.header-menu-4 .theme-btn:hover {
  background-color: var(--secondary_color);
}

.header-menu.navbar_fixed.header-menu-4 .navbar .menu>.nav-item>.nav-link {
  color: var(--secondary_color);
}

.header-menu.navbar_fixed.header-menu-4 .navbar .menu>.nav-item>.nav-link.active {
  color: var(--brand_color);
}

.header-menu.navbar_fixed.header-menu-4 .navbar .menu>.nav-item>.nav-link::before {
  background-color: var(--brand_color);
}

.header-menu .navbar {
  padding: 0 !important;
}

.header-menu .navbar .sticky_logo .main {
  display: block;
}

.header-menu .navbar .sticky_logo .sticky {
  display: none;
}

.header-menu .menu>.nav-item {
  padding-bottom: 25px;
  padding-top: 25px;
  transition: all 0.3s linear;
}

.header-menu .menu>.nav-item>.nav-link {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.header-menu .menu>.nav-item>.nav-link.active::before {
  content: "";
  /* position: absolute; */
  top: 100%;
  left: 50%;
  /* transform: translateX(-50%); */
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.header-menu .menu>.nav-item>.nav-link::after {
  display: none;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu {
  margin: 0;
  border-radius: 4px;
  left: -26px;
  min-width: max-content;
  border: 1px solid var(--black_50);
  background: var(--bs-white);
  padding: 20px 0;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}

.header-menu .menu>.nav-item.submenu .dropdown-menu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--bs-white);
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid var(--black_50);
  border-top: 1px solid var(--black_50);
}

.star_flex i.fa-solid.fa-star {
  color: #E8A100;
}

@media (min-width: 992px) {
  .header-menu .menu>.nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}

.header-menu .menu>.nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item {
  padding: 0 30px;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item+.nav-item {
  margin-top: 8px;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link {
  display: flex;
  align-items: center;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link:before {
  display: none;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link img {
  margin-right: 20px;
  width: 32px;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 40px 0 30px;
  transition: all 0.3s linear;
  position: relative;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item>i {
  padding-right: 10px;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item+.nav-item {
  margin-top: 18px;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--p_color);
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link.active {
  color: var(--brand_color);
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}

@media (min-width: 992px) {

  .header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.dropdown-menu,
  .header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.dropdown-menu,
  .header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item.active>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(1px) translateY(0px);
  }
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link {
  color: var(--brand_color);
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item:hover>i,
.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item:focus>i,
.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item.active>i {
  color: var(--brand_color);
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
  transition: all 0.3s ease-in;
}

.header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu:before {
  display: none;
}

@media (min-width: 992px) {
  .header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item>.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateX(1px) translateY(20px);
    transition: all 0.3s ease-in;
    background: var(--bs-white);
    padding: 20px 0;
    box-shadow: none;
  }
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu {
  min-width: 540px;
  padding: 0;
  background: #4464a1;
  border: 0;
  max-height: 309px;
  min-height: 309px;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu li>div {
  min-height: 309px;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .nav-pills {
  padding: 30px 0;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 100%;
  margin-right: -10px;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 30px;
}
p.quick_soluu {
  font-size: 20px;
}
.online-personal-loan-2-tittle.instant_s.instant_main_oer a {
  text-decoration: underline;
}
p.online-lone-paragraph a {
  text-decoration: underline;
}
.personal_text a {
  text-decoration: underline;
}
.business_finance p a {
  text-decoration: underline;
}
.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "5";
  position: absolute;
  right: 25px;
  top: -1px;
  font-family: "ElegantIcons";
  display: block;
  color: var(--theme-color);
  transition: all 0.2s linear;
  opacity: 0;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
  font-size: 14px;
  color: var(--p_color);
  display: inline-block;
  border-radius: 0;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
  background: transparent;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item+.nav-item {
  margin-top: 12px;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after,
.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 20px;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link,
.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
  color: var(--theme-color);
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane {
  padding: 26px 10px;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
  width: 50%;
  padding-bottom: 12px;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
  width: 100%;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
  margin-bottom: 12px;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before,
.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
  width: 100%;
}

.header-menu .menu>.nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.header-menu .menu>.nav-item:hover>i {
  color: var(--brand_color);
}

@media (min-width: 992px) {
  .header-menu .menu>.nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

.header-menu .menu>.nav-item+.nav-item {
  margin-left: 38px;
}

.header-menu .theme-btn {
  margin-left: 55px;
}

.header-menu.header-menu-1 .theme-btn {
  background-color: #fff;
  color: var(--theme-color);
}

.header-menu.header-menu-1 .theme-btn:hover {
  color: #fff;
  background-color: var(--secondary_color);
}

.header-menu .theme-btn {

  background-color: #E8A100 !important;
}

header.header ul.navbar-nav.menu.ms-auto a:hover {
  color: #E8A100 !important;
}

header.header a.nav-link {
  color: black !important;
}

/* .header-menu.header-menu-2 .menu > .nav-item > .nav-link {
  color: #000 !important;
} */
.header-menu.header-menu-2 .menu>.nav-item>.nav-link.active {
  color: #E8A100 !important;
}

.header-menu.header-menu-2 .menu>.nav-item>.nav-link::before {
  background-color: var(--brand_color);
}

.header-menu.header-menu-2 .navbar-toggler .hamburger span {
  background-color: var(--secondary_color);
}

.header-menu.header-menu-2 .navbar-toggler .hamburger-cross span {
  background-color: var(--secondary_color);
}

.header-menu.header-menu-3 {
  background-color: rgba(23, 29, 36, 0.5);
}

.header-menu.header-menu-3 .theme-btn-outlined {
  color: #fff;
  border-color: #fff;
}

.header-menu.header-menu-3 .theme-btn-outlined:hover {
  color: var(--brand_color);
  background-color: #fff;
}

.navbar-toggler {
  padding-right: 0;
  padding-left: 0;
}

.hamburger {
  height: 100%;
  width: 100%;
  display: block;
}

.hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.hamburger span:nth-child(1) {
  transition-delay: 0s;
}

.hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}

.hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}

.menu_toggle .hamburger {
  position: absolute;
}

.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}

.menu_toggle .hamburger-cross span {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

.mobile_dropdown_icon {
  display: none;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  banner CSS
/*----------------------------------------*/
.banner-area {
  background-color: var(--theme-color);
  background-image: url(../img/banner/bg-img.png);
  background-position: center;
  background-size: cover;
  position: relative;
  /* floating bubbles */
}

.banner-area .bubbles {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.banner-area .bubbles .bubble {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
}

.banner-area .bubbles div {
  position: absolute;
}

.banner-area .bubbles div:nth-child(1) {
  bottom: 20%;
  left: 5%;
}

.banner-area .bubbles div:nth-child(1) .bubble {
  animation-delay: 0.5s;
  background-color: rgba(255, 255, 255, 0.4);
}

.banner-area .bubbles div:nth-child(2) {
  bottom: 65%;
  left: 20%;
}

.banner-area .bubbles div:nth-child(2) .bubble {
  background-color: rgba(246, 166, 9, 0.4);
}

.banner-area .bubbles div:nth-child(3) {
  bottom: 15%;
  left: 30%;
}

.banner-area .bubbles div:nth-child(3) .bubble {
  animation-delay: 1s;
  background-color: #E8A100;
}

.banner-area .bubbles div:nth-child(4) {
  bottom: 50%;
  left: 40%;
}

.banner-area .bubbles div:nth-child(4) .bubble {
  animation-delay: 0.8s;
  animation-direction: alternate-reverse;
  background-color: rgba(42, 199, 105, 0.4);
}

.banner-area .bubbles div:nth-child(5) {
  bottom: 20%;
  right: 5%;
}

.banner-area .bubbles div:nth-child(5) .bubble {
  animation-delay: 0.5s;
  background-color: rgba(246, 166, 9, 0.4);
}

.banner-area .bubbles div:nth-child(6) {
  bottom: 65%;
  right: 20%;
}

.banner-area .bubbles div:nth-child(6) .bubble {
  background-color: #2ac769;
}

.banner-area .bubbles div:nth-child(7) {
  bottom: 15%;
  right: 30%;
}

.banner-area .bubbles div:nth-child(7) .bubble {
  animation-delay: 1.1s;
  background-color: rgba(42, 199, 105, 0.4);
}

.banner-area .bubbles div:nth-child(8) {
  bottom: 50%;
  right: 40%;
}

.banner-area .bubbles div:nth-child(8) .bubble {
  animation-delay: 0.2s;
  background-color: rgba(255, 255, 255, 0.4);
}

.banner-area .logos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.banner-area .logos img {
  position: absolute;
  animation: pulse ease-out infinite;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.banner-area .logos img:nth-child(1) {
  bottom: 15%;
  left: 10%;
  animation-delay: 0.5s;
}

.banner-area .logos img:nth-child(2) {
  bottom: 45%;
  left: 20%;
}

.banner-area .logos img:nth-child(3) {
  bottom: 20%;
  left: 30%;
  animation-delay: 1s;
}

.banner-area .logos img:nth-child(4) {
  bottom: 20%;
  right: 30%;
  animation-delay: 0.5s;
}

.banner-area .logos img:nth-child(5) {
  bottom: 15%;
  right: 10%;
}

.banner-area .logos img:nth-child(6) {
  bottom: 45%;
  right: 20%;
  animation-delay: 0.8s;
}

.banner-area .banner-content h1 {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  line-height: 70px;
}

.banner-area .banner-content .img-area {
  position: relative;
  z-index: 2;
}

.banner-area .banner-content .symbol-pulse {
  position: absolute;
  top: 71%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-area .banner-content .symbol-pulse div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), color-stop(65%, rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.04)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 65%, rgba(255, 255, 255, 0.04) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 65%, rgba(255, 255, 255, 0.04) 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 65%, rgba(255, 255, 255, 0.04) 100%);
  width: 28rem;
  height: 28rem;
}

.banner-area .banner-content .symbol-pulse .pulse-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  -ms-transform: translate(-50%, -50%) scale(0.67);
  transform: translate(-50%, -50%) scale(0.67);
}

.banner-area .banner-content .symbol-pulse .pulse-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -ms-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
}

.banner-area .banner-content .symbol-pulse .pulse-2 {
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  -ms-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
}

.banner-area .banner-content .symbol-pulse .pulse-x {
  will-change: transform;
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
}

.banner-area-2 {
  background-image: url(../img/banner/loan-banner.jpg), linear-gradient(rgb(46 46 46 / 91%), rgb(0 0 0 / 16%));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.banner-area-2 .banner-content {
  position: relative;
}

.banner-area-2 .banner-content .shape {
  position: absolute;
  top: -10px;
  left: -130px;
}

.banner-area-2 .banner-content h1 {
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 56px;
}

.banner-area-2 .banner-content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.banner-area-2 .banner-content .theme-btn-2 {
  color: var(--p_color);
  text-transform: capitalize;
  padding: 3px 20px 4px 14px;
  font-size: 18px;
}

.banner-area-2 .banner-content .theme-btn-2:hover {
  color: #fff;
}

.banner-area-2 .banner-content .theme-btn-2:hover::before {
  width: 100%;
}

.banner-area-2 .banner-content .theme-btn-2:hover .arrow {
  margin-right: 10px;
}

.banner-area-2 .banner-content .theme-btn-2::before {
  width: 34px;
}

.banner-area-2 .banner-content .theme-btn-2 .arrow {
  margin-right: 20px;
  margin-left: -2px;
}

.banner-area-2 .banner-content .theme-btn-2 .arrow .horizontal-line::before {
  width: 7px;
  top: 2px;
}

.banner-area-2 .banner-content .theme-btn-2 .arrow .horizontal-line::after {
  width: 7px;
  bottom: 2px;
}

.banner-area-2 .banner-img {
  position: relative;
  z-index: 0;
}

.banner-area-2 .banner-img .shapes img {
  position: absolute;
}

.banner-area-2 .banner-img .shapes .shape-1 {
  top: -25px;
  left: -45px;
}

.banner-area-2 .banner-img .shapes .shape-2 {
  bottom: -50px;
  right: -40px;
  z-index: -1;
}

.banner-area-2 .banner-img .shapes .shape-3 {
  top: -55px;
  left: -30px;
  z-index: -1;
}

.banner-area-2 .banner-img .shapes .shape-4 {
  bottom: 25%;
  right: -5%;
  animation: zoomIn 1.5s ease-out infinite alternate both;
}

.banner-area-2 .banner-img .shapes .shape-5 {
  top: 40%;
  left: -12%;
  animation: floatingBubble2 20s linear infinite alternate both;
}

.banner-area-2 .banner-img .shapes .shape-6 {
  top: 15%;
  right: 0%;
  animation: floatingBubble 20s linear infinite alternate both;
}

.banner-area-3 {
  background-color: #281b36;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner-area-3 .bg-slides .slide {
  position: absolute;
  z-index: -1;
  top: 0;
}

.banner-area-3 .bg-slides .slide:nth-child(1) {
  left: 4%;
}

.banner-area-3 .bg-slides .slide:nth-child(2) {
  left: 45%;
}

.banner-area-3 .bg-slides .slide:nth-child(3) {
  left: 52%;
}

.banner-area-3 .banner-content h1 {
  font-size: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 56px;
}

.banner-area-3 .banner-content .theme-btn {
  border-radius: 30px;
}

.banner-area-3 .person-img {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 1;
}

.banner-area-4 {
  background-color: #10121c;
  overflow: hidden;
}

.banner-area-4 .hero-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.banner-area-4 .hero-img .person-img {
  max-width: 100%;
  height: auto;
}

.banner-area-4 .hero-img .shape {
  position: absolute;
}

.banner-area-4 .hero-img .shape:nth-child(1) {
  top: 45%;
  left: -35%;
  z-index: -1;
}

.banner-area-4 .hero-img .shape:nth-child(2) {
  top: 48%;
  right: 15px;
  z-index: 1;
}

.banner-area-4 .hero-img .shape:nth-child(3) {
  top: 23%;
  right: -25px;
}

.banner-area-4 .hero-img .shape:nth-child(4) {
  top: 6%;
  left: 12%;
  z-index: -1;
}

.banner-area-4 .hero-img .shape:nth-child(5) {
  top: 30%;
  left: -6px;
}

.banner-area-4 .hero-img .shape:nth-child(6) {
  top: 23%;
  left: -25px;
  z-index: -1;
}

.banner-area-4 .hero-img .shape:nth-child(7) {
  top: 50%;
  right: -7px;
  z-index: -1;
}

.banner-area-4 .hero-img .shape:nth-child(8) {
  top: 18%;
  left: 30px;
  z-index: 1;
}

.banner-area-4 .banner-content h1 {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
}

.banner-area-4 .banner-content p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.banner-area-4 .banner-content .theme-btn {
  color: #000;
  height: 55px;
  line-height: 51px;
}

.banner-area-4 .banner-content .theme-btn:hover {
  color: #fff;
}

/*----------------------------------------*/
/*        New Version
/*----------------------------------------*/
.banner-area-5 {
  background-color: #101010;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area-5 .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}

.banner-area-5 .bg-shapes .shape:nth-child(1) {
  left: 0;
  bottom: 180px;
}

.banner-area-5 .bg-shapes .shape:nth-child(2) {
  right: 135px;
  bottom: 120px;
}

.banner-area-5 .bg-shapes .shape:nth-child(3) {
  left: 150px;
  top: 35%;
}

.banner-area-5 .bg-shapes .shape:nth-child(4) {
  right: 10%;
  top: 50%;
}

.banner-area-5 .bg-shapes .shape:nth-child(5) {
  width: 600px;
  height: 600px;
  background-color: #5deea0;
  right: -175px;
  bottom: -220px;
  filter: blur(250px);
  border-radius: 50%;
  opacity: 0.1;
}

.banner-area-5 .bg-shapes .shape:nth-child(6) {
  width: 450px;
  height: 450px;
  background-color: #a4f1f2;
  left: -50px;
  top: -200px;
  filter: blur(250px);
  border-radius: 50%;
  opacity: 0.1;
}

.banner-area-5 .banner-content h1 {
  line-height: 66px;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}

.banner-area-5 .banner-content h1 .underline-shape::after {
  background-color: #f57950;
}

.banner-area-5 .banner-content p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}

.banner-area-5 .banner-content .under_link {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 60px;
  text-decoration: underline;
  display: inline-block;
}

.banner-area-5 .banner-content .under_link i {
  opacity: 0;
  visibility: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.banner-area-5 .banner-content .under_link:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(5px);
}

.banner-area-5 .banner-content .theme-btn {
  color: #fff;
  height: 60px;
  line-height: 55px;
}

.banner-area-5 .banner-content .theme-btn:hover {
  color: #fff;
}

.banner-area-5 .banner-content .theme-btn::before {
  background-color: #2771cb;
}

.banner-area-5 .banner-content .co-operators {
  margin-top: 80px;
}

.banner-area-5 .banner-content .co-operators>div {
  gap: 30px;
}

.banner-area-5 .basic-loan-calculator {
  background-color: var(--bs-white);
  border-radius: 8px;
  max-width: 450px;
  padding: 35px;
  position: relative;
  margin-left: auto;
}
section.partner_blog_video button.slick-next.slick-arrow {
  display: none !important;
}
.banner-area-5 .basic-loan-calculator .shape {
  position: absolute;
  right: -35px;
  top: -35px;
}

.banner-area-5 .basic-loan-calculator h4 {
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.banner-area-5 .basic-loan-calculator .label {
  font-size: 16px;
  color: var(--black_900);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.banner-area-5 .basic-loan-calculator .form-control,
.banner-area-5 .basic-loan-calculator .nice-select {
  background-color: #f2f2f2;
  height: 56px;
  color: #9199a1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  line-height: 56px;
  font-size: 16px;
  padding-left: 22px;
  border-color: transparent;
}

.banner-area-5 .basic-loan-calculator .form-control:focus,
.banner-area-5 .basic-loan-calculator .nice-select:focus {
  border-color: var(--brand_color);
}

.banner-area-5 .basic-loan-calculator .form-control::placeholder,
.banner-area-5 .basic-loan-calculator .nice-select::placeholder {
  color: #757589;
  font-size: 16px;
}

.banner-area-5 .basic-loan-calculator .form-control .list,
.banner-area-5 .basic-loan-calculator .nice-select .list {
  width: 100%;
}

.banner-area-5 .basic-loan-calculator .form-control::after,
.banner-area-5 .basic-loan-calculator .nice-select::after {
  font-size: 20px;
  right: 13px;
}

.banner-area-5 .basic-loan-calculator .input-field {
  position: relative;
}

.banner-area-5 .basic-loan-calculator .input-field span {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  font-size: 16px;
  color: #060608;
  transform: translateY(-50%);
}

.banner-area-5 .basic-loan-calculator .input-field .form-control {
  padding-right: 30px;
}

.banner-area-5 .basic-loan-calculator .theme-btn {
  background-color: #060608;
}

.banner-area-6 {
  background-color: #fff !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 207px;
  padding-bottom: 135px;
}

.banner-area-6 .banner-content h1 {
  line-height: 88px;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  margin-bottom: 35px;
}

.banner-area-6 .banner-content p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  max-width: 350px;
}

.banner-area-6 .banner-content .subscribe-field .form-control {
  max-width: 315px;
  padding-left: 24px;
}

.banner-area-6 .banner-content .subscribe-field .form-control::placeholder {
  font-size: 16px;
  vertical-align: middle;
}

.banner-area-6 .banner-content .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.banner-area-6 .banner-content .feature-list i {
  color: #262b40;
  font-size: 16px;
  margin-right: 7px;
}

.banner-area-6 .banner-content .feature-list li {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--black_600);
}

.banner-area-6 .banner-img {
  position: relative;
  text-align: end;
  z-index: 1;
  transform: translateX(30%);
}

.banner-area-6 .banner-img::before {
  content: "";
  position: absolute;
  padding: 60px 48px 86px 50px;
  top: -60px;
  right: -48px;
  bottom: -86px;
  left: -50px;
  background-color: #E8A100;
  border-radius: 40px;
  z-index: -1;
}

.banner-area-6 .banner-img .img-1 {
  box-shadow: 0px 17.4390602112px 65.3964767456px 0px rgba(63, 93, 101, 0.2);
  border-radius: 8px;
}

.banner-area-6 .banner-img .img-2 {
  position: absolute;
  box-shadow: 0px 16.5283374786px 61.9812583923px 0px rgba(63, 93, 101, 0.2);
  border-radius: 8px;
  top: 0;
  left: -180px;
}

.banner-area-6 .banner-img .img-3 {
  position: absolute;
  box-shadow: 0px 12.6870946884px 47.5766105652px 0px rgba(63, 93, 101, 0.2);
  border-radius: 6px;
  bottom: -55px;
  left: -75px;
}

.banner-area-6 .banner-img .img-shape {
  position: absolute;
  top: -40px;
  right: -40px;
}

.banner-fact {
  background-color: #E8A100;
  padding: 64px 0;
  height: 100%;
  width: 100%;
}

.our_feature_Sec {
  background-color: #E8A100 !important;
}

.better_text h3 {
  color: #ffff;
}

.better_text p {
  color: #fff;
}

.simple_work_u {
  padding: 20px;
}

.simple_work_u h3 {
  color: #E8A100;
  font-size: 20px;
}

.banner-fact .single-fact .icon {
  height: 55px;
  width: 55px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  color: #E8A100;
  float: left;
  margin-right: 14px;
}

.banner-fact .single-fact p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  color: #fff;
}

/*------------------ End ----------------------*/
.loan-banner {
  position: relative;
  overflow: inherit;
}

.loan-banner .section-title h1 {
  color: #fff;
}

.loan-banner .floated-widget {
  top: inherit;
  bottom: -80px;
  padding: 50px 15px 40px 15px;
}

.loan-banner .floated-widget .border-end {
  border-color: #dcdee0 !important;
}

.loan-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(26 27 28 / 17%);
}

.loan-banner .section-title h1 {
  color: #fff !important;
}

/*----------------------------------------*/
/*   Breadcrumb CSS
/*----------------------------------------*/
.breadcrumb-widget {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.breadcrumb-widget::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 62, 72, 0.8);
}

.breadcrumb-widget .breadcrumb-content {
  position: relative;
  z-index: 1;
}

.breadcrumb-widget .breadcrumb-content h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.breadcrumb-widget .breadcrumb-content h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-location {
  color: #bbc0c4;
}

.breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-catagory {
  color: #bbc0c4;
}

.breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-catagory span {
  color: #fff;
}

.breadcrumb-widget .breadcrumb-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.breadcrumb-widget .breadcrumb-content ul li {
  font-size: 16px;
  color: #c8ccd0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  margin: 10px 15px;
}

.breadcrumb-widget .breadcrumb-content ul li:last-child::after {
  display: none;
}

.breadcrumb-widget .breadcrumb-content ul li.active {
  color: #fff;
}

.breadcrumb-widget .breadcrumb-content ul li a {
  display: inline-block;
}

.breadcrumb-widget .breadcrumb-content ul li::after {
  content: "5";
  position: absolute;
  right: -20px;
  top: 0;
  font-family: "ElegantIcons";
}

.breadcrumb-widget.breadcrumb-widget-2 {
  overflow: hidden;
}

.breadcrumb-widget.breadcrumb-widget-2::after {
  background-color: rgba(36, 36, 54, 0.7);
}

.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape {
  position: absolute;
  opacity: 0.15;
}

.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-1 {
  bottom: 0;
  left: 10%;
}

.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-2 {
  top: 0;
  left: 20%;
  height: 100%;
}

.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-3 {
  top: 0%;
  right: 33%;
}

.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-4 {
  bottom: 0;
  right: 1%;
}

.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape img {
  max-height: 100%;
}

.breadcrumb-widget.breadcrumb-widget-2 .search-box input {
  height: 60px;
  padding: 19px 25px;
  color: #c8ccd0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #d8dce0;
}

.breadcrumb-widget.breadcrumb-widget-2 .search-box input::placeholder {
  color: #c8ccd0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.breadcrumb-widget.breadcrumb-widget-2 .search-box .search-btn {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}

.breadcrumb-widget.breadcrumb-widget-2 .search-box .search-btn i {
  display: inline-block;
  vertical-align: middle;
  color: var(--brand_color);
  font-size: 25px;
  transform: scaleX(-1);
}

.breadcrumb-widget.breadcrumb-widget-2 .popular-tags span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #d8dce0;
  margin-right: 15px;
}

.breadcrumb-widget.breadcrumb-widget-2 .popular-tags a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 4px 22px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  margin-right: 10px;
}

.breadcrumb-widget.breadcrumb-widget-2 .popular-tags a:hover {
  background-color: #fff;
  color: var(--brand_color);
}

.breadcrumb-widget.breadcrumb-widget-2 .post-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-widget.breadcrumb-widget-2 .post-info div {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #c8ccd0;
}

.breadcrumb-widget.breadcrumb-widget-2 .post-info div span {
  margin-left: 8px;
}

.breadcrumb-widget.breadcrumb-widget-3::after {
  background-color: #00000057 !important;
}

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

.banner-saas-area .shape_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.saas-banner-content h5 {
  border-radius: 12px;
  border: 1px solid #C1D2E1;
  background: #F6F9FF;
  font-size: 14px;
  font-weight: 600;
  color: #7B7F9C;
  font-family: "Roboto", sans-serif;
  padding: 11px 16px 10px 16px;
  display: inline-block;
  margin-bottom: 35px;
}

.saas-banner-content h1 {
  color: var(--secondary_color);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 98px;
  letter-spacing: -3px;
  margin-bottom: 35px;
}

.saas-banner-content h1 span {
  background: linear-gradient(90deg, #5E80FF 45.35%, #FC82AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.saas-banner-content p {
  font-size: 24px;
  line-height: 42px;
  color: #878BA9;
  font-family: "Poppins", sans-serif;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.saas-banner-content .theme-btn {
  border-radius: 8px;
  margin: 0px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.saas-banner-content .theme-btn+.theme-btn {
  border: 1px solid #C1D2E1;
  color: #1B2A52;
}

.saas-banner-content .theme-btn+.theme-btn:hover {
  color: #fff;
}

.dahbord_img {
  margin: 80px -146px 0px;
}

@media (max-width: 1440px) {
  .dahbord_img {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1440px) {
  .dahbord_img img {
    max-width: 100%;
  }
}

.bank-banner-area {
  background: #101010;
  padding: 220px 0px 120px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bank-banner-area .wave_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 370px;
  z-index: -1;
}

.bank-banner-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #B7B7B7;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 18px;
}

.bank-banner-content h1 {
  color: #FFF;
  font-size: 76px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -3px;
  margin-bottom: 35px;
}

.bank-banner-content h1 .underline-shape:after {
  height: 11px;
  background: #E17A52;
  border-radius: 2px;
  bottom: 15px;
}

.bank-banner-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
  margin-bottom: 55px;
}

.bank-banner-content .feature-list {
  margin-top: 12px;
  margin-bottom: 70px;
}

.bank-banner-content .feature-list li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #B6B8BB;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  margin-right: 15px;
}

.bank-banner-content .form-control {
  border-radius: 8px;
  border: 1px solid rgba(212, 218, 226, 0.2);
  background: rgba(255, 255, 255, 0.2);
  width: 316px;
  padding-left: 25px;
  color: #fff;
}

.bank-banner-content .form-control::placeholder {
  color: #b7b7b7;
}

.bank-banner-content .theme-btn.theme-btn-lg {
  border-radius: 8px;
  font-weight: 400;
}

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

.user-img-inner {
  display: flex;
  margin-right: 15px;
}

.user-img-inner img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #101010;
}

.user-img-inner img:not(:first-child) {
  margin-left: -10px;
}

.bank-card-img {
  position: relative;
  height: 100%;
  z-index: 1;
}

.bank-card-img .bank-card {
  position: absolute;
}

.bank-card-img .bank-card:nth-child(1) {
  bottom: 108px;
  z-index: 1;
}

.bank-card-img .bank-card:nth-child(2) {
  bottom: 0px;
}

.bank-card-img .bank-card:nth-child(3) {
  position: relative;
  z-index: -1;
  bottom: -100px;
}

.bank-card-img .shap {
  position: absolute;
}

.bank-card-img .shap.one {
  top: -26px;
  left: 54%;
}

.bank-card-img .shap.two {
  left: 100px;
  bottom: 100px;
}

.bank-card-img .shap.three {
  right: 0;
  top: 28px;
}

.bank-card-img .shap.four {
  right: -230px;
  bottom: 280px;
}

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

.feature-card-widget,
.feature-card-widget-2,
.feature-card-widget-4,
.feature-card-widget-5,
.feature-card-widget-6,
.feature-card-widget-7 {
  text-align: center;
  background-color: var(--bs-white);
  box-shadow: 0 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  transition: all 0.3s ease-out;
}

.feature-card-widget:hover,
.feature-card-widget-2:hover,
.feature-card-widget-4:hover,
.feature-card-widget-5:hover,
.feature-card-widget-6:hover,
.feature-card-widget-7:hover {
  box-shadow: 0 20px 45px rgba(51, 77, 114, 0.15);
}

.feature-card-widget img,
.feature-card-widget-2 img,
.feature-card-widget-4 img,
.feature-card-widget-5 img,
.feature-card-widget-6 img,
.feature-card-widget-7 img {
  max-width: 100%;
}

.feature-card-widget h4,
.feature-card-widget-2 h4,
.feature-card-widget-4 h4,
.feature-card-widget-5 h4,
.feature-card-widget-6 h4,
.feature-card-widget-7 h4 {
  font-size: 24px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.feature-card-widget h5,
.feature-card-widget-2 h5,
.feature-card-widget-4 h5,
.feature-card-widget-5 h5,
.feature-card-widget-6 h5,
.feature-card-widget-7 h5 {
  font-size: 20px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.feature-card-widget p,
.feature-card-widget-2 p,
.feature-card-widget-4 p,
.feature-card-widget-5 p,
.feature-card-widget-6 p,
.feature-card-widget-7 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--p_color);
  line-height: 26px;
}

.feature-card-widget {
  padding: 40px 25px;
  border-radius: 10px;
}

.feature-card-widget:hover {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
}

.feature-card-widget:hover h4 {
  color: var(--theme-color);
}

.feature-card-widget .card-img {
  position: relative;
}

.feature-card-widget .card-img img {
  max-width: 100%;
  margin: 15px 0 25px 0;
  min-height: 54px;
}

.feature-card-widget h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.feature-card-widget p {
  margin: 11px 0 5px 0;
}

.feature-card-widget-2 {
  padding: 30px 25px;
  border-radius: 10px;
}

.feature-card-widget-2 .icon-bg-1,
.feature-card-widget-2 .icon-bg-2,
.feature-card-widget-2 .icon-bg-3,
.feature-card-widget-2 .icon-bg-4 {
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.feature-card-widget-2 .icon-bg-1 {
  background-color: rgba(41, 204, 37, 0.1);
}

.feature-card-widget-2 .icon-bg-2 {
  background-color: rgba(190, 99, 249, 0.1);
}

.feature-card-widget-2 .icon-bg-3 {
  background-color: rgba(252, 87, 59, 0.1);
}

.feature-card-widget-2 .icon-bg-4 {
  background-color: rgba(38, 198, 218, 0.1);
}

.feature-card-widget-2 h5 {
  margin: 15px 0;
}

.feature-card-widget-2 h4 {
  margin-bottom: 12px;
  margin-top: 18px;
}

.feature-card-widget-2 p {
  min-height: 72px;
  line-height: inherit;
}

.feature-card-widget-3 {
  padding: 25px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
  margin: 0 12px;
  outline: none;
}

.feature-card-widget-3 .shapes img {
  position: absolute;
}

.feature-card-widget-3 img {
  max-width: 100%;
}

.feature-card-widget-3 .title {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  display: block;
  margin-top: 5px;
}

.feature-card-widget-3 h5 {
  font-size: 22px;
  color: #fff;
  margin-top: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.feature-card-widget-3 h5 span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.feature-card-widget-3 a {
  font-size: 22px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
}

.feature-card-widget-3.card-1 {
  background-color: #f76363;
}

.feature-card-widget-3.card-1:hover {
  box-shadow: 0 20px 50px 0 rgba(247, 99, 99, 0.25);
}

.feature-card-widget-3.card-1 .shapes img:nth-child(1) {
  bottom: 0;
  right: 20px;
  animation: pulse 2s ease-out infinite alternate both;
}

.feature-card-widget-3.card-1 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  animation: pulse 3s ease-out infinite alternate both;
}

.feature-card-widget-3.card-1 .shapes img:nth-child(3) {
  top: 50%;
  right: 40%;
}

.feature-card-widget-3.card-1 .shapes img:nth-child(4) {
  bottom: 60%;
  right: 75%;
}

.feature-card-widget-3.card-2 {
  background-color: #40ad87;
}

.feature-card-widget-3.card-2:hover {
  box-shadow: 0 20px 50px 0 rgba(64, 173, 135, 0.25);
}

.feature-card-widget-3.card-2 .shapes img:nth-child(1) {
  top: 0;
  right: 20px;
  animation: pulse 6s ease-out infinite alternate both;
}

.feature-card-widget-3.card-2 .shapes img:nth-child(2) {
  bottom: 0;
  right: 0;
  animation: pulse 2s ease-out infinite alternate both;
}

.feature-card-widget-3.card-2 .shapes img:nth-child(3) {
  top: 50%;
  right: 40%;
  animation: moveX 13s ease-out infinite alternate both;
}

.feature-card-widget-3.card-2 .shapes img:nth-child(4) {
  bottom: 60%;
  right: 75%;
  animation: moveY 15s ease-out infinite alternate both;
}

.feature-card-widget-3.card-3 {
  background-color: #7080fa;
}

.feature-card-widget-3.card-3:hover {
  box-shadow: 0 20px 50px 0 rgba(112, 128, 250, 0.25);
}

.feature-card-widget-3.card-3 .shapes img:nth-child(1) {
  top: 0;
  right: 0;
  animation: pulse 2s ease-out infinite alternate both;
}

.feature-card-widget-3.card-3 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  animation: pulse 3s ease-out infinite alternate both;
}

.feature-card-widget-3.card-3 .shapes img:nth-child(3) {
  top: 20%;
  right: 40%;
  animation: moveX 13s ease-out infinite alternate both;
}

.feature-card-widget-3.card-3 .shapes img:nth-child(4) {
  bottom: 20%;
  right: 20%;
}

.feature-card-widget-3.card-3 .shapes img:nth-child(5) {
  bottom: 10%;
  right: 25%;
}

.feature-card-widget-3.card-3 .shapes img:nth-child(6) {
  left: 10%;
  top: 15%;
  animation: moveY 13s ease-out infinite alternate both;
}

.feature-card-widget-3.card-3 .shapes img:nth-child(7) {
  left: 50%;
  top: 75%;
  animation: moveX 13s ease-out infinite alternate both;
}

.feature-card-widget-4 {
  padding: 50px 30px;
  border-radius: 10px;
}

.feature-card-widget-4 .theme-btn {
  border-color: rgba(0, 80, 178, 0.5);
}

.feature-card-widget-4 .social-button a {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--p_color);
  line-height: 37px;
  border: 1px solid var(--p_color);
  margin-right: 5px;
}

.feature-card-widget-4 .social-button a:last-child {
  margin-right: 0;
}

.feature-card-widget-4 .social-button a:hover {
  border-color: var(--brand_color);
  background-color: var(--brand_color);
  color: #fff;
}

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

.feature-card-widget-6 {
  display: flex;
  padding: 38px 40px;
  text-align: left;
  border-radius: 10px;
}

.feature-card-widget-6 img {
  max-width: inherit;
}

.feature-card-widget-6 h6 {
  font-size: 18px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 16px;
}

.feature-card-widget-7 {
  padding: 38px 30px 30px 30px;
  border-radius: 5px;
  height: 100%;
}

.feature-card-widget-7 h4 {
  margin-bottom: 13px;
}

.work_box_cnt {
  padding: 0 20px;
}

/*----------------------------------------*/
/*        New Version
/*----------------------------------------*/
.feature-card-widget-8 {
  text-align: center;
  background-color: #f4f5f6;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 50px 40px;
}

.feature-card-widget-8:hover {
  box-shadow: 0px 16px 60px 0px rgba(63, 93, 101, 0.2);
  background-color: #fff;
}

.feature-card-widget-8 img {
  max-width: 100%;
}

.feature-card-widget-8 h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 16px;
}

.feature-card-widget-8 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: var(--p_color);
  line-height: 26px;
}

.feature-card-widget-9 {
  text-align: center;
  background-color: var(--bs-white);
  border: 1px solid var(--black_50);
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 20px 33px;
  height: 100%;
}

.feature-card-widget-9.widget-link {
  background-color: var(--brand_color);
  border-color: #fff;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-card-widget-9.widget-link h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 9px;
}

.feature-card-widget-9.widget-link a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.feature-card-widget-9.widget-link a i {
  vertical-align: middle;
  display: inline-block;
}

.feature-card-widget-9.widget-link a:hover i {
  transform: translateX(8px);
}

.feature-card-widget-9:hover {
  box-shadow: 0px 5.9348835945px 29.6744174957px 0px rgba(6, 7, 46, 0.1019607843);
}

.feature-card-widget-9 h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: var(--black_850);
  margin-top: 30px;
  margin-bottom: 10px;
}

.feature-card-widget-9 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
}

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

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

.feature-widget-2 {
  display: flex;
  border-radius: 5px;
  padding: 40px;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.feature-widget-2 .shapes img {
  position: absolute;
  z-index: -1;
  animation: pulse 1.5s ease-out infinite alternate both;
}

.feature-widget-2.feature-1 {
  background-color: #7a33ff;
}

.feature-widget-2.feature-1 .shapes img:nth-child(1) {
  top: 0;
  right: 0;
}

.feature-widget-2.feature-1 .shapes img:nth-child(2) {
  bottom: 0;
  left: 0;
  animation-delay: 0.3s;
}

.feature-widget-2.feature-1 .shapes img:nth-child(3) {
  top: 15%;
  right: 35%;
  animation: moveX 15s linear infinite alternate both;
  animation-delay: 1.5s;
}

.feature-widget-2.feature-1 .shapes img:nth-child(4) {
  bottom: 15%;
  left: 35%;
  animation: moveX 15s linear infinite alternate both;
}

.feature-widget-2.feature-1 .shapes img:nth-child(5) {
  top: 40%;
  left: 60%;
  animation: floatingBubble 15s linear infinite alternate both;
}

.feature-widget-2.feature-1 .shapes img:nth-child(6) {
  top: 5%;
  right: 65%;
  animation: floatingBubble2 15s linear infinite alternate both;
}

.feature-widget-2.feature-1:hover {
  box-shadow: 0 20px 40px 2px rgba(122, 51, 255, 0.2);
}

.feature-widget-2.feature-2 {
  background-color: #b93dcc;
}

.feature-widget-2.feature-2 .shapes img:nth-child(1) {
  bottom: 0;
  left: 0;
  opacity: 0.1;
  animation-delay: 0.3s;
}

.feature-widget-2.feature-2 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  opacity: 0.1;
}

.feature-widget-2.feature-2 .shapes img:nth-child(3) {
  bottom: 0%;
  left: 35%;
  opacity: 0.1;
  animation-delay: 0.9s;
}

.feature-widget-2.feature-2 .shapes img:nth-child(4) {
  bottom: 15%;
  right: 70%;
}

.feature-widget-2.feature-2 .shapes img:nth-child(5) {
  top: 15%;
  left: 60%;
  animation: moveX 15s linear infinite alternate both;
  animation-delay: 1.1s;
}

.feature-widget-2.feature-2 .shapes img:nth-child(6) {
  top: 5%;
  right: 65%;
  opacity: 0.1;
  animation: moveY 15s linear infinite alternate both;
}

.feature-widget-2.feature-2:hover {
  box-shadow: 0 20px 40px 2px rgba(185, 61, 204, 0.2);
}

.feature-widget-2.feature-3 {
  background-color: #247cb2;
}

.feature-widget-2.feature-3 .shapes img:nth-child(1) {
  bottom: 0;
  right: 0;
  opacity: 0.1;
  animation-delay: 0.3s;
}

.feature-widget-2.feature-3 .shapes img:nth-child(2) {
  top: 0;
  left: 0;
  opacity: 0.1;
}

.feature-widget-2.feature-3 .shapes img:nth-child(3) {
  top: 0%;
  left: 35%;
  animation-delay: 0.8s;
}

.feature-widget-2.feature-3 .shapes img:nth-child(4) {
  bottom: 15%;
  right: 70%;
  animation: floatingBubble 15s linear infinite alternate both;
}

.feature-widget-2.feature-3 .shapes img:nth-child(5) {
  top: 15%;
  left: 75%;
  animation-delay: 0.5s;
}

.feature-widget-2.feature-3:hover {
  box-shadow: 0 20px 40px 2px rgba(36, 124, 178, 0.2);
}

.feature-widget-2 .feature-img img {
  max-width: 100%;
  padding: 0 23px 0 10px;
}

.feature-widget-2 .feature-content p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.feature-widget-2 .feature-content h6 {
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.feature-slider .slick-list {
  margin: 0 -25px;
  padding: 0 10px;
}

.feature-slider .slick-dots {
  bottom: -5px;
}

.feature-slider .slick-dots li button {
  background-color: #cacccf;
  border: none;
}

.feature-slider .slick-dots li.slick-active button {
  background-color: var(--brand_color);
}

.feature-slider .slick-track {
  margin: 20px 0 55px 0;
}

/*----------------------------------------*/
/*  Feature Calculator CSS
/*----------------------------------------*/
.feature-calculator .calculator {
  border: 1px solid var(--black_50);
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
  background: var(--bs-white);
}

.feature-calculator .calculator .border-end {
  border-color: #dcdee0;
}

.feature-calculator .calculator .border-bottom {
  border-color: #dcdee0;
}

.feature-calculator .calculator .steps {
  background-color: #f5f7fa;
  border-radius: 5px;
  padding: 9px 20px;
}

.feature-calculator .calculator .steps .single-step {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6a737c;
  font-size: 14px;
}

.feature-calculator .calculator .steps .single-step span {
  border-radius: 50%;
  border: 1px solid #dcdee0;
  height: 18px;
  width: 18px;
  font-size: 12px;
  margin-right: 7.5px;
  display: inline-block;
  line-height: 17px;
  text-align: center;
}

.feature-calculator .calculator .calculator-slider label {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--black_700);
  line-height: 32px;
}

.feature-calculator .calculator .calculator-slider label.label-2 {
  font-size: 18px;
  color: var(--secondary_color);
  line-height: 29.52px;
}

.feature-calculator .calculator .calculator-slider .range {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.feature-calculator .calculator .calculator-slider .range-slider {
  width: 100%;
}

.feature-calculator .calculator .calculator-slider .range-slider.noUi-horizontal {
  height: 5px;
  background-color: rgba(0, 80, 178, 0.15);
  border-radius: 2.5px;
}

.feature-calculator .calculator .calculator-slider .range-slider.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  top: -5px;
}

.feature-calculator .calculator .calculator-slider .range-input {
  height: 35px;
  border-radius: 17.5px;
  line-height: 32px;
  text-align: center;
  color: #6a737c;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border: 1px solid #dcdee0;
  width: 120px;
  margin-left: 20px;
}

.feature-calculator .calculator .calculator-slider .range-input:focus {
  border-color: var(--brand_color);
  color: #171d24;
  box-shadow: none;
}

.feature-calculator .calculator .calculator-slider .range-input:focus-visible {
  outline: none;
}

.feature-calculator .expected-payment .sec-head {
  padding: 24px 22px;
  border-radius: 7px;
}

.feature-calculator .expected-payment h5 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--black_700);
}

.feature-calculator .expected-payment p {
  font-size: 14px;
  color: var(--black_500);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.feature-calculator .expected-payment h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--black_700);
}

/*----------------------------------------*/
/*   track financial progress CSS
---------------------------*/
.track-f-progress {
  overflow: hidden;
  background-color: var(--sec_bg_color);
}

.track-f-progress .img-content {
  position: relative;
  text-align: right;
  z-index: 1;
}

.track-f-progress .img-content .bg-img {
  position: absolute;
  z-index: -1;
  top: -35%;
  left: -30%;
}

.track-f-progress .img-content .track-3 {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.track-f-progress .img-content .track-img {
  position: absolute;
  max-width: 100%;
  width: auto;
}

.track-f-progress .img-content .track-img.track-1 {
  top: 50px;
  left: -30px;
  z-index: 1;
}

.track-f-progress .img-content .track-img.track-2 {
  bottom: 40px;
  left: -15px;
}

.track-f-progress .text-content {
  position: relative;
  z-index: 1;
}

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

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

/*----------------------------------------*/
/*    card payment CSS
/*----------------------------------------*/
.card-payment {
  overflow: hidden;
}

.card-payment .img-content {
  position: relative;
}

.card-payment .img-content .bg-img {
  position: absolute;
  top: -20%;
  left: -45%;
  z-index: -1;
}

.card-payment .img-content .card-2 {
  position: absolute;
  top: 35px;
  right: 15px;
}

.card-payment .text-content {
  position: relative;
  z-index: 1;
}

/*----------------------------------------*/
/*      Internet Banking CSS
/*----------------------------------------*/
.internet-banking {
  position: relative;
  overflow: hidden;
  background-color: var(--sec-bg-color);
}

.internet-banking .img-content {
  position: relative;
  z-index: 1;
}

.internet-banking .img-content .bg-img {
  position: absolute;
  z-index: -1;
  top: -40%;
  left: -32%;
}

.internet-banking .img-content .bank-1 {
  position: absolute;
  top: 60px;
  right: -30px;
}

.internet-banking .img-content .bank-2 {
  position: absolute;
  position: absolute;
  bottom: 80px;
  left: -40px;
}

.internet-banking .img-content .bank-3 {
  position: absolute;
  top: 95px;
  left: -105px;
  z-index: -1;
}

.internet-banking .text-content {
  position: relative;
  z-index: 1;
}

.dots_icon_main_s {
  display: flex;
  justify-content: space-between;
}

.dots_icon_main_s li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #fff;
  position: absolute;
  border-radius: 16px;
  top: 6px;
  left: 0;
}

.dots_icon_main_s ul li p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.dots_icon_main_s li {
  position: relative;
  padding-left: 20px;
}

/*========== saas-features- card area css ===========*/
.saas-feature-card {
  text-align: left;
  border-radius: 16px;
  background: #F7F9FF;
  padding: 40px 32px;
}

.saas-feature-card h4 {
  font-size: 22px;
  letter-spacing: -1px;
}

.saas-feature-card p {
  color: #878BA9;
  font-size: 18px;
  line-height: 28px;
}

.saas-feature-card .text-btn {
  margin-top: 40px;
  display: inline-block;
}

.saas-feature-card:hover {
  box-shadow: 0px 16px 60px 0px rgba(63, 74, 101, 0.2);
}

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

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

.saas-features-content {
  padding-left: 10px;
}

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

.features-icon-box .round_icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(145deg, #32EBF6 0%, #6C67FF 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.features-icon-box h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 12px;
}

.features-icon-box p {
  color: #878BA9;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.features-icon-box .text {
  flex: 1;
}

.features-icon-box.two .round_icon {
  background: linear-gradient(145deg, #EF9CFD 0%, #6687FE 100%);
}

.features-icon-box.feedback {
  margin-right: 50px;
}

.features-icon-box.feedback:not(:first-child):before {
  content: "";
  width: 1px;
  height: 100px;
  background: #878BA9;
  opacity: 0.5;
  position: relative;
  display: inline-block;
  margin-right: 50px;
}

.features-icon-box.feedback h4 {
  font-size: 52px;
  line-height: 1;
}

.saas-features-item:not(:last-child) {
  margin-bottom: 140px;
}

.saas-features-item.flex-row-reverse .saas-features-img {
  margin-right: 0;
  margin-left: 25px;
  padding-left: 38px;
  padding-right: 0;
  background: linear-gradient(145deg, #F5E9FF 0%, #F8FFFD 100%);
}

.saas-features-item.flex-row-reverse .saas-features-content {
  padding-left: 0;
}

.saas-features-item.flex-row-reverse .saas-features-content .saas-section-title h2 span {
  background: linear-gradient(90deg, #F98885 45.35%, #F0CC96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-showcase-area {
  background: #F5F8FF;
  padding: 140px 0px 110px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.app-showcase-area .shape_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.app-showcase-area .saas-section-title h2 span {
  background: linear-gradient(90deg, #4B57F6 45.35%, #2599E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-showcase-item {
  border-radius: 16px;
  background: #DBECFF;
  padding: 45px 32px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}

.app-showcase-item .round {
  width: 670px;
  height: 670px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  background: linear-gradient(135deg, rgba(199, 250, 254, 0) 0%, #FFF 100%);
  opacity: 0.35;
  left: -40%;
  top: -56%;
}

.app-showcase-item img {
  max-width: 100%;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  box-shadow: 0px 7.5811514854px 18.952878952px 0px rgba(178, 187, 228, 0.5);
}

.app-showcase-item h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.24px;
  margin-bottom: 16px;
  color: #171d24;
}

.app-showcase-item p {
  color: #596C8D;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
}

.app-showcase-item .theme-btn {
  color: #1B2A52;
  font-family: "Poppins", sans-serif;
}

.app-showcase-item.box-two {
  background: linear-gradient(180deg, #FADFFF 0%, #C3D1FF 100%);
}

.app-showcase-item.box-three {
  display: flex;
  padding: 45px 70px;
  background: linear-gradient(314deg, #2C3A62 0%, #374F8F 100%);
  align-items: center;
}

.app-showcase-item.box-three .app-text {
  padding-right: 70px;
  flex: 1;
}

.app-showcase-item.box-three h3 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
}

.app-showcase-item.box-three p {
  color: #fff;
  opacity: 0.89;
}

.app-showcase-item.box-three .img {
  text-align: right;
  position: relative;
  flex: 1;
}

.app-showcase-item.box-three .img img {
  box-shadow: none;
}

.app-showcase-item.box-three .img .app_shap_img {
  position: absolute;
}

.app-showcase-item.box-three .img .app_shap_img.one {
  left: -80px;
  bottom: 40px;
}

.app-showcase-item.box-three .img .app_shap_img.two {
  right: -50px;
  top: 40px;
}

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

.fact-item .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  background: #fff;
  line-height: 56px;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 4px 10px 0px rgba(236, 236, 236, 0.8);
  border-radius: 14px;
  margin-bottom: 20px;
}

.fact-item h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.fact-item p {
  color: #737476;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.process-area {
  padding: 140px 0px;
}

.process-area .saas-feature-card {
  border-radius: 12px;
  background: #F6F6F6;
  margin-bottom: 30px;
}

.process-area .saas-feature-card .number {
  color: #0250B0;
  font-size: 36px;
}

.process-area .saas-feature-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.process-area .saas-feature-card p {
  color: #737476;
  font-size: 16px;
}

.process-area .saas-feature-card:hover {
  background: var(--bs-white);
}

.integrate-area {
  padding: 140px 0px 110px;
}

.integrate-area .bank-section-title h1 .underline-shape::after {
  background: var(--brand_color);
}

.integrate-area .saas-feature-card {
  background: #f6f6f6;
  margin-bottom: 30px;
}

.integrate-area .saas-feature-card h4 {
  font-size: 20px;
  margin-top: 22px;
}

.integrate-area .saas-feature-card p {
  font-size: 16px;
  line-height: 24px;
  color: #737476;
}

.integrate-area .saas-feature-card:hover {
  box-shadow: 18.2094020844px 21.8512821198px 109.2564086914px 0px rgba(101, 90, 86, 0.2);
  background: var(--bs-white);
}

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

.bank-card-tab {
  border: 0px;
}

.bank-card-tab .nav-item {
  margin-bottom: 20px;
}

.bank-card-tab .nav-item .bank-card-item {
  text-align: left;
  border-radius: 8px;
  background: #191919;
  padding: 30px;
  border: 0px;
  position: relative;
  overflow: hidden;
}

.bank-card-tab .nav-item .bank-card-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #116BD9;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background: var(--brand_color);
  transition: width 0.4s linear;
}

.bank-card-tab .nav-item .bank-card-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #5E5E5E;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}

.bank-card-tab .nav-item .bank-card-item p {
  color: #474747;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.8;
}

.bank-card-tab .nav-item .bank-card-item.active {
  box-shadow: 0px 5px 70px 0px rgba(1, 33, 58, 0.03);
  background: #282828;
}

.bank-card-tab .nav-item .bank-card-item.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.bank-card-tab .nav-item .bank-card-item.active h5 {
  color: #fff;
}

.bank-card-tab .nav-item .bank-card-item.active p {
  color: #fff;
  opacity: 0.8;
}

.bank-card-tab .nav-item:nth-child(2) .bank-card-item:before {
  background: #D8B585;
}

.bank-card-tab .nav-item:nth-child(3) .bank-card-item:before {
  background: #7758CB;
}

.card-img .card_one {
  position: relative;
  z-index: 1;
}

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

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

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

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Recognition CSS
/*----------------------------------------*/
.recognition-widget .widget-navigation ul {
  flex-direction: column;
  background-color: transparent;
  border-bottom: none !important;
}

.recognition-widget .widget-navigation ul li {
  border-bottom: 1px solid var(--black_50);
  background-color: transparent;
  text-align: right;
  padding: 14px 0 11px 0;
}

.recognition-widget .widget-navigation ul li:first-child {
  padding-top: 0;
}

.recognition-widget .widget-navigation ul li:last-child {
  border-bottom: none;
}

.recognition-widget .widget-navigation ul li a {
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: #6a737c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0;
  line-height: 30px;
}

.recognition-widget .widget-navigation ul li a.active {
  color: var(--brand_color);
  background-color: transparent;
  border: none;
  font-weight: 500;
}

.recognition-widget .tab-content {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 50px;
}

.recognition-widget .tab-content h3 {
  font-size: 30px;
  color: var(--brand_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}

.recognition-widget .tab-content P {
  font-size: 16px;
  color: #787880;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  margin-top: 10px;
}

.recognition-widget .tab-content P::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 7px;
  height: 1px;
  width: 20px;
  background-color: var(--brand_color);
}

.accolades-widget {
  background-color: #3c4146;
  border-radius: 8px;
  position: relative;
  padding: 25px 20px 40px 20px;
}

.accolades-widget .accolades-header {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}

.accolades-widget .accolades-header img {
  margin-bottom: -1px;
}

.accolades-widget .accolades-header h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #3c4146;
  margin-bottom: -9px;
  margin-left: 7px;
  letter-spacing: -4px;
}

.accolades-widget .accolades-content p {
  font-size: 14px;
  margin-left: 20px;
}

.accolades-widget .accolades-content .subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}

.accolades-widget .accolades-content .text {
  color: #f9d8ae;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
}

.accolades-widget .accolades-content .text::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  width: 15px;
  background-color: #f9d8ae;
  left: -18px;
}

/*----------------------------------------*/
/*   Leadership widget CSS
/*----------------------------------------*/
.single-leadership-widget {
  text-align: center;
}

.single-leadership-widget a {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.single-leadership-widget a:hover .leader-info {
  visibility: visible;
  opacity: 1;
}

.single-leadership-widget a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.single-leadership-widget a .leader-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0 30px 40px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, rgba(51, 62, 72, 0), rgba(27, 34, 45, 0.8));
}

.single-leadership-widget a .leader-info h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.single-leadership-widget a .leader-info p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

/*----------------------------------------*/
/*   Description CSS
/*----------------------------------------*/
.description-widget .desc-title {
  border-radius: 5px;
  padding: 38px 38px 42px 42px;
}

.description-widget .desc-title h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}

.description-widget .desc-text p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 30px;
}

/*----------------------------------------*/
/*   New Version
/*----------------------------------------*/
.services-area .table thead {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: var(--black_900);
}

.services-area .table .feature-head {
  width: 38%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--black_900);
}

.services-area .table .feature-item {
  width: 31%;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: var(--black_850);
}

.services-area .table .feature-item .fa-check-circle {
  font-size: 20px;
  color: var(--brand_color);
}

.services-area .table .feature-item .fa-times-circle {
  font-size: 20px;
  color: #fe5151;
}

.services-area .table .feature-item .theme-btn {
  height: 80px;
  width: 100%;
  line-height: 80px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.services-area .table .feature-item .theme-btn span {
  text-decoration: underline;
}

.services-area .table td,
.services-area .table th {
  padding: 27px 20px;
}

.services-area .table tbody tr:nth-child(even)>*:nth-child(odd) {
  background-color: #f4f5f6;
}

.services-area .table tbody tr:nth-child(even)>*:nth-child(even) {
  background-color: #e9e9ea;
}

.services-area .table tbody tr:nth-child(odd)>*:nth-child(odd) {
  background-color: #f9fdfe;
}

.services-area .table tbody tr:nth-child(odd)>*:nth-child(even) {
  background-color: #f4f5f6;
}

.services-area .stat-view {
  text-align: center;
}

.services-area .stat-view h1 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -0.01em;
  color: var(-black_900);
  margin-bottom: 8px;
}

.services-area .stat-view p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black_500);
  margin-bottom: 0;
}

.about-tab-area {
  padding-top: 125px;
  padding-bottom: 40px;
}

.about-tab-area .nav-tabs {
  margin: 0 0 15px;
  border: none;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 1px solid var(--black_50);
}

.about-tab-area .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 5px 10px;
  color: #a2a7ad;
  margin: 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.about-tab-area .nav-tabs .nav-item .nav-link.active {
  color: var(--black_900);
  border-color: var(--brand_color);
  background: transparent;
}

.about-tab-area .tab-content .section-title h1 {
  margin-bottom: 16px;
}

.read-more {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--brand_color);
  position: relative;
  display: inline-block;
  margin-top: 30px;
}

.read-more::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0px;
  height: 1px;
  background-color: var(--brand_color);
  transition: all 0.3s ease-out;
  left: 0;
}

.read-more:hover::after {
  width: 128px;
}

.read-more:hover i {
  transform: translateX(5px);
}

.read-more i {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.about-area .feature-list {
  margin-top: 24px;
}

.about-area .feature-list li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--black_800);
  margin-bottom: 15px;
}

.about-area .feature-list li i {
  font-size: 19px;
  color: var(--brand_color);
  margin-right: 12px;
}

.about-area .cash-img {
  position: relative;
  display: inline-block;
}

.about-area .cash-img .msg-1 {
  position: absolute;
  right: 25px;
  bottom: 235px;
  box-shadow: 0px 16.9638557434px 68.9156646729px 0px rgba(63, 93, 101, 0.2509803922);
}

.about-area .cash-img .msg-2 {
  position: absolute;
  left: -16px;
  bottom: 155px;
  box-shadow: 0px 16.2357940674px 65.9579086304px 0px rgba(63, 93, 101, 0.2509803922);
}

.about-area-2 {
  overflow: hidden;
  padding-top: 70px;
}

.about-area-2 h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
}

.about-area-2 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--p_color);
}

.about-area-2 .feature-list {
  margin-top: 24px;
}

.about-area-2 .feature-list li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #6a737c;
  margin-bottom: 10px;
}

.about-area-2 .feature-list li i {
  font-size: 17px;
  color: var(--brand_color);
  margin-right: 12px;
  vertical-align: middle;
}

.about-area-2 .sms-flow {
  position: relative;
  height: 540px;
  width: 100%;
  z-index: 1;
}

.about-area-2 .sms-flow::before,
.about-area-2 .sms-flow::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: -1;
  opacity: 0.3;
}

.about-area-2 .sms-flow::before {
  background: radial-gradient(50% 50% at 50% 50%, #2439f3 39.06%, #f1fe92 100%);
  height: 290px;
  width: 290px;
  right: 0;
  top: -20px;
}

.about-area-2 .sms-flow::after {
  background: radial-gradient(50% 50% at 50% 50%, #dc1f34 39.06%, rgba(238, 106, 45, 0) 100%);
  height: 470px;
  width: 470px;
  left: 0;
  bottom: 0px;
}

.about-area-2 .sms-flow img {
  position: absolute;
}

.about-area-2 .sms-flow .msg-2 {
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
}

.about-area-2 .sms-flow .msg-1 {
  top: 22px;
  right: 0;
}

.about-area-2 .sms-flow .msg-3 {
  bottom: 0;
  left: 0;
}

.about-area-2 .sms-flow .arrow-1 {
  top: 23%;
  left: 38%;
  z-index: 2;
}

.about-area-2 .sms-flow .arrow-2 {
  bottom: 28%;
  left: 62%;
  z-index: 3;
}

.about-area-2 .card-holder {
  position: relative;
  z-index: 1;
}

@media (min-width: 1500px) {
  .about-area-2 .card-holder {
    transform: translateX(-60px);
  }
}

.about-area-2 .card-holder .img-2 {
  position: absolute;
  left: -95px;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.0784313725);
  bottom: 90px;
}

.about-area-2 .card-holder .shape-1 {
  height: 440px;
  width: 222px;
  background: rgba(175, 255, 237, 0.6980392157);
  position: absolute;
  top: 46px;
  left: 100px;
  border-radius: 50%;
  transform: rotate(27deg);
  filter: blur(80px);
  z-index: -1;
}

.about-area-2 .card-holder .shape-2 {
  height: 588px;
  width: 334px;
  background: rgba(255, 176, 83, 0.6980392157);
  position: absolute;
  top: 120px;
  right: 50px;
  border-radius: 50%;
  transform: rotate(28deg);
  filter: blur(110px);
  z-index: -1;
}

.about-area-2 .customer-num {
  display: flex;
  margin-top: 45px;
}

.about-area-2 .customer-num>div {
  width: 50%;
  display: flex;
  gap: 18px;
}

.about-area-2 .customer-num>div h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
}

.about-area-2 .customer-num>div span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--p_color);
}

.about-area-3 h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.about-area-3 h5 span {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  margin-right: 5px;
}

.about-area-3 h5 .round-dot {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 8.5px solid var(--brand_color);
  background-color: #fff;
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 2.5px;
}

.about-area-3 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--p_color);
  max-width: 370px;
  margin-bottom: 0;
}

.about-area-3 .video-tut {
  position: relative;
  overflow: hidden;
}

.about-area-3 .video-tut img {
  width: 100%;
}

.about-area-3 .video-tut .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 74px;
  width: 74px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  display: inline-block;
  line-height: 70px;
}

.about-area-3 .video-tut .play-btn i {
  background: var(--brand_color);
  text-shadow: 0 7px 15px rgba(0, 80, 178, 0.7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}

.coverage-area {
  padding-top: 103px;
  padding-bottom: 106px;
  background-color: var(--sec-bg-color);
}

.coverage-area .country-widget {
  text-align: center;
  display: inline-block;
}

.coverage-area .country-widget img {
  box-shadow: 0px 20px 40px 0px rgba(192, 189, 177, 0.4);
  max-width: 100%;
}

.coverage-area .country-widget h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 11px;
}

/*===== bank-app-showcase-area =====*/
.bank-app-showcase-area .bank-section-title .underline-shape:after {
  background: #F65AE7;
}

.bank-app-showcase-area .feature-list {
  border-top: 1px solid rgba(175, 189, 200, 0.33);
  padding-top: 22px;
  margin-top: 20px;
}

.bank-app-showcase-area .feature-list li {
  font-size: 18px;
  color: #737476;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  margin-bottom: 12px;
}

.bank-app-showcase-area .feature-list li i {
  color: var(--brand_color);
  margin-right: 10px;
}

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

.statistics-widget-1 {
  display: inline-block;
  min-width: 117px;
}

.statistics-widget-1 img {
  max-width: 100%;
}

.statistics-widget-1 p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--secondary_color);
  margin: 20px 0 6px 0;
  text-transform: capitalize;
}

.statistics-widget-1 .counter {
  font-size: 36px;
  color: var(--theme-color);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.statistics-widget-2 {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.statistics-widget-2 .statistics-slider {
  height: 100%;
  position: relative;
}

.statistics-widget-2 .statistics-slider .slick-list {
  height: 100%;
}

.statistics-widget-2 .statistics-slider .slick-list .slick-track {
  height: 100%;
}

.statistics-widget-2 .statistics-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}

.statistics-widget-2 .statistics-slider .slick-dots {
  bottom: 15px;
}

.statistics-widget-2 .statistics-slider .slick-dots li button {
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: none;
}

.statistics-widget-2 .statistics-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.statistics-widget-2 img {
  width: 100%;
  height: 100%;
}
.btn-primary:hover{
  background-color: #000 !important;
  color:#fff !important;
}
.statistics-widget-2 .widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 20px 7px;
}

.statistics-widget-2 .widget-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: -1;
}

.statistics-widget-2 .widget-content h2 {
  font-size: 47px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.statistics-widget-2 .widget-content h2 {
  font-size: 35px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.statistics-widget-2 .widget-content p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}

.statistics-widget-2 .widget-content.widget-1 {
  background-color: #610fc9;
}

.statistics-widget-2 .widget-content.widget-2 {
  background-color: var(--brand_color);
}

.statistics-widget-2 .widget-content.widget-3 {
  background-color: #704dff;
}

.statistics-widget-2 .widget-content.widget-4 {
  background-color: #f23d68;
}

.statistics-widget-2 .widget-content.widget-5 {
  background-color: #af3ce5;
}

.statistics-widget-2 .widget-content.widget-6::before {
  background-color: rgba(116, 57, 191, 0.75);
}

.statistics-widget-2 .widget-content.widget-7::before {
  background-color: rgba(89, 18, 178, 0.75);
}

.statistics-widget-2 .widget-content.widget-8::before {
  background-color: rgba(0, 63, 139, 0.75);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Steps widget CSS
/*----------------------------------------*/
.steps-widget {
  text-align: center;
}

.steps-widget img {
  max-width: 100%;
}

.steps-widget h4 {
  margin: 25px 0 12px 0;
}

.steps-widget h4 a {
  color: var(--secondary_color);
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
}

.steps-widget h4 a:hover {
  color: var(--brand_color);
}

.steps-widget p {
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

/*----------------------------------------*/
/*   Loan Apply widget CSS
/*----------------------------------------*/
.loan-apply-widget {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px 20px 25px;
  border-radius: 4px;
  box-shadow: var(--theme-dropshadow);
  border-bottom: 2px solid transparent;
  background-color: var(--bs-white);
  transition: all 0.3s ease-out;
  position: relative;
}

.loan-apply-widget:hover {
  border-color: var(--brand_color);
}

.loan-apply-widget:hover .icon img {
  display: none;
}

.loan-apply-widget:hover .icon img+img {
  display: block;
}

.loan-apply-widget .icon {
  padding-right: 20px;
}

.loan-apply-widget .icon img {
  display: block;
}

.loan-apply-widget .icon img+img {
  display: none;
}

.loan-apply-widget .security-info {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6a737c;
}

.loan-apply-widget .apply-content {
  width: 100%;
}

.loan-apply-widget .apply-content .title {
  color: #6a737c;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
  line-height: 22px;
}

.loan-apply-widget .apply-content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
}

.loan-apply-widget .apply-content .input-field {
  position: relative;
}

.loan-apply-widget .apply-content .input-field .close {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.loan-apply-widget .apply-content input {
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
  background-color: transparent;
}

.loan-apply-widget .apply-content input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.loan-apply-widget .apply-content .nice-select {
  border: none;
  width: 100%;
  background-color: transparent;
  padding: 0 !important;
  height: inherit;
  line-height: inherit;
  position: inherit;
}

.loan-apply-widget .apply-content .nice-select::after {
  display: none;
}

.loan-apply-widget .apply-content .nice-select.open .current::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.loan-apply-widget .apply-content .nice-select .current {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  position: relative;
  display: block;
}

.loan-apply-widget .apply-content .nice-select .current::after {
  font-family: "ElegantIcons";
  content: "3";
  line-height: 1;
  font-size: 18px;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #171d24;
}

.loan-apply-widget .apply-content .nice-select .list {
  right: 0;
}

.loan-apply-widget .select-location input.es-input {
  background: none;
}

.loan-apply-widget .select-location .close {
  cursor: pointer;
  font-size: 18px;
  color: #171d24;
}

.loan-apply-widget .select-location .es-list {
  margin-top: 23px;
}

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

.es-list {
  scrollbar-color: rgba(222, 222, 222, 0.9058823529) rgba(241, 241, 241, 0.8549019608);
  scrollbar-width: thin;
  /* Track */
  /* Handle */
}

.es-list::-webkit-scrollbar {
  width: 5px;
}

.es-list::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.8549019608);
}

.es-list::-webkit-scrollbar-thumb {
  background: rgba(222, 222, 222, 0.9058823529);
  border-radius: 5px;
}

/*----------------------------------------*/
/*   Calculaor widget CSS
  /*----------------------------------------*/
.calculator-widget .single-calculator-widget {
  padding: 42px 50px;
  border: 1px solid var(--black_50);
  border-radius: 10px;
}

.calculator-widget .single-calculator-widget .single-range .range-header h6 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
}

.calculator-widget .single-calculator-widget .single-range .range-header input {
  height: 37px;
  border-radius: 4px;
  border: 1px solid var(--black_50);
  background-color: var(--bs-white);
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--p_color);
  width: 150px;
  text-align: center;
}

.calculator-widget .single-calculator-widget .single-range .range-header input:focus {
  border-color: var(--brand_color);
}

.calculator-widget .single-calculator-widget .single-range .nav-tabs {
  background-color: rgba(0, 80, 178, 0.1);
  border-radius: 15px;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 1;
}

.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar {
  position: absolute;
  height: 29px;
  left: 95px;
  width: 81px;
  border-radius: 15px;
  background-color: var(--brand_color);
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar.left {
  width: 95px;
  left: 0;
}

.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item {
  border: none;
}

.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link {
  border-radius: 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 30px;
  line-height: 29px;
  padding: 0 25px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--p_color);
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}

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

.calculator-widget .interestBox {
  border-radius: 5px;
  display: inline-block;
  border: 1px solid var(--black_50);
}

.calculator-widget .interestBox p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary_color);
}

.calculator-widget .interestBox span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--brand_color);
  margin-top: 10px;
  display: inline-block;
}

.eligibilty_Criteria_part_txt {
  width: 100%;
}


.calculator-widget .calculator-result-widget {
  padding: 50px 45px;
  border: 1px solid var(--black_50);
  border-radius: 10px;
}

.calculator-widget .calculator-result-widget h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  color: var(--secondary_color);
  margin: 0;
}

.calculator-widget .calculator-result-widget h6::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.calculator-widget .calculator-result-widget span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  font-size: 14px;
}

.calculator-widget .calculator-result-widget p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.calculator-widget .calculator-result-widget .emi-amount h6::before {
  background-color: var(--brand_color);
}

.calculator-widget .calculator-result-widget .emi-amount p {
  color: var(--brand_color);
}

.calculator-widget .calculator-result-widget .interest-payable h6::before {
  background-color: #a924fa;
}

.calculator-widget .calculator-result-widget .interest-payable p {
  color: #a924fa;
}

.calculator-widget .calculator-result-widget h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--p_color);
}

.calculator-widget .calculator-result-widget h1 {
  font-size: 40px;
  color: var(--secondary_color);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.calculator-widget .pie-wrapper {
  height: 1em;
  width: 1em;
  margin: 15px;
  position: relative;
  font-size: 8em;
}

.calculator-widget .pie-wrapper .pie {
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  clip: rect(0, 1em, 1em, 0.5em);
  left: 7px;
  position: absolute;
  top: 7px;
}

.calculator-widget .pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #a924fa;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}

.calculator-widget .pie-wrapper .circle-border {
  height: 100%;
  width: 100%;
  border: 0.1em solid var(--brand_color);
  border-radius: 50%;
}

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

.calculator-widget-2 .single-calculator-widget {
  padding: 40px 68px;
  padding-right: 10px;
}

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

.calculator-widget-2 .single-calculator-widget .single-range {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 40px;
}

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

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

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal {
  width: calc(100% - 180px);
  height: 9px;
  background-color: #edeff3;
  border-radius: 5px;
}

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

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-pips {
  display: none;
}

.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-connects {
  border-radius: 5px;
}

.calculator-widget-2 .single-calculator-widget .single-range h6 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
}

.calculator-widget-2 .single-calculator-widget .single-range .input-group {
  border: 1px solid #cccccc;
  border-radius: 6px;
  flex: 1;
  overflow: hidden;
}

.calculator-widget-2 .single-calculator-widget .single-range .input-group .input-group-text {
  width: 48px;
  background-color: #f8f9fe;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #a3aec2;
  padding: 0;
  border: none;
  border-radius: 6px;
  justify-content: center;
  text-transform: capitalize;
}

.calculator-widget-2 .single-calculator-widget .single-range input[type=text] {
  height: 47px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #18181b;
  width: 105px;
  text-align: start;
  padding-left: 14px;
  border: none;
}

.calculator-widget-2 .single-calculator-widget .single-range input[type=text]:focus {
  box-shadow: none;
  outline: none;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs {
  background-color: rgba(0, 80, 178, 0.1);
  border-radius: 15px;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 1;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .active_bar {
  position: absolute;
  height: 29px;
  left: 95px;
  width: 81px;
  border-radius: 15px;
  background-color: var(--brand_color);
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .active_bar.left {
  width: 95px;
  left: 0;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item {
  border: none;
}

.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link {
  border-radius: 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height: 30px;
  line-height: 29px;
  padding: 0 25px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--p_color);
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}

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

.calculator-widget-2 .single-calculator-widget .range-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #788694;
  margin-bottom: 5px;
}

.calculator-widget-2 .single-calculator-widget .loan-type-select {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 50px;
  margin-top: 10px;
  border-bottom: none;
}

.calculator-widget-2 .single-calculator-widget .loan-type-select button {
  border: 1px solid #cccccc;
  padding: 8px 20px;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6a737c;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.calculator-widget-2 .single-calculator-widget .loan-type-select button.active {
  box-shadow: 0px 8px 20px 0px rgba(0, 80, 178, 0.3019607843);
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  color: #fff;
}

.calculator-widget-2 .calculator-result-widget {
  padding: 40px;
  background-color: #f8f9fe;
}

.calculator-widget-2 .pie-wrapper {
  height: 1em;
  width: 1em;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  font-size: 16em;
}

.calculator-widget-2 .pie-wrapper .label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  color: #6a737c;
  cursor: default;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.calculator-widget-2 .pie-wrapper .label h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  margin-top: 14px;
}

.calculator-widget-2 .pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}

.calculator-widget-2 .pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.09em solid #f97857;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}

.calculator-widget-2 .pie-wrapper .circle-border {
  height: 100%;
  width: 100%;
  border: 0.09em solid #0065ef;
  border-radius: 50%;
}

.calculator-widget-2 .graph-indicator {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #788694;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.calculator-widget-2 .graph-indicator span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--brand_color);
  margin-right: 8px;
}

.calculator-widget-2 .graph-indicator span.orange-dot {
  background-color: #f97857;
}

.calculator-widget-2 .loan-calculation {
  margin-top: 45px;
}

.calculator-widget-2 .loan-calculation li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-family: "Roboto", sans-serif;
}

.calculator-widget-2 .loan-calculation li:last-child {
  border-top: 1px solid #d9dbe5;
  padding-top: 18px;
}

.calculator-widget-2 .loan-calculation li .label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #6a737c;
  display: inline-block;
}

.calculator-widget-2 .loan-calculation li .amount {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--black_850);
  display: inline-block;
  text-transform: capitalize;
}

.calculator-widget-2 .loan-start-date {
  gap: 24px;
  margin-top: 76px;
}

.calculator-widget-2 .loan-start-date .inp-container {
  position: relative;
}

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

.calculator-widget-2 .loan-start-date .inp-container:hover::before {
  opacity: 1;
  visibility: visible;
}

.calculator-widget-2 .loan-start-date input {
  margin-top: 12px;
  width: 240px;
  border-radius: 6px;
  height: 47px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0 16px;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #a3aec2;
  position: relative;
}

.calculator-widget-2 .loan-start-date input::placeholder {
  color: #a3aec2;
}

.calculator-widget-2 .loan-start-date input.active,
.calculator-widget-2 .loan-start-date input:hover {
  border: 1px solid #cccccc;
  color: #18181b;
}

.calculator-widget-2 .loan-start-date input.active::placeholder,
.calculator-widget-2 .loan-start-date input:hover::placeholder {
  color: #18181b;
}

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

.main_btn_apply button:hover {
  background: #000;
  color: #fff;
}

section.eligibility_home_Criteria {
  background: #E8A100;
}

/*----------------------------------------*/
/*   Stepper widget CSS
---------------------------*/
.stepper-widget ul {
  position: relative;
  z-index: 1;
}

.stepper-widget ul::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  bottom: 10px;
  z-index: -1;
  border-left: 2px solid #dcdee0;
}

.stepper-widget ul li {
  margin: 60px 0;
  position: relative;
}

.stepper-widget ul li:last-child::before {
  display: none;
}

.stepper-widget ul li::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -35px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #dcdee0;
}

.stepper-widget ul li.complete a {
  color: var(--p_color);
}

.stepper-widget ul li.complete a .number {
  background-color: #fff;
  border-color: #2ac769;
}

.stepper-widget ul li.complete a .number span {
  display: none;
}

.stepper-widget ul li.complete a .number i {
  color: #2ac769;
  display: block;
}

.stepper-widget ul li.active a {
  color: var(--brand_color);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.stepper-widget ul li.active a .number {
  background-color: var(--brand_color);
  border: none;
  color: #fff;
}

.stepper-widget ul li.active a .number span {
  color: #fff;
}

.stepper-widget ul li a {
  display: inline-block;
  font-size: 18px;
  color: #9199a1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.stepper-widget ul li a .number {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #f5f7fa;
  border: 1.5px solid #dcdee0;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  margin-right: 15px;
}

.stepper-widget ul li a .number span {
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.stepper-widget ul li a .number i {
  display: none;
  font-size: 16px;
  line-height: 28px;
}

/*----------------------------------------*/
/*   Loan Details Widget CSS
------------------------------*/
.loan-details-widget {
  padding: 50px 53px;
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
  padding-bottom: 100px;
  background: var(--bs-white);
}

.loan-details-widget .select-loan-type-radio {
  display: none;
}

.loan-details-widget .select-loan-type-radio:checked~.loan-type {
  background-color: var(--brand_color);
  cursor: pointer;
}

.loan-details-widget .select-loan-type-radio:checked~.loan-type span {
  color: #fff;
}

.loan-details-widget .select-loan-type-radio:checked~.loan-type img {
  display: none;
}

.loan-details-widget .select-loan-type-radio:checked~.loan-type img+img {
  display: inline-block;
}

.loan-details-widget .loan-type {
  background-color: rgba(0, 80, 178, 0.05);
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease-out;
  display: block;
}

.loan-details-widget .loan-type:hover {
  background-color: var(--brand_color);
  cursor: pointer;
}

.loan-details-widget .loan-type:hover span {
  color: #fff;
}

.loan-details-widget .loan-type:hover img {
  display: none;
}

.loan-details-widget .loan-type:hover img+img {
  display: inline-block;
}

.loan-details-widget .loan-type span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  font-size: 16px;
  margin-top: 14px;
  text-transform: capitalize;
}

.loan-details-widget .loan-type img+img {
  display: none;
}

.loan-details-widget .label {
  font-size: 16px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.loan-details-widget .form-check .form-check-label {
  color: #9199a1;
}

.loan-details-widget .form-check .form-check-input:checked[type=radio]~.form-check-label {
  color: #6a737c;
}

.loan-details-widget .form-control {
  border-color: #dcdee0;
  height: 45px;
  color: #9199a1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.loan-details-widget .form-control::placeholder {
  color: #9199a1;
}

.loan-details-widget .form-control:focus {
  border-color: var(--brand_color);
  box-shadow: none;
}

.loan-details-widget .input-field {
  position: relative;
}

.loan-details-widget .input-field span {
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 15px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #a8a8b2;
}

.loan-details-widget .input-field .form-control {
  padding-left: 30px;
}

.loan-details-widget .iti {
  width: 100%;
}

.loan-details-widget .nice-select {
  height: 45px;
  border-color: #dcdee0;
  display: inline-block;
  float: inherit;
}

.loan-details-widget .nice-select:focus {
  border-color: var(--brand_color);
}

.loan-details-widget .nice-select .current {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #9199a1;
}

.loan-details-widget .nice-select .list {
  width: 100%;
}

.loan-details-widget .dob .nice-select {
  margin-right: 15px;
  width: 100%;
}

.loan-details-widget .dob .nice-select .list {
  max-height: 350px;
  overflow-y: scroll;
  scrollbar-color: rgba(222, 222, 222, 0.9058823529) rgba(241, 241, 241, 0.8549019608);
  scrollbar-width: thin;
  /* Track */
  /* Handle */
}

.loan-details-widget .dob .nice-select .list::-webkit-scrollbar {
  width: 4px;
}

.loan-details-widget .dob .nice-select .list::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.8549019608);
}

.loan-details-widget .dob .nice-select .list::-webkit-scrollbar-thumb {
  background: rgba(222, 222, 222, 0.9058823529);
  border-radius: 5px;
}

.loan-details-widget .nav-btn a,
.loan-details-widget .nav-btn button {
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.loan-details-widget .nav-btn a i,
.loan-details-widget .nav-btn button i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}

.loan-details-widget .nav-btn a.prev-btn i,
.loan-details-widget .nav-btn button.prev-btn i {
  margin-right: 5px;
  margin-left: 0px;
}

.loan-details-widget .doc-info {
  display: flex;
}

.loan-details-widget .doc-info span {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--secondary_color);
  margin-right: 15px;
}

.loan-details-widget .doc-info p {
  display: inline-block;
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

/*----------------------------------------*/
/*   New Version
/*----------------------------------------*/
.loan-slider .slick-list {
  padding-top: 65px;
  padding-bottom: 60px;
  margin: 0 -24px;
  padding-right: 12px;
  padding-left: 12px;
}

.loan-slider .slick-arrow {
  font-size: 22px;
  height: 70px;
  width: 70px;
  border: 1px solid #e7e7e8;
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #6a737c;
  line-height: 67px;
  z-index: 1;
  top: 55%;
  transition: all 0.3s ease;
}

.loan-slider .slick-arrow::before {
  display: none;
}

.loan-slider .slick-arrow:hover {
  border-color: var(--brand_color);
  background-color: var(--brand_color);
  color: #fff;
}

.loan-slider .slick-arrow:hover i {
  color: #fff;
}

.loan-slider .slick-arrow i {
  vertical-align: middle;
}

.loan-slider .slick-prev {
  left: -240px;
}

.loan-slider .slick-next {
  right: -240px;
}

.loan-slider .slick-dots {
  bottom: inherit;
}

.loan-slider .slick-dots li {
  margin: 0 15px;
}

.loan-slider .slick-dots li.slick-active button {
  background-color: var(--brand_color);
}

.loan-slider .slick-dots li.slick-active button::after {
  transform: scale(1);
}

.loan-slider .slick-dots li button {
  background-color: #d4d4d4;
  border: none;
  position: relative;
  z-index: 1;
}

.loan-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--brand_color);
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-out;
}

.loan-slider .single-slide {
  background-color: #f6f6f6;
  border-radius: 8px;
  text-align: center;
  padding: 0px 30px 50px;
  margin: 0 12px;
  transition: all 0.3s ease-out;
}

.loan-slider .single-slide:hover {
  background-color: #fff;
  box-shadow: 0px 16px 60px 0px rgba(63, 93, 101, 0.2);
}

.loan-slider .single-slide .icon {
  margin: auto;
  transform: translateY(-43px);
  height: 104px;
  width: 104px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 104px;
  text-align: center;
  box-shadow: 0px 8px 40px 0px rgba(63, 93, 101, 0.2);
}

.loan-slider .single-slide .icon img {
  display: inline-block;
}

.loan-slider .single-slide h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
}

.loan-slider .single-slide p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  color: var(--p_color);
}

.calculator-area-three {
  padding: 140px 0px;
}

.calculator-area-three .bank-section-title h1 .underline-shape::after {
  background: #6AD099;
}

.calculator-area-three .calculator-widget-2 .calculator-result-widget {
  background: #fff;
  border-left: 1px solid #D9DBE5;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Testimonial CSS
/*----------------------------------------*/
.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-80%, -50%);
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.75) !important;
  font-size: 24px !important;
  color: #9199a1 !important;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(20, 85, 166, 0.2784313725);
  outline: none;
  z-index: 999;
  transition: all 0.3s ease-out;
}

.testimonial-slider .slick-arrow:hover {
  box-shadow: 0px 5px 12px 0px rgba(51, 77, 114, 0.2509803922);
}

.testimonial-slider .slick-arrow:hover i {
  color: #1456a6;
}

.testimonial-slider .slick-arrow::before {
  display: none;
}

.testimonial-slider .slick-arrow i {
  display: inline-block;
  line-height: 4px;
  vertical-align: middle;
  transition: all 0.3s ease-out;
}

.testimonial-slider .slick-arrow.slick-prev {
  left: calc((100vw - 1200px) / 2);
}

@media only screen and (max-width: 1280px) and (min-width: 1200px) {
  .testimonial-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translate(0);
  }
}

.testimonial-slider .slick-arrow.slick-next {
  right: calc((100vw - 1200px) / 2);
  transform: translate(80%, -50%);
}

@media only screen and (max-width: 1280px) and (min-width: 1200px) {
  .testimonial-slider .slick-arrow.slick-next {
    right: 0;
    transform: translate(0);
  }
}

.testimonial-slider .slick-list .slick-track .slick-slide {
  opacity: 40%;
  margin: 0 20px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.testimonial-slider .slick-list .slick-track .slick-slide.slick-center,
.testimonial-slider .slick-list .slick-track .slick-slide.slick-active {
  opacity: 1;
}

.testimonial-slider .slick-list .slick-track .slick-slide.slick-center .testimonial-widget,
.testimonial-slider .slick-list .slick-track .slick-slide.slick-active .testimonial-widget {
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}

.testimonial-area .section-title h2 {
  margin-top: -6px;
}

.testimonial-slider-2 {
  position: relative;
}

.testimonial-slider-2 .slick-slide {
  margin-bottom: 77px;
}

.testimonial-slider-2 .slick-arrow {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -10px;
  left: 0;
  height: 35px;
  width: 35px;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  box-shadow: var(--theme-dropshadow);
  font-size: 18px;
  color: #a0a4a8;
  z-index: 1;
  background-color: var(--bs-white);
}

.testimonial-slider-2 .slick-arrow:hover {
  box-shadow: 0 5px 15px 0 rgba(51, 77, 114, 0.1);
  color: var(--secondary_color);
}

.testimonial-slider-2 .slick-arrow.slick-next {
  left: 55px;
}

.testimonial-slider-3 .slick-slide {
  margin-bottom: 77px;
}

.testimonial-widget {
  position: relative;
  border-radius: 10px;
  background-color: var(--bs-white);
  overflow: hidden;
}

.testimonial-widget::after {
  content: "\f10e";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 75px;
  text-rendering: auto;
  position: absolute;
  right: 80px;
  bottom: 40px;
  color: var(--p_color);
  font-style: normal;
  font-variant: normal;
  opacity: 0.1;
  font-weight: 900;
}

.testimonial-widget .author-img {
  display: inline-block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.testimonial-widget .author-img img {
  width: auto;
  height: 100%;
}

.testimonial-widget .testimonial-content {
  padding: 20px;
}

.testimonial-widget .testimonial-content .watch-button {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--secondary_color);
  margin-bottom: 15px;
}

.testimonial-widget .testimonial-content .watch-button a {
  display: inline-block;
}

.testimonial-widget .testimonial-content .watch-button i {
  height: 30px;
  width: 30px;
  background-image: linear-gradient(to bottom, #4b8fe3 0%, #1455a6 100%);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  margin-right: 8px;
}

.testimonial-widget .testimonial-content h2 {
  font-size: 36px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
}

.testimonial-widget .testimonial-content p {
  font-size: 18px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 30px 0 28px 0;
  line-height: 30px;
}

.testimonial-widget .testimonial-content .author-info h4 {
  font-size: 24px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 39px;
}

.testimonial-widget .testimonial-content .author-info span {
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-widget-2 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 25px;
}

.testimonial-widget-2 img {
  width: 100%;
  height: auto;
}

.testimonial-widget-2 .client-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 0 22px 20px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, rgba(23, 29, 36, 0.02), rgba(23, 29, 36, 0.5), rgba(23, 29, 36, 0.85));
}

.testimonial-widget-2 .client-info p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.testimonial-widget-2 .client-info span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 14.5px;
}

.testimonial-widget-3 {
  position: relative;
}

.testimonial-widget-3 .client-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.testimonial-widget-3 .client-img img {
  width: 100%;
}

.testimonial-widget-3 .client-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: inline-block;
  line-height: 45px;
}

.testimonial-widget-3 .client-img .play-btn i {
  background: var(--brand_color);
  text-shadow: 0 7px 15px rgba(0, 80, 178, 0.7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}

.testimonial-widget-3 .client-img .caption {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  font-size: 16px;
  padding: 22px 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 24px;
  background-image: linear-gradient(to bottom, rgba(23, 29, 36, 0), rgba(23, 29, 36, 0.75), #171d24);
}

.testimonial-widget-3 .client-img .caption::after {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: rgba(247, 250, 252, 0.4);
  font-size: 30px;
  font-weight: 900;
  right: 30px;
}

.testimonial-widget-3 .client-info {
  margin: 20px 0 0 20px;
  position: absolute;
  top: 100%;
  left: 0px;
}

.testimonial-widget-3 .client-info h6 {
  font-size: 18px;
  color: var(--secondary_color);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.testimonial-widget-3 .client-info span {
  font-size: 14px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 22px;
}

/*----------------------------------------*/
/*  What Our Client Says CSS
/*----------------------------------------*/
.client-area {
  background-color: var(--sec_bg_color);
}

.client-area .client-slider .slick-list {
  margin: 0 -25px;
  padding: 0 10px;
}

.client-area .client-slider .slick-dots {
  bottom: inherit;
}

.client-area .client-slider .slick-dots li.slick-active button {
  background-color: #5d5d66;
  border-color: #5d5d66;
}

.client-area .client-slider .single-client {
  padding: 20px 25px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 55px 15px;
  border-radius: 10px;
  background: var(--bs-white);
}

.client-area .client-slider .single-client:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}

.client-area .client-slider .single-client img {
  border-radius: 50%;
  margin-top: -55px;
  width: auto !important;
}

.client-area .client-slider .single-client .quote {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--black_600);
  margin: 25px 0 39px 0;
  position: relative;
}

.client-area .client-slider .single-client .quote::after {
  content: "\f10e";
  position: absolute;
  bottom: -15px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: #6d27e5;
  font-size: 25px;
  opacity: 0.3;
}

.client-area .client-slider .single-client .client-info {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
  align-items: center;
}

.client-area .client-slider .single-client .client-info p {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  text-transform: capitalize;
  line-height: 28px;
}

.client-area .client-slider .single-client .client-info .role {
  display: inline-block;
  font-size: 12px;
  color: var(--p_color);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 19px;
}

.client-area .client-slider .single-client .client-info .rating a i {
  color: #efba34;
  font-size: 14px;
}

/*----------------------------------------*/
/*  New Version
----------------------------*/
.client-area-2 {
  background-color: #f4f5f6;
}

.client-slider-2 .slick-list {
  margin: 0 -20px;
  padding: 0 10px;
}

.client-slider-2 .slick-arrow {
  font-size: 22px;
  height: 70px;
  width: 70px;
  border: 1px solid #6a737c;
  border-radius: 50%;
  color: #6a737c;
  line-height: 70px;
  background-color: transparent;
  z-index: 1;
  top: 43%;
  transition: all 0.3s ease;
}

.client-slider-2 .slick-arrow::before {
  display: none;
}

.client-slider-2 .slick-arrow:hover {
  border-color: var(--brand_color);
  background-color: var(--brand_color);
  color: #fff;
}

.client-slider-2 .slick-arrow:hover i {
  color: #fff;
}

.client-slider-2 .slick-prev {
  left: -240px;
}

.client-slider-2 .slick-next {
  right: -240px;
}

.client-slider-2 .slick-dots {
  bottom: inherit;
}

.client-slider-2 .slick-dots li {
  margin: 0 15px;
}

.client-slider-2 .slick-dots li.slick-active button {
  background-color: var(--brand_color);
}

.client-slider-2 .slick-dots li.slick-active button::after {
  transform: scale(1);
}

.client-slider-2 .slick-dots li button {
  background-color: #d4d4d4;
  border: none;
  position: relative;
  z-index: 1;
}

.client-slider-2 .slick-dots li button::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--brand_color);
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-out;
}

.client-slider-2 .single-client {
  padding: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 55px 10px;
  margin-bottom: 70px;
  border-radius: 8px;
  background-color: var(--bs-white);
}

.client-slider-2 .single-client:hover {
  box-shadow: 0px 16px 74px 0px rgba(95, 122, 148, 0.3490196078);
}

.client-slider-2 .single-client img {
  border-radius: 50%;
  width: auto !important;
}

.client-slider-2 .single-client .quote {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: var(--black_750);
  margin: 20px 0 30px 0;
}

.client-slider-2 .single-client .rating a i {
  color: #f8af41;
  font-size: 16px;
}

.client-slider-2 .single-client .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-slider-2 .single-client .client-info p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--black_750);
  text-transform: capitalize;
  line-height: 20px;
}

.client-slider-2 .single-client .client-info .role {
  display: inline-block;
  font-size: 14px;
  color: #6c6f70;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 19px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   SideBar CSS
/*----------------------------------------*/
.sidebar-header .sidebar-title h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
}

.sidebar-header .nice-select::after {
  display: none;
}

.sidebar-header .nice-select.open::before {
  transform: translateY(-50%) rotate(-180deg);
}

.sidebar-header .nice-select::before {
  content: "3";
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 10px;
  color: #6a737c;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s ease-in-out;
}

.sidebar-header .nice-select .current {
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.right-sidebar-widget .widget-content {
  background: var(--bs-white);
}

.right-sidebar-widget .widget-content ul li {
  line-height: 40px;
}

.right-sidebar-widget .widget-content ul li span {
  font-size: 16px;
  color: var(--p_color);
}

.right-sidebar-widget .widget-content ul li .name {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  margin-right: 5px;
}

.right-sidebar-widget .widget-content ul li .value {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.sticky_sidebar_widget {
  position: sticky;
  top: 90px;
  left: 0;
}

.single-sidebar-widget {
  border-radius: 6px;
  background-color: #fff;
}

.single-sidebar-widget .form-check .form-check-input:checked[type=radio]~.form-check-label {
  color: var(--brand_color);
}

.single-sidebar-widget.widget-shadow {
  box-shadow: var(--theme-dropshadow);
}

.single-sidebar-widget.widget-border {
  border: 1px solid var(--black_50);
  box-sizing: border-box;
}

.single-sidebar-widget .widget-title {
  background-color: #dcdee0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 20px 0 20px 25px;
}

.single-sidebar-widget .widget-title h5 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
  margin: 0;
}

.single-sidebar-widget .widget-content {
  background: var(--bs-white);
}

.single-sidebar-widget .form-control {
  height: 60px;
  background-color: var(--bs-white);
  border-radius: 5px;
  border-color: transparent;
  color: #a8a8b2;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.single-sidebar-widget .form-control:focus {
  border-color: var(--brand_color);
  box-shadow: none;
}

.single-sidebar-widget .form-control:placeholder-shown {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #9199a1;
}

.single-sidebar-widget .input-search-field input {
  padding: 0 24px;
  color: #9199a1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.single-sidebar-widget .input-search-field input::placeholder {
  color: #9199a1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.single-sidebar-widget .input-search-field .btn {
  background-color: #6a737c;
  height: 60px;
  vertical-align: middle;
  padding: 19px 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}

.single-sidebar-widget .input-search-field .btn i {
  font-size: 20px;
  color: #fff;
  transform: rotate(270deg);
  display: inline-block;
}

.single-sidebar-widget .select-location {
  position: relative;
}

.single-sidebar-widget .select-location .arrow-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(0);
}

.single-sidebar-widget .select-location .arrow-icon i {
  display: inline-block;
  font-size: 20px;
  color: #9199a1;
}

.single-sidebar-widget .select-location .es-input {
  background-image: none;
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link {
  display: flex;
  justify-content: space-between;
  padding: 9px 20px 9px 52px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  transition: all 0.3s ease-out;
  line-height: 22px;
  position: relative;
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link::before {
  content: "N";
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  color: var(--brand_color);
  left: 20px;
  top: 14px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link.active {
  color: var(--brand_color);
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link.active::before {
  visibility: visible;
  opacity: 1;
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link:hover {
  background-color: #f5f7fa;
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link .text {
  font-size: 14px;
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link .number {
  font-size: 12px;
}

/*----------------------------------------*/
/*  Job Details CSS
/*----------------------------------------*/
.job-post-widget .single-job-post {
  background-color: var(--bs-white);
  padding: 40px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  box-shadow: var(--theme-dropshadow);
}

.job-post-widget .single-job-post:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}

.job-post-widget .single-job-post:hover .job-title {
  color: var(--brand_color);
}

.job-post-widget .single-job-post .post-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.job-post-widget .single-job-post .post-header .timestamp {
  font-size: 14px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.job-post-widget .single-job-post .post-content {
  margin-top: 25px;
}

.job-post-widget .single-job-post .post-content p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 26px;
}

.job-description-widget .single-description-para {
  margin-top: 25px;
}

.job-description-widget .single-description-para h6 {
  font-size: 18px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 29.4px;
}

.job-description-widget .single-description-para h6 span {
  color: #fb4e4e;
}

.job-description-widget .single-description-para p {
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.job-description-widget .single-description-para ul li {
  margin-top: 7px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.job-description-widget .single-description-para ul li::before {
  content: "^";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  color: var(--p_color);
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.job-description-widget .single-description-para .text_body_color {
  color: #6c6c73;
}

.job-description-widget .note-text p {
  font-size: 18px;
  color: #6c6c73;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
}

.job-description-widget .note-text p span {
  font-size: 18px;
  color: #45454d;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.job-description-widget .custom-btn i {
  transform: translate(0);
  margin-right: 5px;
}

.job-description-widget .custom-btn:hover i {
  transform: translate(0);
}

.job-application-modal {
  z-index: 9999;
}

.job-application-modal .modal-dialog {
  max-width: 768px;
}

.job-application-modal .modal-dialog .modal-content {
  border-radius: 10px;
  border: 1px solid var(--black_50);
  box-shadow: 0 15px 50px 0 rgba(20, 86, 166, 0.15);
  background: var(--bs-white);
}

.job-application-modal .modal-dialog .modal-content .modal-body {
  padding: 50px 60px;
}

.job-application-modal .modal-dialog .modal-content .modal-body .theme-btn {
  color: var(--p_color);
}

.job-application-modal .modal-dialog .modal-content .modal-body .theme-btn:hover {
  color: #fff;
}

.job-application-modal .modal-dialog .dropzone {
  padding: 20px 0;
  background-color: var(--bs-white);
  border: 2px dashed #dcdee0;
  border-radius: 5px;
}

.job-application-modal .modal-dialog .dropzone:hover {
  border-color: var(--brand_color);
}

.job-application-modal .modal-dialog .dropzone .dz-message .dz-button {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--brand_color);
  font-size: 17px;
  margin-bottom: 0;
}

.job-application-modal .label {
  font-size: 16px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

.job-application-modal .label span {
  color: #fb4e4e;
}

.job-application-modal .job-title {
  font-size: 24px;
}

.job-application-modal .form-control {
  height: 50px;
  background-color: var(--bs-white);
}

.job-application-modal textarea {
  height: inherit !important;
}

.job-application-modal .support {
  font-size: 14px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.job-application-modal .iti {
  width: 100%;
}

.modal-backdrop {
  z-index: 9998;
  background-color: #172d42;
}

.modal-backdrop.show {
  opacity: 20%;
}

/*----------------------------------------*/
/*  Feature Job Post CSS
/*----------------------------------------*/
.feature-job-tab .feature-job-list {
  display: flex;
  border: none;
  flex-direction: column;
}

.feature-job-tab .feature-job-list li {
  margin: 12px 0;
}

.feature-job-tab .feature-job-list li a {
  border: none;
  background-color: transparent;
  padding: 0;
}

.single-feature-job {
  border-radius: 5px;
  box-shadow: 0 0.3px 0.9px 0 rgba(20, 85, 166, 0.1), 0 1.6px 3px 0 rgba(20, 85, 166, 0.13);
  background-color: var(--bs-white);
  padding: 30px;
  transition: all 0.3s ease-out;
}

.single-feature-job:hover {
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}

.single-feature-job:hover .job-title {
  color: var(--brand_color);
}

.job-title {
  font-size: 18px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}

.job-location {
  font-size: 14px;
  color: #787880;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.job-location i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #787880;
  margin-right: 5px;
}

.job-catagory {
  font-size: 14px;
  color: #787880;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.job-catagory span {
  color: var(--brand_color);
}

.feature-job-description {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid var(--black_50);
  background-color: #f5f7fa;
}

.feature-job-description p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 26px;
}

/*----------------------------------------*/
/*  Search Job CSS
/*----------------------------------------*/
.search-job {
  top: 0%;
  transform: translateY(-50%);
  box-shadow: 0 10px 30px 0 rgba(20, 86, 166, 0.05);
  padding: 50px 50px 60px 50px;
}

.search-job h4 {
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.search-job p {
  font-size: 18px;
  color: var(--p_color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.search-job .search-box {
  border: 1px solid var(--black_50);
  border-radius: 6px;
}

.search-job .search-box .input-field {
  position: relative;
}

.search-job .search-box .input-field span {
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 15px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #a8a8b2;
}

.search-job .search-box .input-field .form-control {
  padding-left: 49px;
  border: none;
  height: 45px;
  color: #a8a8b2;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: transparent;
}

.search-job .search-box .input-field .form-control:focus {
  box-shadow: none;
}

.search-job .search-box .input-field .form-control::placeholder {
  color: #a8a8b2;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.search-job .search-box .custom-btn {
  line-height: 48px;
  border-radius: 6px;
  padding: 0 40px;
  transition: all 0.3s ease-out;
}

.search-job .search-box .custom-btn:hover {
  background-color: var(--brand_color);
  color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Frequently asked questions CSS
/*----------------------------------------*/
.faq-area-2 .single-widget-one {
  border: 1px solid var(--black_50);
  box-shadow: none;
}

.faq-area-2 .single-widget-one:hover {
  border-color: transparent;
}

.faq-widget .single-widget-one {
  display: flex;
  padding: 30px;
  box-shadow: 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  border-radius: 6px;
  margin-top: 30px;
  background-color: var(--bs-white);
  transition: all 0.3s ease-out;
}

.faq-widget .single-widget-one:hover {
  box-shadow: 0 20px 45px rgba(51, 77, 114, 0.15);
}

.faq-widget .widget-icon {
  margin-right: 20px;
}

.faq-widget .widget-icon i {
  font-size: 25px;
  color: var(--brand_color);
  display: inline-block;
  margin-top: 9px;
}

.faq-widget .faq-header h4 {
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-right: 20px;
}

.faq-widget .faq-header h4 i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: none;
  color: var(--secondary_color);
}

.faq-widget .faq-header h4 i+i {
  display: block;
  color: var(--secondary_color);
}

.faq-widget .faq-header h4.collapsed i {
  display: block;
}

.faq-widget .faq-header h4.collapsed i+i {
  display: none;
}

.faq-widget .faq-body p {
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 10px;
  line-height: 26px;
}

.faq-widget-2 {
  border-radius: 10px;
  padding: 40px 30px;
  background-color: var(--bs-white);
  box-shadow: var(--theme-dropshadow);
}

.faq-widget-2 .single-widget-one {
  padding: 19px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid var(--black_50);
}

.faq-widget-2 .single-widget-one:first-child {
  padding-top: 0;
}

.faq-widget-2 .single-widget-one:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-widget-2 .faq-header h6 {
  color: var(--brand_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}

.faq-widget-2 .faq-header h6 i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: none;
  color: var(--brand_color);
}

.faq-widget-2 .faq-header h6 i+i {
  display: block;
}

.faq-widget-2 .faq-header h6.collapsed {
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.faq-widget-2 .faq-header h6.collapsed i {
  color: #52575c;
  display: block;
}

.faq-widget-2 .faq-header h6.collapsed i+i {
  display: none;
}

.faq-widget-2 .faq-body p {
  font-size: 16px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 32px;
}

.advisor-area .section-title h2 {
  margin-top: -9px;
}

.advisor-area .advisor-img {
  position: relative;
}

.advisor-area .advisor-img .main-img {
  border-radius: 15px;
}

.advisor-area .advisor-img img {
  width: 100%;
  height: auto;
}

.advisor-area .advisor-img .shape {
  position: relative;
  z-index: -1;
}

.advisor-area .advisor-img .shape .box {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
  height: auto;
  width: auto;
  transform: translate(45%, -45%);
}

.advisor-area .advisor-img .shape .circle-shape {
  display: inline-block;
  position: absolute;
  top: -45px;
  z-index: -2;
  right: -35px;
  width: 65px;
  height: 65px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ffd9a0;
  box-sizing: content-box;
  animation: pulse 5s infinite;
}

.advisor-area .advisor-img .work-time {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25px;
  right: 30px;
  border-radius: 20px;
  background-color: rgba(13, 27, 43, 0.6);
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 9px 26px;
}

.advisor-area .advisor-img .work-time .circle-shape {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.advisor-area .advisor-img .work-time .circle-shape::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.advisor-area .advisor-img .work-time span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.advisor-area .theme-btn-primary_alt i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

/*----------------------------------------*/
/*  New Version
/*----------------------------------------*/
.faq-area-3 {
  background-color: #101010;
  padding: 120px 0;
  color: #fff;
}

.faq-area-3 .faq-img {
  border-radius: 8px;
}

.faq-area-3 .subtitle {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #a7b4c0;
  display: inline-block;
  margin-bottom: 4px;
}

.faq-area-3 h1 {
  font-family: "Poppins";
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  color: #fff;
}

.faq-area-3 h1 .underline-shape::after {
  background-color: #f57950;
}

.faq-area-3 .single-faq {
  border-bottom: 1px solid #c3cbd2;
  padding: 14px 0;
}

.faq-area-3 .faq-widget .more-contact {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-top: 32px;
}

.faq-area-3 .faq-widget .more-contact a {
  text-decoration: underline;
  margin-left: 8px;
}

.faq-area-3 .faq-widget .faq-header h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.faq-area-3 .faq-widget .faq-header h4 i {
  color: #fff;
  background-color: var(--brand_color);
  border-radius: 50%;
  font-size: 17px;
  padding: 2px;
}

.faq-area-3 .faq-widget .faq-body p {
  color: #eeeeee;
  margin-top: 12px;
}

.saas-faq-area {
  padding-bottom: 120px;
}

.saas-faq-area .saas-section-title h2 span {
  background: linear-gradient(90deg, #48D5DC 45.35%, #2BDE52 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq_item {
  border-radius: 12px;
  border: 1px solid var(--black_50);
  padding: 15px 30px;
  margin-bottom: 30px;
  cursor: pointer;
}

.faq_item .faq-header h6 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  padding-right: 100px;
}

.faq_item .faq-header h6 i {
  position: absolute;
  right: -2px;
  top: 2px;
  font-size: 24px;
  color: var(--brand_color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}

.faq_item .faq-header h6 i+i {
  opacity: 1;
  visibility: visible;
}

.faq_item .faq-header h6.collapsed i {
  opacity: 1;
  visibility: visible;
}

.faq_item .faq-header h6.collapsed i+i {
  opacity: 0;
  visibility: hidden;
}

.faq_item p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: var(--p_color);
  line-height: 28px;
}

.faq_item .faq-body {
  padding-right: 100px;
  padding-top: 8px;
}

/*----------------------------------------------------*/
/*  Fast Security and Easy Loan CSS
--------------------------------*/
.fast-e-loan .apply-topics ul li {
  font-size: 16px;
  color: var(--p_color);
  margin-top: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.fast-e-loan .apply-topics ul li i {
  margin-right: 8px;
}

.fast-e-loan .apply-topics ul li:first-child {
  margin-top: 0;
}

.fast-e-loan .learn-more ul li {
  background-color: #f5f7fa;
  color: var(--black_500);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  padding: 8px 20px 11px 18px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
}

.fast-e-loan .learn-more ul li span {
  color: var(--brand_color);
  margin-right: 8px;
}

.fast-e-loan .learn-more ul li:first-child {
  margin-top: 0;
}

/*----------------------------------------*/
/*   Manage Corporate Finace CSS
---------------------------------*/
.manage-c-finance {
  background-color: #e6f2f0;
}

/*----------------------------------------*/
/*   How It Works CSS
--------------------------------*/
.how-it-work .single-widget {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
}

.how-it-work .single-widget.consultation .widget-header {
  background-color: #2f3337;
}

.how-it-work .single-widget.consultation .widget-content li.active .text {
  color: var(--secondary_color);
}

.how-it-work .single-widget.consultation .widget-content li.active .number {
  box-shadow: 0 5px 15px 0 rgba(60, 65, 70, 0.3);
  background-color: #2f3337;
}

.how-it-work .single-widget.consultation .widget-content li .number {
  background-color: #9199a1;
}

.how-it-work .single-widget .widget-header {
  background-color: var(--brand_color);
  display: flex;
  padding: 25px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
}

.how-it-work .single-widget .widget-header .widget-img {
  margin-right: 30px;
  max-width: 100%;
}

.how-it-work .single-widget .widget-header .widget-title h4 {
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 7px;
}

.how-it-work .single-widget .widget-header .widget-title p {
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.how-it-work .single-widget .widget-content {
  background-color: var(--bs-white);
  padding: 20px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.how-it-work .single-widget .widget-content::after {
  content: "";
  position: absolute;
  top: 78px;
  left: 57px;
  bottom: 78px;
  border-left: 1px dashed #cacccf;
}

.how-it-work .single-widget .widget-content li {
  transition: all 0.3s ease-out;
  margin: 50px 0;
  display: flex;
  align-items: center;
}

.how-it-work .single-widget .widget-content li.active {
  color: var(--secondary_color);
}

.how-it-work .single-widget .widget-content li.active .text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
}

.how-it-work .single-widget .widget-content li.active .number {
  box-shadow: 0 5px 15px 0 rgba(20, 85, 166, 0.3);
  background-color: var(--brand_color);
}

.how-it-work .single-widget .widget-content li .text {
  color: #a8a8b2;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.how-it-work .single-widget .widget-content li .number {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #7a9fcc;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin-right: 20px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}

/*----------------------------------------*/
/*  Security Tips CSS
-------------------------------*/
.security-area .security-priority {
  background-image: url(../img/security-tips/shape.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.security-area .security-priority .shapes img {
  position: absolute;
  animation: pulse 1.5s ease-out infinite alternate both;
}

.security-area .security-priority .shapes img:nth-child(1) {
  top: 15%;
  left: 15%;
  animation: floatingBubble 15s linear infinite alternate both;
}

.security-area .security-priority .shapes img:nth-child(2) {
  top: 25%;
  left: 40%;
  animation: moveX 15s linear infinite alternate both;
}

.security-area .security-priority .shapes img:nth-child(3) {
  right: 35%;
  top: 15%;
  animation: moveY 15s linear infinite alternate both;
}

.security-area .security-priority .shapes img:nth-child(4) {
  top: 0%;
  right: 10%;
}

.security-area .security-priority .shapes img:nth-child(5) {
  top: 35%;
  left: 60%;
  animation: floatingBubble2 15s linear infinite alternate both;
}

.security-area .security-priority .shapes img:nth-child(6) {
  bottom: 0%;
  left: 15%;
}

.security-area .security-priority .shapes img:nth-child(7) {
  bottom: 25%;
  right: 10%;
  animation: moveY 15s linear infinite alternate both;
}

.security-area .security-priority .shapes img:nth-child(8) {
  top: 5%;
  left: 0%;
  opacity: 0.1;
  animation: none;
}

.security-area .security-priority .shapes img:nth-child(9) {
  bottom: 20%;
  right: 0%;
  opacity: 0.1;
  animation: none;
}

.security-area .security-priority h2 {
  font-size: 36px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.security-area .security-priority p {
  font-size: 18px;
  color: #d8dce0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.security-area .security-priority p a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.single-security-widget {
  background-color: var(--bs-white);
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-security-widget:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.1);
}

.single-security-widget img {
  min-height: 235px;
}

.single-security-widget .round-15 {
  border-radius: 15px;
}

.single-security-widget .round-10 {
  border-radius: 10px;
}

.single-security-widget .security-content {
  padding: 30px;
}

.single-security-widget .security-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: var(--secondary_color);
  margin-bottom: 20px;
}

.single-security-widget .security-content p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.single-security-widget .security-content-2 {
  padding: 20px;
}

.single-security-widget .security-content-2 p {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
  margin-bottom: 10px;
}

.single-security-widget .security-content-2 .tips-title {
  display: block;
  color: var(--p_color);
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/*----------------------------------------*/
/*  Help Ad Area CSS
-------------------------------*/
.help-ad-area .main-img {
  border-radius: 10px;
}

.help-ad-area .offers {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: var(--theme-dropshadow);
  position: relative;
  display: inline-block;
  transform: translate(-50px, -65px);
  z-index: 1;
}

.help-ad-area .offers .shape {
  position: absolute;
  left: 97%;
  bottom: -8px;
  z-index: -1;
}

.help-ad-area .offers ul {
  border-radius: 8px;
  padding: 33px 40px;
  position: relative;
  z-index: 1;
  background-color: var(--bs-white);
}

.help-ad-area .offers ul li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  margin: 8px 0;
}

.help-ad-area .offers ul li span {
  height: 25px;
  width: 25px;
  background-color: rgba(246, 166, 9, 0.25);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}

.help-ad-area .offers ul li span i {
  font-size: 14px;
  vertical-align: middle;
  color: var(--secondary_color);
}

.help-ad-area p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--black_500);
}

/*----------------------------------------*/
/*  Banca Corporate Area CSS
-----------------------------*/
.banca-corporate .section-title p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--secondary_color);
  max-width: 460px;
  margin: auto;
}

.banca-corporate .section-title p span {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
}

.banca-corporate .single-brand {
  display: inline-block;
  transition: all 0.3s ease-out;
  box-shadow: none;
}

.banca-corporate .single-brand:hover {
  box-shadow: var(--theme-dropshadow);
}

/*----------------------------------------*/
/*  Email Alert CSS
---------------------------------*/
.email-alert-widget {
  padding: 53px 69px;
  border-radius: 10px;
  box-shadow: var(--theme-dropshadow);
  text-align: center;
  transition: all 0.3s ease-out;
  background-color: var(--bs-white);
}

.email-alert-widget:hover {
  box-shadow: 0 5px 15px 0 rgba(51, 77, 114, 0.1);
}

.email-alert-widget h4 {
  font-size: 24px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.email-alert-widget p {
  font-size: 18px;
  color: #6a737c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.email-alert-widget .form-control {
  height: 60px;
  padding-left: 30px;
  font-size: 16px;
  color: #a8a8b2;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.email-alert-widget .form-control::placeholder {
  font-size: 16px;
  color: #a8a8b2;
}

.email-alert-widget .input-group-append .theme-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*----------------------------------------*/
/*  Our Offer CSS
  /*----------------------------------------*/
.our-offer .single-offer-box {
  padding: 50px;
  box-shadow: var(--theme-dropshadow);
  background-color: var(--bs-white);
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.our-offer .single-offer-box:hover {
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}

.our-offer .single-offer-box h2 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--secondary_color);
  text-transform: capitalize;
}

.our-offer .single-offer-box p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  margin: 23px 0 35px 0;
}

.our-offer .single-offer-box a {
  font-size: 16px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--brand_color);
  position: relative;
  text-transform: capitalize;
}

.our-offer .single-offer-box a:hover span::after {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.our-offer .single-offer-box a span {
  position: relative;
}

.our-offer .single-offer-box a span::after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 100%;
  top: 125%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  background-color: var(--brand_color);
}

.our-offer .single-offer-box a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.clients-logo-title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #878BA9;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.clients-logo-title span {
  color: #1B2A52;
}

.clients-logo {
  opacity: 0.5;
}

.clients-logo:hover {
  opacity: 1;
  transform: scale(1.02);
}

/*========= map_area css =======*/
.map_area {
  padding: 40px 0px 140px;
}

.map_inner {
  position: relative;
}

.map_inner .map_list li {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 0px 9.9047622681px 22.8571414948px rgba(36, 48, 64, 0.2);
  position: absolute;
  background: #fff;
  transform: scale(0.9);
  transition: all 0.3s;
}

.map_inner .map_list li.active {
  transform: scale(1.01);
}

.map_inner .map_list li:nth-child(1) {
  left: 220px;
  top: 55px;
}

.map_inner .map_list li:nth-child(2) {
  left: 160px;
  top: 185px;
}

.map_inner .map_list li:nth-child(3) {
  left: 323px;
  bottom: 148px;
}

.map_inner .map_list li:nth-child(4) {
  left: 564px;
  top: 50px;
}

.map_inner .map_list li:nth-child(5) {
  left: 630px;
  bottom: 105px;
}

.map_inner .map_list li:nth-child(6) {
  right: 330px;
  bottom: 255px;
}

.map_inner .map_list li:nth-child(7) {
  right: 140px;
  bottom: 135px;
}

.map_inner .map_list li:nth-child(8) {
  right: 160px;
  top: 60px;
}

.map_inner .map_list li img {
  max-width: 100%;
}

/*----------------------------------------------------*/
/*  Call To Action CSS
-----------------------------*/
.cta {
  background-position: center;
  background-size: auto;
  padding: 70px 110px 70px 100px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: auto;
  bottom: 0;
  transform: translateY(50%);
  left: 15px;
  right: 15px;
}

.cta .shapes img {
  position: absolute;
  animation: pulse 1.5s ease-out infinite alternate both;
}

.cta .shapes img:nth-child(1) {
  right: 5%;
  bottom: 10%;
  animation-delay: 0.2s;
  animation: moveY 15s linear infinite alternate both;
}

.cta .shapes img:nth-child(2) {
  left: 25%;
  bottom: 0;
  animation: none;
}

.cta .shapes img:nth-child(3) {
  left: 50%;
  bottom: 0;
}

.cta .shapes img:nth-child(4) {
  top: 0%;
  right: 0;
  animation-delay: 0.8s;
}

.cta .shapes img:nth-child(5) {
  bottom: 0%;
  left: 0;
  animation-delay: 1.8s;
}

.cta .shapes img:nth-child(6) {
  top: 0%;
  left: 25%;
  animation: none;
}

.cta .bubbles div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

.cta .bubbles div:nth-child(1) {
  bottom: 20%;
  left: 5%;
  animation-delay: 0.5s;
  animation-name: floatingBubble;
  background-color: rgba(255, 255, 255, 0.5);
}

.cta .bubbles div:nth-child(2) {
  bottom: 65%;
  left: 20%;
  animation-name: floatingBubble2;
  background-color: rgba(246, 166, 9, 0.5);
}

.cta .bubbles div:nth-child(3) {
  bottom: 15%;
  left: 30%;
  animation-delay: 1s;
  animation-name: floatingBubble;
  background-color: rgba(42, 199, 105, 0.5);
}

.cta .bubbles div:nth-child(4) {
  bottom: 50%;
  left: 40%;
  animation-delay: 0.8s;
  animation-name: floatingBubble2;
  animation-direction: alternate-reverse;
  background-color: rgba(255, 255, 255, 0.5);
}

.cta .bubbles div:nth-child(5) {
  bottom: 20%;
  right: 5%;
  animation-delay: 0.5s;
  animation-name: floatingBubble;
  background-color: rgba(246, 166, 9, 0.5);
}

.cta .bubbles div:nth-child(6) {
  bottom: 65%;
  right: 20%;
  animation-name: floatingBubble;
  background-color: rgba(255, 255, 255, 0.5);
}

.cta .bubbles div:nth-child(7) {
  bottom: 15%;
  right: 30%;
  animation-delay: 1.1s;
  animation-name: floatingBubble;
  background-color: rgba(42, 199, 105, 0.5);
}

.cta .bubbles div:nth-child(8) {
  bottom: 50%;
  right: 40%;
  animation-delay: 0.2s;
  animation-name: floatingBubble;
  background-color: rgba(255, 255, 255, 0.5);
}

.cta a {
  display: inline-block;
  margin: 0 10px;
}

.cta.cta-bg-primary {
  background-color: var(--brand_color);
  background-image: none;
}

.cta.cta-bg-violet {
  background-color: #5816c5;
}

.cta.cta-2 {
  padding: 80px 70px;
  background-color: var(--theme-color);
}

.cta-3 {
  background-color: #d0f2ec;
  position: relative;
  overflow: hidden;
}

.cta-3 .img-shapes .shape {
  position: absolute;
}

@keyframes WingsOne {
  0% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.cta-3 .img-shapes .shape .fly-msg {
  transform: rotate(-30deg);
}

.cta-3 .img-shapes .shape .fly-msg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
  animation-delay: 0.2s;
}

.cta-3 .img-shapes .shape .fly-msg img:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
}

.cta-3 .img-shapes .shape:nth-child(1) {
  left: 3%;
  transform-origin: left bottom;
  top: 70%;
}

.cta-3 .img-shapes .shape:nth-child(2) {
  left: 48%;
  top: 10%;
}

.cta-3 .img-shapes .shape:nth-child(3) {
  right: 21%;
  bottom: 0%;
  transform-origin: right bottom;
}

.cta-3 .img-shapes .shape:nth-child(4) {
  right: 10%;
  top: 20%;
}

.cta-3 .cta-content {
  position: relative;
  z-index: 1;
}

.cta-3 .cta-content h5 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #535a60;
}

.cta-3 .cta-content h2 {
  line-height: 42px;
  margin-bottom: 0;
}

.cta-3 .cta-content .theme-btn {
  background-color: var(--secondary_color);
  height: 60px;
  line-height: 57px;
  padding: 0 40px;
}

.cta-3 .form-control {
  border-color: #171d24;
  padding: 0 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  background-color: transparent;
  text-transform: lowercase;
}

.cta-3 .form-control::placeholder {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.cta-content.text-black h2 {
  color: var(--secondary_color);
}

.cta-content.text-black p {
  color: var(--p_color);
}

.cta-content h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.cta-content p {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.cta-content .theme-btn {
  font-size: 20px;
  height: 66px;
  line-height: 66px;
  padding: 0 50px;
}

.cta-content .cta-text-violet {
  color: #5816c5;
}

.app-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--bs-white);
  height: 58px;
  border-radius: 30px;
  padding: 7.5px 23px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}

.app-btn:hover {
  background-color: #171d24;
  box-shadow: 0 4px 10px rgba(51, 77, 114, 0.6);
}

.app-btn:hover i {
  color: #fff;
}

.app-btn:hover .btn-text span {
  color: #fff;
}

.app-btn:hover .btn-text p {
  color: #fff;
}

.app-btn i {
  color: var(--secondary_color);
  font-size: 34px;
  transition: all 0.3s ease-out;
}

.app-btn .btn-text {
  margin-left: 10px;
}

.app-btn .btn-text span {
  font-size: 12px;
  color: var(--secondary_color);
  margin-bottom: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-out;
}

.app-btn .btn-text p {
  font-size: 18px;
  color: var(--secondary_color);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.cta-area-2 {
  background-color: #e9f5f3;
}

.help-cta {
  background-color: #d7f2fa;
  background-position: center;
  background-size: cover;
}

.help-cta p {
  color: var(--black_600);
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* New Version */
.cta-4 {
  background-color: var(--brand_color);
  position: relative;
  padding: 60px 80px;
  z-index: 1;
  border-radius: 8px;
  transform: translateY(50%);
}

.cta-4 .cta-content {
  position: relative;
  z-index: 1;
}

.cta-4 .cta-content h2 {
  font-family: "Poppins";
  font-size: 45px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.02em;
}

.cta-4 .cta-content p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.cta-4 .cta-content .theme-btn {
  background-color: #171d24;
  height: 60px;
  line-height: 57px;
  padding: 0 40px;
}

.cta-4 .cta-content .theme-btn::before {
  background-color: #000;
}

.cta-4 .form-control {
  border-color: var(--bs-white);
  padding: 0 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  background-color: #fff;
  text-transform: lowercase;
  height: 60px;
  flex: 1;
}

.cta-4 .form-control::placeholder {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: var(--p_color);
  text-transform: capitalize;
}

.cta-4 .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.cta-4 .feature-list i {
  color: #d7d7d7;
  font-size: 16px;
  margin-right: 7px;
}

.cta-4 .feature-list li {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.cta-4 .cta-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-bottom-right-radius: 8px;
}

.cta-4 .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-bottom-right-radius: 8px;
}

.cta-area-3 {
  margin-top: -150px;
}

/*=========== saas-subscribe-area =========*/
.saas-subscribe-area {
  background: #2C3B64;
  overflow: hidden;
  transform: translateY(0);
  border-radius: 0px;
  padding: 120px 0px;
}

.saas-subscribe-area .cta-content {
  max-width: 522px;
}

.saas-subscribe-area .cta-content h2 {
  font-weight: 500;
  font-size: 52px;
}

.saas-subscribe-area .cta-content p {
  font-size: 18px;
  opacity: 0.8;
}

.saas-subscribe-area .cta-content .form-control {
  border: 0px;
}

.saas-subscribe-area .cta-content .form-control::placeholder {
  color: #02073E;
  opacity: 0.4;
}

.saas-subscribe-area .cta-content .theme-btn {
  background: var(--brand_color);
}

.saas-subscribe-area .saas_dash_img {
  position: absolute;
  right: -130px;
  bottom: -245px;
}

@media (max-width: 1440px) {
  .saas-subscribe-area .saas_dash_img {
    right: -380px;
  }
}

.cta-five {
  background: #3C88DA;
  border-radius: 26px;
  padding: 40px 100px 0px 80px;
  position: relative;
  z-index: 1;
}

.cta-five:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bank/action-bg.png) no-repeat scroll center 0/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.cta-five .cta-content {
  padding-top: 25px;
}

.cta-five .cta-content h2 {
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.cta-five .cta-content p {
  font-size: 18px;
  opacity: 0.8;
}

.cta-five .cta-content .theme-btn {
  background: var(--brand_color);
  margin-top: 30px;
}

/*----------------------------------------------------*/
/*  Safe Deposit Area CSS
-------------------------------*/
.safe-deposit-area .card-img {
  position: relative;
  z-index: 1;
}

.safe-deposit-area .card-img .logo img {
  position: absolute;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation: pulse 2s linear infinite;
}

.safe-deposit-area .card-img .logo img:nth-child(1) {
  left: -15%;
  top: 25%;
}

.safe-deposit-area .card-img .logo img:nth-child(2) {
  right: 10%;
  top: 5%;
  animation-delay: 1s;
}

.safe-deposit-area .card-img .bg-img {
  position: absolute;
  bottom: -136px;
  left: -17%;
  z-index: -1;
}

.safe-deposit-area .border-left {
  position: relative;
}

.safe-deposit-area .border-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background-color: var(--brand_color);
}

.safe-deposit-area .payment-system h5 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
}

.safe-deposit-area .payment-system p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

/*----------------------------------------*/
/*  Customize Card Area CSS
  -------------------------------*/
.customize-card-area {
  overflow: hidden;
}

.customize-card-area .card-img {
  position: relative;
}

.customize-card-area .card-img div {
  position: absolute;
}

.customize-card-area .card-img .shape-1 {
  top: 125px;
  z-index: 3;
  left: 0;
}

.customize-card-area .card-img .shape-2 {
  top: 120px;
  left: 57px;
  z-index: 2;
}

.customize-card-area .card-img .shape-3 {
  top: 0px;
  left: 100px;
  z-index: 1;
}

/*----------------------------------------*/
/*  Why Choose Us Area CSS
  /*----------------------------------------*/
.why-choose-area {
  background: #10121c;
}

.why-choose-area .section-title h2 {
  color: #fff;
}

.why-choose-area .content-box {
  text-align: center;
  position: relative;
}

.why-choose-area .content-box .line-shape {
  position: absolute;
  left: 50%;
  top: 26%;
  transform: translate(-50%, -50%);
}

.why-choose-area .content-box h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}

.why-choose-area .content-box p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #c8ccd0;
}

/*----------------------------------------*/
/* Credit Card Box widget CSS
  /*----------------------------------------*/
.credit-card-box-widget {
  padding: 5px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--black_50);
  background-color: var(--bs-white);
  transition: all 0.3s ease-out;
}

.credit-card-box-widget:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}

.credit-card-box-widget img {
  border-radius: 8px;
}

.credit-card-box-widget .card-content {
  padding: 30px 20px;
}

.credit-card-box-widget .card-content h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
}

.credit-card-box-widget .card-content P {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--secondary_color);
  line-height: 35px;
}

.credit-card-box-widget .card-content P span {
  margin-right: 15px;
}

.credit-card-box-widget .card-content a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--brand_color);
  position: relative;
  display: inline-block;
}

.credit-card-box-widget .card-content a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0px;
  height: 1px;
  background-color: var(--brand_color);
  transition: all 0.3s ease-out;
  left: 0;
}

.credit-card-box-widget .card-content a:hover::after {
  width: 80px;
}

.credit-card-box-widget .card-content a i {
  font-size: 18px;
  vertical-align: middle;
}

/*----------------------------------------*/
/* Market Place Area CSS
  -----------------------------------*/
.mplace-logo p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 28px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  News Area CSS
/*----------------------------------------*/
.news-area {
  position: relative;
}

.news-area .news-slider .blog-widget-1 {
  margin: 25px 15px 50px 15px;
}

.news-area .news-slider .slick-list {
  margin: 0 -25px;
  padding: 0 10px;
}

.news-area .news-slider .slick-dots {
  bottom: inherit;
}

.news-area .news-slider .slick-dots li.slick-active button {
  background-color: #5d5d66;
  border-color: #5d5d66;
}

/*----------------------------------------*/
/*  News Area CSS
/*----------------------------------------*/
.articles-area .section-title a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--brand_color);
}

.articles-area .section-title a i {
  display: inline-block;
  vertical-align: middle;
}

.blog-widget-1 {
  padding: 10px;
  background-color: var(--bs-white);
  border-radius: 10px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-widget-1 img {
  border-radius: 10px;
}

.blog-widget-1:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}

.blog-widget-1:hover .blog-content a i {
  transform: translateY(2px) scaleX(1);
}

.blog-widget-1 .blog-content h4 {
  margin: 20px 0;
}

.blog-widget-1 .blog-content h4 a {
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.blog-widget-1 .blog-content P {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  margin-bottom: 20px;
  line-height: 26px;
}

.blog-widget-1 .blog-content .read-more {
  display: inline-block;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog-widget-1 .blog-content .read-more i {
  transform-origin: left;
  transform: translateY(2px) scaleX(0);
  transition: transform 0.3s ease-out;
  font-size: 20px;
  display: inline-block;
}

.blog-widget-1 .blog-content h6 {
  margin: 20px 0 30px 0;
}

.blog-widget-1 .blog-content h6 a {
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.blog-widget-1 .blog-content .blog-date {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.blog-widget-1 .blog-content .blog-date i {
  font-size: 14px;
  color: var(--p_color);
  vertical-align: middle;
  display: inline-block;
}

.blog-widget-1 .blog-content .blog-date span {
  margin-left: 7px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  font-size: 14px;
}

.blog-widget-2 {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--bs-white);
  box-shadow: var(--theme-dropshadow);
  transition: all 0.3s ease-out;
}

.blog-widget-2:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}

.blog-widget-2 .blog-img {
  position: relative;
}

.blog-widget-2 .blog-img img {
  width: 100%;
}

.blog-widget-2 .blog-img .catagory {
  position: absolute;
  padding: 5px 12px;
  height: 25px;
  border-radius: 2px;
  bottom: 0;
  left: 35px;
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 16.41px;
  transform: translateY(50%);
  text-transform: uppercase;
}

.blog-widget-2 .blog-img .catagory.yellow-bg {
  background-color: #f8931f;
}

.blog-widget-2 .blog-img .catagory.green-bg {
  background-color: #00c643;
}

.blog-widget-2 .blog-img .catagory.sky-bg {
  background-color: #1c96cb;
}

.blog-widget-2 .blog-img .catagory.deep-green-bg {
  background-color: #3fb59f;
}

.blog-widget-2 .blog-img .catagory.violet-bg {
  background-color: #8030e5;
}

.blog-widget-2 .blog-content {
  padding: 37px 35px 41px 35px;
}

.blog-widget-2 .blog-content h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
  margin-bottom: 15px;
}

.blog-widget-2 .blog-content h5 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 26px;
  color: var(--secondary_color);
  margin-bottom: 15px;
}

.blog-widget-2 .blog-content p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 26px;
}

.blog-widget-2 .blog-content .post-info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.blog-widget-2 .blog-content .post-info>div {
  display: flex;
  align-items: center;
}

.blog-widget-2 .blog-content .post-info>div span {
  font-size: 14px;
  color: var(--p_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-left: 8px;
}

/* New Version */
.blog-widget-3 {
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.blog-widget-3 .blog-img {
  position: relative;
}

.blog-widget-3 .blog-img img {
  width: 100%;
}

.blog-widget-3 .blog-img .catagory {
  position: absolute;
  padding: 5px 16px;
  height: 30px;
  top: 16px;
  right: 16px;
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-widget-3 .blog-img .catagory.yellow-bg {
  background-color: #f7da77;
}

.blog-widget-3 .blog-img .catagory.orange-bg {
  background-color: #f8af41;
}

.blog-widget-3 .blog-img .catagory.tulip-bg {
  background-color: #ff9292;
}

.blog-widget-3 .blog-content h4 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
  margin-bottom: 0;
  line-height: 29px;
  margin-top: 24px;
}

.blog-widget-3 .blog-content h4:hover {
  color: var(--brand_color);
}

.blog-widget-3 .blog-content .post-info {
  display: flex;
  margin-top: 12px;
  gap: 16px;
}

.blog-widget-3 .blog-content .post-info>div {
  display: flex;
  align-items: center;
}

.blog-widget-3 .blog-content .post-info>div span {
  font-size: 16px;
  color: #6a737c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-left: 8px;
}

/*----------------------------------------*/
/*  Blog Sidebar CSS
/*----------------------------------------*/
.blog-sidebar-widget .widget-title {
  font-size: 24px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.blog-sidebar-widget .widget-subscribe {
  padding: 30px 35px 40px 35px;
  box-shadow: var(--theme-dropshadow);
  background-color: var(--bs-white);
  border-radius: 8px;
}

.blog-sidebar-widget .widget-subscribe p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 27px;
}

.blog-sidebar-widget .widget-subscribe input {
  padding: 11px 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #848d95;
  border: 1px solid var(--black_50);
  background-color: transparent;
}

.blog-sidebar-widget .widget-subscribe input:focus {
  border-color: var(--brand_color);
}

.blog-sidebar-widget .widget-subscribe input::placeholder {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #848d95;
}

.blog-sidebar-widget .widget-social a {
  display: block;
  border-radius: 5px;
  box-shadow: var(--theme-dropshadow);
  transition: all 0.3s ease-out;
  background-color: var(--bs-white);
  padding: 20.5px;
}

.blog-sidebar-widget .widget-social a:hover {
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}

.blog-sidebar-widget .widget-social a img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.blog-sidebar-widget .widget-social a h6 {
  font-size: 18px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.blog-sidebar-widget .widget-social a span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--p_color);
}

.blog-sidebar-widget .widget-catagory ul li a {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--secondary_color);
  position: relative;
  padding-left: 20.5px;
  margin: 10px 0;
  transition: all 0.3s ease-out;
}

.blog-sidebar-widget .widget-catagory ul li a span {
  display: inline-block;
  margin-left: 10px;
}

.blog-sidebar-widget .widget-catagory ul li a:hover {
  color: var(--brand_color);
}

.blog-sidebar-widget .widget-catagory ul li a:hover::before {
  background-color: var(--brand_color);
}

.blog-sidebar-widget .widget-catagory ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #848d95;
  transition: all 0.3s ease-out;
}

.blog-sidebar-widget .widget-news .recent-post li {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.blog-sidebar-widget .widget-news .recent-post li img {
  border-radius: 10px;
}

.blog-sidebar-widget .widget-news .recent-post li .news-content {
  margin-left: 19px;
}

.blog-sidebar-widget .widget-news .recent-post li .news-content h6 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s ease-out;
}

.blog-sidebar-widget .widget-news .recent-post li .news-content h6:hover {
  color: var(--brand_color);
}

.blog-sidebar-widget .widget-news .recent-post li .news-content .post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.blog-sidebar-widget .widget-news .recent-post li .news-content .post-date span {
  margin-left: 10px;
}

.blog-sidebar-widget .widget-tags .tags a {
  display: inline-block;
  height: 30px;
  padding: 7px 20px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  border-radius: 3px;
  border: 1px solid var(--black_50);
  background-color: transparent;
  margin: 10px 10px 0 0;
  line-height: 16px;
}

.blog-sidebar-widget .widget-tags .tags a:hover {
  border-color: var(--brand_color);
  color: var(--brand_color);
}

/*----------------------------------------*/
/*  Pagination CSS
/*----------------------------------------*/
.pagination-widget ul {
  display: flex;
}

.pagination-widget ul li a {
  height: 32px;
  width: 32px;
  border: 1px solid rgba(0, 80, 178, 0.3);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--brand_color);
  border-radius: 4px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 29px;
  margin-right: 10px;
}

.pagination-widget ul li a i {
  vertical-align: middle;
  font-size: 16px;
}

.pagination-widget ul li a.active {
  background-color: var(--brand_color);
  color: #fff;
}

.pagination-widget ul li a:hover {
  background-color: var(--brand_color);
  color: #fff;
}

/*----------------------------------------*/
/*  Blog Details CSS
/*----------------------------------------*/
.blog-share-widget {
  position: sticky;
  top: 105px;
  right: 0;
  left: 0;
}

.blog-share-widget p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
}

.blog-share-widget .social-link {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}

.blog-share-widget .social-link a {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--p_color);
  line-height: 38px;
  border: 1px solid var(--p_color);
  margin-bottom: 10px;
  font-size: 14px;
}

.blog-share-widget .social-link a:last-child {
  margin-right: 0;
}

.blog-share-widget .social-link a:hover {
  border-color: var(--brand_color);
  background-color: var(--brand_color);
  color: #fff;
}

.post-details-widget .post-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  margin-bottom: 23px;
  line-height: 26px;
}

.post-details-widget .post-img {
  border-radius: 10px;
}

.post-details-widget .feature-list {
  padding: 34px 0 50px 33px;
}

.post-details-widget .feature-list li {
  position: relative;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  padding-left: 24px;
  margin-bottom: 12px;
}

.post-details-widget .feature-list li:last-child {
  margin-bottom: 0;
}

.post-details-widget .feature-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(0, 80, 178, 0.5);
  transform: translateY(-50%);
}

.post-details-widget h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--secondary_color);
  line-height: 42px;
}

.post-details-widget .tag-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post-details-widget .tag-widget h6 {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  margin-bottom: 0;
}

.post-details-widget .tag-widget a {
  display: inline-block;
  height: 30px;
  padding: 7px 20px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  margin: 5px 0 0 10px;
  line-height: 16px;
}

.post-details-widget .tag-widget a:hover {
  border-color: var(--brand_color);
  color: var(--brand_color);
}

.author-media-widget {
  display: flex;
  padding: 36px 50px;
  background-color: var(--bs-white);
  border-radius: 8px;
  box-shadow: var(--theme-dropshadow);
}

.author-media-widget .author-img {
  margin-right: 20px;
}

.author-media-widget h6 {
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  line-height: 28px;
  margin-bottom: 13px;
}

.author-media-widget p {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 28px;
}

.blog-widget-title {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
  line-height: 30px;
}

blockquote {
  background: var(--bs-white);
  border-left: 8px solid var(--brand_color);
  padding: 50px 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
}

blockquote::before,
blockquote::after {
  content: "";
  position: absolute;
  z-index: -1;
}

blockquote::before {
  background-image: url(../img/blog/quote-left.png);
  left: 60px;
  top: 15px;
  height: 31px;
  width: 39px;
}

blockquote::after {
  background-image: url(../img/blog/quote-right.png);
  right: 63px;
  bottom: 0;
  height: 60px;
  width: 75px;
}

blockquote p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--p_color);
}

blockquote .author {
  margin-top: 45px;
  display: flex;
}

blockquote .author img {
  margin-right: 14px;
}

blockquote .author h6 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  margin-bottom: 5px;
}

blockquote .author span {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.blog-comment-widget .comment-author ul li.children {
  margin-left: 70px;
}

.blog-comment-widget .comment-author .comments-box {
  display: flex;
  margin-top: 40px;
}

.blog-comment-widget .comment-author .comments-box .comments-text {
  width: 100%;
  margin-left: 20px;
  border-bottom: 1px solid var(--black_50);
  padding-bottom: 38px;
}

.blog-comment-widget .comment-author .comments-box .comments-text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--p_color);
  line-height: 24px;
  margin-top: 26px;
}

.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name {
  position: relative;
}

.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name h5 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: var(--secondary_color);
  margin-bottom: 8px;
}

.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .post-date {
  display: flex;
  align-items: center;
}

.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .post-date span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #535a60;
  margin-left: 8px;
}

.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: var(--secondary_color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply:hover {
  color: var(--brand_color);
}

.blog-leave-reply .blog-widget-title {
  color: #1d2746;
}

.blog-leave-reply p,
.blog-leave-reply .check-label {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6a737c;
}

/*----------------------------------------------------*/
/*  Drag And Drop Area CSS
-----------------------------------*/
.dropzone {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 100%;
  height: auto;
  padding: 60px 0;
  border: 2px dashed var(--black_50);
  background-color: #f5f7fa;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}

.dropzone:hover {
  border-color: var(--brand_color);
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}

.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: dashed;
  border-color: red;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message img {
  max-width: 100%;
}

.dropzone .dz-message .dz-button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--secondary_color);
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  margin-top: 10px;
}

.dropzone .dz-message .dz-custom-upload-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}

.dropzone .dz-message .dz-custom-upload-text span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: var(--brand_color);
  text-decoration: underline;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.saas-pricing-area {
  padding: 140px 0;
}

.saas-pricing-area .saas-section-title h2 span {
  background: linear-gradient(90deg, #8067D8 45.35%, #F46E41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.pricing_tab_btn span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #878BA9;
}

.pricing_tab_btn.active span {
  color: #1B2A52;
}

.pricing_tab_btn .toggle {
  position: relative;
  width: 58px;
  height: 32px;
  background: #CDD7EC;
  display: inline-block;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 15px;
}

.pricing_tab_btn .toggle:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50px;
  left: 4px;
  top: 2.5px;
}

.pricing_tab_btn .toggle.clicked:after {
  left: 29px;
}

.pricing_tab_btn .toggle.clicked~span {
  color: #1B2A52;
}

.pricing_tab_btn .toggle+span {
  color: #878BA9;
}

.pricing_inner {
  margin-top: 55px;
}

.pricing_inner .price_items.year {
  display: none;
}

.pricing_inner .price_item {
  background: #F5F8FF;
  border-radius: 15px;
  padding: 30px;
  padding-top: 40px;
  transition: all 0.2s linear;
  cursor: pointer;
}

.pricing_inner .price_item .price_header h6 {
  font-size: 22px;
  color: var(--secondary_color);
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing_inner .price_item .price_header p {
  font-size: 16px;
  color: var(--black_400);
  font-family: "Roboto", sans-serif;
}

.pricing_inner .price_item .price {
  color: var(--secondary_color);
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing_inner .price_item .price sub {
  font-size: 18px;
  font-weight: 400;
  color: #878BA9;
}

.pricing_inner .price_item .service_list {
  text-align: left;
  margin-bottom: 30px;
}

.pricing_inner .price_item .service_list li {
  font-size: 18px;
  color: #878BA9;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.pricing_inner .price_item .service_list li i {
  color: var(--brand_color);
  margin-right: 8px;
}

.pricing_inner .price_item .price_btn {
  width: 100%;
  border: 1px solid rgba(197, 203, 217, 0.4);
  background: #EBEFFA;
  color: #1B2A52;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pricing_inner .price_item .price_btn::before {
  background: #fff;
}

.pricing_inner .price_item .price_btn:hover {
  border-color: #fff;
  color: var(--brand_color);
}

.pricing_inner .price_item:hover {
  background: var(--brand_color);
}

.pricing_inner .price_item:hover .price_header h6,
.pricing_inner .price_item:hover .price_header p,
.pricing_inner .price_item:hover .price,
.pricing_inner .price_item:hover .price sub,
.pricing_inner .price_item:hover .service_list li,
.pricing_inner .price_item:hover .service_list li i {
  color: #fff;
}

.pricing_inner.active .price_items.month {
  display: none;
}

.pricing_inner.active .price_items.year {
  display: block;
}

.pricing_plan_aiea .pricing_content .price_items .pricing_plan_aiea .pricing_content .price_items .single_price_item .top_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 3px;
  text-align: left;
}

.pricing_plan_aiea .pricing_content .price_items .single_price_item .top_area .content h6 {
  color: #222;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}

.pricing_plan_aiea .pricing_content .price_items .single_price_item .top_area .content p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5E6282;
}

.pricing_plan_aiea .pricing_content .price_items .single_price_item .top_area .price {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #050505;
}

.pricing_plan_aiea .pricing_content .price_items .single_price_item .service_list {
  padding-top: 15px;
  text-align: left;
  padding-bottom: 10px;
}

.pricing_plan_aiea .pricing_content .price_items .single_price_item .service_list li {
  margin: 10px 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #5E6282;
}

.pricing_plan_aiea .pricing_content .price_items .single_price_item .service_list li i {
  background: #55E6A5;
  padding: 4px;
  border-radius: 50px;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/* Error Area CSS
/*----------------------------------------*/
.error_area {
  display: flex;
  position: relative;
  z-index: 1;
  min-height: 620px;
}

.error_dot {
  position: absolute;
  border-radius: 50%;
}

.error_dot.one {
  width: 8px;
  height: 8px;
  background: var(--brand_color);
  left: 325px;
  top: 120px;
  animation: spin2 2s infinite alternate;
}

.error_dot.two {
  width: 16px;
  height: 16px;
  background: #f99e43;
  left: 170px;
  bottom: 260px;
  animation: spin1 1s infinite alternate;
}

.error_dot.three {
  width: 30px;
  height: 30px;
  background: #beebf5;
  animation: spin1 2s infinite alternate;
  right: 225px;
  top: 370px;
}

.error_dot.four {
  width: 6px;
  height: 6px;
  background: #ffa3be;
  bottom: 148px;
  right: 185px;
  animation: spin2 2s infinite alternate;
}

.error_content_two {
  max-width: 970px;
  margin: 0 auto;
}

.error_content_two h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error_content_two p {
  font-size: 18px;
  color: #82879c;
}

.error_img {
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}

.error_img .error_shap {
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.error_img .clipInDown {
  display: inline-block;
  position: relative;
  animation-name: clipInDown;
}

.error_img .one {
  top: -50px;
}

.error_img .two {
  margin: 0 12px;
  top: -12px;
}

.error_img .three {
  top: -58px;
}

.error_img .img_one {
  animation: customUp 1.5s infinite alternate;
}

.error_img .img_two {
  animation: customUp 1.8s infinite alternate;
}

.error_img .img_three {
  animation: customUp 2s infinite alternate;
}

.error_search {
  margin-bottom: 40px;
  padding-top: 25px;
}

.error_search .form-control {
  height: 60px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 50px 0 rgba(3, 62, 75, 0.1);
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary_color);
  border: 0;
  padding-left: 30px;
}

.error_search .form-control::placeholder {
  color: #82879c;
}

/*============ error_area css ========*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Contact  CSS
/*----------------------------------------*/
.contact-form-widget label {
  font-size: 16px;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.contact-form-widget .form-control {
  background-color: transparent;
  height: 55px;
  color: #9199a1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: 1px solid var(--black_50);
  padding-right: 20px;
  padding-left: 20px;
}

.contact-form-widget .form-control::placeholder {
  color: #9199a1;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.contact-form-widget .form-control:focus {
  border-color: var(--brand_color);
  box-shadow: none;
}

.contact-form-widget textarea.form-control {
  height: inherit;
}

.contact-form-widget .policy-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 22px;
}

/*----------------------------------------*/
/*   Get In Touch Area CSS
/*----------------------------------------*/
.get-touch-area .get-touch-box {
  display: flex;
  align-items: flex-start;
}

.get-touch-area .get-touch-box .icon {
  margin-right: 8px;
}

.partner_blog_video {
  padding: 20px 0 !important;
}

.get-touch-area .get-touch-box .icon img {
  vertical-align: text-top;
}

.get-touch-area .get-touch-box .icon i {
  font-size: 25px;
  color: #E8A100;
}

.get-touch-area .get-touch-box p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--secondary_color);
  margin-bottom: 8px;
  line-height: 24px;
}

.get-touch-area .get-touch-box span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 22px;
}

.get-touch-area-2 {
  padding: 128px 0;
  background: url(../img/home-5/get-touch-bg.png), #0e1520;
  background-position: right;
  background-repeat: no-repeat;
  background-size: initial;
}

.get-touch-area-2 h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.02em;
  color: #fff;
}

.get-touch-area-2 p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #eeeeee;
  margin-bottom: 0;
}

.get-touch-area-2 .consult-num {
  margin-top: 40px;
  display: flex;
}

.get-touch-area-2 .consult-num>div {
  width: 50%;
}

.get-touch-area-2 .consult-num h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: #d1edf5;
  margin-bottom: 2px;
}

.get-touch-area-2 .consult-num p {
  line-height: 24px;
  color: #fff;
}

.get-touch-area-2 .touch-form {
  padding: 60px 48px;
  background-color: var(--bs-white);
  border-radius: 8px;
}

.get-touch-area-2 .touch-form h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
}

.get-touch-area-2 .touch-form .form-control {
  border-radius: 4px;
  background-color: #f2f0ef;
  border-color: var(--black_50);
  height: 56px;
  line-height: 56px;
  margin-bottom: 16px;
  padding-left: 24px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer {
  background-position: center;
  background-size: cover;
  background-color: #0f1123;
  /* copyright*/
}

.footer .footer-top .footer-text {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer-top .social-icon a {
  color: #fff;
  margin: 10px;
}

.footer .footer-top .social-icon a:first-child {
  margin-left: 0;
}

.footer .footer-top .footer-widget .overline {
  font-size: 14px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}

.footer .footer-top .footer-widget .footer-bold {
  display: flex;
  align-items: flex-end;
  margin: 15px 0;
}

.footer .footer-top .footer-widget .footer-bold>span:nth-child(1) {
  font-size: 70px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 68px;
}

.footer .footer-top .footer-widget .footer-bold>span:nth-child(2) {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.footer .footer-top .footer-widget .time {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}

.footer .footer-top .footer-widget .f-widget-title {
  margin-bottom: 20px;
}

.footer .footer-top .footer-widget .f-widget-title h5 {
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-link ul li a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid transparent;
  line-height: 40px;
}

.footer .footer-top .footer-widget .footer-link ul li a:hover {
  border-color: #fff;
}

.footer .copyright {
  color: #fff;
  border-top: 1px solid #ffffff85;
}

.footer .copyright .short-text a {
  font-size: 14px;
}

.footer .copyright .copyright-text.short-text p {
  font-size: 14px;
  color: #fff;
}

.footer .copyright .copyright-text p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
}

.footer .copyright a {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 10px 0;
}

.footer .copyright a:hover {
  color: #fff;
}

.footer .copyright a:first-child {
  margin-left: 0;
}

.footer .copyright .nice-select {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  margin: auto;
  padding-left: 0;
}

.footer .copyright .nice-select .list {
  top: inherit;
  bottom: 100%;
  border: 1px solid #fff;
  transform-origin: bottom center;
}

.footer .copyright .nice-select .list:hover .option:not(:hover) {
  background-color: #0f1123 !important;
}

.footer .copyright .nice-select .list .option {
  background-color: #0f1123;
  text-transform: capitalize;
}

.footer .copyright .nice-select .list .option:hover {
  background-color: #1d2038;
}

.footer .copyright .social-button a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  text-align: center;
  transition: all 0.3s ease-out;
}

.footer .copyright .social-button a:hover {
  background-color: #fff;
  color: var(--brand_color);
}

/* .footer.footer-1 {
  background-image: url("../img/v915-wit-011-l.jpg");
} */
.footer.footer-2 {
  background-color: #0f2d53;
}

.footer.footer-2 .footer-text {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: justify;
}

.footer.footer-2 .footer-widget h4 {
  font-size: 24px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 40px;
}

.footer.footer-2 .footer-top .f-widget-title {
  margin-bottom: 12px;
}

.footer.footer-2 .footer-top .f-widget-title h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  line-height: 36px;
}

.footer.footer-2 .footer-link ul li a {
  font-size: 16px;
  color: #fff;
}

.footer.footer-2 .footer-link ul li a:hover {
  color: black;
}

.footer.footer-2 .copyright .line {
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.footer.footer-2 .copyright .copyright-text {
  color: black;
}

.footer.footer-3 {
  background-color: black;
}

.footer.footer-3 .footer-top .footer-text {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 30px;
  letter-spacing: 1px;
}

.footer.footer-3 .copyright {
  background-color: black;
}

.footer.footer-3 .copyright .copyright-text {
  color: black;
}

/*========== saas-footer-area css ========*/
.saas-footer-top {
  padding: 80px 0 50px;
}

.f-widget-title {
  font-weight: 600;
  font-size: 18px;
  color: var(--secondary_color);
  margin-bottom: 24px;
}

.about-widget ul li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #878BA9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.about-widget ul li a {
  transition: color 0.2s linear;
}

.about-widget ul li a:hover {
  color: var(--brand_color);
}

.footer-link li {
  margin-bottom: 4px;
}

.footer-link li a {
  font-size: 16px;
  color: black;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: all 0.2s linear;
}

.footer-link li a:hover {
  color: var(--brand_color);
}

.saas-footer-bottom {
  border-top: 1px solid var(--black_50);
  padding: 40px 0;
}

.saas-footer-bottom .f-social a {
  color: #A7AABE;
  font-size: 16px;
  display: inline-block;
  margin-right: 18px;
}

.saas-footer-bottom .f-social a:hover {
  color: var(--brand_color);
}

.saas-footer-bottom p {
  color: #878BA9;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.saas-footer-bottom p a {
  color: #1F1F1F;
}

.saas-footer-bottom p a:hover {
  color: var(--brand_color);
}

.saas-footer-bottom .payment-list {
  text-align: right;
}

.saas-footer-bottom .payment-list li {
  display: inline-flex;
}

.bank-footer-area {
  background: #101010;
  padding-bottom: 30px;
}

.bank-footer-area .footer_top {
  padding-top: 280px;
  padding-bottom: 100px;
}

.bank-footer-area .footer_top .f-widget-title {
  color: #fff;
}

.bank-footer-area .about-widget p {
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding-right: 100px;
  margin-top: 25px;
}

.bank-footer-area .footer-link li a {
  color: #9B9B9B;
}

.bank-footer-area .footer-link li a:hover {
  color: #fff;
}

.bank-footer-area .copyright-text a {
  font-size: 16px;
  font-weight: 400;
  color: black;
  font-family: "Roboto", sans-serif;
  margin-right: 30px;
}

.bank-footer-area .copyright-text a:hover {
  color: #fff;
}

.bank-footer-area .f-social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  background: #2C2C2C;
  color: #797979;
  display: inline-block;
  margin-left: 6px;
}

.bank-footer-area .f-social a:hover {
  color: var(--brand_color);
  background: #fff;
}

/* .footer.footer-2 {
  background-image: url(../img/v915-wit-011-l.jpg);
} */

ul li a:hover {
  color: #ff6f00 !important;

}

.footer .social-button a i {
  font-size: 20px;
  /* width: 15%; */
  color: #ff6200;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  padding: 15px;
  height: 50px;
  width: 50px;
}

.f-widget-title h5 {
  font-weight: 700;
  font-size: 18px;
  color: #fff !important;
  margin-bottom: 24px;
}

.col-md-5.iri_img {
  display: flex;
  align-items: center;
}

/* .social-button a i:hover {
  color: #ff6200;
  background-color: white;
} */

.footer-widget.mb-30.wow.fadeInLeft h4 {
  color: #fff;
}

.img_form img {
  width: 100%;
}

.f-widget-title h5 {
  color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
body.body_dark {
  --brand_color: #3185ec !important;
  --secondary_color: #ffffff !important;
  --body-color: #f1f1f1 !important;
  --p_color: #c3c3c3 !important;
  --black_900: #f1f1f1 !important;
  --black_850: #ededed !important;
  --black_800: #e9e9e9 !important;
  --black_750: #e5e5e5 !important;
  --black_700: #e1e1e1 !important;
  --black_600: #bebebe !important;
  --black_500: #b9b9b9 !important;
  --black_400: #a2a2a2 !important;
  --black_150: rgba(255, 255, 255, 0.3) !important;
  --black_50: #494949 !important;
  --black_25: #383838 !important;
  --border_on_white: #2c303a !important;
  --border_on_gray: #6a737c !important;
  --border-on-highlight: #393e4b !important;
  --font-color-gray: #f1f1f1 !important;
  --bs-white: #2c303a !important;
  --bg-color-gray: #e2e6e763 !important;
  --sec-bg-color: #131417 !important;
  color: #c3c3c3 !important;
  background: var(--sec-bg-color);
}

body.body_dark .bg-white,
body.body_dark .bg_white,
body.body_dark .bg_disable,
body.body_dark .cta-3,
body.body_dark .cta-area-2,
body.body_dark .client-area-2,
body.body_dark .banner-area-6,
body.body_dark .feature-area-3,
body.body_dark .how-it-work .single-widget.consultation .widget-content li.active .number,
body.body_dark .get-touch-area-2 .touch-form .form-control,
body.body_dark .banner-area,
body.body_dark .help-cta,
body.body_dark .manage-c-finance,
body.body_dark .app-showcase-area,
body.body_dark .bank-fact-area,
body.body_dark .banner-area-3,
body.body_dark .banner-saas-area {
  background: var(--sec-bg-color) !important;
}

body.body_dark .banner-area-2,
body.body_dark .loan-slider .single-slide,
body.body_dark .loan-slider .slick-arrow {
  background-image: linear-gradient(180deg, #131417 0%, #131417 100%) !important;
}

body.body_dark .feature-job-description,
body.body_dark .feature-card-widget-8,
body.body_dark .fast-e-loan .learn-more ul li,
body.body_dark .loan-details-widget .dob .nice-select,
body.body_dark .calculator-widget-2 .calculator-result-widget,
body.body_dark .pricing_inner .price_item,
body.body_dark .loan-details-widget .dropzone {
  background: var(--bs-white);
}

body.body_dark .pricing_inner .price_item:hover {
  background: var(--brand_color);
}

body.body_dark .banner-saas-area .shape_img,
body.body_dark .app-showcase-area .shape_img {
  opacity: 0.3;
}

body.body_dark .saas-clients-logo .clients-logo {
  opacity: 1;
}

body.body_dark .saas-feature-card .text-btn {
  color: var(--secondary_color);
}

body.body_dark .process-area .saas-feature-card p,
body.body_dark .saas-section-title p,
body.body_dark .saas-feature-card p {
  color: var(--p_color) !important;
}

body.body_dark .single-sidebar-widget .widget-title {
  background-color: #6a737c;
}

body.body_dark .loan-details-widget .form-control,
body.body_dark .loan-details-widget .nice-select {
  border-color: var(--black_50);
}

body.body_dark .loan-details-widget .form-control {
  background: #2c303a;
}

body.body_dark .services-area table tbody tr:nth-child(odd)>*:nth-child(odd) {
  background: #2C303A;
}

body.body_dark .services-area table tbody tr:nth-child(odd)>*:nth-child(even) {
  background: #2C303A;
}

body.body_dark .services-area table tbody tr:nth-child(even)>*:nth-child(odd) {
  background: #252935;
}

body.body_dark .services-area table tbody tr:nth-child(even)>*:nth-child(even) {
  background: #252935;
}

body.body_dark .header-menu.header-menu-2 .menu>.nav-item>.nav-link {
  color: #FFFFFF;
}

.js-darkmode-btn {
  position: relative;
  background: #1d2746;
  color: gold;
  border-radius: 50px;
  padding: 0 5px;
  margin-left: 15px;
  height: 26px;
}

.js-darkmode-btn label {
  margin: 0;
  cursor: pointer;
}

.js-darkmode-btn label:hover {
  color: gold;
}

.js-darkmode-btn .ball {
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fafafa;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  transition: all 0.3s linear 0s;
}

.js-darkmode-btn ion-icon {
  color: gold;
  font-size: 14px;
}

.js-darkmode-btn input {
  display: none;
}

.js-darkmode-btn ion-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}

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


/*--------------- MARQUEE CSS START ------------------*/
/* section.life_insur_marque#marquee img {
  height: unset;
} */
#marquee {
  padding: 50px 0px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.pic-container img {
  max-width: 200px;
}

#marquee .container {
  overflow: hidden;
  width: 100%;
}

#marquee .pic-container {
  display: flex;
  animation: marquee 10s infinite linear;
}

#marquee .pic-container .pic {
  flex-basis: 20%;
  flex-shrink: 0;
}

#marquee img {
  /* width: 100%; */
  object-fit: cover;
  /* border: 1px solid rgba(238, 231, 231, 0.9); */
  width: 100%;
height: 100px;
  min-height: 88px;
  object-fit: scale-down;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}

.contact_no h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.contact_no i.fa-regular.fa-envelope.mt-2 {
  color: #fff;
}

.contact_no i.fa-solid {
  color: #fff;
}

.main_loan_pill h2 {
  color: #E8A100;
  font-weight: 600;
}

.ul_li_main {
  display: flex;
  justify-content: space-between;
}

.ul_li_main ul li {
  margin-bottom: 10px;
}

.main_loan_pill p {
  font-size: 17px;
  text-align: justify;
  margin-bottom: 14px;
  font-weight: 400;
}

section.nav_tab_main_sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: #fffaf7;
}

.ul_li_main ul li {
  position: relative;
  padding-left: 25px;
}

.ul_li_main ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #E8A100;
  position: absolute;
  border-radius: 16px;
  top: 8px;
  left: 0;
}

section.nav_tab_main_sec {
  background: #E8A100;
  padding: 80px 0;
}

.tab-pane.fade {
  background: #ffff;
  border-radius: 10px;
  padding: 20px 55px;
  box-shadow: 0 0 4px 3px #00000014;
}

section.nav_tab_main_sec button.nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

section.eligibility_home_Criteria {
  background: #E8A100;
  padding: 80px 0;
}

section.eligibility_home_Criteria table,
th,
td {
  border: 1px solid #fff !important;
  padding: 20px;
  color: #fff !important;
}

/* section.documents.tm-documents table.dcf-table th, td {
  border: 1px solid #fff !important;
  color: #fff !important;
} */
section.eligibility_home_Criteria .eligibility_title h2 {
  text-align: center;
  max-width: 710px;
  margin: auto;
  line-height: 47px;
  color: #fff;
}

section.persnal-loan-sec p {
  text-align: center;
  margin-bottom: 43px;
}

section.persnal-loan-sec h2 {
  text-align: center;
  color: #E8A100;
}

/*---testimonial-*******/

.carousel img {
  /* width: 70px; */
  max-height: 70px;
  border-radius: 10px;
  margin-right: 1rem;
  overflow: hidden;
}

.carousel-inner {
  padding: 1em;
}

section.slider_sec2 {
  background: #E8A100;
}

.title_main_ahead h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 32px;
}

.main_how_does {
  display: flex;
  gap: 34px;
  align-items: center;
  border: 1px solid #fff;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
}

.img_does img {
  max-width: 200px;
  background: #fff;
  border-radius: 9px;
  padding: 10px;
}

.main_content_does h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: -3px;
}

.main_content_does p {
  font-size: 16px;
  color: #fff;
  margin-bottom: -3px;
}

.list_main_thing {
  background: #b5b5b533;
  padding: 20px;
  border-radius: 4px;
  height: 100%;
}

.image_hurt_h img {
  max-width: 60px;
}

section.how_does {
  padding: 60px 0px;
  background: #E8A100;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) {
  .Online-Application-Process-heading h2 {
      font-size: 30px;
}
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}




@media (max-width: 1024px) {
  #marquee .pic-container .pic {
    flex-basis: 25%;
  }
}

@media (max-width: 768px) {
  #marquee .pic-container .pic {
    flex-basis: 33.33%;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1024px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-125%);
    }
  }
}

@media (max-width: 768px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-186.65%);
    }
  }
}


/*--------------- MARQUEE CSS COMPLETE ------------------*/


/*  M About Css Start */

.about-section {
  position: relative;
  padding: 80px 0px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;
  padding-right: 100px;
}

.about-section .content-column .text {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 40px;
  text-align: justify;
}

.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  /* margin-left:50px; */
}

/* .about-section .image-column .inner-column:after{
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  left:40px;
  bottom:100px;
  z-index:-1;
  border:2px solid #d7a449;
} */
.about-section .image-column .inner-column:after {
  position: absolute;
  content: '';
  right: 22px;
  top: 20px;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid #E8A100;
}

.about-section .image-column .inner-column .image {
  position: relative;
}

.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  /* background: url('/assets/img/Strugleloan_img.png') no-repeat; */
  /* background: url({{ asset("assets/img/pattern-2.png") }}) no-repeat; */
}

.btn_form_submit button.submit {
  background: #E8A100;
  padding: 13px 41px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn_form_submit {
  text-align: center;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #E8A100;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.about-section .btn-style-three:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(../../../../i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
  color: #ffffff;
  background: #d7a449;
}

.about-section .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #d7a449;
  font-family: 'Arimo', sans-serif;
}

.sec-title2 {
  color: #fff;
}

.sec-title {
  position: relative;
  /* padding-bottom: 40px; */
}

.sec-title .title {
  position: relative;
  color: #E8A100;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #E8A100;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;

}

.inner-column img {
  height: 450px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .about-section {
    text-align: center;

  }
  section.get_the_sol_sec.properly_ghghh .slick-prev, .slick-next{
    display: none  !important;
  }
}

/*  M About Css End */


/* <!------------------- about_business css start -------------> */

.about_business_icon_box {
  border: 1px solid #e8e8e8;
  background-color: white;
  border-radius: 10px;
  padding: 20px 25px 40px 25px;
  box-shadow: 0 0 2px 0 #aaaaaa;
}

.about_business_icon_box li {
  padding-top: 25px;
}

.about_list.d-flex img {
  max-width: 25px;
}

.about_list.d-flex h5 {
  padding: 0 0 0 20px;
  font-size: 14px;
  font-weight: 600;
}

.about_business_icon_box li {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
}

.about_list.d-flex {
  align-items: center;
}

.about_business_cnt li {
  font-size: 15px;
  padding: 30px 0 0 0;
  justify-content: center;
}

.about_business_cnt h4 {
  font-size: 35px;
  font-weight: 600;
  color: #E8A100;
}

section.about_business.mt-50.mb-50 {
  background-color: black;
}

section.about_business.pt-50.pb-50 {
  background-color: #f4fffc;
}

@media (max-width: 767px) {
  .about_business_cnt {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

/* <!------------------- about_business css end -------------> */


/*-------------- ABOUT PAGE BANNER MEDIA QUIRY --------------*/
@media (max-width: 767px) {

  .section-title h1 {
    color: white !important;
    font-size: 20px;
    text-align: center;
    justify-content: center;
  }

  .section-title span {
    text-align: center;
    font-size: 30px !important;
  }
  .main_Ser_txt h3 {
    height: unset;
    }
    .invest_txt h2 {
      height: unset;
  }
}

/*-------------- ABOUT PAGE BANNER MEDIA QUIRY  END--------------*/




/*--------- CONTACT PAGE CSS START -----------*/

.breadcrumb-content.pt-100 p {
  color: #cccccc;
  font-size: 15px;
}

.contact-form-widget {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 20px 20px 35px 20px;
  box-shadow: 0 0 10px 0 lightgrey;
}

.contact-form-widget:hover {
  background-color: #f3f8ff;
  box-shadow: 0 0 5px 0 black;
}

.row h5 {
  font-weight: 600;
}

.social-button.mt-35.mb-10 a i {
  background: none;
}


/*--------- CONTACT PAGE CSS END -----------*/

.why_heading h2 {
  text-align: center;
  margin-bottom: 42px;
  color: #E8A100;
  font-size: 36px;
  font-weight: 600;
}


/*****-*/

.multi_item .item {
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .3);
  box-shadow: 0 0 18px rgba(0, 0, 0, .3);
  margin: 100px 20px 20px;
  padding: 15px 15px 30px;
  position: relative;
}

.multi_item .graduation_cap_icon i.fas.fa-graduation-cap {
  color: #E8A100;
  font-size: 69px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}

.multi_item .active_borrowers {
  text-align: center;
  margin-top: 27px;
}

.multi_item .active_borrowers {
  text-align: center;
  padding: 32px 38px;
}

.multi_item li.span_i p {
  background-color: blue;
  padding: 7px 0 7px 0;
  color: white;
}

.multi_item li.act_borrow_rate {
  display: flex;
}

.multi_item li.li_price p {
  padding: 15px 0 5px 0;
  font-size: 25px;
  color: #ff4800;
  font-weight: 600;

}

.multi_item ul.act_borrow_info {
  text-align: left;
}

.multi_item li.act_borrow_rate {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 17px;
  padding: 7px 0;
}

.active_bor_button {
  margin-top: 35PX;
}

.title_video h2 {
  text-align: center;
  margin-bottom: 42px;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

section.video_coverage_Sec {
  background-color: #E8A100 !important;
}

section.video_coverage_Sec {
  padding: 80px 0;
}

.loan-banner .section-title h1 {
  color: #111;
}

.invest_under_sec:hover img {
  border: 1px solid white;
}

.img_form img {
  height: 415px;
  object-fit: cover;
}


/*-----*/
.box-shadow11.health-insuranc {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0%), rgba(0, 0, 0, 0%)),
    url(../img/fintools-bg.webp);
  background-repeat: no-repeat;
  padding: 21px;
  text-align: center;
  border: 1px solid #0000001a;
  height: 100%;
  border-radius: 4px;
}

section.loan_again_pro {
  padding: 80px 0 0px;
}

section.loan_again_pro p.mb-0.text-capitalize.text--primary.xxl-text {
  color: #E8A100;
  font-size: 42px;
  font-weight: 700;
}

section.loan_again_pro p {
  text-align: center;
  font-size: 20px;
  max-width: 700px;
  margin: auto;
}

h4.text--primary {
  color: #E8A100;
  font-size: 28px;
}

.box-shadow {
  height: 100%;
  padding: 20px;
  transition: all 0.3s;
  border-radius: 6px;
  box-shadow: -1px 6px 21px 6px #14131317;
  background: #fff;
}

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

.business_loan_content h1 {
  text-align: center;
  color: hsl(32 83% 49%);
  font-size: 40px;
  padding-top: 60px;
}

.second_content h2 {
  color: hsl(32 83% 49%);
  padding-top: 30px;
}

.main_class_box img {
  height: 150px;
  object-fit: cover;
  max-width: 100%;
}

.main_class_box {
  height: 100%;
  padding: 20px;
  transition: all 0.3s;
  border-radius: 6px;
  box-shadow: -1px 6px 21px 6px #efbaba70;
  background: #fff;
}

.main_class_box h4 {
  color: #6c4c3eed;
  padding: 10px 0 10px 0;
}

.business_loan_content p {
  margin-top: 25px;
}

.second_Section h2 {
  padding: 50px 0 50px 0;
  color: hsl(32 83% 49%);
}

.box-shadow {
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: -1px 6px 21px 6px #bac5ef70;
}

img.service {
  max-width: 12%;
  height: auto;
  user-select: none;
  float: right;
}

.second_content p {
  margin-top: 30px;
  margin-bottom: 40px;
}

.main_class_box:hover {
  transform: translateY(-2.1rem);
  transition: 2s;
}

.box-shadow:hover {
  transform: translateY(-2.1rem);
  transition: 2s;
}

.multi_Sec button.slick-prev.slick-arrow {
  color: #fff;
  font-size: 55px;
}

.multi_Sec button.slick-next.slick-arrow {
  color: #fff;
  font-size: 55px;
}

.multi_Sec i.arrow_left {
  margin-left: -40px;
}

section.multi_Sec {
  padding: 0 0 80px 0;
  background-color: #E8A100 !important;
}

.multi_item .graduation_cap_icon i.fas.fa-graduation-cap {
  color: #000;
}

section.video_coverage_Sec {
  background-color: #E8A100 !important;
}

.coverage_img img {
  object-fit: cover;
  width: 100%;
  max-height: 186px;
  border-radius: 10px;
  box-shadow: 0 0 9px 2px #ffffff;
}

section.blog_video ul li {
  margin-bottom: 20px;
}

.title_feedback_customer h2 {
  text-align: center;
  margin-bottom: 42px;
  color: #ffff;
  font-size: 35px;
  font-weight: 600;
}

select.form-select {
  margin-top: 27px;
}

.ourl_blog_txt p {
  color: #fff;
}

.title_testimonial h2 {
  text-align: center;
  margin-bottom: 42px;
  color: #E8A100;
  font-size: 36px;
  font-weight: 600;
}

section.testimonial_sec {
  padding: 80px 0;
}

section.blog_video ul li:last-child {
  margin-bottom: 0;
}

section.blog_sec {
  padding: 80px 0;
}

.multi_item li.span_i p {
  background-color: #000 !important;
}

.active_bor_button a.btn.btn-primary {
  background-color: #000 !important;
}

h1.wow.fadeInUp {
  text-align: center;
}

.our_feature {
  text-align: center !important;
}

.loan-banner img {
  background-image: url(img/loan-banner-two.html);
}

.main_Ser_txt {
  padding: 20px;
  text-align: center;
}

.personal_banner_main .section-title {
  max-width: 500px;
  margin: auto;
}

.personal_banner_main h1.wow.fadeInUp {
  text-align: center !important;
  color: #fff !important;
}

section.blog_video {
  background: #E8A100;
  padding: 80px 0;
}


@keyframes bar_dot {
  from {
    left: -10px;
  }

  to {
    left: 100%;
  }
}

.why_heading h2 {
  position: relative;
}

.why_heading h2:before {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 3px;
  overflow: hidden;
}

.why_heading h2:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 0;
  -webkit-animation: bar_dot 3s linear infinite;
  animation: bar_dot 3s linear infinite;
}

.why_heading {
  max-width: 505px;
  margin: auto;
}

.wht_health_insur h2 {
  position: relative;
}

.wht_health_insur h2:before {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 3px;
  overflow: hidden;
}

.wht_health_insur h2:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 0;
  -webkit-animation: bar_dot 3s linear infinite;
  animation: bar_dot 3s linear infinite;
}

.wht_health_insur h2 {
  max-width: 496px;
  margin: 0px auto 0px;
  display: inline-block;
}

.title_testimonial h2 {
  position: relative;
}

.title_testimonial h2:before {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 3px;
  overflow: hidden;
}

.title_testimonial h2:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 0;
  -webkit-animation: bar_dot 3s linear infinite;
  animation: bar_dot 3s linear infinite;
}

.title_testimonial {
  max-width: 220px;
  margin: auto;
}

.main_Second_item_ {
  padding: 50px 0 40px;
}

.our_feature_Sec h2 {
  position: relative;
}

.our_feature_Sec h2:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 3px;
  overflow: hidden;
}

.our_feature_Sec h2:after {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 0;
  -webkit-animation: bar_dot 4s linear infinite;
  animation: bar_dot 4s linear infinite;
}

.our_feature_Sec h2 {
  max-width: 524px;
  margin: auto;
}

.our_feature h2.RENFFFF {
  COLOR: #fff !important;
  font-weight: 600;
}

section.our_Services_sec .title_Services h2 {
  position: relative;
}

section.our_Services_sec .title_Services h2:before {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 3px;
  overflow: hidden;
}

section.our_Services_sec .title_Services h2:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 0;
  -webkit-animation: bar_dot 4s linear infinite;
  animation: bar_dot 4s linear infinite;
}

section.our_Services_sec .title_Services h2 {
  max-width: 756px;
  margin: 0 auto 47px auto;
}

.title_feedback_customer h2 {
  position: relative;
}

.title_feedback_customer h2:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 3px;
  overflow: hidden;
}

.title_feedback_customer h2:after {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 0;
  -webkit-animation: bar_dot 4s linear infinite;
  animation: bar_dot 4s linear infinite;
}

.title_feedback_customer {
  max-width: 400px;
  margin: auto;
}

.form_title {
  max-width: 210px;
  margin: auto;
}

.form_title h2 {
  position: relative;
}

.form_title h2:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 3px;
  overflow: hidden;
}

.mutual_img_Sec {
  max-height: 400px;
}

.form_title h2:after {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -12px;
  border-radius: 0;
  -webkit-animation: bar_dot 4s linear infinite;
  animation: bar_dot 4s linear infinite;
}

section.asked h4 {
  position: relative;
}

section.asked h4:before {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -25px;
  border-radius: 3px;
  overflow: hidden;
}

section.asked h4:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -25px;
  border-radius: 0;
  -webkit-animation: bar_dot 4s linear infinite;
  animation: bar_dot 4s linear infinite;
}

section.asked h4 {
  max-width: 462px;
  margin: 42px auto;
}

.online-personal-loan-contant h2 {
  position: relative;
  max-width: 549px;
}

.online-personal-loan-contant h2:before {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -25px;
  border-radius: 3px;
  overflow: hidden;
}

.online-personal-loan-contant h2:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -25px;
  border-radius: 0;
  -webkit-animation: bar_dot 4s linear infinite;
  animation: bar_dot 4s linear infinite;
}

/*-------business_loan-----*/
* {
  margin: 0px;
  padding: 0px;
}

.business_loanqc {
  padding: 180px 0px 70px;
  display: flex;
  align-items: center;
  height: auto;
  background-image: linear-gradient(rgb(46 46 46 / 4%), rgb(0 0 0)), url(../img/banner_bus.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.quick_collateral h1 {
  color: white;
  line-height: 65px;
  font-size: 41px;
  margin-bottom: 16px;
  font-weight: 700;
}

.quick_collateral p {
  font-weight: 500;
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
}

.businessbq_main {
  margin-bottom: 42px;
}

.businessbq_img img {
  border: 3px solid #E8A100;
  padding: 26px 20px;
  border-radius: 100%;
  background-color: white;
  margin-bottom: 14px;
}

.businessbq p {
  line-height: 24px;
  color: white;
  font-weight: 400;
  font-size: 14px;
}

.applybn_loan a {
  padding: 8px 60px;
  font-weight: 500;
  border: none;
  font-size: 18px;
  background-color: #fff;
  color: #000;
}

.applybn_loan a:hover {
  color: #E8A100;
  background-color: white;
}

.small_bs_loan {
  padding: 40px 0px;
}

.smallbs_loan_heading h2 {
  margin: 0px 0px 17px 0px;
  font-weight: 600;
  color: #E8A100;
  font-size: 35px;
}

.hi_hlo {
  margin-bottom: 80px;
}

.applybn_loan button.mazin_ {
  background: #fff;
  color: #000;
  border: none;
  padding: 17px 100px;
  border-radius: 3px;
  font-size: 19px;
}

section.doyou_wantto {
  background-color: #E8A100;
}

.doyou_img img {
  /* border-radius: 64px; */
  object-fit: cover;
  /* border: 1px solid #fff; */
  /* padding: 5px; */
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.doyou_img {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 10px;
}

.doyou_main_txt {
  margin: 0 0 30px 0;
}

.smallbs_loan_heading {
  max-width: 990px;
  margin: auto;
  text-align: center;
}

.doyou_txt p {
  line-height: 25px;
  color: white !important;
  font-weight: 500;
  font-size: 20px;
}

.final_m img {
  filter: invert(1);
}

.doyou_wantto_heading h2 {
  font-weight: 600;
  color: white;
  font-size: 35px;
  padding: 0px 0px 0px 0px;
}

.doyou_wantto {
  padding: 30px 0px;
}

.doyou_main_txt p {
  color: #ffffff;
  font-size: 19px;
  text-align: justify;
}

.why_bs_loan {
  padding: 30px 0px;
}

.whytake_loan_bg {
  background-color: #ddd;
}

.bs_loan_opening_li ul li {
  gap: 15px;
  margin-bottom: 12px;
}

.bs_loan_opening_txt p {
  font-weight: 500;
  color: white;
  font-size: 18px;
  text-align: justify;
}

.image i.fa {
  font-size: 40px;
}

.box_imahe_a-general {
  height: 100%;
  border: solid 1px #E8A100 !important;
}

section.testimonial_sec.card-body {
  padding: 14px !important;
}

.bs_loan_opening {
  background-color: #E8A100;
}

.bs_loan_opening_li ul {
  padding-left: 50px;
}

.bs_loan_opening_icon i {
  color: white;
  font-size: 25px;
}

.bs_loan_opening_img img {
  width: 100%;
}

.loan_Assi_h2 p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000 !important;
}

.p2p_business {
  padding: 40px 0px 0;
}

.smallbs_loan_main {
  max-width: 990px;
  margin: auto;
  text-align: center;
}

.business_finance p {
  line-height: 31px;
}

.business_finance p {
  font-weight: 400;
  font-size: 17px;
  text-align: justify;
}

.applybn_loan button.mazin_:hover {
  background: #000;
  color: #fff;
}

.main_slid_items h2 {
  color: #FFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.doyou_img {
  margin-bottom: 15px;
}

.main_slid_items p {
  text-align: justify;
  line-height: 30px;
  color: #FFF;
}

span.loan_suv {
  color: #E8A100;
  font-weight: 700;
}

section.cibil_score_main {
  padding: 60px 0;
  background: #f5f5f5;
}

.calculate_index {
  padding-top: 60px;
}

section.helth {
  padding: 60px 0;
}

.main_cntnt_g h2 {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

section.who_can_appli_ls {
  background: #E8A100;
  padding: 60PX 0;
}

.main_btn_apply button {
  background: #E8A100;
  border: #E8A100;
  padding: 16px 151px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 5px;
}

.main_btn_apply {
  text-align: center;
  margin-top: 53px;
}

/*----business_loan------*/
.faq_sec_main .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #E8A100 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq_sec_main .accordion-button:focus {

  box-shadow: unset !important;
}

/*-------home_loan----------*/
.proprty_main_Sec_im {
  padding: 160px 0px 50px;
  background-image: linear-gradient(rgb(46 46 46 / 45%),
      rgb(0 0 0 / 40%)), url(../img/mistake_by.jpg) !important;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

section.asked h4 {
  font-size: 34px;
  margin-bottom: 37px;
}

section.first {
  padding: 140px 0px 80px;
  display: flex;
  align-items: center;
  height: auto;
  background-image: linear-gradient(rgb(46 46 46 / 0%), rgb(0 0 0 / 0%)), url(../img/teal_banner.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main_banner h1 {
  color: #E8A100;
  font-size: 39px;
  text-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1);
}

.main_banner span {
  font-size: 39px;
  color: black;
  text-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1);
}

.btm-brdr {
  background: #E8A100;
  height: 3px;
  width: 20%;
  margin: 20px 0 15px;
}

.main_banner {
  padding: 60px 0 30px 0;
}

.main_banner p {
  font-size: 25px;
  text-shadow: 0 0 8px rgb(255 255 255 / 0%), 0 0 20px rgb(255 255 255 / 0%), 0 0 20px rgb(255 255 255 / 0%), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1);
  margin-bottom: 50px;
  text-align: justify;
}

.bs_loan_opening_li {
  padding-right: 43px;
}

.contact_no i.fa {
  color: #fff;
}

.hom_hh i.fa.fa-gavel {
  margin-top: 10PX !important;
}

.main_banner button {
  background: #E8A100;
  color: #fff;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 35px 10px 35px;
  margin-bottom: 20px;
  border: 1px solid #E8A100;
}

.main_second_session span {
  color: #E8A100;
}

.main_second_session h2 {
  text-align: center;
}

.coverage_img {
  background: #000;
  border-radius: 7px;
}

.main_second_session {
  padding: 0px 0 60px 0;
}

.line.animated.fadeInRight {
  padding: 0;
  margin: 20px 0 15px;
  background: url(../image/download.html) center center no-repeat;
  height: 8px;
}

.main_second_session p {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.why-take-loan[_ngcontent-c1] .online-process[_ngcontent-c1] ul[_ngcontent-c1] li[_ngcontent-c1] .img[_ngcontent-c1] {
  position: absolute;
  left: 25px;
  top: 20px;
  width: 80px;
  height: 80px;
  background: url(sprite-img-type-of-loan.2712dae4cea23dc4ae45.html) no-repeat;
  background-position: -528px -9px;
}

ul.ul_list {
  list-style: none;
  display: flex;
  gap: 30px;
}

li.li_list {
  display: flex;
  gap: 20px;
}

.image i {
  font-size: 65px;
}

.content h3 {
  color: #E8A100;
  font-size: 20px;
}

.why_is_box {
  height: 100%;
  color: #484848;
}

section.third {
  background-color: #0f2d53;
  background-repeat: no-repeat;
  background-image: url(../image/custome-msg-bg.32d3e84f9cba9c561ddc.html);
}

.main_third_box p {
  color: white;
  font-size: 21px;
  text-align: justify;
  padding: 40px 0 40px 0;
}

.picture i {
  font-size: 100px;
}

.main_second_session span {
  text-decoration: underline;

}

.first_box h3 {
  padding-bottom: 5px;
  color: #E8A100;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
}

.first_box p {
  text-align: center;
}

section.second {
  padding: 50px 0;
}

.first_box {
  background: #f1efef;
  height: 100%;
  padding: 20px;
}

section.fourth {
  padding: 80px 0;
}

.vehicle_banner_main {
  padding: 180px 0px 90px;
  background-image: linear-gradient(rgb(46 46 46 / 0%), rgb(0 0 0 / 59%)),
    url(../img/banner-mob.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*----health-insurance----*/
.title_2 h2 {
  color: #E8A100;
  text-align: center;
  margin-bottom: 2px;
  font-size: 30px;
}

section.health_insur_sec label {
  margin-bottom: 6px;
  font-size: 16px;
}

.main_col {
  background: #ffffffa3;
  border-radius: 10px;
  padding: 26px;
}

section.health_insur_sec .btn_form_submit a.submit {
  background: #000;
  color: #fff;

}

.img_health img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 23px;
  max-height: 200px;
}

.content_he h5 {
  font-size: 22px;
  color: #E8A100;
}

section.health_insur_sec .main_col {
  background: #ffffffc7;
  border-radius: 10px;
}

p.theere {
  text-align: center;
  max-width: 700px !important;
  margin: auto !important;
  margin-bottom: 30px !important;
}

.health_insur_sec {
  background-color: #E8A100;
  padding: 180px 0px 100px;
  display: flex;
  align-items: center;
  height: auto;
  background-image: linear-gradient(rgb(46 46 46 / 36%), rgb(0 0 0 / 47%)), url(../img/main_health_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.health_insur_hd {
  margin-bottom: 23px;
}

.is_active {
  color: red;
}

.health_insur_hd h1 {
  line-height: 43px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 29px;
}

.health_insur_hd p {
  color: white;
  line-height: 23px;
  text-align: justify;
  font-size: 16px;
}

.health_insur_main {
  padding-right: 31px;
}

.health_insur_icontxt ul li {
  list-style: none;
  gap: 10px;
  margin: 0px 0px 6px 0px;
  align-items: center;
  display: flex;
}

.health_insur_icontxt ul {
  padding: 0px;
}

.health_insur_icon {
  /* width: 30px; */
  text-align: center;
}

.health_insur_icon i {
  color: white;
  font-size: 28px;
}

.health_insur_txt h6 {
  color: white;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
}

.health_insur_txt span {
  font-weight: 400;
  font-size: 14px;
  color: white;
}

.health_insur_svg svg {
  height: auto;
  width: 100%;
}

.what_health_insur {
  padding: 50px 0px 0;
}

.wht_health_insur h2 {
  color: #E8A100;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 13px;
}

.wht_health_insur p {
  line-height: 23px;
  max-width: 800px;
  margin: auto;
}

.benefits_buying_insur {
  padding: 30px 0px;
}

.benefits_buying_insur_online ul li {
  margin: 14px 0px;
  font-size: 16px;
}

.benefits_buying_insur_main {
  margin-bottom: 22px;
}

.benefits_buying_insur_main h2 {
  font-weight: 600;
  color: #E8A100;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 13px;
  text-align: center;
}

.benefits_buying_insur_main p {
  line-height: 23px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.topr_buy_insurance {
  padding: 80px 0px;
  background: #E8A100;
}

.topr_buy_insurance_hd {
  margin-bottom: 1px;
}

.why_is_box p {
  text-align: justify;
}

.topr_buy_insurance_hd h2 {
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 13px;
}

.topr_buy_insurance_hd p {
  line-height: 27px;
  color: #fff;
}

.benefits_buying_insur_online ul {
  border: 3px solid #E8A100;
  border-radius: 10px;
  padding: 15px 10px 15px 35px;
}

.health_insur_plan ul li {
  margin: 14px 0px;
  font-size: 16px;
}

.helth_benifits_heading h3 {
  font-size: 35px;
  font-weight: 700;
  padding: 10px 0 0 0;
  color: #E8A100;
  line-height: 36px;
}

.invest_txt p {
  text-align: justify;
}

.main_Ser_txt p {
  text-align: justify;
}

.helth_benifits_heading p {
  font-size: 15px;
  padding: 10px;
  color: #000;
  font-weight: 600;
}

.helth_icon img {
  max-width: 57px;
  filter: invert(1);
  background-color: #ff905b;
  border-radius: 5px;
  padding: 10px;
}

.helth_benifits {
  text-align: center;
}

.work_box_cnt h3 {
  font-size: 17px;
  color: #E8A100;
  line-height: 24px;
}

span.span_rupee {
  text-decoration: underline;
  font-weight: 700;
}

.main_form_home {
  background: #fff;
  padding: 0px 22px;
  border-radius: 8px;
}

.helth_benifits:hover .work_box_cnt h3 {
  color: #fff;
}

.contact_no i.fa-regular.fa-envelope {
  color: #fff;
}

.helth_benifits:hover .work_box_cnt p {
  color: #fff;
}

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

.helth_benifits:hover .work_box_cnt a {
  color: #fff;
}

.health_insur_txt {
  margin-bottom: 10px;
}

.work_box_cnt p {
  color: #000;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 15px;
}

.btn_div_buttons {
  text-align: center;
}

section.health_insur_sec .btn_form_submit a.submit {
  background: #E8A100;
  color: #fff;
}

.helth_icon {
  margin-bottom: 15px;
}

.helth_cnt h3 {
  font-size: 17px;
  font-weight: 700;
}

.helth_cnt p {
  font-size: 15px;
  color: #404040;
}

.helth_benifits {
  margin: 20px 0 20px 0;
  background-color: #fd6f6f08;
  padding: 40px 15px 40px 15px;
  height: 350px;
  box-shadow: 0px 0px 6px 1px #2626262b;
  border-radius: 7px;
}

.helth_benifits:hover {
  background-color: #E8A100;
  transform: translateZ(10px);
  transition: 1.2s;
}

.work_box_cnt a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.helth_cnt a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 600;
}

.helth_benifits_heading {
  text-align: center;
}

.helth_benifits:hover .work_box_cnt h3 {
  color: #fff !important;
}

/***----loan assistance----*/
.reason_home_loan i {
  font-size: 40px;
  width: 50px;
  text-align: center;
}

table.table.caption-top th,
td {
  color: #000 !important;
}

table.table.caption-top td {
  color: #000 !important;
}

tr.quant_main td {
  color: #000 !important;
  border: 1px solid #000 !important;
}

section.table_elss_sec th,
td {
  color: #000 !important;
  border: 1px solid #000 !important;
}

.lone_home_W table.table_personal.home_loan_tebal th,
td {
  color: #000 !important;
  border: 1px solid #000 !important;
}

.lone_home_W table.table_personal.home_loan_tebal td {
  color: #000 !important;
  border: 1px solid #000 !important;
}

.why_is_box-general h4.heading_Color {
  color: #fff !important;
}

/*----life insurance----*/

.life_Insurance {
  background-color: #fff;
  padding: 180px 0px 120px 0px;
  display: flex;
  align-items: center;
  height: auto;
  height: auto;
  background-image: linear-gradient(rgb(46 46 46 / 36%), rgb(0 0 0)), url(../img/life_new_ban.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.life_term_li {
  display: flex;
}

.comparing_insur_cnt {
  border: 3px solid #E8A100;
  border-radius: 10px;
  padding: 15px 10px 15px 35px;
}

.life_main_heading h2 {
  font-size: 18px;
  font-weight: 700;
}

.life_main_heading h3 {
  font-size: 17px;
  font-weight: 600;
}

.life_main_heading p {
  font-size: 15px;
  color: #fff;
  text-align: justify;
}

.life_main_heading h1 {
  padding: 10px 0 30px 0;
  color: #fff;
  font-weight: 600;
}

img.struggle_loan {
  max-width: 500px;
}

section.life_Insurance .main_col {
  background: #ffffffad;
  border-radius: 17px;
  padding: 20px;
}

.btn_form_submit a.submit {
  background: #E8A100;
  color: #fff;
  letter-spacing: 1px;
}

.life_main_heading ul {
  margin-left: 16px;
}

.life_term_li h2 {
  color: #fff;
}

.life_term_li ul li {
  list-style: none;
}

.life_term_li img {
  border: 3px solid #E8A100;
  padding: 0px 10px;
  border-radius: 100%;
  background-color: white;
  width: 100px;
  height: 100px;
}

section.Insurance_box {
  margin: -30px 0 0 0;
}

.box_imahe_a {
  text-align: center;
  border: solid 1px #ebedf0;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
}

.bg_ox {
  padding: 37px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  margin-bottom: 30px;
  border-radius: 15px;
}

.happy_family_img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.happy_family_img img:hover {
  box-shadow: 1px 1px 4px 2px black;
}

.happy_family_text.mt-4 h3 {
  font-size: 40px;
  margin-bottom: 17px;
}

.happy_family_text p {
  text-align: justify;
  line-height: 27px;
}

.benefits_buying_insur {
  padding: 80px 0px;
}

.benefits_buying_insur_online ul li {
  margin: 14px 0px;
  font-size: 16px;
}

.benefits_buying_insur_main {
  margin-bottom: 22px;
}

.benefits_buying_insur_main h2 {
  font-weight: 600;
  color: #E8A100;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 13px;
}

.benefits_buying_insur_main p {
  line-height: 23px;
}

.benefits_buying_insur_online ul {
  border: 3px solid #E8A100;
  border-radius: 10px;
  padding: 15px 10px 15px 35px;
}

.why_is_box {
  padding: 25px;
  text-align: center;
  box-shadow: 0px 0px 5px 1px #0000001f;
  border-radius: 7px;
}

.why_is_box h4 {
  font-size: 22px;
  font-weight: 700;
}

.why_is_box {
  color: #484848;
}

.why_it_is_cnt {
  padding-top: 25px;
  text-align: center;
  padding-bottom: 25px;
}

.why_is_box:hover h4 {
  color: orange;
}

.comparing_life_heading {
  padding-bottom: 13px;
  text-align: center;
}

.why_it_is_cnt h4 {
  font-weight: 600;
  color: #E8A100;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 13px;
}

.comparing_life_heading h5 {
  font-weight: 600;
  color: #E8A100;
  font-size: 36px;
  line-height: 36px;
}

.comparing_life_heading p {
  color: #6a6a6a;
  font-weight: 500;
}

.comparing_life_cnt {
  margin-bottom: 10px;
}

.comparing_life_cnt h4 {
  color: #ff8100;
  margin-bottom: 0px;
}

.loan_Assistant_banner_f {
  padding: 180px 0px 100px;
  display: flex;
  align-items: center;
  height: auto;
  background-image: linear-gradient(rgb(46 46 46 / 4%), rgb(0 0 0)), url(../img/assist_banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.plan_in_india {
  padding: 140px 0px;
  display: flex;
  align-items: center;
  height: auto;
  background-image: linear-gradient(rgb(46 46 46 / 91%), rgb(0 0 0 / 16%)), url(../img/assi_loan.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*------home_loan--------*/

/*----sip----*/
table.table.caption-top tr td h5 {
  font-size: 17px;
}

section.plan_in_india {
  background-color: #cae8f2 !important;
  padding: 180px 0px 80px;

}

.understanding_stp {
  background: #b5b5b569;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
}

.plan_india_heading h4 {
  font-size: 41px;
  line-height: 55px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
}

.plan_india_heading p {
  line-height: 34px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
}

section.plan2024 h4 {
  color: #E8A100;
  font-size: 30px;
  text-align: center;
  margin-bottom: 42px;
}

.theere p {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 54px;
}

section.available_in h3 {
  color: #E8A100;
  font-size: 30px;
  text-align: center;
  margin-bottom: 42px;
}

.sip_plans.text-center {
  background: #b5b5b569;
  padding: 40px;
  border-radius: 10px;
}

section.the_full_form {
  background: #E8A100;
  padding: 80px;
  display: flex;
  align-items: center;
  height: auto;
  /* background-image: linear-gradient(rgb(46 46 46 / 91%), rgb(0 0 0 / 78%)), url(../img/assi_loan.png); */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

section.save_money {
  height: auto;
  padding: 140px 0px;
  display: flex;
  background-image: linear-gradient(rgb(46 46 46 / 75%), rgb(0 0 0)), url(img/main_health_banner.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.save_money_cnt p {
  color: #fff;
  line-height: 32px;
}

.save_money_cnt ul li {
  color: #ffff;
  margin-bottom: 19px;
}


.save_money_heading h4 {
  color: #ffff;
}

section.the_full_form p {
  color: #fff;
  line-height: 30px;
}

section.the_full_form h4 {
  color: #fff !important;
  margin-bottom: -16px;
}

section.unloacking_main_div {
  background: #E8A100;
  padding: 80px 0;
}

section.unloacking_main_div h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
}

section.unloacking_main_div li {
  color: #fff;
  line-height: 33px;
}

section.unloacking_main_div p {
  color: #fff;
}

section.the_full_form ul li {
  margin: 5px 0px;
  color: #fff;
  position: relative;
}

section.features_of_sip {
  padding: 80px 0;
}

table.table.caption-top {
  background: #ffff;
  border-radius: 10px;
  padding: 27px 63px;
  box-shadow: 0 0 4px 3px #00000014;
}

.features_off_sip_headind h4 {
  color: #E8A100;
  font-size: 30px;
  text-align: center;
  margin-bottom: 13px;
}

.features_off_sip_headind {
  text-align: center;
}

section.the_full_form ul li:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 11px;
  top: 8px;
  left: -18px;
}

/*--sip--*/

h1.stat-counter::after {
  content: '+';
}

p.years_ee {
  font-size: 20px !important;
  font-weight: 700 !important;
}

h1.years_e {
  font-size: 47px !important;
}

p.consult_tancy {
  font-size: 26px !important;
  font-weight: 700 !important;
}

/*---partner_become---*/

.Understd_insurance_sec {
  padding: 50px 0px;
}

.getthe_sol_img_txt h1 {
  font-weight: 600;
  line-height: 49px !important;
  font-size: 41px !important;
  margin-bottom: 16px !important;
}

.Understd_insurance_head h2 {
  margin-bottom: 8px;
  color: #E8A100;
  font-size: 35px;
  font-weight: 600;
}

.Understd_insurance_main {
  border-radius: 10px;
  background-color: #a8c9f5;
  padding: 30px 22px;
}

.Understd_insurance_main_already {
  border-radius: 10px;
  background-color: #aaf3e2;
  padding: 30px 22px;
}

.Understd_insurance_main_any {
  border-radius: 10px;
  background-color: #fbdeb3;
  padding: 30px 22px;
}

.Understd_insurance_heading h4 {
  color: #E8A100;
  font-weight: 600;
  margin-bottom: 10px;
}

.Understd_insurance_heading {
  margin: 0px 0px 40px 0px;
}

.Understd_insurance_btn a {
  font-weight: 500;
  border: none;
  background-color: #fff;
  color: #000;
  padding: 6px 17px;
  font-size: 18px;
}

.insights_hub_sec {
  padding: 50px 0px;
}

.Understd_insurance_btn a:hover {
  border: none;
  background-color: #fff;
  color: #000;
}

.leader_speak {
  position: relative;
  border-radius: 20px;
  padding: 28px 30px;
  background-color: #eae6ff;
}

.leader_speak::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(img/leader_speak_bg.html);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.Webinars_learn {
  position: relative;
  border-radius: 20px;
  padding: 28px 30px;
  background-color: #cbf9e1;
}

.Webinars_learn::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(img/leader_speak_bg.html);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.Podcast_get {
  position: relative;
  border-radius: 20px;
  padding: 28px 30px;
  background-color: #fff2bc;
}

.Podcast_get::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(img/leader_speak_bg.html);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.Whats_new_check {
  position: relative;
  border-radius: 20px;
  padding: 28px 30px;
  background-color: #ffebe6;
}

.Whats_new_check::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(img/leader_speak_bg.html);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.insights_hub_txt h5 {
  color: #E8A100;
}

.insights_hub_head h2 {
  margin-bottom: 15px;
  color: #E8A100;
  font-size: 35px;
  font-weight: 600;
}

.insights_hub_txt p {
  color: black;
  margin-bottom: 0px;
}



.wht_health_insur p {
  line-height: 23px;
  margin: auto;
  text-align: justify;
}

.sec-title h2 {
  color: #E8A100;
}

.sec-title .title {
  position: relative;
  color: #323232;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.topr_buy_insurance_hd.main_text_a h2 {
  text-align: center;
  font-size: 36px !important;
  margin-bottom: 38px;
  line-height: 46px;
}

.topr_buy_insurance_hd p {
  text-align: justify;
}

.ourl_blog_txt h5 {
  font-size: 20px !important;
  line-height: 26px;
  color: #000 !important;
  text-shadow: 1px 3px 7px rgba(255, 255, 255, 1), 0 0 20px rgb(255 255 255 / 46%), 0 0 20px rgb(255 255 255 / 23%), 0 0 20px rgb(255 255 255 / 3%), 0 0 20px rgb(255 255 255 / 10%), 0 0 20px rgb(255 255 255 / 21%), 0 0 20px rgb(255 255 255 / 2%), 0 0 20px rgb(255 255 255 / 0%);
}

.feature-card-widget-9.wow.fadeInUp h5 {
  font-size: 18px;
  font-weight: 600;
}

.health_insur_icon img {
  width: 30px;
}

.health_insur_icon {
  background: white;
  padding: 6px;
  border-radius: 28px;
}

.wht_health_insur p {
  text-align: justify !important;
}

.online-personal-loan-2-tittle.instant_s {
  text-align: center;
}

.online-personal-loan-2-tittle.instant_s p {
  max-width: 100%;
  width: 70%;
  margin: 0px auto;
}

section.instant_personal {
  padding: 90px 0px;
  background-color: #fff;
}

.faq_per {
  background: #fff;
}

.personal_text {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

.row.instant_personal_box {
  margin-top: 40px;
}

.sec-title.personal_t h2 {
  font-size: 20px;
  font-weight: 600;
}

.online-personal-loan-2-tittle.instant_s p {
  padding-top: 13px;
  text-align: justify;
}

.health_session_m {
  background: #fff;
  padding: 9px 13px;
  border-radius: 40px;
}

.health_session_m i {
  color: #E8A100 !important;
  font-size: 19px;

}

.modal-backdrop.show {
  opacity: 20%;
  display: none;
}

.title_2.loan_Assi_h2 h3 {
  color: #E8A100;
  text-align: center;
}

.instant_s h2 {
  font-size: 32px;
}

.instant_s h2 {
  font-size: 32px;
}

.Online-Application-Process-heading h1 {
  font-size: 32px;
  position: relative;
}

ul.fa_slode_checking li {
  position: relative;
  padding-left: 20px;
}

ul.fa_slode_checking li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #E8A100;
  position: absolute;
  border-radius: 16px;
  top: -1px;
  left: -7px;
}

ul.fa_slode_checking {
  border-left: 3px solid #f2f2f2;
  /* position: absolute; */
}

.btn_main_div button {
  padding: 15px 60px 15px 60px;
  border: 0;
  outline: 0;
  font-size: 18px;
  border-radius: 6px;
  background-color: #E8A100;
  color: white;
  font-weight: 600;
}

/* choose rupeezo css starts */

.choose_rup_india {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 1rem 0 0;
}

.choose_rup_ind_box {
  height: 100%;
  background: #f2f9ff;
  border-radius: 15px;
  padding: 20px;
  border-left: 8px solid #E8A100;
  transition: all 0.3s ease;
}

.choose_rup_ind_box:hover {
  cursor: pointer;
  background: #fff;
  border-left: 8px solid #000;
  box-shadow: 0px 0px 7px #ccc;
  transition: all 0.3s ease;
}

.choose_rup_ind_box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
}

.choose_rup_ind_box p {
  font-size: 14px;
}

.choose_rup_ind_content {
  margin-top: 1rem;
}

/*----faq----*/

.faq_Sec_main_Sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.faq_Sec_main_Sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.faq_Sec_main_Sec .accordion-button::after {
  transition: all 0.5s;
}

section.faq_Sec_main_Sec {
  padding: 80px 0;
}

section.faq_Sec_main_Sec .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #E8A100 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

section.faq_Sec_main_Sec button.accordion-button.collapsed {
  background: #f5f5f5;
}

section.faq_Sec_main_Sec h4 {
  text-align: center;
  color: #e16b13;
  font-size: 32px;
  position: relative;
  max-width: 450px;
  margin: 0px auto 58px;
  position: relative;
}

section.faq_Sec_main_Sec h4:before {
  position: absolute;
  content: "";
  background: #E8A100;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -25px;
  border-radius: 3px;
  overflow: hidden;
}

section.faq_Sec_main_Sec .accordion-button:focus {
  z-index: 3;
  border-color: #ffffff !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

section.faq_Sec_main_Sec h4:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  left: 0;
  bottom: -25px;
  border-radius: 0;
  -webkit-animation: bar_dot 4s linear infinite;
  animation: bar_dot 4s linear infinite;
}

section.faq_Sec_main_Sec .accordion-button {
  padding: 16px 8px;
  font-size: 14px;
  line-height: 23px;
  color: #000;
}

ul.ul_flx_follow li h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1px;
}

ul.ul_flx_follow li h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1px;
}

ul.fa_slode_checking h2 {
  font-size: 19px;
  margin-bottom: -5px;
  margin-left: 9px;
}




.main_pro_txt h2 {
  color: #E8A100;
  font-size: 33px;
  text-align: center;
}

section.proper_main_top_Sec {
  padding: 80px 0;
  text-align: center;
}

.main_pro_txt {
  max-width: 840px;
  margin: auto;
}

section.features-sec h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 600;
}

section.features-sec p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 500;
  text-align: justify;
}

section.features-sec {
  background: #E8A100;
  padding: 80px 0;
}

section.features-sec h2.PRHeading.green.text-center {
  color: #fff;
  max-width: 700px;
  margin: auto;
  margin-bottom: 52px;
}

.cityCard {
  border: 1px solid #fff;
  height: 100%;
  border-radius: 6px;
  padding: 20px;
}

.feature_img img {
  max-width: 70px;
}

section.slider_sec2.text-center.eligibily-sec {
  padding: 60px 0px;
}

.tm-outer-container .tm-banner-section .perBanenerContent {
  padding-top: 60px;
}

.eligibily-sec h2 {
  margin-top: 0px;
}

.eligibily-sec .owl-carousel2.carousel-main2 {
  display: block;
}

.eligibily-sec .slide_box {
  margin: 10px;
  width: 48%;
  float: left;
  background: #fff;
  text-align: left;
}

.slide_box {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.slide_box span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.prEligible.ins-Personal {
  background: #fff;
  padding: 30px;
}

section.documents.tm-documents {
  background: #E8A100;
  padding: 80px 0;
}

.tm-documents .dcf-table tbody tr th img {
  height: 40px;
  float: left;
  margin-right: 15px;
}

.custom-container p {
  color: #fff;
  margin-bottom: 42px;
}

.custom-container h2 {
  color: #fff;
}

section.persnal-loan-sec {
  padding: 80px 0;
}

section.persnal-loan-sec table table,
th,
td {
  border: 1px solid #000 !important;
  padding: 20px;
  color: #000 !important;
}

h2.PRHeading.green.text-center {
  color: #fff;
  margin-bottom: 30px;
}

.col-ab {
  border: 1px solid #fff;
  padding: 20px 10px;
  height: 100%;
  border-radius: 3px;
  background-color: #fff;
}

.col-imgg img {
  aspect-ratio: 4/2;
  background: #fff;
  border-radius: 9px;
  padding: 10px;
}

.col-textt h3 {
  font-size: 21px;
  color: #E8A100;
}

section.importent_term {
  background: #E8A100;
  padding: 80px 0;
}

.col-textt p {
  color: #000;
  font-size: 16px;
}

.main_pro_txt p {
  text-align: justify;
}

section.Why_is_it {
  padding: 60px 0;
}

.general_why_is {
  background: #E8A100;
}

.general_why_is .why_it_is_cnt h4 {
  color: #fff;
}

.general_why_is .why_it_is_cnt p {
  color: #fff !important;
}

.general_why_is .why_is_box-general {
  background: #ffffff;
}

.general_why_is .why_is_box-general h4 {
  color: #000;
}

.general_why_is .why_is_box-general P {
  color: #000 !important;
}

.beneficial_require {
  background: #E8A100;
}

.beneficial_require .helth_benifits:hover {
  background: #E8A100;
  border: 1px solid #fff;
}

.beneficial_require .helth_benifits_heading h3 {
  color: #fff;
}

.beneficial_require .helth_benifits_heading p {
  color: #fff;
}

.beneficial_require .helth_benifits {
  background-color: #fff;
}

.buting_colll {
  background: #E8A100;
}

.buting_colll .benefits_buying_insur_online ul {
  border: 3px solid #fff;
}

.buting_colll .benefits_buying_insur_main h2 {
  color: #fff;
}

.buting_colll .benefits_buying_insur_main p {
  color: #fff !important;
}

.buting_colll .benefits_buying_insur_online ul li {
  color: #fff;
}

.main_lic_calculator .form-container {
  width: 100%;
  background: #ffff;
  padding: 20px;
  border-radius: 10px;
}

.main_lic_calculator .invest_btn {
  display: flex;
  gap: 37px;
  padding: 20px 0;
}

.main_lic_calculator .main_in_vest {
  background: #E8A100;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
}

.main_lic_calculator span {
  text-decoration: underline;
  color: #000;
}


/*-------------last-----------*/
.col-textt p {
  text-align: center;
}

ul.heal_main_h {
  display: flex;
  gap: 23px;
}

ul.heal_main_h .health_insur_txt h6 {
  font-size: 16px;
}

.benefits_buying_insur_main h2 {
  line-height: 44px;
}

.new_benifist_a {
  text-align: center;
  margin-bottom: 42px;
}

.new_benifist_a {
  text-align: center;
  margin-bottom: 42px;
}

.new_benifist_a h3 {
  color: #E8A100;
  font-weight: 600;
}

section.general_table_sec table.life_general_insurance_tb tr {
  color: #fff !important;
  border: 1px solid #fff !important;
}

section.general_table_sec table.life_general_insurance_tb td {
  color: #fff !important;
  border: 1px solid #fff !important;
}

section.general_table_sec table.life_general_insurance_tb th {
  color: #fff !important;
  border: 1px solid #fff !important;
}


/*----popup----*/
#myModal .modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

div#myModal {
  background: #323232d1;
}

#myModal .modal-content {
  background-color: #fefefe;
  margin: 3% auto;
  padding: 15px 0;
  border: 1px solid #fff;
  max-width: 900px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.modal-content img {
  height: 510px;
  width: 100%;
}

.main_popup_cntnt {
  display: flex;
  gap: 32px;

  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 21px;

}

#myModal .close {
  color: #aaa;
  position: absolute;
  top: -12px;
  right: 3px;
  font-size: 28px;
  font-weight: bold;
}

#myModal .popup_btn a {
  padding: 11px 41px 11px 34px;
  border: 0;
  outline: 0;
  font-size: 18px;
  border-radius: 6px;
  background-color: #E8A100;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}

.title_2.loan_Assi_h2 .form-select:focus {
  border-color: #ffffff !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%) !important;
}

#myModal .close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.partner_blog_video .ourl_blog {
  box-shadow: 0 0 7px 0 #00000061;
}

.partner_blog_video .ourl_blog_txt p {
  color: #000;
}

.row.border_partner {
  border: 2px solid #E8A100;
  border-radius: 10px;
  padding: 10px;
}
.cntnrt_slicky p.card-text {
  margin-bottom: 12px;
}
/* choose rupeezo css ends  */
@media (max-width:991px) {
  li.li_list {
    display: block;

  }
  .header-menu .menu .nav-item .mobile_dropdown_icon {
     top: 12px;
 }
 .header-menu .theme-btn {
  margin-left: 15px;
}
}

@media (max-width:567px) {
  .banner-area-6 .banner-img .img-1 {
    display: none;
  }

  .why_heading h2 {
    font-size: 25px;
  }

  ul.heal_main_h {
    display: block;
    gap: 23px;
  }

  .health_insur_hd h2 {
    font-size: 23px !important;
    margin-bottom: 3px;
    line-height: 37px;
  }

  .title_Services h2 {
    font-size: 21px;
    line-height: 29px;
  }

  section.faq_Sec_main_Sec h4 {
    font-size: 22px;
  }

  .main_form_home {
    margin-top: 21px;
  }

  .banner_img {
    display: none;
  }

  .title_feedback_customer h2 {
    font-size: 25px;
  }

  .banner-area-6 .banner-img::before {
    display: none;
  }

  h1.wow.fadeInUp {
    font-size: 20px;
    margin-top: 13px;
  }
}

@media(max-width:767px) {
  .choose_rup_india {
    display: block;

  }
  .health_insur_hd h1 {
    font-size: 27px;
    line-height: 43px;
}
  .dots_icon_main_s {
    display: block;

}
section.testimonial_Sec_slicky .slick-prev, .slick-next {
  display: none  !important;
}
#marquee {
  padding: 30px 0px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}
  section.testimonial_Sec_slicky {
    padding: 40PX 0;
}
.cntnrt_slicky {
  min-height: 285px;
}
.our_feature h2.RENFFFF {
  font-size: 22px;
}
  .nav-item {
    display: grid;
    width: 100%;
  }
  .under_txt_content h1 {
    line-height: 39px !important;
    font-size: 25px !important;
}
  .choose_rup_ind_box {
    margin-bottom: 15px;
  }

  .main_how_does {
    display: block;
    margin-bottom: 10px;
  }

  .img_loan_under img {
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 0px !important;
  }

  footer.footer .form-control {
    margin-bottom: 20px;
  }

  .under_txt_content h2 {
    line-height: 36px !important;
    font-size: 25px !important;
    margin-bottom: 16px !important;
    font-weight: 600;
  }

  .banner-area-6 .banner-content h1 {
    line-height: 48px !important;
    font-size: 28px !important;
    margin-bottom: 16px !important;
  }

  .section-title {
    text-align: center !important;
  }

  .coverage_img {
    text-align: center;
    margin: 25px 0 0 0;
  }

  .pt-110 {
    padding-top: 20px;
  }

  header.header {
    margin-top: 92px !important;
  }

  .main_about_main .banner-content .section-title h1.wow.fadeInUp {
    font-size: 25px;
    line-height: 36px;
  }

  section.asked h4 {
    font-size: 27px;
    margin-bottom: 37px;
  }

  .main_btn ul li a {
    font-size: 17px;
  }

  .main_btn ul li :before {
    top: 6px;
  }

  .health_insur_hd h2 {
    font-size: 36px;
    margin-bottom: 3px;
  }

  .what_health_insur {
    padding: 26px 0px;
  }

  .footer.footer-2 .copyright-text.text-md-start.text-center {
    margin-top: 35px;
  }

  .quick_collateral h1 {
    font-size: 30px;
  }

  .applybn_loan {
    margin-bottom: 20px;
  }

  .main_banner h1 {
    font-size: 27px;
    line-height: 50px;
  }

  .main_banner span {
    font-size: 27px;
    color: black;
  }

  .main_banner p {
    font-size: 23px;
    margin-bottom: 32px;
  }

  .online_loan_cnt h3 {
    font-size: 23px;
    line-height: 27px;
  }

  .online-personal-loan-2 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .footer-text p {
    text-align: center;
  }

  .online-personal-loan-btn-1 {
    text-align: center;
  }

  .online-personal-loan-contant h2 {
    font-size: 28px;
  }

  .applybn_loan {
    text-align: center;
  }

  .header-menu .menu>.nav-item+.nav-item {
    margin-left: 0px !important;
  }

  section.the_full_form {
    /* background: #E8A100; */
    padding: 19px;
  }

  .plan_india_heading h4 {
    font-size: 31px;
    line-height: 41px;
  }

  section.features_of_sip {
    padding: 0px 0;
  }
  .health_insur_txt {
    margin-bottom: 0;
  }
  .container{
    padding: 0px 20px !important;
  }
  .instant_main_oer h3 span {
    font-size: 34px;
}
.sec-title.personal_t p {
  margin-bottom: 10px;
}
.sec-title.personal_t h2 {
  line-height: 30px;
}
.Online-Application-Process-heading h2 {

  font-size: 27px;
}
.online-personal-loan-contant h1 span {
  font-size: 37px;
}
section.Online-Personal-Loan p {
  font-size: 16px;
}
.personal_text {
  padding: 20px;
}
.Online-Personal-Loans-Funding-heading h2 {
  font-size: 25px !important;
}
.onlineloneicons i.fa-solid {
  font-size: 28px;
  padding: 26px;
}
.row.mt-5.btn_main_div {
  margin-top: 20px !important;
}
.img-1 {
  width: 100px !important;
}
.businessbq_img img {
  padding: 17px 10px;
}
.businessbq_main {
  margin-bottom: 15px;
}
.businessbq p {
  font-size: 16px;
}
.doyou_wantto_heading h2 {
  font-size: 28px;
}
h2.section-heading.text-center {
  margin: 6px;
}
span.light-font {
  line-height: 5px;
}
section.who_can_appli_ls .slick-dots {
  bottom: -43px;
}
.main_btn_apply {
   margin-top: 12px;
}
.business_finance p {
  line-height: 25px;
}
.main_slid_items p {
  line-height: 25px;
}
.main_banner h1 {
  font-size: 33px !important;
}
.main_banner span {
  font-size: 29px;
  line-height: 25px;
}
.main_banner {
  padding: 30px 0 30px 0;
}
.main_second_session {
  padding: 0px 0px 0px 0px !important;
}
.row.mt-5.btn_main_div {
   text-align: center;
}
section.proprty_main_Sec_im .main_banner p {
   margin-bottom: 0px;
}
.main_pro_txt h2 {
  font-size: 25px;
   line-height: 35px;
}
section.features-sec h2.PRHeading.green.text-center {
  margin-bottom: 19px;
  font-size: 25px;
  line-height: 33px;
}
.cityCard {
  text-align: center;
}
section.features-sec p {
  text-align: center;
}
h2.PRHeading.green.text-center {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 36px;
}
.eligibily-sec .slide_box {
  text-align: center;
}
section.bg_disable.bg_disapply .section-title h2 {
  margin-bottom: -43px !important;
  font-weight: 500;
  font-size: 29px;
  line-height: 38px;
}
.online_loan_cnt h3 {
  font-size: 23px;
  line-height: 40px;
}
.how_work_cnt h3 {
  font-size: 27px !important;
}
.how_work_box {
  margin: 25px 0 0px 0 !important;
  padding: 40px 0 30px 0 ;
}
.better_text p {
  text-align: justify;
}
.better_all,.better_two,.better_three,.better_four {
  border-radius: 10px;
}
.work_icon {
  margin-bottom: 0px;
}
.life_main_heading h1 {
  padding: 0px 0 0px 0;
}
.life_term_li {
  display: block;
}
.life_main_heading h1 {
  line-height: 51px;
}
.life_main_heading p {
  font-size: 18px;
}
section.Insurance_box .col-lg-2.col-md-4.col-12 {
  margin-bottom: 14px;
}
.life_choose_india h2.section-heading {
  font-size: 28px;
  line-height: 37px;
}
.title_main_ahead h2 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 32px;
}
.main_how_does {
  text-align: center;
}
.life_insur_marque img {
  height: 100%;
  object-fit: cover;
}
.health_insur_icontxt ul li {
 margin: 0px 0px 12px 0px;
}
.new_benifist_a h3 {
  font-size: 23px;
}
.new_benifist_a {
  height: 100%;
}
.new_benifist_a {
   margin-bottom: 6px;
}
.documents_requireds_health_sec {
  padding: 0px 15px 50px 15px;
}
.car_loans_txt h2 {
  text-align: center;
}
p#para1 {
  text-align: center !important;
}
.btn_main_divs {
  margin-top: 13px !important;
}
.happy_family_text.mt-4 h3 {
  font-size: 32px;
  margin-bottom: 14px;
}
.clockkkk {
  height: 100%;
}
.diff_life_general_insur h4 {
  font-size: 26px;
  line-height: 35px;
}
/* .life_insur_marque img {
  min-height: 100% !important;
  object-fit: contain !important;
} */
.title_2 h2 {
  font-size: 27px;
}
.why_heading h2 {
  font-size: 24px;
}
.ul_li_main {
  display: block ;
 
}
.under_txt_content p {
  font-size: 23px !important;
}
section.blog_video .ourl_blog {
  min-height: 460px;
}
.title_feedback_customer h2 {
  font-size: 27px;
}
.top_header {
  padding: 10px 0;
}
section.Online-Personal-Loans-Funding .row {
  JUSTIFY-CONTENT: CENTER;
}
}

@media(max-width:567px) {
  .contact_no h3 {
    font-size: 14px;
    line-height: 30px;
}
header.header {
  margin-top: 90px !important;
}
.about-section .content-column .text {
  margin-bottom: 0;
}
section.about-section .sec-title h2 {
  font-size: 21px;
  line-height: 27px;
}
section.main_About_two_bot {
  margin-bottom: 0;
}
.instant_main_oer h3 span {
  color: #E8A100;
  font-size: 29px;
}
section.partner_blog_video .slick-prev, .slick-next {
  display: none !important;
}
.topr_buy_insurance_hd.main_text_a h2 {
  margin-bottom: 15px;
}
section.about-section a.theme-btn {
  margin-top: 24px;
}
.invest_txt h2 {
  display: block !important;
  height: unset !important;
}
.ul_li_main {
  display: block !important;
}
.certificates_main_bg {
  padding: 40px 0px !important;
}
.social-button {
  gap: 6px;
}
.multi_item .item {
  margin: 40px 20px 20px !important;
}
.under_txt_content p {
  font-size: 24px !important;
}
.main_slid_items h2 {
  margin-bottom: 5px;
  font-size: 28px;
}
.doyou_txt p {
  margin-top: 30px;
}
.doyou_main_txt p {
  text-align: center;
}
ul.fa_slode_checking h2 {
  margin-left: 0;
}
.online-Application-process-list ul li span {
  margin-left: 0 !important;
}
.img-icon-1 p a {
  font-size: 16px !important;
}
ul.fa_slode_checking li:before {
  top: 15px;
}

.why_heading h2 {
  font-size: 22px;
}
.support_flx {
  gap: 10px;
  align-items: unset;
}
}

