@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --primary: #01baff;
  --primary-orange: #2563eb;
  --primary-light: #FFDAB6;
  --secondary: #1E1E1E;
  --secondary-light: #64768F;
  --border-color: #DFDFDF;
  --light-bg: #F3F3F3;
}

body,
html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

ul,
li,
ol {
  line-height: 24px;
}

button {
  outline: none;
  border: 0px;
}

::-webkit-input-placeholder {
  color: #818181;
}

:-ms-input-placeholder {
  color: #818181;
}

::placeholder {
  color: #818181;
}

.text_va_ha_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.bold {
  font-weight: 600;
}

.sub-nav {
  position: sticky;
  top: 65px;
  z-index: 8;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.sub-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.sub-nav .container {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.sub-nav .menu2 {
  flex-grow: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 30px;
}
.sub-nav .menu2::-webkit-scrollbar {
  height: 6px;
}
.sub-nav .menu2::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.sub-nav .menu2 ul.nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: max-content;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub-nav .menu2 ul.nav .nav-item {
  flex: 0 0 auto;
}
.sub-nav .menu2 ul.nav .nav-item .nav-link {
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.95rem;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.sub-nav .menu2 ul.nav .nav-item .nav-link:hover {
  color: #0d6efd;
}
.sub-nav .menu2 ul.nav .nav-item .nav-link.active {
  font-weight: 600;
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
}
.sub-nav .scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 2;
}
.sub-nav .scroll-arrow.left {
  left: 0;
}
.sub-nav .scroll-arrow.right {
  right: 0;
}
@media (max-width: 767.98px) {
  .sub-nav .scroll-arrow {
    display: none;
  }
}

#toggleMoreBtn {
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  font-weight: 500;
  color: var(--primary-orange);
  border-color: var(--primary-orange);
}
#toggleMoreBtn:hover {
  background-color: var(--primary-orange);
  color: #fff;
}

a.autom {
  margin: 0 auto;
}

.loan_page_slide h1 {
  color: #000;
  font-weight: bold;
  font-size: 28px;
}
.loan_page_slide h3 {
  color: #413b3b;
  font-size: 1.2rem;
  padding: 1rem 0;
  line-height: 1.9rem;
}
.loan_page_slide h5 {
  color: var(--primary-orange);
  font-size: 13px;
}
.loan_page_slide p {
  color: #6d6b6b;
  margin-top: 1em;
}
.loan_page_slide img {
  width: 19px;
  float: left;
  margin-right: 10px;
}
.loan_page_slide p.mb-0 {
  font-size: 11px;
  line-height: 17px;
}
.loan_page_slide .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(8, 48, 213, 0.57) !important;
}
@media (max-width: 768px) {
  .loan_page_slide h1 {
    font-size: 18px;
    margin-bottom: 1em;
  }
  .loan_page_slide h3 {
    font-size: 13px;
    line-height: 22px;
  }
}

.lead_capture {
  margin: 0 auto;
  background: #fff;
  padding: 3em;
  text-align: left;
  color: #000;
  width: 100%;
}
.lead_capture h1 {
  color: #000;
  font-size: 18px;
  text-align: left;
  margin-bottom: 2em;
}
.lead_capture h1 span {
  color: var(--primary-orange);
  font-weight: bold;
}
.lead_capture label {
  font-size: 13px;
}
.lead_capture .cs_button.orng {
  display: block;
}
.lead_capture .cs_button.orng .nextBtn {
  background: var(--primary-orange);
  width: 100%;
}
.lead_capture .cs_button.orng .nextBtn span {
  line-height: 0em;
  position: relative;
  top: 7px;
}
@media (max-width: 767.98px) {
  .lead_capture {
    padding: 1em;
  }
}

.cs_button {
  display: inline-block;
}
.cs_button a {
  height: 50px;
  border-radius: 25px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding-left: 25px;
  position: relative;
}
.cs_button a span {
  width: 50px;
  height: 50px;
  border-radius: 0px 25px 25px 0px;
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_button a:after {
  content: "";
  width: 80%;
  height: 30px;
  border-radius: 20px;
  background: #01baff;
  box-shadow: 0px 3px 26px #0a264e;
  position: absolute;
  /* top: 0px; */
  left: 0px;
  margin: auto;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.cs_button.full {
  width: 100%;
}
.cs_button.full a {
  width: 100%;
  justify-content: center;
}
.cs_button.orng a {
  background: var(--primary-orange);
}
.cs_button.orng a span {
  background: var(--secondary);
}
@media (max-width: 767.98px) {
  .cs_button a {
    height: 39px;
  }
  .cs_button a span {
    width: 40px;
    height: 39px;
  }
}

#loan-eligibility {
  min-height: 100vh;
  background-color: #f8f9fa;
}
#loan-eligibility h2 {
  color: #111;
  font-weight: 700;
}
#loan-eligibility p {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#loan-eligibility .eligibility-list li {
  padding: 0.75rem 0;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  color: #333;
}
#loan-eligibility .eligibility-list li i {
  font-size: 1.2rem;
  width: 30px;
}
#loan-eligibility .eligibility-list li strong {
  margin-left: 0.5rem;
  font-weight: 600;
}

.eligibility-list li {
  font-size: 15px;
  line-height: 36px;
}

h2 strong {
  color: var(--primary-orange);
}

#loan-interest-rates a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
#loan-interest-rates a:hover {
  color: var(--primary-orange);
  text-decoration: underline;
}
#loan-interest-rates h2 {
  color: #000;
}
#loan-interest-rates p {
  color: #555;
}

.loan-offers h2 {
  font-weight: 600;
  font-size: 2rem;
  color: #000;
}
.loan-offers h2 strong {
  color: var(--primary-orange);
}
.loan-offers .loan-offer-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  color: #000;
  transition: box-shadow 0.3s;
}
.loan-offers .loan-offer-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.loan-offers .loan-offer-card .bank-logo {
  width: 50px;
  height: auto;
}
.loan-offers .loan-offer-card h5 {
  font-size: 1.2rem;
}
.loan-offers .loan-offer-card .badge {
  background-color: #fbfbfb !important;
  color: #333 !important;
  border: 1px solid #ccc;
  font-size: 0.75rem 10.5px;
  padding: 0.4em 0.6em;
  border-radius: 15px;
  padding: 10px;
}
.loan-offers .loan-offer-card .loan-details > div {
  font-size: 0.875rem;
  min-width: 120px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  line-height: 26px;
}
.loan-offers .loan-offer-card .loan-details > div strong {
  color: #444;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 12px;
}
.loan-offers .loan-offer-card .btn-primary {
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
  padding: 0.5rem 1.25rem;
}
.loan-offers .loan-offer-card .btn-primary:hover {
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
}
.loan-offers .bg-light {
  background-color: #f8f9fa !important;
  color: #111;
}
.loan-offers ul.list-unstyled li span {
  color: #111;
}
.loan-offers ul.list-unstyled li span strong {
  color: var(--primary-orange);
}
@media (max-width: 768px) {
  .loan-offers .loan-offer-card .loan-details > div strong {
    margin-right: 7px;
    display: inline;
  }
  .loan-offers .loan-details {
    flex-direction: column;
    gap: 1rem;
  }
  .loan-offers .btn-primary {
    width: 100%;
  }
  .loan-offers .loan-offer-card {
    padding: 1rem;
  }
}

.right_triagnle {
  position: relative;
  overflow: hidden;
}
.right_triagnle::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 650px;
  background: url("../images/right_triangle.png") no-repeat right;
  top: 0px;
  right: -50px;
  background-size: contain;
  z-index: -1;
}

.loan-slider {
  background: #fff;
  padding: 2em 4em;
  border-radius: 1em;
  box-shadow: 0 0 3px #ccc;
}
.loan-slider h1 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
}
.loan-slider h1 em {
  color: var(--primary-orange) !important;
  font-style: normal;
}
.loan-slider ul {
  padding-left: 20px;
  margin-top: 15px;
}
.loan-slider ul li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #555;
  list-style-type: disc;
}
.loan-slider .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  background-color: var(--primary-orange);
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}
.loan-slider .btn:hover {
  background-color: var(--primary-orange);
}
@media (max-width: 767.98px) {
  .loan-slider {
    padding: 2em 1em;
    margin-top: 3em;
  }
  .loan-slider h1 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .loan-slider h2 {
    font-size: 15px;
  }
  .loan-slider .cs_button {
    margin-top: 3px !important;
    margin-bottom: 17px;
  }
  .loan-slider ul li {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

.loan-hero-section {
  background-color: #f8faff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.loan-hero-section .text-section {
  background: linear-gradient(to bottom, #e7edff, #f3f6ff);
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.loan-hero-section h3 {
  font-size: 15px !important;
  line-height: 22px !important;
  color: var(--primary-orange);
}
.loan-hero-section h1 {
  font-size: 27px !important;
  font-weight: 500 !important;
}
.loan-hero-section p {
  font-size: 12px;
}
.loan-hero-section .form-wrapper {
  border-radius: 20px;
}
.loan-hero-section .input-group-text {
  background-color: #e6e9f2;
  font-weight: 500;
}
.loan-hero-section .btn-primary {
  background-color: #1c22d8;
  border: none;
  font-weight: 600;
}
.loan-hero-section .btn-primary:hover {
  background-color: #0000cc;
}
@media (max-width: 767.98px) {
  .loan-hero-section .intro-box {
    text-align: center;
    padding: 2rem;
  }
  .loan-hero-section .form-wrapper {
    padding: 2rem 1.5rem;
  }
  .loan-hero-section .text-section {
    min-height: auto;
  }
}

.sliderarea {
  background: #fff;
  padding: 2em 4em;
  border-radius: 1em;
  box-shadow: 0 0 3px #ccc;
}
.sliderarea h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
}
.sliderarea p {
  font-size: 16px;
  color: #555;
  margin-bottom: 1rem;
}
.sliderarea .btn {
  padding: 10px 25px;
  font-weight: 500;
}
.sliderarea .swiper-slide {
  padding: 40px 0;
}

.services_area {
  padding: 2em;
  background: linear-gradient(180deg, #e9e9f5, #fff 73.44%);
}

.left_triagnle {
  /* position: relative;
  overflow: hidden;

  &::after {
      content: "";
      position: absolute;
      width: 250px;
      height: 630px;
      background: url('../images/right_triangle.svg') no-repeat left;
      bottom: 0px;
      left: -50px;
      background-size: contain;
      z-index: -1;
  } */
}

.left_line_design {
  position: relative;
  /* &:before{
      width: 138px !important;
      height: 316px !important;
      content: "";
      position: absolute;
      top: 100px !important;
      left: 0 !important;
      background: url('../images/left_side.png') no-repeat left center !important;
      background-size: 70% !important;
      opacity: 0.3 !important;
      z-index: 1 !important;
  } */
}

header {
  position: absolute;
  padding: 30px;
  width: 100%;
  z-index: 2;
}
header .container {
  background: #fff;
  border-radius: 10px;
}
header .container-fluid {
  padding: 0px;
}
header .navbar-brand img {
  height: 60px;
}
header .navbar-toggler span {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar-toggler span img {
  height: 15px;
}
header .navbar-collapse {
  z-index: 9;
  justify-content: end;
}
header .navbar-collapse ul li {
  padding: 0px 20px;
}
header .navbar-collapse ul li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--secondary);
  position: relative;
  text-transform: uppercase;
}
header .navbar-collapse ul li a:after {
  content: "";
  width: 0px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  left: -10px;
  bottom: 0px;
  transition: 0.3s linear;
}
header .navbar-collapse ul li.active a, header .navbar-collapse ul li:hover a {
  color: var(--secondary);
}
header .navbar-collapse ul li.active a:after, header .navbar-collapse ul li:hover a:after {
  width: calc(100% + 20px);
}
header.csn_header {
  padding: 2px 0px;
  top: 0px;
  position: relative;
  background: #fff;
  z-index: 9;
}
header.csn_header.fixed {
  position: fixed;
  box-shadow: 0px 0px 103px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #ccc;
}
header.csn_header .container {
  background: transparent;
}
header.csn_header .container-fluid {
  padding: 0px;
}
header.csn_header .navbar-toggler {
  background: var(--primary);
}
header.csn_header .navbar-toggler span img {
  height: 20px;
}
header.csn_header .navbar-collapse ul li a:after {
  background: var(--primary-orange);
}

.loan_benefit {
  margin-top: 15px;
}
.loan_benefit .cs_figure {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.89);
  border: 1px solid #dfdfdf;
  padding: 25px 17px;
  text-align: center;
  box-shadow: 0 0 15px 0 #ccc;
  width: 100%;
}
.loan_benefit .cs_figure h3 {
  font-weight: 600;
  font-size: 19px;
  color: var(--secondary);
  margin-top: 50px;
  line-height: 26px;
}
.loan_benefit .cs_figure h4 {
  font-weight: 600;
  font-size: 14px;
  color: var(--secondary);
  margin-top: 25px;
}
.loan_benefit .cs_figure p {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: var(--secondary-light);
  margin-top: 20px;
}

.hero_sec {
  padding-top: 3em;
  background: linear-gradient(180deg, #e9e9f5, #fff 73.44%);
  z-index: 1;
  position: relative;
  padding-bottom: 4em;
}
.hero_sec .le_hero p {
  font-weight: 300;
  font-size: 14px;
}
.hero_sec .le_hero p.small {
  font-size: 10px;
}
.hero_sec .le_hero h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 69px;
  margin-bottom: 30px;
}
.hero_sec .le_hero h1 span {
  font-family: "Acumin Variable Concept Italic";
  font-weight: 300;
  font-size: 50px;
}
.hero_sec .le_hero h2 {
  font-weight: 700;
  font-size: 61px;
  margin-top: 20px;
  position: relative;
}
.hero_sec .le_hero h2:after {
  content: "";
  position: absolute;
  width: 274px;
  height: 7px;
  border-radius: 3.5px;
  background: var(--primary);
  left: 0px;
  bottom: 0px;
}
.hero_sec .le_hero .cs_button {
  margin-top: 20px;
}
.hero_sec .right_mb_wrapper {
  background: var(--primary);
  padding: 40px 60px;
  height: 745px;
}
.hero_sec .right_mb_wrapper h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 43px;
  color: #fff;
  margin-bottom: 30px;
  padding-right: 200px;
}
.hero_sec .right_mb_wrapper .cs_mobile {
  border: solid 10px #FF4D00;
  width: 360px;
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
}
.hero_sec .right_mb_wrapper .cs_mobile .inner_mobile {
  padding: 40px;
  box-sizing: border-box;
  background: #fff url("../images/mobile_top.png") center top -5px no-repeat;
  background-size: contain;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 80px;
}
.hero_sec .right_mb_wrapper .cs_mobile .inner_mobile:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 100%;
  background: url("../images/right_rgs_text.png") right bottom no-repeat;
  bottom: -11px;
  right: -160px;
  background-size: contain;
}
.hero_sec .right_mb_wrapper .cs_mobile .inner_mobile .mb_head img {
  width: 100%;
}
.hero_sec .right_mb_wrapper .cs_mobile .inner_mobile .mobile_form input {
  height: 45px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 20px;
  color: #393e46;
  margin-top: 32px;
  width: 100%;
  border: 0px;
  padding-left: 15px;
}
.hero_sec .right_mb_wrapper .cs_mobile .inner_mobile .mobile_form button {
  margin-top: 32px;
  width: 148px;
  height: 45px;
  border-radius: 6px;
  background: var(--primary);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.hero_sec .clc_form {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
.hero_sec .clc_form h2 {
  font-weight: 500;
  font-size: 18px;
  color: var(--secondary);
}
.hero_sec .clc_form .cs_field {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
}
.hero_sec .clc_form .cs_field .icon img {
  height: 30px;
}
.hero_sec .clc_form .cs_field .icon {
  margin-right: 10px;
}
.hero_sec .clc_form .cs_field .text-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
  height: 30px;
}
.hero_sec .clc_form .cs_field .text-input input {
  width: 100%;
  background: transparent;
  color: inherit;
  border: none;
  outline: transparent;
  font-weight: 600;
  color: var(--secondary);
  padding: 0px;
  margin: 0px;
  transform: translateY(15px);
  font-size: 12px;
}
.hero_sec .clc_form .cs_field .text-input input + label {
  transform: translateY(-26px);
  transition: transform 0.2s;
  pointer-events: none;
  font-size: 14px;
  color: #5c646f;
}
.hero_sec .clc_form .cs_field .text-input > input:placeholder-shown + label {
  transform: translateY(-15px);
}
.hero_sec .clc_form .cs_field .text-input > input:focus + label {
  transform: translateY(-26px);
}
.hero_sec .clc_form .cs_field .cs_select_box {
  margin-left: -15px;
}
.hero_sec .clc_form .cs_field .cs_select_box select {
  display: none;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown {
  width: 100%;
  margin-top: -1px;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-toggle {
  width: 100%;
  height: 50px;
  margin-top: -9px;
  background: transparent;
  box-shadow: none;
  border: 0px;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-toggle .filter-option {
  text-align: left;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-toggle .filter-option .filter-option-inner {
  color: #5c646f;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner img {
  height: 30px;
  margin-right: 10px;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-toggle::after {
  position: absolute;
  top: 14px;
  right: 10px;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-menu {
  width: 100%;
  min-height: 200px !important;
  overflow: hidden !important;
  overflow-y: auto !important;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-menu .inner {
  width: 100%;
  min-height: 200px !important;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-menu .inner .dropdown-menu li a {
  padding: 10px;
}
.hero_sec .clc_form .cs_field .cs_select_box .dropdown .dropdown-menu .inner .dropdown-menu li a span img {
  height: 20px;
  margin-right: 10px;
}
.hero_sec .clc_form .dflex {
  display: flex;
  align-items: center;
  position: relative;
}
.hero_sec .clc_form .dflex .cs_field:nth-child(1) {
  margin-right: 5px;
}
.hero_sec .clc_form .dflex .cs_field:nth-child(2) {
  margin-left: 5px;
}
.hero_sec .clc_form .dflex svg {
  position: absolute;
  top: 34px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.hero_sec .clc_form .sb_btn {
  margin-top: 40px;
}
.hero_sec .clc_form .sb_btn button {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background: #e23e18;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.hero_sec .clc_form:after {
  content: "";
  position: absolute;
  background: url("../images/shadow.svg") center top no-repeat;
  width: 100%;
  height: 60px;
  left: 0px;
  bottom: -47px;
  background-size: cover;
}
.hero_sec:after, .hero_sec:before {
  z-index: -1;
}
.hero_sec:after {
  content: "";
  position: absolute;
  background: url("../images/round_icon.svg") center no-repeat;
  width: 380px;
  height: 380px;
  bottom: 100px;
  right: 320px;
  background-size: contain;
}
.hero_sec:before {
  content: "";
  position: absolute;
  background: url("../images/round_icon.svg") center no-repeat;
  width: 450px;
  height: 450px;
  top: -150px;
  left: -150px;
  background-size: contain;
}
.hero_sec.csn_her_sec {
  border-radius: 0px 0px 0px 0px;
  background: #fff;
  padding-top: 0px;
  z-index: 1;
  position: inherit;
  padding-bottom: 0px;
}
.hero_sec.csn_her_sec .le_hero {
  /* padding: 80px 0px 30px; */
}
.hero_sec.csn_her_sec .le_hero h1 {
  color: var(--secondary);
}
.hero_sec.csn_her_sec .le_hero h1 span {
  color: var(--primary-orange);
}
.hero_sec.csn_her_sec .le_hero h2 {
  color: var(--primary-orange);
}
.hero_sec.csn_her_sec .le_hero h2:after {
  background: var(--primary-orange);
}
.hero_sec.csn_her_sec .rightfxg {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 0;
}
.hero_sec.csn_her_sec .rightfxg .hero_img {
  width: 100%;
}

.statics {
  margin-top: 80px;
}
.statics .cs_figure .inner_figure {
  border-radius: 6px;
  background: linear-gradient(#ffdab6 0%, #fff 100%);
  border: 1px solid #ffdab6;
  display: flex;
  align-items: center;
  padding: 20px;
}
.statics .cs_figure .inner_figure .cs_icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ffdab6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.statics .cs_figure .inner_figure h3 {
  color: var(--secondary);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.statics .cs_figure .inner_figure p {
  font-weight: 400;
  font-size: 14px;
  color: var(--secondary-light);
}
.statics.inst .cs_figure {
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--border-color);
}

.our_features {
  margin-top: 110px;
}
.our_features .feature_icons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
}
.our_features .feature_icons .cs_icon {
  background: #fff;
  width: calc(33.33% - 20px);
  height: 90px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.our_features .feature_icons .cs_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our_features .cs_button {
  margin-top: 65px;
}

.rs_wrap {
  background: var(--secondary);
  margin-top: -230px;
  padding-top: 300px;
}
.rs_wrap .cs_result {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 2;
  position: relative;
}
.rs_wrap .cs_result .result_data {
  padding: 30px;
}
.rs_wrap .cs_result .result_data h1 {
  font-weight: 600;
  font-size: 18px;
  color: var(--secondary);
  margin-bottom: 8px;
}
.rs_wrap .cs_result .result_data .cs_table_info {
  position: relative;
}
.rs_wrap .cs_result .result_data .cs_table_info table {
  width: 100%;
}
.rs_wrap .cs_result .result_data .cs_table_info table tr {
  border: solid 1px #DFDFDF;
}
.rs_wrap .cs_result .result_data .cs_table_info table tr td {
  font-weight: normal;
  font-size: 12px;
  color: #5c646f;
  padding: 10px;
}
.rs_wrap .cs_result .result_data .cs_table_info table tr th {
  padding: 10px;
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  text-align: right;
  color: var(--secondary);
}
.rs_wrap .cs_result .result_data .cs_table_info table tr.bank_name div {
  display: flex;
  align-items: center;
}
.rs_wrap .cs_result .result_data .cs_table_info table tr.bank_name div img {
  height: 20px;
  margin-right: 10px;
}
.rs_wrap .cs_result .result_data .cs_table_info table tr.bank_name div p {
  font-weight: normal;
  font-size: 12px;
  color: var(--secondary);
}
.rs_wrap .cs_result .result_data .cs_table_info table tr.bank_name th {
  color: var(--primary);
}
.rs_wrap .cs_result .result_data .cs_table_info table tr:last-child td,
.rs_wrap .cs_result .result_data .cs_table_info table tr:last-child th {
  padding-bottom: 20px;
}
.rs_wrap .cs_result .result_data .cs_table_info .enc {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -15px;
  bottom: 0px;
  margin: auto;
}
.rs_wrap .cs_result .result_data .cs_table_info .enc span {
  color: #fff;
  font-size: 20px;
}
.rs_wrap .cs_result .result_data .cs_table_info .enc.full {
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  margin: auto;
  margin-top: -15px;
  width: calc(100% - 20px);
}
.rs_wrap .cs_result .result_data .cs_table_info .enc.full span {
  display: none;
}
.rs_wrap .cs_result .result_data .cs_table_info.bank_sc th {
  padding-right: 25px;
}
.rs_wrap .cs_result .result_data .cs_table_info.bank_sc table tr:last-child th,
.rs_wrap .cs_result .result_data .cs_table_info.bank_sc table tr:last-child td {
  padding-bottom: 10px;
}
.rs_wrap .why_choose {
  padding-top: 80px;
}
.rs_wrap .why_choose .cs_content {
  margin-bottom: 90px;
}
.rs_wrap .why_choose .cs_content h1,
.rs_wrap .why_choose .cs_content p {
  text-align: center;
  color: #fff;
}
.rs_wrap .why_choose .cs_points {
  color: #fff;
  margin-bottom: 80px;
}
.rs_wrap .why_choose .cs_points h1 {
  font-weight: 600;
  font-size: 24px;
  padding-left: 55px;
}
.rs_wrap .why_choose .cs_points h1 span {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  padding-right: 30px;
  z-index: 1;
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-left: -55px;
}
.rs_wrap .why_choose .cs_points h1 span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #e23e18;
  margin: -5px 0px 0px -12px;
  z-index: -1;
}
.rs_wrap .why_choose .cs_points p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding-left: 55px;
}

.mbrs .result_data {
  padding-top: 0px !important;
}

.gr_bg, .cs_button a, .rs_wrap .cs_result .result_data .cs_table_info .enc {
  background: #1e3a8a;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}

.gr_bg2, .footer .hv_ques, .footer-top .hv_ques {
  background: #1e3a8a;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}

.cs_heading {
  margin-bottom: 30px;
}
.cs_heading h1 {
  font-weight: 700;
  font-size: 46px;
  color: var(--secondary);
}
.cs_heading h1 span {
  font-size: 50px;
  color: var(--primary-orange);
}
.cs_heading h2 {
  font-weight: 700;
  color: var(--secondary);
}
.cs_heading h2 span {
  color: var(--primary-orange);
}

.cs_content p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: var(--secondary);
}

.top-story {
  margin-top: 110px;
  margin-bottom: 200px;
}
.top-story .cs_figure {
  border-radius: 10px;
  border: 1px solid #ffdab6;
  padding: 10px;
}
.top-story .cs_figure .img_wrap img {
  width: 100%;
  border-radius: 6px;
}
.top-story .cs_figure .cnt_wrap {
  padding: 15px;
}
.top-story .cs_figure .cnt_wrap h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: var(--secondary);
}
.top-story .cs_figure .cnt_wrap .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.top-story .cs_figure .cnt_wrap .author .dflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-story .cs_figure .cnt_wrap .author .cs_icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
}
.top-story .cs_figure .cnt_wrap .author .cs_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-story .cs_figure .cnt_wrap .author p {
  font-weight: 500;
  font-size: 14px;
  color: var(--secondary-light);
}
.top-story .cs_figure .cnt_wrap .author p b {
  color: var(--secondary);
}
.top-story .cs_figure.flat_left {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.top-story .cs_figure.flat_left .img_wrap {
  width: 200px;
  min-width: 200px;
}
.top-story .cs_figure.flat_left .cnt_wrap {
  width: 100%;
  padding-top: 0;
}

.cs_welcome {
  padding: 110px 0px;
  padding-top: 10px;
}

.loan_benefit {
  margin-top: 10px;
}
.loan_benefit .cs_figure {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.89);
  border: 1px solid #dfdfdf;
  padding: 25px;
}
.loan_benefit .cs_figure h3 {
  font-weight: 700;
  font-size: 20px;
  color: var(--secondary);
  margin-top: 50px;
}
.loan_benefit .cs_figure p {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: var(--secondary-light);
  margin-top: 20px;
}

.loan_calculator .col-sm-7 {
  display: flex;
  align-items: center;
}
.loan_calculator .cs_content {
  padding-right: 150px;
}
.loan_calculator .cs_button {
  margin-top: 80px;
}
.loan_calculator .inst .row .col-sm-12:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -80px;
}

.client_testimonial {
  margin-top: 0;
}
.client_testimonial .cs_content {
  padding-left: 150px;
  padding-right: 150px;
}
.client_testimonial .testimonial_block {
  display: flex;
  padding: 0;
  padding-top: 0;
}
.client_testimonial .testimonial_block .cs_figure {
  width: 100%;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin: 0;
  position: relative;
}
.client_testimonial .testimonial_block .cs_figure .cs_inner {
  width: 100%;
  border-radius: 10px;
  background: #f7f7f7 url("../images/quote.png") right 25px bottom 25px no-repeat;
  background-size: 50px;
  padding: 25px;
}
.client_testimonial .testimonial_block .cs_figure .cs_inner .star i {
  color: var(--primary-orange);
}
.client_testimonial .testimonial_block .cs_figure .cs_inner .cl_text {
  margin-top: 10px;
}
.client_testimonial .testimonial_block .cs_figure .cs_inner .cl_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: var(--secondary-light);
}
.client_testimonial .testimonial_block .cs_figure .cs_inner .cs_more {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.client_testimonial .testimonial_block .cs_figure .cs_inner .cs_more .icon {
  width: 70px;
  height: auto;
  border-radius: 10px;
  /* background: url(...); */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.client_testimonial .testimonial_block .cs_figure .cs_inner .cs_more .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client_testimonial .testimonial_block .cs_figure .cs_inner .cs_more h1 {
  font-weight: 700;
  font-size: 20px;
  color: #0a264e;
}
.client_testimonial .testimonial_block .cs_figure .cs_inner .cs_more p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: var(--secondary-light);
}
.client_testimonial .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  border: 2px solid var(--primary-orange);
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.41);
}
.client_testimonial .carousel-indicators button.active {
  width: 32px;
  height: 12px;
  border-radius: 6px;
  background: var(--primary-orange);
  border: 2px solid var(--primary-orange);
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.41);
}

.re_form {
  padding: 50px;
}
.re_form .cs_heading {
  margin-bottom: 10px;
}
.re_form input,
.re_form select,
.re_form textarea {
  height: 50px;
  border-radius: 25px;
  background: #f0f0f0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #606060;
  width: 100%;
  border: 0px;
  padding-left: 15px;
}
.re_form textarea {
  height: 140px;
  border-radius: 10px;
  background: #f0f0f0;
  padding-top: 10px;
}
.re_form .row .col-sm-6 {
  margin-top: 30px;
}
.re_form .cs_button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cs_modal .max-80 {
  max-width: 80%;
}
.cs_modal .cs_close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  z-index: 4;
}
.cs_modal .cs_close-btn span {
  font-size: 20px;
}
.cs_modal .cs_close-btn:hover {
  opacity: 1;
}
.cs_modal .login_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cs_modal .login_cnt div {
  text-align: center;
  padding: 50px;
}
.cs_modal .login_cnt h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.cs_modal .login_cnt p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

.footer-top {
  background: var(--secondary);
  margin-top: 0;
}
.footer-top .hv_ques {
  border-radius: 30px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -67px;
}
.footer-top .hv_ques h1,
.footer-top .hv_ques p {
  color: #fff;
  white-space: nowrap;
}
.footer-top .hv_ques h1 {
  font-weight: 700;
  font-size: 38px;
}
.footer-top .hv_ques p {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.footer-top .hv_ques .q_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-top .hv_ques .q_form .cs_field {
  position: relative;
  margin-right: 20px;
  min-width: 250px;
}
.footer-top .hv_ques .q_form .cs_field textarea,
.footer-top .hv_ques .q_form .cs_field input,
.footer-top .hv_ques .q_form .cs_field select {
  height: 45px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  font-weight: 300;
  font-size: 14px;
  color: #818181;
  width: 100%;
  padding-left: 45px;
  border-radius: 25px;
}
.footer-top .hv_ques .q_form .cs_field textarea.invalid,
.footer-top .hv_ques .q_form .cs_field input.invalid,
.footer-top .hv_ques .q_form .cs_field select.invalid {
  background: #FFCECE;
  border: solid 1px #DB0000;
}
.footer-top .hv_ques .q_form .cs_field .icon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .hv_ques .q_form .cs_field .icon span {
  color: #818181;
}
.footer-top .hv_ques .q_form .cs_button a {
  color: #818181;
  background: #fff;
}
.footer-top .hv_ques.csn_ques {
  background: linear-gradient(#f93 0%, #ff4d00 100%);
}
.footer-top .hv_ques.csn_ques .q_form .cs_button a {
  color: var(--primary-orange);
  background: #fff;
}
.footer-top .f_menus {
  padding: 34px 0px 0 0;
  text-align: center;
}
.footer-top .f_menus h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 28px;
  color: #fff;
}
.footer-top .f_menus ul {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  background: #39393b;
  margin-bottom: 25px;
}
.footer-top .f_menus ul li {
  list-style: none;
  padding: 16px 30px;
}
.footer-top .f_menus ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.footer-top .f_menus ul li a:hover {
  color: #fff;
}
.footer-top .f_menus .social_link {
  display: flex;
  justify-content: center;
}
.footer-top .f_menus .social_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  min-width: 35px;
  background: #fff;
  margin: 10px;
  color: var(--secondary);
  font-size: 20px;
}
.footer-top .f_menus .social_link a .fa {
  font-size: 15px;
}
.footer-top .container-fluid {
  border-top: solid 1px #00132D;
}
.footer-top .container-fluid p {
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #fff;
  opacity: 1;
  padding: 17px;
  letter-spacing: 2px;
}

.footer {
  background: var(--secondary);
  margin-top: 0;
}
.footer .hv_ques {
  border-radius: 30px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -67px;
}
.footer .hv_ques h1,
.footer .hv_ques p {
  color: #fff;
  white-space: nowrap;
}
.footer .hv_ques h1 {
  font-weight: 700;
  font-size: 38px;
}
.footer .hv_ques p {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.footer .hv_ques .q_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .hv_ques .q_form .cs_field {
  position: relative;
  margin-right: 20px;
  min-width: 250px;
}
.footer .hv_ques .q_form .cs_field textarea,
.footer .hv_ques .q_form .cs_field input,
.footer .hv_ques .q_form .cs_field select {
  height: 45px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  font-weight: 300;
  font-size: 14px;
  color: #818181;
  width: 100%;
  padding-left: 45px;
  border-radius: 25px;
}
.footer .hv_ques .q_form .cs_field textarea.invalid,
.footer .hv_ques .q_form .cs_field input.invalid,
.footer .hv_ques .q_form .cs_field select.invalid {
  background: #FFCECE;
  border: solid 1px #DB0000;
}
.footer .hv_ques .q_form .cs_field .icon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .hv_ques .q_form .cs_field .icon span {
  color: #818181;
}
.footer .hv_ques .q_form .cs_button a {
  color: #818181;
  background: #fff;
}
.footer .hv_ques.csn_ques {
  background: linear-gradient(#f93 0%, #ff4d00 100%);
}
.footer .hv_ques.csn_ques .q_form .cs_button a {
  color: var(--primary-orange);
  background: #fff;
}
.footer .f_menus {
  padding: 60px 0px;
  text-align: center;
}
.footer .f_menus h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 28px;
  color: #fff;
}
.footer .f_menus ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footer .f_menus ul li {
  list-style: none;
  padding: 30px;
}
.footer .f_menus ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--secondary-light);
}
.footer .f_menus ul li a:hover {
  color: #fff;
}
.footer .f_menus .social_link {
  display: flex;
  justify-content: center;
}
.footer .f_menus .social_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  background: #fff;
  margin: 10px;
  color: var(--secondary);
  font-size: 20px;
}
.footer .container-fluid {
  border-top: solid 1px #4d4d4f;
}
.footer .container-fluid p {
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #fff;
  opacity: 1;
  padding: 17px;
  letter-spacing: 2px;
}

@media (min-width: 240px) and (max-width: 768px) {
  .m-hidden {
    display: none;
  }
  header .navbar-brand img {
    height: 40px;
  }
  header.csn_header {
    padding: 0px;
    box-shadow: none;
    position: absolute;
    z-index: 9;
    border-bottom: 1px solid #ccc;
  }
  header.csn_header .container {
    background: #fff;
    border-radius: 0;
  }
  header.csn_header .navbar-toggler {
    background: transparent;
  }
  .hero_sec {
    border-radius: 0px;
    padding-top: 100px;
    padding-bottom: 0;
  }
  .hero_sec .le_hero {
    padding: 10px;
  }
  .hero_sec .le_hero h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .hero_sec .le_hero h1 span {
    font-size: 38px;
  }
  .hero_sec .clc_form {
    margin-top: 30px;
    border-radius: 6px 6px 0px 0px;
  }
  .hero_sec .clc_form:after {
    display: none;
  }
  .hero_sec:before {
    width: 330px;
    height: 330px;
  }
  .hero_sec:after {
    width: 190px;
    height: 190px;
    bottom: inherit;
    right: -40px;
    top: 220px;
  }
  .hero_sec.csn_her_sec {
    background: #fbfbfb;
    padding-bottom: 75px;
    position: relative;
  }
  .hero_sec.csn_her_sec .le_hero {
    padding: 110px 11px 30px;
    z-index: 2;
    position: relative;
  }
  .hero_sec.csn_her_sec .le_hero h2 {
    font-size: 32px;
  }
  .hero_sec.csn_her_sec .le_hero h2:after {
    width: 141px;
    height: 4px;
  }
  .hero_sec.csn_her_sec:before {
    content: "";
    position: absolute;
    /* background: url('../images/round_icon_2.svg') center no-repeat !important; */
    width: 300px !important;
    height: 300px !important;
    top: -150px !important;
    left: -150px !important;
    background-size: contain !important;
    z-index: 0 !important;
    opacity: 1 !important;
  }
  .hero_sec.csn_her_sec:after {
    content: "";
    position: absolute;
    /* background: url('../images/round_icon_2.svg') center no-repeat !important; */
    width: 200px !important;
    height: 200px !important;
    bottom: -30px !important;
    right: -50px !important;
    background-size: contain !important;
    z-index: 0 !important;
    opacity: 1 !important;
    top: inherit;
  }
  .rs_wrap {
    margin-top: 0;
    padding-top: 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .rs_wrap .cs_result {
    margin-top: 0;
    border-radius: 0px 0px 6px 6px;
    padding: 0px;
  }
  .rs_wrap .cs_result .result_data {
    padding: 20px;
    border-top: solid 5px #DFDFDF;
  }
  .rs_wrap .cs_result .result_data .cs_table_info .enc.full {
    font-size: 0px;
    width: 30px;
    position: absolute;
    top: 0px;
    right: -15px;
    bottom: 0px;
    margin: auto;
  }
  .rs_wrap .cs_result .result_data .cs_table_info .enc.full span {
    display: flex;
  }
  .rs_wrap .cs_result .result_data .cs_table_info table tr th {
    padding-right: 25px;
  }
  .rs_wrap .cs_result .result_data .cs_table_info table tr:last-child th,
  .rs_wrap .cs_result .result_data .cs_table_info table tr:last-child td {
    padding-bottom: 10px;
  }
  .rs_wrap .cs_result .result_data .mb-hide {
    display: none;
  }
  .rs_wrap .cs_result .row .col-sm-12:first-child .result_data {
    border-top: solid 0px #DFDFDF;
  }
  .rs_wrap .cs_result:before {
    content: "";
    position: absolute;
    background: url("../images/rs_arrow.svg") top center no-repeat;
    width: 50px;
    height: 100px;
    top: -35px;
    right: 0px;
    left: 0px;
    margin: auto;
  }
  .rs_wrap .cs_result:after {
    content: "";
    position: absolute;
    background: url("../images/shadow.svg") center top no-repeat;
    width: 100%;
    height: 60px;
    left: 0px;
    bottom: -47px;
    background-size: cover;
  }
  .mbrs .result_data {
    padding-top: 20px !important;
  }
  .mbrs:first-child .result_data {
    padding-top: 0px !important;
  }
  .cs_heading h1 {
    font-size: 28px;
    font-weight: 700;
  }
  .cs_heading h1 span {
    font-size: 28px;
  }
  .rs_wrap .why_choose .cs_content {
    margin-bottom: 40px;
  }
  .rs_wrap .why_choose .cs_content h1,
  .rs_wrap .why_choose .cs_content p {
    text-align: left;
  }
  .rs_wrap .why_choose .cs_points {
    margin-bottom: 40px;
  }
  .rs_wrap .why_choose .cs_points h1 {
    font-size: 18px;
  }
  .rs_wrap .why_choose .cs_points h1 span {
    height: 35px;
  }
  .rs_wrap .why_choose .cs_points p {
    font-size: 12px;
    margin-top: 20px;
  }
  .cs_content p {
    font-size: 14px;
    line-height: 28px;
  }
  .loan_benefit {
    margin-top: 30px;
  }
  .loan_benefit .cs_figure {
    padding: 15px;
    margin-bottom: 15px;
  }
  .loan_benefit .cs_figure h3 {
    margin-top: 30px;
  }
  .loan_benefit .cs_figure p {
    line-height: 28px;
    margin-top: 10px;
  }
  footer {
    border-radius: 36px 36px 0px 0px;
    margin-top: 15px;
  }
  footer .hv_ques {
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 15px;
  }
  footer .hv_ques h1 {
    font-size: 32px;
  }
  footer .hv_ques .q_form {
    flex-wrap: wrap;
  }
  footer .hv_ques .q_form .cs_field {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
  footer .hv_ques .q_form .cs_button {
    width: 100%;
    margin-top: 20px;
  }
  footer .f_menus {
    padding: 30px 0px 10px;
  }
  footer .f_menus h1 {
    font-size: 36px;
  }
  footer .f_menus ul {
    flex-direction: column;
  }
  footer .f_menus ul li {
    padding: 10px;
  }
  footer .f_menus ul li a {
    font-size: 14px;
  }
  footer .f_menus .social_link {
    margin-top: 20px;
  }
  footer .container-fluid p {
    padding: 10px;
    font-size: 12px;
  }
  .our_features {
    margin-top: 20px;
  }
  .our_features .cs_heading {
    margin-top: 30px;
  }
  .our_features .feature_icons {
    margin-top: 10px;
  }
  .our_features .feature_icons .cs_icon {
    width: calc(50% - 20px);
  }
  .our_features .feature_icons .cs_icon:last-child {
    display: none;
  }
  .our_features .cs_button {
    margin-top: 30px;
  }
  .cs_modal .login_cnt div {
    padding: 20px;
  }
  .cs_modal .login_cnt h1 {
    font-size: 26px;
  }
  .cs_modal .login_cnt p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .cs_modal .re_form {
    padding: 20px;
  }
  .cs_modal .re_form .mt-3,
  .cs_modal .re_form .col-sm-6 {
    margin-top: 10px !important;
  }
  .cs_modal .re_form .mt-6 {
    margin-top: 0 !important;
  }
  .cs_modal .re_form input,
  .cs_modal .re_form select,
  .cs_modal .re_form textarea {
    height: 40px;
    font-weight: 400;
    font-size: 12px;
    padding-left: 15px;
  }
  .cs_modal .re_form .cs_button {
    margin-top: 20px;
  }
  .cs_modal .re_form .cs_button a {
    padding-left: 0;
    font-size: 12px;
    height: 40px;
  }
  .cs_modal .re_form .col a {
    font-size: 10px;
  }
  .stcs {
    background: #0A264E;
    padding: 20px;
  }
  .stcs .stcs_wrapper {
    background: #fff;
    border-radius: 6px;
    margin-top: -105px;
    position: relative;
  }
  .stcs .stcs_wrapper:after {
    content: "";
    position: absolute;
    background: url("../images/shadow.svg") center top no-repeat;
    width: 100%;
    height: 60px;
    left: 0px;
    bottom: -47px;
    background-size: cover;
  }
  .stcs .stcs_wrapper .cs_welcome {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .statics {
    margin-top: 0px;
  }
  .statics .container .row {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .statics .container .row .col-xs-12 {
    width: 75%;
    padding: 15px;
    padding-right: 0;
  }
  .statics .cs_figure {
    margin-bottom: 0px;
  }
  .statics .cs_figure .inner_figure {
    padding: 0px;
  }
  .statics .cs_figure .inner_figure .cs_icon {
    margin-right: 10px;
    border-radius: 6px;
  }
  .statics .cs_figure .inner_figure h3 {
    font-size: 16px;
  }
  .statics .cs_figure .inner_figure p {
    font-size: 12px;
  }
  .loan_calculator {
    margin-top: 50px;
  }
  .loan_calculator .cs_heading h1 {
    color: #fff;
  }
  .loan_calculator .cs_heading h1 span {
    color: #fff;
  }
  .loan_calculator .cs_content {
    padding-right: 0;
  }
  .loan_calculator .cs_content p {
    color: #fff;
  }
  .loan_calculator .cs_button {
    margin-top: 30px;
  }
  .loan_calculator .inst .row .col-sm-12:nth-child(2) {
    margin: 0px;
  }
  .loan_calculator .statics .cs_figure {
    margin-top: 15px;
  }
  .loan_calculator .statics .cs_figure .inner_figure {
    padding: 15px;
  }
  .client_testimonial,
  .req_loan,
  .choose-use,
  .cs_welcome {
    padding: 0px 0px;
    padding-top: 25px;
  }
  .client_testimonial {
    margin-top: 30px;
  }
  .client_testimonial .cs_content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .client_testimonial .testimonial_block {
    padding: 0px;
    margin-top: 20px;
  }
  .client_testimonial .testimonial_block .cs_figure {
    margin: 0px;
    width: 100%;
  }
  .client_testimonial .testimonial_block .cs_figure .cs_inner .cs_more .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .client_testimonial .testimonial_block .cs_figure .cs_inner .cs_more h1 {
    font-size: 16px;
  }
  .client_testimonial .testimonial_block .cs_figure .cs_inner .cs_more p {
    font-size: 12px;
  }
  .client_testimonial .testimonial_block .cs_figure:last-child {
    display: none;
  }
  .client_testimonial .carousel-indicators {
    bottom: -40px;
  }
  .client_testimonial .carousel-indicators button {
    width: 8px;
    height: 8px;
  }
  .client_testimonial .carousel-indicators button.active {
    width: 20px;
    height: 8px;
  }
  .client_testimonial {
    margin-top: 30px;
  }
  .top-story {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .top-story .cs_figure {
    margin-bottom: 20px;
  }
  .top-story .cs_figure.flat_left {
    flex-direction: column;
  }
  .top-story .cs_figure.flat_left .img_wrap {
    width: 100%;
  }
  .top-story .cs_figure.flat_left .cnt_wrap {
    padding-top: 10px;
    padding: 10px;
  }
  .top-story .cs_figure.flat_left .cnt_wrap h2 {
    font-size: 14px;
    line-height: 28px;
  }
  .top-story .cs_figure.flat_left .cnt_wrap p {
    font-size: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .rs_wrap .cs_result .result_data {
    padding: 0px;
  }
}
.cs_loading {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}
.cs_loading img {
  animation: animName 1s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
