/* ===================================== 1 Default CSS ===================================== */
:root {
  --theme-color: #22a638;
  --theme-color-pera: #144835;
  --theme-color-white: #fff;
  --theme-color-second: #F6F6F6;
  --primary-font: "Urbanist", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-corner {
  display: none;
}

::-webkit-scrollbar-thumb {
  background: #22a638;
  background-clip: content-box;
}

::-webkit-scrollbar-track {
  background-color: #0f141c;
}

.tab-bar::-webkit-scrollbar {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  max-width: 1290px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover,
img:hover,
svg:hover {
  transition: all 0.5s ease-in-out;
}

img,
svg,
path {
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

.row>* {
  padding-left: 15px;
  padding-right: 15px;
}

.Urbanist_fontfamily {
  font-family: "Urbanist", sans-serif;
}

.Inter_fontfamily {
  font-family: "Inter", sans-serif;
}

.sec_padding {
  padding: 100px 0px;
}

.m-60 {
  margin: 60px;
}

.p-60 {
  padding: 60px;
}

.sec_padding_top {
  padding-top: 100px;
}

.sec_padding_bottom {
  padding-bottom: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ms-60 {
  margin-left: 60px;
}

.me-60 {
  margin-right: 60px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.py-10 {
  padding: 10px 0;
}

.px-10 {
  padding: 0 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.py-15 {
  padding: 15px 0;
}

.px-15 {
  padding: 0 15px;
}

.my-15 {
  margin: 15px 0;
}

.mx-15 {
  margin: 0 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.my-10 {
  margin: 15px 0;
}

.mx-10 {
  margin: 0 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.py-20 {
  padding: 20px 0;
}

.px-20 {
  padding: 0 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.my-20 {
  margin: 20px 0;
}

.mx-20 {
  margin: 0 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.py-30 {
  padding: 30px 0;
}

.px-30 {
  padding: 0 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.my-30 {
  margin: 30px 0;
}

.mx-30 {
  margin: 0 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.py-40 {
  padding: 40px 0;
}

.px-40 {
  padding: 0 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.my-40 {
  margin: 40px 0;
}

.mx-40 {
  margin: 0 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ps-60 {
  padding-left: 60px;
}

.pe-60 {
  padding-right: 60px;
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
  display: none !important;
}

select.contact_input_box {
  background-image: url(../images/svgs/arrow-down.svg) !important;
  background-position: right 15px center !important;
  background-size: 30px !important;
}

/* ===================================== Font-size Reset CSS ===================================== */
.heading_text_1 {
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
}

.heading_text_2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #000;
}

.heading_text_3 {
  font-size: 34px;
  line-height: normal;
  font-weight: 600;
}

.heading_text_4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.heading_text_5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.heading_text_6 {
  font-size: 14px;
  line-height: 25px;
}

p {
  font-size: 14px;
  line-height: normal;
}

/*========== Custome Line-height Class ==========*/
.line_height_normal {
  line-height: normal;
}

.line_height_20 {
  line-height: 20px;
}

.line_height_24 {
  line-height: 24px;
}

.line_height_30 {
  line-height: 30px;
}

.line_height_36 {
  line-height: 36px;
}

.line_height_45 {
  line-height: 45px;
}

.line_height_48 {
  line-height: 48px;
}

.line_height_60 {
  line-height: 60px;
}

/*========== Custome Font-Wight Class ==========*/
.fw_100 {
  font-weight: 100;
}

.fw_100_italic {
  font-weight: 100;
  font-style: italic;
}

.fw_100 {
  font-weight: 100;
}

.fw_100_italic {
  font-weight: 100;
  font-style: italic;
}

.fw_100 {
  font-weight: 100;
}

.fw_100_italic {
  font-weight: 100;
  font-style: italic;
}

.fw_200 {
  font-weight: 200;
}

.fw_200_italic {
  font-weight: 200;
  font-style: italic;
}

.fw_300 {
  font-weight: 300;
}

.fw_300_italic {
  font-weight: 300;
  font-style: italic;
}

.fw_400 {
  font-weight: 400;
}

.fw_400_italic {
  font-weight: 400;
  font-style: italic;
}

.fw_500 {
  font-weight: 500;
}

.fw_500_italic {
  font-weight: 500;
  font-style: italic;
}

.fw_600 {
  font-weight: 600;
}

.fw_600_italic {
  font-weight: 600;
  font-style: italic;
}

.fw_700 {
  font-weight: 700;
}

.fw_700_italic {
  font-weight: 700;
  font-style: italic;
}

.fw_900 {
  font-weight: 900;
}

.fw_900_italic {
  font-weight: 900;
  font-style: italic;
}

/*========== Color class ==========*/
.color_white {
  color: #fff;
}

.bg_white {
  background-color: #fff;
}

.color_black {
  color: #000;
}

.bg_black {
  background-color: #000;
}

.bg_lightblack {
  background-color: #181818;
}

.color_lightblack {
  color: #181818;
}

.color_green {
  color: #22a638;
}

.bg_green {
  background-color: #22a638;
}

.color_lightgray {
  color: #d6d6d6;
}

.bg_lightgray {
  background-color: #d6d6d6;
}

.color_lightwhite {
  color: #f5f6f7;
}

.bg_lightwhite {
  background-color: #f5f6f7;
}

.bg_transparent {
  background-color: transparent;
}

.overflow_x_hidden {
  overflow-x: hidden;
}

/* ===================================== Custome Animations CSS ===================================== */
[data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.reveal {
  position: relative;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active {
  opacity: 1;
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.active.custom_fade_top {
  animation: custom_fade_top 1.5s ease;
}

.active.custom_fade_buttom {
  animation: custom_fade_buttom 1.5s ease;
}

.active.custom_fade_left {
  animation: custom_fade_left 1.5s ease;
}

.active.custom_fade_right {
  animation: custom_fade_right 1.5s ease;
}

.active.custom_zoom_in {
  animation: custom_zoom_in 1.5s ease;
}

.active.custom_zoom {
  animation: custom_zoom 1.5s ease;
}

.active.custom_zoom_in_bottom {
  animation: custom_zoom_in_bottom 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

@keyframes custom_fade_top {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes custom_fade_buttom {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes custom_fade_left {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes custom_fade_right {
  from {
    transform: translateX(100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes custom_zoom_in {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes custom_zoom {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes custom_zoom_in_bottom {
  from {
    transform: translateZ(1);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

/* ===================================== Preloader CSS ===================================== */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fdfdfd;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  opacity: 1;
  overflow: hidden;
}

.preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader_img_circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  border-radius: 50%;
  border: 2px solid #144835;
  animation: loader-rotate 1.2s infinite linear;
}

@keyframes loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.preloader_img {
  width: 100%;
  height: 100%;
}

.preloader_img img {
  width: 60px;
  height: auto;
  filter: invert(19%) sepia(90%) saturate(383%) hue-rotate(107deg) brightness(40%) contrast(88%);
}

/* ===================================== custome-Header/footer CSS ===================================== */
.header_upper_logo_sec {
  background: #f2fafa;
  padding: 15px 0 0;
}

.footer_sec.custome_footer_style_2 {
  padding: 20px 0;
  background: var(--theme-color-pera);
  color: var(--theme-color-white) !important;
}

.footer_sec.custome_footer_style_2 p a {
  color: var(--theme-color-white);
}

.footer_sec.custome_footer_style_2 p a:hover {
  color: #22a638;
}

/* ===================================== Header CSS ===================================== */
.header_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  box-shadow: none;
}

.sticky {
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0px 10px 6px rgb(0 0 0 / 26%);
  animation: fixedheader 600ms ease 0ms alternate;
  border-bottom: 1px solid var(--theme-color-pera);
}

@keyframes fixedheader {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header_sec.sticky>.container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.header_sec.sticky>.container .header_inner {
  padding: 10px 0px;
}

.header_sec.sticky>.container .header_inner>.row ul.navagation_list {
  width: max-content;
  margin: 0 auto;
}

.header_sec.sticky>.container .header_inner>.row .login_area {
  /* justify-content: flex-start; */
}

.header_inner {
  padding: 30px 0;
}

.header_inner>.row {
  justify-content: space-between;
  align-items: center;
}

.dasktop_nav {
  width: fit-content;
  margin: 0 auto;
}

.dasktop_nav ul.navagation_list {
  display: flex;
  padding: 8px;
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.07);
  justify-content: center;
}

.dasktop_nav ul.navagation_list li.nav-items,
.nav_dropdown>li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 15px;
  gap: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dasktop_nav ul.navagation_list li.nav-items a.nav-links,
.nav_dropdown>li>a {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
  color: var(--theme-color-pera);
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.dasktop_nav ul.navagation_list li.nav-items:hover,
ul.nav_dropdown li.dropdown-items-items:hover {
  border-radius: 100px;
  background: var(--theme-color-pera);
}

.dasktop_nav ul.navagation_list li.nav-items:hover>a,
ul.nav_dropdown li.dropdown-items-items:hover>a {
  color: var(--theme-color-white);
}

.login_area {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.login_area a {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
  color: var(--theme-color-pera);
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding: 7px 24px;
  border-radius: 100px;
  border: 1px solid;
  letter-spacing: 0.32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.login_area a:hover {
  background: var(--theme-color-pera);
  color: var(--theme-color-white);
}

ul.nav_dropdown {
  position: absolute;
  top: 115%;
  left: 0;
  right: 0;
  width: max-content;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.12);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

ul.nav_dropdown::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  top: -5px;
  left: 50px;
  opacity: 1;
  z-index: -1;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dasktop_nav ul.navagation_list>li.nav-items:hover ul.nav_dropdown {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.nav_dropdown>li>a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav_dropdown>li>a span {
  width: 20px;
  height: 100%;
}

.header_sec.sticky>.container .header_inner .header_logo {
  width: 70%;
}

/* mobile-menu */
.header_toggle_menu_area {
  display: none;
}

.header_logo_area>.header_toggle_menu_area {
  display: none;
}

/* ===================================== Home-Banner CSS ===================================== */
ul.hero_slider_list {
  list-style: inside;
  list-style-type: disc;
  gap: 10px;
}

ul.hero_slider_list li {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: var(--secondary-font);
}

ul.hero_slider_list li span,
.service_icon span {
  width: max-content;
  height: max-content;
}

ul.hero_slider_list li span svg {
  width: 36px;
  height: 36px;
}

.IDFC_Bank_wrap ul li {
  display: flex;
  flex-direction: column;
}

.IDFC_Bank_wrap ul li i {
  font-size: 6px;
}

.IDFC_Bank_wrap .note_text {
  color: #a73a25;
  font-size: 16px !important;
}

.IDFC_Bank_title {
  font-size: 28px !important;
  font-weight: normal;
  font-weight: 600;
  color: #a73a25;
  line-height: 45px;
}

.IDFC_Bank span, .doctor_loan span {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.IDFC_Bank span img {
  width: 100px;
}

.doctor_loan span img {
  width: 80px;
}

.home_banner_slider,
.our_services_sec {
  position: relative;
  z-index: 0;
  background: var(--theme-color-second);
}

.banner_slider_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 150px 0 65px;
}

.slick-arrow {
  cursor: pointer;
}

.home_banner_slider .slick-custom-arrow {
  position: absolute;
  bottom: 0;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #d6f7e6;
  border-radius: 50%;
  z-index: 1;
}

.home_banner_slider .slick-custom-arrow.slick-custom-arrow-left.slick-arrow {
  left: 0;
}

.slider_content_btn_area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: 30px;
}

.slider_content_btn_area a.common_btn {
  font-size: 18px;
  padding: 10px 25px;
}

.slider_content_btn_area span {
  position: relative;
  z-index: 0;
  padding-left: 35px;
  color: var(--theme-color-pera);
}

.slider_content_btn_area span::after {
  content: '\f058';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 24px;
  color: var(--theme-color-pera);
  position: absolute;
  left: 0;
  top: 0;
}

/* ===================================== Our-Services CSS ===================================== */
a.common_btn,
.common_btn {
  color: var(--theme-color-pera);
  background-color: transparent;
  font-weight: 600;
  border-radius: 0.5rem;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 18px 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--theme-color-pera);
  gap: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a.common_btn svg {
  width: 28px;
  height: 28px;
}

a.common_btn svg,
a.common_btn svg path {
  transition: none;
}

a.common_btn:hover,
.common_btn:hover {
  background: var(--theme-color-pera);
  color: var(--theme-color-white);
}

a.common_btn:hover svg {
  animation: coin_spin 0.5s linear;
}

@keyframes coin_spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotatey(360deg);
  }
}

.sec_title span.sec_title_heading_box {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 20px;
  background: var(--theme-color-second);
  color: var(--theme-color-pera);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 100px;
}

.our_services_title>.sec_title span.sec_title_heading_box,
.bacome_partner_title>.sec_title span.sec_title_heading_box,
.blogs_title_area>.sec_title span.sec_title_heading_box,
.contact_form_area>.sec_title span.sec_title_heading_box {
  background: var(--theme-color-white);
}

.our_services>.sec_title .sec_title_heading_box {
  background: var(--theme-color-white);
}

.service_icon span {
  display: inline-block;
}

.service_icon span svg {
  width: 100px;
  height: 100px;
}

.service_box_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service_box {
  padding: 40px 30px;
  background: #fff;
  border-radius: 15px;
}

.bottom_service_heading {
  position: relative;
  bottom: -40px;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 300px;
  font-style: normal;
  font-weight: 800;
  line-height: 220px;
  margin-top: -90px;
  display: block;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
  color: transparent;
  text-transform: capitalize;
  -webkit-text-stroke-color: #22a638;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-fill-color: #fff;
  background-color: transparent;
  -webkit-background-clip: text;
}

/* ===================================== About CSS ===================================== */
ul.row.about_small_points {
  gap: 30px;
}

ul.row.about_small_points li {
  display: flex;
  gap: 20px;
}

ul.row.about_small_points .about_inner_detail h4 {
  /* font-size: 30px; */
  margin-bottom: 10px;
}

.home_about_shap {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ===================================== Partners CSS ===================================== */

.become_partners,
.blogs_sec {
  background-color: var(--bs-gray-200);
  position: relative;
  z-index: 0;
}

.become_partners_shap {
  position: absolute;
}

.become_partners_shap.shap_1 {
  bottom: 0;
  left: 0;
}

.become_partners_shap.shap_2 {
  right: 0;
}

.become_partners {
  padding: 60px 0;
}

.partners_area {
  width: 50%;
  margin: 40px auto 0;
}

.partners_area ul.slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.partners_area ul.slick-dots li button {
  border: 0;
  background: var(--theme-color-pera);
  font-size: 0;
  width: 15px;
  height: 15px;
  padding: 0;
}

.partners_items_boxes {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 20px;
}

.partners_area ul.slick-dots li.slick-active button {
  background: #000;
}

a.partners_boxes {
  background: var(--bs-light);
}

.partners_items_boxes img {
  max-width: 70%;
  margin: 0 auto;
}

.Partners-slider .list-unstyled li {
  background: var(--theme-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  width: 300px;
  height: 100px;
}

.Partners-slider .list-unstyled li a img {
  width: 200px;
}

/* .become_partners ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 50px auto auto auto;
  width: 650px;
}

.become_partners ul li {
  background: var(--theme-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  width: 300px;
  height: 100px;
}

.become_partners ul li a img {
  width: 200px;
} */


/* .our_partners_marqueer {
  width: -webkit-fill-available;
  height: max-content;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.our_partners_marqueer .marquee_content {
  width: fit-content;
  display: flex;
  line-height: 30px;
  animation: marquee_right 17s linear infinite forwards;
  justify-content: center;
  align-items: center;
}

.our_partners_marqueer .marquee_content:hover {
  animation-play-state: paused;
}

@keyframes marquee_right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

ul.list-inline {
  display: flex;
  gap: 50px;
  padding: 0px 0px 0px 30px;
  align-items: center;
  justify-content: center;
}

ul.list-inline a {
  width: 260px;
  height: -webkit-fill-available;
  display: inline-block;
} */

/* ===================================== Lone-EMICalculator CSS ===================================== */
.calculator {
  background: var(--theme-color-pera);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.calculator-container .input-group {
  flex-direction: column;
  flex-wrap: unset;
}

.calculator-container .input-group input {
  border: none;
  padding: 14px 16px;
  border-radius: 20px !important;
  color: var(--theme-color-pera);
  margin: 8px 0 10px;
}

.default-values {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.default-values span {
  background-color: #f2fafa;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--theme-color);
}

.chart_box {
  width: 300px;
  margin: 20px auto;
}

div#emi-details p {
  font-size: 35px;
  color: #144835;
  font-weight: 600;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

div#emi-details p>strong {
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
  margin-top: 10px;
}

.calculator>button.common_btn {
  color: #fff;
  background-color: #22a638;
}

:focus-visible {
  outline: 0;
}

.EMI_calc_area>.row {
  gap: 40px 0;
}

/* ===================================== Progress CSS ===================================== */
.progress_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
}

.progress_box {
  width: max-content;
  height: max-content;
  display: flex;
  margin: 0 auto;
  padding: 40px;
  background: #d5f7e4;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;

}

.progress_box::before {
  position: absolute;
  content: "";
  background: var(--theme-color-pera);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
  z-index: 0;
}

.progress_round_img {
  z-index: 1;
}

.progress_round_img svg {
  transform: scale(0.75);
}

.progress_box:hover::before {
  transform: scale(1, 1);
}

.progress_num {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  background: var(--theme-color-pera);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 15px 0px;
  z-index: 1;
  transition: all 500ms ease;
}

.progress_num::before {
  position: absolute;
  content: "";
  background: #d5f7e4;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}

.progress_num::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  left: -10px;
  top: -10px;
  margin: 0 auto;
  border-radius: 50%;
  border: dashed;
  border-width: 2px;
  border-color: var(--theme-color);
}

.progress_box:hover .progress_round_img svg path {
  stroke: #fff;
}

.progress_box:hover .progress_num::before {
  transform: scale(1, 1);
}

.progress_box:hover .progress_num {
  color: var(--theme-color-pera);
}

.progress_box:hover .progress_num::after {
  border-color: #2aea4a;
}

/* .process_shap {
  position: absolute;
  right: -60%;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
} */
.row.process_part_1 {
  max-width: 900px;
}

.row.process_part_2 {
  max-width: 900px;
  margin: 60px 0 0 285px;
}

.process_shap {
  position: absolute;
  top: 30%;
  display: none;
}

.process_shap img {
  width: 300px;
}

/* .progress_box::after {
  content: '';
  background: url(../images/svgs/process_line.svg);
  position: absolute;
  top: 45%;
  right: -105%;
  width: 100%;
  height: 25px;
  background-size: cover;
  background-position: right;
  z-index: -1;
}

.progress_box.progress_2::after {
  top: unset;
  bottom: -38%;
  right: unset;
  left: -111px;
  transform: rotate(114deg);
  
}

.progress_box.progress_1::after {
  width: 245%;
  left: -75px;
  right: unset;
} */

.process_heading h4 {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.process_list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

/* .process_list-wrapper .process_list_line {
  display: none;
} */

.process_list-wrapper .step_1::after, .process_list-wrapper .step_2::after, .process_list-wrapper .step_3::after, .process_list-wrapper .step_4::after {
  content: '';
  background: url(../images/svgs/process_line.svg);
  position: absolute;
  top: 28%;
  width: 100%;
  height: 25px;
  background-size: cover;
  background-position: right;
  z-index: -1;
}



/* ===================================== Client-Testimonial CSS ===================================== */
.client_slider_area .client_slider_item {
  margin: 0 15px;
}

.client_slider_box {
  position: relative;
  background: var(--theme-color-pera);
  color: var(--theme-color-white);
  margin-top: 180px;
  padding: 0 40px 40px;
  text-align: center;
  border-radius: 15px;
  z-index: 0;
}

.client_slider_shap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: -160px auto 0;
  z-index: -1;
}

.client_slider_shap svg {
  width: 100%;
  height: 100%;
}

.client_slider_shap>img {
  display: none;
}

.client_img {
  position: absolute;
  top: 0;
  width: max-content;
  left: 0;
  right: 0;
  margin: -128px auto 0;
}

.client_img img {
  width: 90px;
  height: 90px;
}

.client_img_02 img {
  width: 95px;
  height: 95px;
}

.client_name_info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #22a638;
}

.client_testimonial_area ul.slick-dots,.Partners-slider ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 15px;
}

.client_testimonial_area ul.slick-dots li button,.Partners-slider ul.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 15px;
  height: 10px;
  background: var(--theme-color-pera);
  border-radius: 25px;
  transition: all 0.5s ease-out;
}

.client_testimonial_area ul.slick-dots li.slick-active button,.Partners-slider ul.slick-dots li.slick-active button {
  width: 25px;
}

/* ===================================== Faqs CSS ===================================== */

.home_faqs_area .home_faqs_hide {
  display: none;
}

.home_faqs_area .heading_text_4 {
  font-size: 18px;
}

.accordion-item.home_faqs_accordion_item .accordion-button {
  background: var(--theme-color-pera);
  color: var(--theme-color-white);
  z-index: 0;
}

.accordion-collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}

.accordion-collapse.show {
  max-height: 5000px;
  /* Or any value that’s large enough to hold the content */
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem #4caf505e
}

.accordion-button::after {
  background-image: url(../images/svgs/plus.svg) !important;
  width: 35px;
  height: 35px;
  background-position: right 0px center;
  background-size: 35px !important;
  transform: scale(0.5);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/svgs/minus.svg) !important;
}

.accordion-button:not(.collapsed)::after {
  transform: scale(0.7) rotate(-180deg);
}

.accordion-item.home_faqs_accordion_item .accordion-body {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}

.accordion-item.home_faqs_accordion_item .accordion-body ul {
  list-style: decimal-leading-zero;
  list-style-position: inside;
}

.accordion-item.home_faqs_accordion_item .accordion-body ul {
  padding-bottom: 10px;
}

/* .accordion-item.home_faqs_accordion_item {
  margin-bottom: 30px;
} */

/* ===================================== Note CSS ===================================== */
.note_sec_area {
  /* background: url(../images/note-bg.jpg); */
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 25px 0;
  position: relative;
  z-index: 0;
  width: 100%;
}

.note_sec_area .heading_text_3 {
  font-size: 28px;
}

.note_sec_area .heading_text_4 {
  font-size: 18px;
}

.note_sec_area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--theme-color-pera);
}

/* ===================================== Blogs CSS ===================================== */
.blog_auther_detail,
.blog_hastag {
  display: flex;
  gap: 15px;
}

.blogs_box_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blogs_title_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.blog_auther_detail>a,
.blog_hastag>a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-white);
  background: var(--theme-color-pera);
  font-weight: 600;
}

.blog_heading {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 10px;
}

.blog_heading>a:nth-child(1) {
  font-size: 40px;
  line-height: 48px;
  color: #121212;
}

.blogs_box_inner .blog_heading>a:nth-child(1) {
  font-size: 30px;
  line-height: 40px;
}

.blog_heading a:hover {
  color: var(--theme-color-pera);
}

.blogs_box_inner .our_blog_box {
  display: flex;
  gap: 20px;
}

.blog_hastag a {
  border-radius: 30px;
  padding: 10px 20px;
}

.our_blog_shap {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 300px;
  margin: 0 auto;
  z-index: -1;
  width: 300px;
  height: max-content;
  animation: zoom_approve 3s linear alternate infinite;
}

.our_blog_shap img {
  transform: rotate(-10deg);
}

@keyframes zoom_approve {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* ===================================== Contact CSS ===================================== */
.contact_form_aera {
  background: var(--theme-color-second);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  padding: 40px 60px;
}

.contact_form_area .sec_title>p {
  width: 500px;
}

.contact_input_box {
  width: 100%;
  color: white;
  border: none;
  padding: 14px 16px;
  margin-bottom: 15px;
  border-radius: 30px;
  outline: none;
  background: var(--theme-color-pera);
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.contact_input_box::placeholder {
  color: var(--theme-color-white);
  opacity: 1;
}

textarea.contact_input_box {
  height: 100px;
}

.home_contact_form {
  padding-right: 40px;
}

/* Select field styles */
select.contact_input_box {
  appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5H7z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  cursor: pointer;
}

.contact-message.error,
.doctorlosn_form span.message-content {
  display: none;
  color: #ed1b24;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding: 5px 0;
}

.contact-message.label-error::before,
.doctorlosn_form span.message-content::before {
  content: "\f071";
  font-size: 14px;
  font-family: "fontawesome";
  padding-right: 5px;
}

.contact-message.label-success::before {
  content: "\f164";
  font-size: 14px;
  font-family: "fontawesome";
  padding-right: 5px;
}

.contact-message.label-success {
  color: #28a745;
}

.contact_form_detail>form.row,
.our_loans_sec .our_common_loans_area form.row.common_lons_form {
  gap: 15px 0;
}

.contact_btn {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
  color: var(--theme-color-pera);
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding: 7px 24px;
  border-radius: 100px;
  border: 1px solid;
  letter-spacing: 0.32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: transparent;
}

.contact_btn:hover {
  background: var(--theme-color-pera);
  color: var(--theme-color-white);
}

.contact_btn svg {
  margin-left: 10px;
  fill: white;
}

.notification-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
  background-color: var(--theme-color-pera);
  color: var(--theme-color-white);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

.notification-box.fade-in {
  display: block;
}

.quick_contact_area>ul.row li a {
  display: flex;
  gap: 15px;
  color: #000;
}

.quick_contact_area>ul.row li a>span {
  display: block;
  width: 70px;
  height: 100%;
}

.quick_contact_area>ul.row li a>span img {
  width: 70px;
  height: 100%;
}

.quick_call_box {
  width: -webkit-fill-available;
}

/* ===================================== common-Loan-Page CSS ===================================== */
.our_loans_page_section {
  background-image: url(../images/bussiness-loan-page/business_loan_page_shap.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2fafa;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 80px 0;
}

.our_loans_sec.common_loan_area {
  display: flex;
  align-items: center;
  padding: 80px 0;
  height: 100%;
}


.lone_page_shap_common {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}

.our_loans_sec .our_common_loans_area form.row.common_lons_form .contact_input_box {
  margin-bottom: 7px;
}

.our_loans_sec .our_common_loans_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 40px;
}

.our_common_loan_slider_area, .our_common_loan_form_area {
  width: 45%;
}

.commonloan_slider_info .heading_text_2>span {
  color: #22a638;
}

.commonloan_slider_content ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 15px;
}

.commonloan_slider_content ul.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 20px;
  height: 10px;
  background: #22a638;
  border-radius: 25px;
  transition: all 0.5s ease-out;
}

.commonloan_slider_content ul.slick-dots li.slick-active button {
  width: 50px;
}

/* ===================================== Multi-step-form CSS ===================================== */
.business_multiform_section {
  background: #f2fafa;
  overflow: hidden;
  /* height: 80vh;
  overflow-y: scroll; */
}

.business_multiform_sec {
  z-index: 0;
  padding: 80px 0;
  height: 100%;
}

.business_multiform_sec>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
}

#bussiness-lone-form {
  width: 100%;
  display: grid;
  grid-template-columns: 340px 1fr;
  align-items: stretch;
}

.business_form_left_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

#progress-bar-container {
  width: max-content;
  height: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  background: var(--theme-color);
  border-radius: 5px;
  overflow: hidden;
}

#progress-bar {
  width: 10px;
  height: 0;
  background: var(--theme-color-pera);
  transition: height 0.5s ease-in-out;
  border-radius: 5px;
}

.business_multiform_section #step-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business_multiform_section .step {
  text-align: center;
  margin: 10px;
  padding: 20px;
  background: #d4f6e3;
  border-radius: 30px;
}

.business_multiform_section fieldset {
  display: none;
  border: none;
  padding: 20px;
  border-radius: 8px;
}

.business_multiform_section fieldset:first-of-type {
  display: block;
}

.business_multiform_section .step h3 {
  margin: 15px 0 0;
  color: #666;
}

.business_multiform_section .step.active h3 {
  color: var(--theme-color-pera);
}

/* Popup Message */
.business_multiform_section #popup-message,
#doctorform-popup-message {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 60px;
  width: max-content;
  margin: 0 auto;
  background: #28a745;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* Error Messages */
.business_multiform_section .error-message {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.business_form_right_area button.next.contact_btn {
  padding: 7px 40px;
}

input.contact_input_box.stepform_db {
  position: relative;
  color: transparent;
  display: block;
}

input.contact_input_box.stepform_db:invalid::before {
  color: var(--theme-color-white);
  content: attr(placeholder);
  padding-left: 10px;
  pointer-events: none;
  position: absolute;
  left: 20px;
}

input.contact_input_box.stepform_db:valid,
input.contact_input_box.stepform_db:focus,
input.contact_input_box.stepform_db:active {
  color: var(--theme-color-white);
}

input.contact_input_box.stepform_db:valid::before,
input.contact_input_box.stepform_db:focus::before,
input.contact_input_box.stepform_db:active::before {
  display: none;
}

/* ===================================== OTP-form CSS ===================================== */
.lone_otp_section {
  background: #d4f6e3;
}

.lone_otp_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  height: 100vh;
  overflow-y: scroll;
}

.otp_form_area {
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 30px;
  border-radius: 30px;
  background: radial-gradient(rgb(25 135 84 / 71%) 30%, rgb(34 166 56 / 47%));
  box-shadow: -5px 5px 10px #0007, -1px -1px 2px #fff, 1px 1px 2px #555;
}

.otp_icon_img svg {
  width: 160px;
  height: fit-content;
}

.otp-input {
  display: flex;
  justify-content: center;
  align-items: center;
}

.otp-input input {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #d4f6e3;
  color: #22a638;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input input[type=number] {
  -moz-appearance: textfield;
}

button.otp_btn.contact_btn {
  border-color: #fff;
  color: #fff;
}

.opt_animation {
  animation: otp_animi 1s linear infinite alternate;
}

@keyframes otp_animi {
  0% {
    transform: translate(10px, 10px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translate(-10px, -10px);
  }
}

/* ===================================== Doctor-loan CSS ===================================== */
/* .doctorloan_img {
  background: url(../images/doctor_loan_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1200px;
  height: 800px;
  padding: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
} */
.doctorloan_img {
  background: url(../images/doctor_loan_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 950px;
  height: 700px;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.doctor_loan_area {
  position: relative;
  z-index: 0;
}

.doctorloan_form_area {
  position: absolute;
  top: 100px;
  right: 200px;
  width: 50%;
}

.doctorlosn_form {
  width: 100%;
}

.doctorform_option_box {
  width: 100%;
  display: flex;
  align-items: center;
  background: #d4f6e3;
  color: #22a638;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 30px;
  outline: none;
  justify-content: space-between;
}

.doctorform_option_box .form-check.form-check-inline>* {
  cursor: pointer;
}

.doctorform_option_box .form-check.form-check-inline {
  padding: 0 10px;
  margin: 0;
  line-height: 24px;
}

.doctorlosn_form .contact_input_box {
  margin-bottom: 7px;
}

.doctorlosn_form form.row {
  gap: 15px 0;
}

/* ===================================== Footer CSS ===================================== */
.footer_sec {
  background: #0d0d0d;
  overflow: hidden;
  z-index: 2;
  color: #fff;
}

.footer_shps img {
  position: absolute;
  top: 0;
  z-index: -1;
}

.footer_shps img:last-child {
  right: 0;
}

.footer_center_shap {
  position: absolute;
  width: 936px;
  height: 936px;
  bottom: -443px;
  z-index: -2;
  left: calc(50% - 468px);
  background: conic-gradient(from -87deg at 50% 50%,
      #45ae81 92.37696290016174deg,
      #d3f5e2 360deg);
  opacity: 0.12;
  filter: blur(125px);
}

.footer_logo a img {
  width: 250px;
  height: 100%;
}

.footer_logo a {
  width: 100%;
  height: 100%;
}

ul.footer_social_icon {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  height: 80px;
  width: 100%;
  align-items: center;
}

ul.footer_social_icon li a {
  position: relative;
  background: var(--theme-color-pera);
  color: var(--theme-color-white);
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding: 13px;
}

ul.footer_social_icon li a:hover {
  color: var(--theme-color);
}

ul.footer_social_icon li a span.tooltip {
  position: absolute;
  top: 0;
  width: max-content;
  font-size: 14px;
  background: #d5f7e4;
  color: #000;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

ul.footer_social_icon li a span.tooltip::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #d5f7e4;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

ul.footer_social_icon li a:hover span.tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.footer_title h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
}

.footer_title h3::after {
  content: "";
  background-image: url(../images/svgs/footer_title_shap.svg);
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.quick_contact_area>ul.row,
ul.row.footer_link {
  gap: 20px 0;
}

ul.row.footer_link li a {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.footer_bottom {
  padding: 60px 0;
}

.footer_bottom p a {
  color: #fff;
}

.footer_bottom p a:hover {
  color: var(--theme-color);
}

.footer_bottom {
  margin-top: 40px;
  padding: 40px 0 40px;
  border-top: 1px solid rgb(255 255 255 / 50%);
}

/* ===================================== Scroll-top CSS ===================================== */
button.scrollToTopBtn {
  background: transparent;
  border: 0;
  padding: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
  animation: scrollanimi 1s infinite ease-in-out;
}

@keyframes scrollanimi {
  0% {
    bottom: 25px;
  }

  25% {
    bottom: 30px;
  }

  50% {
    bottom: 25px;
  }

  75% {
    bottom: 30px;
  }

  100% {
    bottom: 25px;
  }
}

button.scrollToTopBtn.showBtn {
  opacity: 1;
}




.EMI_calc_area .input-group {
  border: 1px solid #ffff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  padding-top: 35px;
}

.EMI_calc_area .input-group>label {
  position: absolute;
  top: -15px;
  background: var(--theme-color-pera);
  padding: 0 10px;
}

.EMI_calc_area .value-indicator {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(0%);
  background: green;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}


.EMI_calc_area .range-item {
  position: relative;
}

.EMI_calc_area .range-item:not(:last-child) {
  margin-bottom: 24px;
}

.EMI_calc_area .range-item .range-input {
  margin-top: 6px;
}

.EMI_calc_area .range-item .range-input input {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.EMI_calc_area .range-item ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% + 34.4px);
  margin: 0 -17px;
}

.EMI_calc_area .range-item ul .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.EMI_calc_area .range-item ul .list-inline-item span {
  position: relative;
  min-width: 58px;
  text-align: center;
  display: block;
  font-size: 14px;
  padding-top: 4px;
  word-break: break-word;
  color: #b1b1b1;
}

.EMI_calc_area .range-item .range-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: calc(100% - 14px);
  background-color: #ddd;
  z-index: 0;
  margin: 0 7px;
  border-radius: 50px;
  overflow: hidden;
}

.EMI_calc_area .range-item .range-input.disable-range+ul .list-inline-item span::before {
  background-color: #b1b1b1;
}

.EMI_calc_area .range-item .range-input.disable-range .range-line .active-line {
  background-color: #b1b1b1;
}

.EMI_calc_area .range-item .range-input.disable-range+ul .list-inline-item.active span::before {
  background-color: #777777;
}

.EMI_calc_area .range-item .range-input .dot-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 24px);
  left: 0;
  z-index: 1;
}

.EMI_calc_area .range-item .range-input .active-dot {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  background-color: #ddd;
  height: 24px;
  width: 24px;
  border: 4px solid green;
  z-index: 11;
  left: 0%;
  border-radius: 50%;
}

.EMI_calc_area .range-item .range-input .range-line .active-line {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: green;
  transition: all 0.1s ease;
}

.EMI_calc_area .range-item ul .list-inline-item span::before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #696969;
}

.EMI_calc_area .range-item ul .list-inline-item.active span::before {
  background-color: white;
}

.EMI_calc_area .range-item .range-input input:disabled~.dot-line .active-dot {
  background-color: #d9d9d9;
  border: 4px solid #b1b1b1;
}

.EMI_calc_area input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: #0000;
  height: 15px;
  width: 15px;
  border: 4px solid #0000;
  z-index: 11;
  box-shadow: none;
}

.EMI_calc_area input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: #0000;
  height: 24px;
  width: 24px;
  border: 4px solid #0000;
  box-shadow: none;
  z-index: 11;
}

.EMI_calc_area input[type="range"]::-webkit-slider-runnable-track {
  background-color: #f0f0f000;
}

.EMI_calc_area input[type="range"]::-moz-range-progress {
  background-color: #f0f0f000;
}

.EMI_calc_area input[type="range"]::-ms-track {
  background-color: #f0f0f000;
}

.EMI_calc_area input[type="range"]::-moz-range-track {
  background-color: #f0f0f000;
}

/* IE*/
.EMI_calc_area input[type="range"]::-ms-fill-lower {
  background-color: #f0f0f000;
}

.EMI_calc_area input[type="range"]::-ms-fill-upper {
  background-color: #f0f0f000;
}

.EMI_calc_area input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: none !important;
  background-color: #f0f0f000;
}

.EMI_calc_area input[type="range"]:focus::-moz-range-thumb {
  box-shadow: none !important;
  background-color: #f0f0f000;
}

.EMI_calc_area input[type="range"]:focus::-ms-thumb {
  background-color: #f0f0f000;
  box-shadow: none !important;
}

.EMI_calc_area input[type="range"]:disabled::-webkit-slider-thumb {
  background-color: #0000;
  border: 4px solid #0000;
}

.EMI_calc_area input[type="range"]:disabled::-moz-range-thumb {
  background-color: #0000;
  border: 4px solid #0000;
}

.EMI_calc_area .result-container {
  background-color: var(--bs-gray-200);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.EMI_calc_area .result-container .result .monthly-emi>strong {
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-weight: 900;
}

.EMI_calc_area .result-container .result h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 34px;
  color: #2a2a2a;
  margin-bottom: 50px;
}

.EMI_calc_area .result-container .result div>span, .EMI_calc_area .result-container .result .monthly-emi>div {
  font-size: 35px;
  color: #144835;
  font-weight: 600;
}

.EMI_calc_area .result-container .result>span {
  font-size: 12px;
}

.EMI_calc_area .result-container>.btn {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
  height: 50px;
  background: var(--theme-color-pera);
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 0 0 8px 8px;
}