body {
  font-family: Mulish, sans-serif !important;
  line-height: normal !important;
  background-color: #ffffff !important;
}

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



li {
  list-style-type: none;
}

a {
  display: inline-block;
}

.slick-prev:before,
.slick-next:before {
  color: #E3530F !important;
}

.slick-next {
  right: 5px !important;
}

.slick-prev {
  left: 5px !important;
  position: relative;
  z-index: 5;
}

.mobile-view .slick-prev,
.mobile-view .slick-next {
  top: 30% !important;
}

.slick-list {
  padding-bottom: 10px !important;
}



.slick-track {
  display: flex;
}

.slick-slider {
  padding: 0 !important;
}

header {
  background-image: linear-gradient(#f58220, #b02a30);
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media screen and (max-width:767.5px) {
  header {
    padding: 10px 0;
  }

  header .container {
    padding: 0;
  }
}

header a {
  padding: 15px 0 15px 0;
  width: 85%
}

header h2 {
  position: relative;
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 45px;
  margin: 15px 0 0 20px;
  color: #fff
}

header h2::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  background-color: #fff;
  top: 15px;
  bottom: 0;
  left: -10px;
}

@media screen and (max-width:1440px) {
  header a {
    padding: 10px 0 10px 10px;
    /* width: 300px */
  }
}

@media screen and (max-width:767.5px) {
  header a {
    padding: unset;
    width: 65%
  }
}

@media screen and (max-width:1600px) {
  header h2 {
    font-size: 24px
  }
}

@media screen and (max-width:1440px) {
  header h2 {
    font-size: 20px
  }
}

@media screen and (max-width:767.5px) {
  header h2 {
    font-size: 12px;
    margin: 12px 0 0 18px
  }
}

@media screen and (max-width:767.5px) {
  header h2 {
    font-size: 12px;
    margin: 12px 0 0 18px
  }
}

@media screen and (max-width:300.5px) {
  header h2 {
    font-size: 11px;
    margin: 12px 0 0 18px
  }
}

.container {
  max-width: 90% !important;
}

@media screen and (max-width:767.5px) {
  .container {
    max-width: 100%;
  }
}

header nav .list_item {
  gap: 20px;
}

header nav .list_item li {
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width:1440px) {
  header nav .list_item li {
    font-size: 16px;

  }
}

header nav .list_item li a {
  text-decoration: none;
  color: #fff;
}

header nav .hamburger_menu .hamburger {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

header nav .close_menu {
  position: fixed;
  z-index: 7;
  right: 20px;
}

header nav .close_menu .close {
  font-size: 28px;
  font-weight: 600;
  color: #E3530F;
}

header nav .mob_list {
  position: fixed;
  z-index: 6;
  background: #f8f9fa;
  transition: top 1s ease 0s;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  padding-left: 0;
}

header nav .mob_list li a {
  display: inline-block;
  padding: 15px 0;
  text-decoration: none;
  color: #898989;
  font-size: 18px;
  transition: 0.2s ease;
}

.container {
  max-width: 98%;
}

@media screen and (max-width: 767.5px) {
  .container {

    width: 100%;
  }
}


.m_update {

  margin-bottom: 9rem;
}


@media screen and (max-width: 1440px) {
  .m_update {

    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 991.5px) {
  .m_update {
    margin-bottom: unset;

  }
}

.banner_section {
  background-color: #fff;
}

.banner_section h1 {
  position: absolute;
  /* top: 35%; */
  /* top: 20%; */
  top: 17%;
  left: 28%;
  color: #B02A30;
  font-weight: 600;
  font-size: 47px;
  font-family: "Mulish";
}

@media screen and (max-width: 1440.5px) {
  .banner_section h1 {
    font-size: 36px;
    left: 28%;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section h1 {
    font-size: 28px;
    top: 10%;
    left: 28%;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section h1 {
    top: 5%;
    left: 28%;
    font-size: 30px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section h1 {
    top: 2%;
    /* left: 35%; */
    /* left: 27%; */
    left: 15%;
    font-size: 24px;
  }
}

@media screen and (max-width: 300.5px) {
  .banner_section h1 {
    top: 2%;
    left: 15%;
    font-size: 18px;
  }
}

.banner_section ul .banner_content_img {
  width: 50%;
  margin-bottom: 5px;
}

@media screen and (max-width: 991.5px) {
  .banner_section ul .banner_content_img {
    /* width: 55%; */
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section ul .banner_content_img {
    /* width: 70%; */
    /* width: 40%; */
    width: 45%;
  }
}

@media screen and (max-width: 400.5px) {
  .banner_section ul .banner_content_img {
    /* width: 70%; */
    width: 37%;
    /* width: 35%; */
  }
}

.banner_section ul .no_doc {
  width: 40%;
}

@media screen and (max-width: 767.5px) {
  .banner_section ul .no_doc {
    width: 50%;
  }
}


.banner_section ul .quick_disbursal {
  margin-bottom: 20px;
}

.banner_section ul {
  /* width: 49%; */
  /* width: 70%; */
  padding: 0;
  width: 68%;
  display: flex;
  /* flex-wrap: wrap; */
  position: absolute;
  /* top: 70px;
  right: 22%; */
  /* top: 45px; */
  /* right: 22%; */
  top: 40%;
  /* left: 29%; */
  left: 28%;
}

@media screen and (max-width: 1730.5px) {
  .banner_section ul {
    top: 43%;
    /* left: 33%; */
    /* right: 24%; */
  }
}


@media screen and (max-width: 1600px) {
  .banner_section ul {
    /* right: 23%; */
    width: 50%;
    top: 45%;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section ul {
    top: 44%;
    width: 30%;
    left: 28%;
    /* right: 24%; */
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section ul {
    top: 35.5%;
    width: 30%;
    left: 28%;
    /* right: 24%; */
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section ul {
    /* justify-content: space-between; */
    /* top: 20px; */
    /* top: 70px; */
    /* right: 15%; */
    top: 18%;
    left: 28%;
    width: 40%;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section ul {
    /* width: 60%;
    justify-content: center; */
    /* top: 10px; */
    /* top: 40px; */
    /* top: 15%;
    left: 37%;
    gap: 20px; */
    /* right: 15px; */
    /* gap: 40px; */
    /* column-gap: 20px; */
    width: 80%;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    /* top: 10px; */
    /* top: 40px; */
    /* top: 10%;
    left: 0%; */
    top: 11%;
    left: 10%;
    gap: 20px;
    /* right: 15px; */
    gap: 0;
  }
}

@media screen and (max-width: 400.5px) {
  .banner_section ul {
    /* width: 60%;
    justify-content: center;
    top: 10px; */
    /* top: 40px; */
    /* flex-wrap: wrap;
    right: 15px; */
    /* gap: 40px; */
    /* column-gap: 20px; */
    width: 80%;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    /* top: 10px; */
    /* top: 40px; */
    /* top: 10%; */
    /* left: 19%; */
    top: 11%;
    left: 8%;
    gap: 20px;
    /* right: 15px; */
    gap: 0;
  }
}

@media screen and (max-width: 300.5px) {
  .banner_section ul {
    /* width: 60%;
    justify-content: center;
    top: 10px; */
    /* top: 40px; */
    /* flex-wrap: wrap;
    right: 15px; */
    /* gap: 40px; */
    /* column-gap: 20px; */
    width: 80%;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    /* top: 10px; */
    /* top: 40px; */
    top: 10%;
    /* left: 19%; */
    gap: 20px;
    /* right: 15px; */
    gap: 0;
  }
}

.banner_section ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* width: 34%; */
  /* width: 24%; */
  width: 15%;
  /* justify-content: end; */
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;

}

@media screen and (max-width: 1730.5px) {
  .banner_section ul li {
    width: 13%;
  }
}

@media screen and (max-width: 1600px) {
  .banner_section ul li {
    margin-bottom: 30px;
    width: 18%;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section ul li {

    /* margin-bottom: 20px; */
    width: 130px;

  }
}

@media screen and (max-width: 991.5px) {
  .banner_section ul li {
    width: 31%;
    margin-bottom: 0;


  }
}

@media screen and (max-width: 767.5px) {
  .banner_section ul li {
    /* width: 34%; */
    width: 130px;
    margin-bottom: 0;
    justify-content: space-evenly;
    /* background: none; */
    flex-wrap: wrap;

  }
}

@media screen and (max-width: 400.5px) {
  .banner_section ul li {
    /* width: 34%; */
    width: 120px;
    margin-bottom: 0;
    justify-content: space-evenly;
    /* background: none; */
    flex-wrap: wrap;

  }
}

@media screen and (max-width: 300.5px) {
  .banner_section ul li {
    /* width: 34%; */
    width: 90px;
    margin-bottom: 0;
    justify-content: space-evenly;
    /* background: none; */
    flex-wrap: wrap;

  }
}

.banner_section ul li h2 {
  font-size: 23px;
  text-align: center;
  font-weight: normal;
  font-family: "Mulish";
  color: #E3530F;
  margin: 0;
  padding-bottom: 6px;
}

@media screen and (max-width: 1730.5px) {
  .banner_section ul li h2 {
    font-size: 18px;

  }
}

@media screen and (max-width: 1600.5px) {
  .banner_section ul li h2 {
    font-size: 18px;

  }
}

@media screen and (max-width: 1440px) {
  .banner_section ul li h2 {
    font-size: 14px;

  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section ul li h2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section ul li h2 br {
    display: block;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section ul li h2 {
    font-size: 16px;
  }

  .banner_section ul li h2 br {
    display: block;
  }
}

@media screen and (max-width: 400.5px) {
  .banner_section ul li h2 {
    /* font-size: 14px; */
    font-size: 14px;
  }

  .banner_section ul li h2 br {
    display: block;
  }
}

@media screen and (max-width: 300.5px) {
  .banner_section ul li h2 {
    font-size: 10px;
    margin-bottom: 0;
  }

  .banner_section ul li h2 br {
    display: block;
  }
}

.banner_section .form_wrap .progress_bar {
  display: flex;
  width: 180px;
  margin: 0 auto;
  height: 8px;
  background-color: #F3D8CC;
}

.banner_section .form_wrap .progress_bar .progress_bar_1 {
  width: 90px;
  background-color: #E3530F;
  position: relative;
  text-align: center;
  color: #E3530F;
  font-size: 10px;
}

.banner_section .form_wrap .progress_bar .progress_bar_2 {
  width: 90px;
  background-color: transparent;
  position: relative;
  text-align: center;
  color: #F3D8CC;
  font-size: 10px;
}

.banner_section .form_wrap .progress_bar svg {
  margin-top: 10px;
}

.banner_section .form_wrap {
  position: absolute;
  top: 20px;
  right: 60px;
  width: 539px;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap {
    width: 500px;
    right: 60px;

  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap {
    width: 480px;


  }
}

@media screen and (max-width: 1300px) {
  .banner_section .form_wrap {
    width: 410px;


  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .form_wrap {
    width: 380px;


  }
}

@media screen and (max-width: 1099.5px) {
  .banner_section .form_wrap {
    width: 320px;


  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .form_wrap {
    position: unset;
    width: 539px;
    margin: 30px auto 0;

  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .form_wrap {
    width: 100%;

  }
}


.banner_section .form_wrap .form_heading {
  background: #E3530F;
  border-radius: 14px 14px 0px 0px;
  padding: 4%;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap .form_heading {
    padding: 4%;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .form_wrap .form_heading {
    padding: 3%;
  }
}

.banner_section .form_wrap .form_heading h4 {
  font-size: 36px;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap .form_heading h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap .form_heading h4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .form_wrap .form_heading h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .form_wrap .form_heading h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .form_wrap .form_heading h4 {
    font-size: 20px;
  }
}

.banner_section .form_wrap form {
  background-color: #ffffff;
  border-radius: 0px 0px 14px 14px;
  /* padding: 4%; */
  padding: 2% 4% 4%;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

input:focus::placeholder {
  color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

.banner_section .form_wrap form select {
  font-size: 20px;
  font-weight: 700;
  outline: 0;
  width: 100%;
  border: none;
  color: #757575;
  padding: 3% 1%;
  border-bottom: 1px solid #c6c6c6;
  font-family: "Mulish";
}

.banner_section .form_wrap form select option:disabled {
  color: gray;
  font-style: italic;
  font-size: 10px;
}

.banner_section .form_wrap form input[type=text],
.banner_section .form_wrap form input[type=number],
.banner_section .form_wrap form input[type=email] {
  font-size: 20px;
  font-weight: 700;
  outline: 0;
  width: 100%;
  /* margin: 1% auto; */
  border: none;
  color: #525252;
  padding: 3% 1%;
  border-bottom: 1px solid #C6C6C6;
  font-family: 'Mulish';

}

.banner_section .form_wrap form input[type=text]:focus::placeholder,
.banner_section .form_wrap form input[type=number]:focus::placeholder,
.banner_section .form_wrap form input[type=email]:focus::placeholder {
  color: transparent;

}

@media screen and (max-width: 1600px) {

  .banner_section .form_wrap form input[type=text],
  .banner_section .form_wrap form input[type=number],
  .banner_section .form_wrap form input[type=email],
  .banner_section .form_wrap form select {
    /* padding: 2% 3%; */
    font-size: 18px;
    padding: 2% 1%;
  }
}

@media screen and (max-width: 1440px) {

  .banner_section .form_wrap form input[type=text],
  .banner_section .form_wrap form input[type=number],
  .banner_section .form_wrap form input[type=email],
  .banner_section .form_wrap form select {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199.5px) {

  .banner_section .form_wrap form input[type=text],
  .banner_section .form_wrap form input[type=number],
  .banner_section .form_wrap form input[type=email],
  .banner_section .form_wrap form select {
    font-size: 12px;
  }
}

@media screen and (max-width: 991.5px) {

  .banner_section .form_wrap form input[type=text],
  .banner_section .form_wrap form input[type=number],
  .banner_section .form_wrap form input[type=email],
  .banner_section .form_wrap form select {
    font-size: 11px;
    padding: 2% 3%;
  }
}

@media screen and (max-width: 767.5px) {

  .banner_section .form_wrap form input[type=text],
  .banner_section .form_wrap form input[type=number],
  .banner_section .form_wrap form input[type=email],
  .banner_section .form_wrap form select {
    font-size: 14px;
    padding: 3%;
  }
}

.banner_section .form_wrap form input[type=number]::-webkit-inner-spin-button,
.banner_section .form_wrap form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}


.banner_section .form_wrap form .checkbox {
  margin: 0 0 20px;
}

.banner_section .form_wrap form .checkbox input {
  width: 20px;
  height: 20px;
  padding: 0px ! important;
  margin: 0px ! important;
  accent-color: #E3530F;
  /* min-width: 2px */
}

@media screen and (max-width: 767.5px) {
  .banner_section .form_wrap form .checkbox input {
    width: 15px;
    height: 15px;
  }
}

.banner_section .form_wrap form .checkbox label {
  /* margin: 0 3%; */
  font-size: 16px;
  color: #525252;
  padding: 0px !important;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap form .checkbox label {
    font-size: 15px;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap form .checkbox label {
    font-size: 11px;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .form_wrap form .checkbox label {
    font-size: 10px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .form_wrap form .checkbox label {
    font-size: 10px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .form_wrap form .checkbox label {
    font-size: 12px;

    margin: 0 3%;

  }
}

/* .banner_section .form_wrap form .applynow {
  margin: 0 auto;
  width: 65%;
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap form .applynow {
    width: 50%;
  }
} */

.banner_section .form_wrap form .applynow button {
  text-decoration: none;
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  /* padding: 12px 85px; */
  padding: 12px 134px;
  line-height: 40px;
  color: #fff;
  border: none;
  background: #E3530F;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap form .applynow button {
    font-size: 23px;
    padding: 8px 135px;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap form .applynow button {
    font-size: 18px;
    padding: 5px 100px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400.5px) {
  .banner_section .form_wrap form .applynow button {
    font-size: 18px;
    padding: 5px 50px;
    line-height: 30px;
  }
}

.banner_section .form_wrap form .label_and_input {
  padding: 2% 3%;
  width: 80%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner_section .form_wrap form .label_and_input label {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #525252;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap form .label_and_input label {

    font-size: 18px;

  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap form .label_and_input label {

    font-size: 14px;

  }
}

.banner_section .form_wrap form .dob {
  display: flex;
  align-items: center;
}

.banner_section .form_wrap form .dob input {
  width: 25%;
  background: #DDDDDD;
  border-radius: 8px;
  text-align: center;
  margin: 0 5px;
}

.banner_section .form_wrap form .custom-flex-wrapper {
  display: flex;
  justify-content: space-between;
  /* margin-left: auto; */
  width: 80%;
}

.radio-btn-wrap {
  display: inline-block;
}

.custom-radio-button-wrapper .radio_btn {
  border-radius: 4px;
  padding: 5px 10px !important;
  overflow: hidden;
  min-width: 150px;
  margin-right: 15px;
}

@media screen and (max-width: 1600px) {
  .custom-radio-button-wrapper .radio_btn {
    min-width: 140px;
  }
}

@media screen and (max-width: 1440px) {
  .custom-radio-button-wrapper .radio_btn {
    min-width: 120px;
  }
}

@media screen and (max-width: 1199.5px) {
  .custom-radio-button-wrapper .radio_btn {
    min-width: 100px;
    margin-right: 2px;

  }
}

@media screen and (max-width: 991.5px) {
  .custom-radio-button-wrapper .radio_btn {
    min-width: 150px;
    margin-right: 15px;

  }
}

@media screen and (max-width: 767px) {
  .custom-radio-button-wrapper .radio_btn {
    min-width: 100px;
    margin-right: 5px;
  }
}

.radio_btn {
  display: block;
  position: relative;
  padding: 3px 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  line-height: 20px;
}

.apply_form .form-group input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #040404;
  padding: 0;
  background-color: transparent;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.radio_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio-button-wrapper .radio_btn .checkmark {
  border-radius: 14px;
}

.radio_btn .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #525252;
  /* border-radius: 50%; */
}

@media (max-width: 1440px) {
  .radio_btn .checkmark {

    height: 90%;

  }
}

@media (max-width: 767.5px) {
  .radio_btn .checkmark {

    height: 90%;

  }
}

::selection {
  background: #E3530F;
  color: #fff;
}

.custom-radio-button-wrapper .radio_btn input:checked~.checkmark {
  border-color: #E3530F !important;
  background: #E3530F;

}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #757575;
}

.radio_btn .checkmark font {
  color: #fff;
  z-index: 1;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5px 4px;
  /* opacity: 0; */
  top: 0px;
  left: 0px;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;

}

.radio_btn input:checked~.checkmark {
  background-color: #fff;
}

.error {
  color: red;
  font-size: 12px;
  display: block;
}

.noError {
  color: green;
  font-size: 12px;
  display: block;
}

.apply_form .form-group input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #040404;
  padding: 0;
  background-color: transparent;
  width: 100%;
  outline: none;
  box-shadow: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}

.text-field-with-icon .text-icon {
  position: absolute;
  left: 1px;
  /* bottom: 20px; */
  bottom: 15px;
  /* display: none; */
  font-size: 20px;
  color: #525252;
}

@media screen and (max-width: 1600px) {
  .text-field-with-icon .text-icon {
    position: absolute;
    left: 1px;
    /* bottom: 15px; */
    bottom: 10px;
    /* display: none; */
    font-size: 18px;
    color: #525252;
  }
}

@media screen and (max-width: 1440.5px) {
  .text-field-with-icon .text-icon {
    position: absolute;
    left: 1px;
    /* bottom: 12px; */
    bottom: 9px;
    /* display: none; */
    font-size: 14px;
    color: #525252;
  }
}

@media screen and (max-width: 1199.5px) {
  .text-field-with-icon .text-icon {
    position: absolute;
    left: 1px;
    /* bottom: 11px; */
    bottom: 9px;
    /* display: none; */
    font-size: 12px;
    color: #525252;
  }
}

@media screen and (max-width: 991.5px) {
  .text-field-with-icon .text-icon {
    left: 10px;
    bottom: 10.5px;
    /* display: none; */
    font-size: 11px;
  }
}

@media screen and (max-width: 767.5px) {
  .text-field-with-icon .text-icon {
    left: 8px;
    bottom: 18px;
    /* display: none; */
    font-size: 14px;
  }
}

@media screen and (max-width: 400.5px) {
  .text-field-with-icon .text-icon {
    left: 8px;
    bottom: 10px;
    /* display: none; */
    font-size: 14px;
  }
}

@media screen and (max-width: 300.5px) {
  .text-field-with-icon .text-icon {
    left: 8px;
    bottom: 8px;
    /* display: none; */
    font-size: 14px;
  }
}

.text-field-with-icon {
  display: flex;
  position: relative;
}

.autocomplete {
  position: relative;
}

.pincode {
  display: flex;
  margin-bottom: 15px;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #525252;
}

@media (max-width: 767.5px) {
  .pincode {
    flex-wrap: wrap;
  }
}

.apply_form .form-group .pincode_box {
  margin-left: 15px;
}

.apply_form .form-group .pincode_box input {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #000;
  text-align: center;
}

.apply_form .form-group input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #040404;
  padding: 0;
  background-color: transparent;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.apply_form .form-group .pincode_box {
  margin-left: 15px;
}

.pincode {
  display: flex;
  margin-bottom: 15px;
}

.apply_form .form-group input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #040404;
  padding: 0;
  background-color: transparent;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.autocomplete {
  position: relative;
}

#nxt_btnsubmit {
  background: #E3530F;
  color: #fff;
  width: 50%;
  padding: 12px 5px;
  margin-top: 25px;
  border: none;
  font-weight: 700;
  border-radius: 30px;
  margin: 20px auto 0;
  display: block;

}

@media screen and (max-width: 1440px) {
  #nxt_btnsubmit {

    margin: 10px auto 0;


  }
}

.apply_form .form-group input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #040404;
  padding: 0;
  background-color: transparent;
  width: 100%;
  outline: none;
  box-shadow: none;
}




.apply_form .form-group input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #040404;
  padding: 0;
  background-color: transparent;
  width: 100%;
  outline: none;
  box-shadow: none;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}



.radio_btn input:checked~.checkmark font {
  opacity: 1;
}

.custom-radio-button-wrapper .radio_btn input:checked~.checkmark {
  border-color: #E3530F !important;
}

.radio_btn input:checked~.checkmark {
  background-color: #fff;
}


.banner_section .form_wrap form .label_and_input_new label {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #525252;
  margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap form .label_and_input_new label {

    font-size: 18px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap form .label_and_input_new label {

    font-size: 14px;
    margin-bottom: 4px;
  }
}


.professional_details,
.monthly_sal {
  margin: 20px 0;
}

@media screen and (max-width: 1600px) {

  .professional_details,
  .monthly_sal {
    margin: 0;
  }
}

.professional_details label {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #525252;
  /* margin-bottom: 20px; */
}

@media screen and (max-width: 1600px) {
  .professional_details label {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1440px) {
  .professional_details label {
    font-size: 14px;
    margin-bottom: 4px;
  }
}




/* cal section start */

.calculator_section {
  /* padding: 32px 23px; */
}

.calculator_section {
  padding-top: 240px;
}

@media screen and (max-width: 1730px) {
  .calculator_section {
    padding-top: 300px;
  }
}

@media screen and (max-width: 1600px) {
  .calculator_section {
    padding-top: 270px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_section {
    padding-top: 230px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_section {
    padding-top: 230px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_section {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section {
    padding: unset;
    margin-top: 40px;
  }
}

.calculator_section .calculator_wrapper {
  border-radius: 20px;
  /* padding: 18px 26px 42px; */
}

.calculator_section h2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #97281D;
}

@media screen and (max-width: 1600.5px) {
  .calculator_section h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440.5px) {
  .calculator_section h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_section h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_section h2 {
    font-size: 20px;
  }
}

.calculator_section h3 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #525252;
  width: 100%;
}

@media screen and (max-width: 1440.5px) {
  .calculator_section h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section h3 {
    font-size: 16px;
  }
}

.calculator_section .emi {
  background: #f9e1ce;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767.5px) {
  .calculator_section .emi {
    flex-direction: row-reverse;
    position: relative;
  }
}

.calculator_section .emi p {
  font-family: "Mulish";
  font-style: normal;
  font-size: 24px;
  line-height: 33px;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .calculator_section .emi p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1440.5px) {
  .calculator_section .emi p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_section .emi p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section .emi p {
    font-size: 15px;
    line-height: 18px;
  }
}

.calculator_section .emi .note {
  font-family: "Mulish";
  font-style: normal;
  font-size: 26px;
  line-height: 33px;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .calculator_section .emi .note {
    font-size: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_section .emi .note {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1440.5px) {
  .calculator_section .emi .note {
    font-size: 16px;
    line-height: 28px;
  }
}

.calculator_section .emi p span {
  font-weight: 400;
}

.calculate_btn {
  font-family: "Mulish";
  font-size: 18px;
  color: #ffffff;
  background: #E3530F;
  border-radius: 30px;
  padding: 12px 0;
  border: none;
  display: block;
  margin-top: 20px;
  width: 80%;
}

@media screen and (max-width: 1440.5px) {
  .calculate_btn {
    padding: 10px 0px;
    font-size: 16px;

  }
}

@media screen and (max-width: 1199.5px) {
  .calculate_btn {
    padding: 10px 0px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculate_btn {
    width: 100%;
  }
}

.text-field-icon i {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal !important;
  color: #000 !important;
  font-weight: 700;
}

/* calculator_section end */

/* modal css end */

.pie-chart-container {
  width: 80%;
  margin: 0 auto;
  transform: scaleX(-1);
  /* Flip horizontally */
  margin-top: 5%;
}

@media screen and (max-width: 1199.5px) {
  .pie-chart-container {
    width: 100%;
    margin-top: 20%;
  }
}

@media screen and (max-width: 991.5px) {
  .pie-chart-container {
    width: 80%;
    margin-top: 10%;
  }
}

@media screen and (max-width: 767.5px) {
  .pie-chart-container {
    position: absolute;
    right: 20px;
    top: 0;
    width: 42%;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  /* width: 60px;
  height: 34px; */
  width: 50px;
  height: 24px
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E3530F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #E3530F;
}

input:focus+.slider {
  box-shadow: 0 0 1px #E3530F;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.position-relative {
  position: relative;
}

.toggle_tenure {
  margin-top: -9%;
  display: flex;
  gap: 5px;
}

@media screen and (max-width: 300.5px) {
  .toggle_tenure {
    margin-top: 0%;
    display: flex;
    gap: 5px;
  }
}

.toggle_tenure p {
  font-size: 18px;
  font-family: "Mulish";
}

@media screen and (max-width:1440px) {
  .toggle_tenure p {
    font-size: 16px;
  }
}

input[type="range"] {
  width: 100%;
  /* padding: 56px 0 56px; */
  margin: 32px 0 10px;
  accent-color: #E3530F;
  height: 2px;
}



.calculator_section .loan_amt h3 {
  font-size: 18px;
}

@media screen and (max-width:1440px) {
  .calculator_section .loan_amt h3 {
    font-size: 16px;
  }
}

.calculator_section .loan_amt,
.inerest_rate,
.loan_team {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.calculator_section .calculator_wrapper .orangebox {
  width: 11px;
  height: 11px;
  background-color: #E3530F;
}

.calculator_section .calculator_wrapper .whitebox {
  width: 11px;
  height: 11px;
  background-color: #fff;
}

.applyloanbtn {
  border-radius: 6px;
  border: 1px solid #144f86;
  height: 40px;
  text-align: center;
  align-items: center;
  background-color: transparent;
  color: #144f86;
  width: 80%;
}

@media screen and (max-width:767.5px) {
  .applyloanbtn {
    width: 100%;
  }
}


/* cal section end */



/* features_benefits */
.features_benefits_section {
  /* padding-top: 80px; */
  margin-top: 50px;

}

@media screen and (max-width:1600px) {
  .features_benefits_section {
    margin-top: 50px;
  }
}

@media screen and (max-width:1440px) {
  .features_benefits_section {
    margin-top: 50px;


  }
}

@media screen and (max-width:1199.5px) {
  .features_benefits_section {
    margin-top: 50px;


  }
}

.features_benefits_section .container {
  max-width: 98%;
}

@media screen and (max-width: 767.5px) {
  .features_benefits_section .container {

    width: 100%;
  }
}

.features_benefits_section .feature_heading {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 135%;
  /* identical to box height, or 49px */
  color: #97281D;
}

@media screen and (max-width: 1440px) {
  .features_benefits_section .feature_heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 991.5px) {
  .features_benefits_section .feature_heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 767.5px) {
  .features_benefits_section .feature_heading {
    font-size: 20px;
    text-align: left;
  }
}

.features_benefits_section .features_benefits {
  /* background: #E3530F; */
  border-radius: 20px;
  padding: 32px 23px 65px;

}

@media screen and (max-width: 1440px) {
  .features_benefits_section .features_benefits {

    padding: 22px 23px 50px;

  }
}

@media screen and (max-width: 767.5px) {
  .features_benefits_section .features_benefits {

    padding: 0 0 0;

  }
}

.features_benefits_section .features_benefits .container {
  max-width: 98%;
}

@media screen and (max-width: 767.5px) {
  .features_benefits_section .features_benefits .container {

    width: 100%;
  }
}



.features_benefits_section .features_benefits .features_wrapper .col_wrap {
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  /* padding: 10px 44px; */
  padding: 10px 13px;
  width: 320px;
  height: auto;
}

@media screen and (max-width: 1600px) {
  .features_benefits_section .features_benefits .features_wrapper .col_wrap {
    width: 260px;
    height: auto;
  }
}

@media screen and (max-width: 1440.5px) {
  .features_benefits_section .features_benefits .features_wrapper .col_wrap {
    width: 210px;
    height: auto;
  }
}

@media screen and (max-width: 1199.5px) {
  .features_benefits_section .features_benefits .features_wrapper .col_wrap {
    width: 160px;
    height: auto;
    margin: 0;
  }
}

@media screen and (max-width: 991.5px) {
  .features_benefits_section .features_benefits .features_wrapper .col_wrap {
    /* width: 220px; */
    /* width: 210px !important; */
    /* width: 169px !important; */
    /* height: 240px; */
    padding: 10px 20px;
    height: auto;
    margin: 0 10px;
    width: 180px;
    /* width: unset; */
  }
}

@media screen and (max-width: 767.5px) {
  .features_benefits_section .features_benefits .features_wrapper .col_wrap {
    /* width: 220px; */
    width: 205px !important;
    height: 240px;
    margin: unset;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 400.5px) {
  .features_benefits_section .features_benefits .features_wrapper .col_wrap {
    /* width: 200px; */
    width: 180px !important;
    height: 210px;
    margin: 10px 160px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 300.5px) {
  .features_benefits_section .features_benefits .features_wrapper .col_wrap {
    /* width: 220px; */
    /* width: 220px !important;
    height: 220px;
    margin: 0 160px;
    padding: 10px 20px; */
    width: 160px !important;
    height: 280px;
    margin: 10px 110px;
    padding: 30px 20px;
  }
}

/* .features_benefits_section .features_benefits .features_wrapper .features_content{
  height: 190px;
}
@media screen and (max-width: 1600px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content {  
    height: 170px;
  }
}
@media screen and (max-width: 1440px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content {  
    height: 120px;
   
  }
} */



@media screen and (max-width: 767.5px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content {
    height: auto;
    /* width: 190px; */
  }
}

.features_benefits_section .features_benefits .features_wrapper .features_content h3 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 135%;
  /* or 35px */
  color: #97281D;
  margin: 10px 0;

}

@media screen and (max-width: 1600px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991.5px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content h3 {
    font-size: 14px;
  }
}

.features_benefits_section .features_benefits .features_wrapper .features_content p {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 135%;
  /* or 35px */


  color: #97281D;

}

@media screen and (max-width: 1600px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content p {
    font-size: 15px;
  }

  .features_benefits_section .features_benefits .features_wrapper .features_content p br {
    display: none;
  }
}

@media screen and (max-width: 1199.5px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content p {
    font-size: 12px;
  }
}

@media screen and (max-width: 991.5px) {
  .features_benefits_section .features_benefits .features_wrapper .features_content p br {
    display: none;
  }
}



.features_benefits_section .features_benefits .features_wrapper .features_img {
  /* width: 100px; */
  /* margin: 0 auto; */
  /* display: block; */
}


@media screen and (max-width: 1600px) {
  .features_benefits_section .features_benefits .features_wrapper .features_img {
    /* width: 80px; */
    /* width: 100px; */
  }
}

@media screen and (max-width: 1440px) {
  .features_benefits_section .features_benefits .features_wrapper .features_img {
    /* width: 70px; */
    /* width: 100px; */
  }
}

@media screen and (max-width: 1199.5px) {
  .features_benefits_section .features_benefits .features_wrapper .features_img {
    /* width: 60px; */
    width: 80px;
  }
}

@media screen and (max-width: 767.5px) {
  .features_benefits_section .features_benefits .features_wrapper .features_img {
    width: 70px;
  }
}


/* document section css */
@media screen and (max-width: 767.5px) {
  .document_section .container {
    padding: 0;
  }
}

.document_section h2 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 135%;
  /* identical to box height, or 49px */
  color: #97281D;
}

@media screen and (max-width: 1440px) {
  .document_section h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 991.5px) {
  .document_section h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767.5px) {
  .document_section h2 {
    font-size: 20px;
    text-align: left;
  }
}

.document_section .docwrapper {
  background-color: #fff;

}

@media screen and (max-width: 767.5px) {
  .document_section .docwrapper {
    overflow-x: auto;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  }

  .docwrapper .rowstrip {
    flex-wrap: nowrap;
  }

  .docwrapper .rowstrip>div {
    flex: 0 0 auto;
    min-width: 200px;
  }

}





.document_section p {
  font-family: "Mulish";
  font-weight: normal;
  font-size: 18px;
  color: #252430;
  margin: 10px 0;
}

@media screen and (max-width: 767.5px) {
  .document_section p {
    font-size: 16px;
    padding: 0 10px;
  }
}

.document_section ul li {
  list-style-type: disc;
  font-size: 18px;
}

@media screen and (max-width: 767.5px) {
  .document_section ul li {
    font-size: 16px;
  }
}

.document_section .document_wrapper .doc_wrap {
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  padding: 0;
  width: 300px;
  border-radius: 8px;
  /* height: 380px; */
}

@media screen and (max-width: 767.5px) {
  .document_section .document_wrapper .doc_wrap {
    width: 80% !important;
    height: 460px;
    margin: 0 45px;
    display: inline-block;
  }
}

@media screen and (max-width: 300.5px) {
  .document_section .document_wrapper .doc_wrap {
    width: 80% !important;
    height: 480px;
    margin: 0 30px;
    display: inline-block;
  }
}

.document_section .headingbg {
  background-color: #FBEFE6;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document_section .headingbg p {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-family: "Mulish";
  font-weight: normal;
  font-size: 18px;
  color: #000000;
}

@media screen and (max-width: 767.5px) {
  .document_section .headingbg p {
    font-size: 16px;
  }
}

.document_section .kyc_text {
  background-color: #B02A30;
  padding: 10px;
}

@media screen and (max-width: 767.5px) {
  .document_section .kyc_text {
    max-width: 800px;
    width: 800px;
  }
}

.document_section .kyc_text p {
  font-family: "Mulish";
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 767.5px) {
  .document_section .kyc_text p {
    font-size: 16px;
  }
}

.document_section .document_wrapper .doc_wrap .document_content {
  padding: 10px 12px;
}

.document_section .document_wrapper .doc_wrap .document_content h3 {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: semibold;
  font-family: "Mulish";
}

.document_section .document_wrapper .doc_wrap .document_content p {
  color: #525252;
  font-size: 14px;
  font-weight: normal;
  font-family: "Mulish";
}


/* faq */
.faq {
  margin: 5% 0px;
  position: relative;
  background-color: #ffffff;
}

.faq h2 {
  color: #97281D;
  font-family: Mulish;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 1600px) {
  .faq h2 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1400px) {
  .faq h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767.5px) {
  .faq h2 {
    color: #97281D;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

@media screen and (max-width: 300.5px) {
  .faq h2 {
    font-size: 20px;
  }
}

.faq .footerimg {
  position: absolute;
  bottom: 0;
}

.faq ul li a {
  color: #E3530F;
  text-decoration: none;
}



.faq .accordion {
  padding: 0 23px;
  /* opacity: 0.5; */
  background: #fff;
}

/* @media screen and (max-width: 767.5px) {
  .faq .accordion {
    padding: 0 20px;
  }
} */

.faq .accordion .accordion-item {
  position: relative;
  border: 0;
  padding: 10px 0;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  .faq .accordion .accordion-item {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-item {
    display: block;
    border-bottom: 1px solid #000000;
    border-radius: 0;
  }
}

.faq .accordion .accordion-item:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #000000;
  /* left: -23px; */
  right: 0;
  /* width: calc(100% + 46px); */
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-item:after {
    display: none;
  }
}

.faq .accordion .accordion-item:last-child:after {
  display: none;
}

.faq .accordion h2 button {
  color: #000000;
  font-family: "Mulish";
  font-size: 22px;
  font-weight: 500;
  /* padding-left: 0; */
}

@media screen and (max-width: 1440px) {
  .faq .accordion h2 button {
    font-size: 18px;
  }
}

@media screen and (max-width: 300.5px) {
  .faq .accordion h2 button {
    font-size: 14px;
  }
}

.faq .accordion .accordion-body {
  color: #000000;
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  /* padding-left: 0; */
}

@media screen and (max-width: 1440px) {
  .faq .accordion .accordion-body {
    font-size: 15px;
  }
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-body {
    padding: 0;
  }
}

@media screen and (max-width: 300.5px) {
  .faq .accordion .accordion-body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-button {
    padding-right: 0;
    padding-left: 0;
  }
}

.faq .accordion .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}

.faq .accordion .accordion-button:focus {
  border: 0;
  box-shadow: unset;
}

/* .faq .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  content: "-";
  font-size: 22px;
  background-image: none;
  margin-top: 15px;
  color: #E3530F;
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 0px 20px 32px 11px;
  border-radius: 100%;
  border: 1.5px solid #E3530F;
}

@media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-button:not(.collapsed)::after {
    left: -26px;
  }
} */

/* .faq .accordion .accordion-button::after {
  display: none;
  background-image: var(--bs-accordion-btn-icon);
  content: "+";
  font-size: 20px;
  background-image: none;
  position: absolute;
  left: 0;
  top: 10px;
  padding: 0px 20px 29px 8px;
  color: #E3530F;
  border: 1.5px solid #E3530F;
  border-radius: 100%;

} */

/* @media screen and (max-width: 767.5px) {
  .faq .accordion .accordion-button::after {
    left: -18px;
  }
} */

.faq hr {
  color: #fff;
}

.footer {
  padding: 40px 0;
  background-color: #E3530F;
  margin-bottom: 9rem;
}

@media screen and (max-width: 1600px) {
  .footer {
    padding: 30px 0;
    margin-bottom: 7rem;
  }
}

@media screen and (max-width: 1440px) {
  .footer {
    padding: 20px 0;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767.5px) {
  .footer {
    padding: 10px 0;
    margin-bottom: 4rem;
  }
}

.footer a {
  /* color: #fff; */
  text-decoration: none;
}

/* .footer a:hover{
    color: #fff;
   
  } */

.footer h4 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
}

.footer h4 a {
  color: #ffffff !important;
  text-decoration: none;
}

@media screen and (max-width: 1600px) {
  .footer h4 {
    font-size: 20px;
    line-height: 33px;
    color: #ffffff;
  }
}

@media screen and (max-width: 1440px) {
  .footer h4 {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
  }
}

@media screen and (max-width: 1199.5px) {
  .footer h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* .footer h4 a{
    color: #0d6efd;
  text-decoration: none;
  } */

.new {
  text-align: center;
  display: block !important;
  text-decoration: none;
  background-color: #E3530F;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  padding: 18px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #ffffff;
}

.new:hover {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .new {
    font-size: 35px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 1440px) {
  .new {
    font-size: 20px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 767.5px) {
  .new {
    font-size: 18px;
    padding: 15px 0;
  }
}








.accordion-flush .accordion-item:first-child {
  border-radius: 20px 20px 0 0;
}

.accordion-flush .accordion-item:last-child {
  border-radius: 0 0 20px 20px;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 20px !important;
}

.home_loan_types .accordion-button {
  display: block;
  width: 30%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767.5px) {
  .home_loan_types .accordion-button {

    width: 80%;

  }
}

/*############## css for resend button and timer start ##############*/

.banner_section .form_wrap form .resend_btn button {
  background-color: #E3530F;
  color: white;
  font-size: 20px;
  line-height: 20px;
  border: none;
  outline: none;
  border-radius: 30px;
  padding: 10px 25px;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap form .resend_btn button {
    font-size: 18px;
    padding: 8px 22px;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap form .resend_btn button {
    font-size: 16px;
    padding: 7px 22px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .form_wrap form .resend_btn button {
    font-size: 12px;
  }
}

.banner_section .form_wrap form .timer_wrapper {
  color: #E3530F;
  padding: 6px 9px;
  border-radius: 8px;
  text-align: center;
}

.banner_section .form_wrap form .timer_wrapper span {
  font-size: 22px;
  line-height: 20px;
  /* color: #525252; */
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap form .timer_wrapper span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .form_wrap form .timer_wrapper span {
    font-size: 16px;
  }
}

/*##############  css for resend button and timer end ############## */


/* thankyou start */
.thankyou_sec {
  background-color: #fff;
  height: 90vh;
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec {
    height: 100vh;
  }
}

.thankyou_sec .tick {
  margin: 0 auto;
  padding: 5%;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1440.5px) {
  .thankyou_sec .tick {
    margin: 0 auto;
    padding: 5%;
  }
}

@media screen and (max-width: 1199.5px) {
  .thankyou_sec .tick {
    margin: 0 auto;
    padding: 5%;
  }
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .tick {
    margin: 0 auto;
    padding: 15% 0;
    width: 20%;
  }
}

.thankyou_sec .thankyou_txt {
  text-align: center;
}

.thankyou_sec .thankyou_txt hr {
  margin: 4% auto;
  color: #E3530F;
  border: 0;
  border-top: 1.5px solid;
  opacity: 1;
  width: 30%;
  text-align: center;
}

.thankyou_sec .thankyou_txt p {
  font-size: 36px;
  color: #97281D;
  font-weight: 700;
}

@media screen and (max-width: 1440.5px) {
  .thankyou_sec .thankyou_txt p {
    font-size: 30px;
  }
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .thankyou_txt p {
    font-size: 18px;
  }
}

.thankyou_sec .thankyou_txt p .br1 {
  display: none;
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .thankyou_txt p .br1 {
    display: block;
  }
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .thankyou_txt p .br2 {
    display: none;
  }
}

.thankyou_sec .thankyou_txt p .br3 {
  display: none;
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .thankyou_txt p .br3 {
    display: block;
  }
}

.thankyou_sec .thankyou_txt span {
  font-size: 26px;
  color: #97281D;
  font-weight: 500;
}

@media screen and (max-width: 1440.5px) {
  .thankyou_sec .thankyou_txt span {
    font-size: 22px;
  }
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .thankyou_txt span {
    font-size: 14px;
  }
}

.thankyou_sec .thankyou_txt span .br1 {
  display: none;
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .thankyou_txt span .br1 {
    display: block;
  }
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .thankyou_txt span .br2 {
    display: none;
  }
}

.thankyou_sec .thankyou_txt span .br3 {
  display: none;
}

@media screen and (max-width: 767.5px) {
  .thankyou_sec .thankyou_txt span .br3 {
    display: block;
  }
}

/* thankyou end */

/* modal css start  */
.modal-dialog .modal-content .modal-footer button {
  background-color: #E3530F;
}

.modal-dialog .modal-content .modal-body {
  max-height: 60vh;
  overflow: auto;
}

@media screen and (max-width: 767.5px) {
  .modal-dialog .modal-content .modal-body {
    max-height: 80vh;
  }
}

/* modal css end */

canvas {
  margin: 0 auto;
  /* display: inline-block!important; */
}

@media screen and (max-width: 767.5px) {
  canvas {
    display: inline-block !important;
  }
}

.slider-value {
  font-size: 14px !important;
  top: -7px !important;
}

@media screen and (max-width: 1440.5px) {
  .slider-value {
    font-size: 12px !important;
  }
}

.value2 {
  text-align: center;
  width: 110px;
  top: -5px !important;
}