@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --primary:#01baff;
  --primary-orange:#2151a6;
  --primary-light: #00AEEF;
  --secondary: #1E1E1E;
  --secondary-light: #64768F;
  --border-color: #DFDFDF;
  --light-bg: #F3F3F3;
}

body, html {
  /* font-family: "Roboto", sans-serif; */
  /* font-family: "Lato", sans-serif; */
  font-family: "Open Sans", sans-serif;;
  font-weight: 400;
  font-size: 14px;
  color: var(--secondary-light);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

p {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

ul, li, ol {
  line-height: 24px;
}

button {
  outline: none;
  border: 0px;
}

::-moz-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;
}

.cs_button {
  display: inline-block;
}
.cs_button a {
  height: 50px;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 600;
  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.active a {
  background: #00aeef;
}

.cs_button.orng a span {
  background: var(--secondary);
}

.right_triagnle {
  position: relative;
  overflow: hidden;
}


.left_triagnle {
  position: relative;
  overflow: hidden;
}


.left_line_design {
  position: relative;
}

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 {
 
}
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: 600;
  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: 8px 0px;
  position: sticky;
  top: 0px;
  position: relative;
  z-index: inherit;
}
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);
}

.hero_sec {
  border-radius: 0px 0px 0px 230px;
  padding-top: 200px;
  z-index: 1;
  position: relative;
  padding-bottom: 250px;
}
.hero_sec .le_hero p {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.hero_sec .le_hero p.small {
  font-size: 10px;
}
.hero_sec .le_hero h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 69px;
  color: #fff;
  margin-bottom: 30px;
}
.hero_sec .le_hero h1 span {
  /* font-family: "Acumin Variable Concept Italic"; */
  font-weight: 300;
  font-size: 50px;
  color: var(--primary);
}
.hero_sec .le_hero h2 {
  font-weight: 700;
  font-size: 61px;
  color: var(--primary);
  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: 35px;
}
.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: 600;
  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: 10px;
}
.hero_sec .clc_form .cs_field .icon {
  margin-right: 10px;
}
.hero_sec .clc_form .cs_field .icon img {
  height: 30px;
}
.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:-moz-placeholder-shown + label {
  transform: translateY(-15px);
}
.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: 600;
  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.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%;
}



.hero_sec.detail_page {
  background: var(--secondary);
  overflow: hidden;
  position: relative;
}
.hero_sec.detail_page .lbhead {
  padding: 100px 0px;
  display: flex;
  align-items: center;
}
.hero_sec.detail_page .lbhead h3 {
  font-weight: bold;
  font-size: 46px;
  color: #fff;
}
.hero_sec.detail_page .rightfxg {
  top: 0px;
}
.hero_sec.detail_page:after {
  display: none;
}
.icon img {
  max-width: 75px;
}
.inner ul {
  margin: 0 !important;
  padding: 0;
}
.inner h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.inner ul li {
  list-style: circle;
}
ul.offer {
  margin: 0;
  display: inline-block;
}
.section {
  margin: 3em 0;
}
ul.offer li {
  list-style: none;
  background: #f9f9f9;
  padding: 12px;
  margin: 1px;
  float: left;
  border: 1px solid;
}
.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(25% - 32px);
  /* height: 90px; */
  /* border-radius: 6px; */
  /* border: 1px solid #e3e3e3; */
  /* overflow: hidden; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin: 35px 10px;
}
.our_features .feature_icons .cs_icon img {
  max-width: 100%;
  max-height: 70px;
}
.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;
  margin-top: -255px;
  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: 600;
  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: rgb(1, 186, 255);
  background: linear-gradient(138deg, rgb(1, 186, 255) 0%, rgb(1, 186, 255) 27%, rgb(227, 42, 255) 100%);
}

.gr_bg2, footer .hv_ques, .hero_sec {
  background: rgb(1, 186, 255);
  background: linear-gradient(112deg, rgb(1, 186, 255) 0%, rgb(175, 75, 255) 76%, rgb(118, 112, 255) 100%);
}

.cs_heading {
  margin-bottom: 30px;
}
.cs_heading h1 {
  font-weight: 700;
  font-size: 46px;
  color: var(--secondary);
}
.cs_heading h1 span {
  /* font-family: "Acumin Variable Concept Italic"; */
  color: var(--primary-orange);
}

.cs_content p {
  /* font-family: Poppins; */
  font-weight: 600;
  font-size: 18px;
  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: 600;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-story .cs_figure .cnt_wrap .author p {
  font-weight: 600;
  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: 150px;
}

.loan_benefit {
  margin-top: 60px;
}
.loan_benefit .cs_figure {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.89);
  border: 1px solid #dfdfdf;
  padding: 25px 17px;
  margin: 1em 1em;
  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: 600;
  font-size: 13px;
  line-height: 24px;
  color: var(--secondary-light);
  margin-top: 20px;
}

.loan_calculator .col-sm-7 {
  display: flex;
  align-items: center;
}

.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: 110px;
}
.client_testimonial .cs_content {
  padding-left: 150px;
  padding-right: 150px;
}
.client_testimonial .testimonial_block {
  display: flex;
  padding: 50px;
  padding-top: 30px;
}
.client_testimonial .testimonial_block .cs_figure {
  width: 50%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin: 30px;
  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: 70px;
  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%;
  -o-object-fit: cover;
     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: 600;
  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: 600;
  margin-top: 15px;
}

footer {
  background: var(--primary-orange);
  margin-top: 130px;
}
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: var(--primary-light);
}
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: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--light-bg);
}
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 #00132D;
}
footer .container-fluid p {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  padding: 40px;
}

@media (min-width: 240px) and (max-width: 768px) {
  .m-hidden {
    display: none;
  }
  header .navbar-brand img {
    height: 40px;
  }
  header.csn_header {
    padding: 20px;
    box-shadow: none;
    position: absolute;
    z-index: 99;
  }
  header.csn_header .container {
    background: #fff;
    border-radius: 10px;
  }
  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: #FFE1C9;
    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;
    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;
  }
  .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(33% - 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_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: 50px 0px;
    padding-top: 50px;
  }
  .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);
  }
}/*# sourceMappingURL=style.css.map */


img {max-width: 100%;}