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;
}

header {
  background-image: linear-gradient(#f58220, #b02a30);
  padding-bottom: 5px;
}

header a {
  padding: 15px 0 15px 84px;
  width: 335px;
}

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

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

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: #ffffff;
}

@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: 14px;
    margin: 12px 0 0 18px;
  }
}

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

@media screen and (max-width: 1440px) {
  header h2::before {
    height: 16px;
  }
}

.container {
  max-width: 98%;
}

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

/* Banner section */
.m_update {
  margin-bottom: 70px;
}

@media screen and (max-width: 1730px) {
  .m_update {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 1440px) {
  .m_update {
    margin-bottom: 40px;
  }
}

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

.m_update_two {
  margin-bottom: 110px;
}

@media screen and (max-width: 1730px) {
  .m_update_two {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1600px) {
  .m_update_two {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 1199.5px) {
  .m_update_two {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 991.5px) {
  .m_update_two {
    margin-bottom: 0px;
  }
}

.banner_section ul .banner_content_img {
  width: 60%;
}

@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%;
  }
}

.banner_section ul {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 160px;
  right: 22%;
}

@media screen and (max-width: 1730px) {
  .banner_section ul {
    right: 24%;
  }
}

@media screen and (max-width: 1600px) {
  .banner_section ul {
    right: 26%;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section ul {
    /* top: 50px; */
  }
}

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

@media screen and (max-width: 767.5px) {
  .banner_section ul {
    width: 68%;
    justify-content: space-evenly;
    top: 90px;
    right: 7%;
    /* gap: 40px; */
    column-gap: 30px;
  }
}

.banner_section ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 34%;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 1440px) {
  .banner_section ul li {
    margin-bottom: 20px;
  }
}

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

@media screen and (max-width: 767.5px) {
  .banner_section ul li {
    width: 34%;
    margin-bottom: 0;
    justify-content: space-evenly;
  }
}

.banner_section ul li h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 900;
  font-family: "Mulish";
  color: #a92a30;
}

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

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

  }
} */

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

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

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

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

.bannerHeading {
  /* width: 45%; */
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 70px;
  right: 40%;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  font-family: "Mulish";
  color: #a92a30;
}

@media screen and (max-width: 1730px) {
  .bannerHeading {
    top: 70px;
    right: 40%;
    font-size: 32px;
  }
}

@media screen and (max-width: 1600px) {
  .bannerHeading {
    top: 70px;
    right: 40%;
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .bannerHeading {
    top: 70px;
    right: 40%;
    font-size: 28px;
  }
}

@media screen and (max-width: 991.5px) {
  .bannerHeading {
    justify-content: space-between;
    top: 70px;
    right: 10%;
    font-size: 22px;
  }
}

@media screen and (max-width: 767.5px) {
  .bannerHeading {
    justify-content: space-evenly;
    top: 40px;
    right: 2%;
    font-size: 18px;
    column-gap: 30px;
  }
}

.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: #db620a;
  position: relative;
  text-align: center;
  color: #db620a;
  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;
    right: 45px;
  }
}

@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: #db620a;
  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;
}

@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);
}

.number-span {
  position: absolute;
  top: -20%;
  font-size: 20px;
  font-weight: 500;
  color: #525252;
}

@media screen and (max-width: 1600px) {
  .number-span {
    position: absolute;
    top: -11%;
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .number-span {
    position: absolute;
    top: 2px;
    font-size: 14px;
  }
}

#mobile_number {
  padding-left: 40px;
}

@media screen and (max-width: 1440px) {
  #mobile_number {
    padding-left: 30px;
  }
}

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: 90%;
  border: none;
  color: #757575;
  padding: 4% 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: 90%;
  /* margin: 1% auto; */
  border: none;
  color: #525252;
  padding: 4% 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: 3% 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% 3% 3% 0;
  }
}

.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: 5% 0;
}

.banner_section .form_wrap form .checkbox input {
  width: auto;
  height: 20px;
  padding: 0px !important;
  margin: 0px !important;

  /* min-width: 2px */
}

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

.banner_section .form_wrap form .checkbox label a {
  text-decoration: none;
  display: contents;
}

@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: 10px;
  }
}

@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 1%;
  }

  button.MIT.btn.btn-primary {
    color: #618bfd;
    background-color: #ffffff !important;
    font-size: 12px !important;
    font-family: sans-serif;
    border: none;
    padding: 0px;
  }
}

/* .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: #db620a;
  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;
  }
}

.banner_section .form_wrap form .label_and_input {
  padding: 2% 0%;
  width: 100%;
  display: flex;
  align-items: center;
}

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

@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;
  }
}

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

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

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

.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;
}

@media screen and (max-width: 767.5px) {
  #prof {
    width: 99%;
  }
}

/* 
@media (max-width:481px) {
  #prof {
    width: 85%;
  }
}

@media (max-width:641px) {
  #prof {
    width: 85%;
  }
}

@media (max-width:961px) {
  #prof {
    width: 85%;
  }
}

@media (max-width:1025px) {
  #prof {
    width: 85%;
  }
}

@media (max-width:1281px) {
  #prof {
    width: 95%;
  }
}

@media (max-width:320px) {
  #prof {
    width: 99%;
  }
} */

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

@media screen and (max-width: 767.5px) {
  .banner_section .form_wrap form .custom-flex-wrapper {
    justify-content: unset;
  }
}

.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: 10px;
}

.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: #db620a;
  color: #fff;
}

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

.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;
}

@media (max-width: 1440px) {
  .radio_btn .checkmark font {
    font-size: 12px;
  }
}

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

.error {
  color: red;
  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;
  display: none;
}

.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: #db620a;
  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: #db620a !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: 10px;
}

@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: 1730px) {

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

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

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

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

  .professional_details,
  .monthly_sal {
    margin: 5px 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; */
  }
}

.input-with-icon {
  padding-left: 20px !important;
}

@media screen and (max-width: 1440px) {
  .input-with-icon {
    padding-left: 15px !important;
  }
}

.text-icon {
  position: absolute;
  top: 21px;
  /* display: none; */
}

@media screen and (max-width: 1600px) {
  .text-icon {
    top: 13px;
  }
}

@media screen and (max-width: 1440px) {
  .text-icon {
    top: 12px;
  }
}

@media screen and (max-width: 1199.5px) {
  .text-icon {
    top: 9px;
  }
}

@media screen and (max-width: 767.5px) {
  .text-icon {
    top: 10px;
  }
}

.text-icon_two {
  position: absolute;
  top: 1px;
  bottom: 0;
  /* display: none; */
}

@media screen and (max-width: 767.5px) {
  .text-icon_two {
    top: 2px;
  }
}

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

.calculator_section {
  padding-top: 160px;
  /* margin-top: 100px; */
}

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

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

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

@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: 20px;
  }
}

.icon {
  position: absolute;
  top: 11px;
  left: 78px;
}

.icon_one {
  position: absolute;
  top: 10px;
  left: 50px;
  font-style: normal !important;
}

.calculator_section .calculator_wrapper {
  background: #f9e1ce;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 18px 26px 42px;
}

@media screen and (max-width: 767.5px) {
  .calculator_section .calculator_wrapper {
    padding: 16px 16px 30px;
  }
}

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

  .calculator_section .loan_amt,
  .inerest_rate,
  .loan_team {
    flex-direction: column;
    align-items: start !important;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_section .inerest_rate {
    align-items: start !important;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_section .loan_team {
    align-items: start !important;
  }
}

.calculator_section .loan_amt,
.rate_team,
.inerest_rate,
.loan_team {
  gap: 30px;
}

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

  .calculator_section .loan_amt,
  .rate_team,
  .inerest_rate,
  .loan_team {
    gap: unset;
  }
}

.calculator_section .loan_amt,
.inerest_rate,
.loan_team {
  border-bottom: 1px solid #da5e26;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

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

  .calculator_section .loan_amt,
  .inerest_rate,
  .loan_team {
    border-bottom: 1px solid #da5e26;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

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

  .calculator_section .loan_amt,
  .inerest_rate,
  .loan_team {
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
}

.calculator_section h2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  /* or 49px */

  color: #97281d;
  /* margin-bottom: 10px; */
}

@media screen and (max-width: 1440px) {
  .calculator_section h2 {
    font-size: 28px;
    line-height: 86%;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_section h2 {
    font-size: 24px;
    line-height: 86%;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section h2 {
    font-size: 18px;
    line-height: 86%;
  }
}

.calculator_section h3 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  /* identical to box height */

  color: #525252;
}

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

@media screen and (max-width: 1440px) {
  .calculator_section h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

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

.calculator_section input[type="text"] {
  padding: 10px 24px;
  background: #ffffff;
  border-radius: 14px;
  border: none;
  outline: none;
  width: 70%;
  text-align: center;
}

/* @media screen and (max-width: 1440px) {
  .calculator_section input[type=text]{
   width: 90%;

   }
} */
.calculator_section .rate_team span {
  width: 50%;
}

@media screen and (max-width: 1440px) {
  .calculator_section .rate_team span {
    width: 45%;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section .rate_team span {
    width: 70%;
  }
}

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

.calculator_section [type="number"] {
  background: #ffffff;
  border-radius: 20px;
  width: 60%;
  border: none;
  outline: none;
  padding: 10px 24px;
}

@media screen and (max-width: 1600px) {
  .calculator_section [type="number"] {
    width: 70%;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_section [type="number"] {
    width: 100%;
  }
}

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

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

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

@media screen and (max-width: 767.5px) {
  .calculator_section .emi {
    width: 100%;
    padding: 10px;
  }
}

.calculator_section .emi p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;

  color: #525252;
}

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

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

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

.calculator_section .emi p span {
  color: #97281d;
  font-weight: 400;
}

.calculator_section .calculate_btn {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;

  color: #ffffff;
  background: #db620a;
  border-radius: 30px;
  padding: 12px 96px;
  border: none;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .calculator_section .calculate_btn {
    font-size: 30px;
    padding: 9px 96px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_section .calculate_btn {
    font-size: 24px;
    padding: 5px 96px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_section .calculate_btn {
    margin-bottom: 18px;
    padding: 3px 80px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section .calculate_btn {
    padding: 1px 80px;
  }
}

.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 */

/* features_benefits */
.features_benefits_section {
  padding-top: 340px;
  /* margin-top: 100px; */
}

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

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

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

@media screen and (max-width: 991.5px) {
  .features_benefits_section {
    padding-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;
  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;
  }
}

.features_benefits_section .features_benefits {
  background: #db620a;
  border-radius: 20px;
  padding: 32px 23px;
}

@media screen and (max-width: 1440px) {
  .features_benefits_section .features_benefits {
    padding: 22px 23px;
  }
}

@media screen and (max-width: 767.5px) {
  .features_benefits_section .features_benefits {
    padding: 22px 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 {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 54px 27px 16px;
}

@media screen and (max-width: 1440px) {
  .features_benefits_section .features_benefits .features_wrapper {
    padding: 34px 0 14px;
  }
}

@media screen and (max-width: 1199.5px) {
  .features_benefits_section .features_benefits .features_wrapper {
    padding: 34px 22px 14px;
  }
}

@media screen and (max-width: 767.5px) {
  .features_benefits_section .features_benefits .features_wrapper {
    padding: 34px 22px 14px;
  }
}

/* .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;
}

@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;
  }
}

.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: 16px;
  }
}

@media screen and (max-width: 767.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;
}

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

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

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

/* faq */
.faq {
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #ffffff;
}

.faq .container {
  background-color: #ffffff;
  max-width: 98%;
}

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

.faq ul li {
  list-style-type: disc;
}

.faq .faq_btn {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  border: none;
  border-radius: 30px;
  padding: 12px 68px;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  background-color: #db620a;
}

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

.faq .accordion {
  padding: 0 23px;
}

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

.faq .accordion .accordion-item {
  position: relative;
  border: 0;
  padding: 10px 0;
  color: #191919;
  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 #191919;
    border-radius: 0;
  }
}

.faq .accordion .accordion-item:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #191919;
  /* 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: #525252;
  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;
  }
}

.faq .accordion .accordion-body {
  color: #525252;
  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: 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);
}

.faq hr {
  color: #fff;
}

.footer {
  background-color: #db620a;
}

.footer span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background-color: #db620a;
  padding: 36px 0;
  /* color: #525252; */
  color: #fff;
  display: block;
  margin-bottom: 9%;
}

@media screen and (max-width: 1600px) {
  .footer span {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 1440.5px) {
  .footer span {
    padding: 20px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767.5px) {
  .footer span {
    margin-bottom: 23%;
    font-size: 10px;
    padding: 10px 0;
    line-height: 13px;
  }
}

@media screen and (max-width: 767.5px) {
  .footer span br {
    display: none;
  }
}

.new {
  text-align: center;
  display: block !important;
  text-decoration: none;
  background-color: #db620a;
  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: 1;
  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;
  }
}

/* benefits */
.benefits {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.benefits .container {
  background-color: #ffffff;
  max-width: 98%;
}

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

.benefits ul li {
  list-style-type: disc;
}

.benefits .faq_btn {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  border: none;
  border-radius: 30px;
  padding: 12px 68px;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  background-color: #db620a;
}

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

.benefits .accordion {
  padding: 0 23px;
}

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

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

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

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

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

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

.benefits .accordion .accordion-item:last-child:after {
  display: none;
} */
.benefits .accordion h2 {
  background-color: #f9e1ce;
  border-radius: 28px 28px 0px 0px !important;
}

.benefits .accordion h2 button span {
  text-align: center;
  width: 40%;
  margin: 0 auto 0 30%;
}

@media screen and (max-width: 767.5px) {
  .benefits .accordion h2 button span {
    width: unset;
    margin: 0 auto;
  }
}

.benefits .accordion h2 button {
  color: #525252;
  background-color: #f9e1ce;
  /* width: fit-content; */
  margin: 0 auto;
  font-family: "Mulish";
  font-size: 22px;
  font-weight: 500;

  /* padding-left: 0; */
  border-radius: 28px 28px 0px 0px !important;
}

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

@media screen and (max-width: 767.5px) {
  .benefits .accordion h2 button {
    padding: 16px 20px;
  }
}

/* .benefits .accordion .accordion-header {
  border-radius: 28px 28px 0px 0px;
} */

.benefits .accordion .accordion-body {
  color: #525252;
  font-family: "Mulish";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 60px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

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

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

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

.benefits .accordion .accordion-button:not(.collapsed) {
  background-color: #f9e1ce;
  text-align: center;
  box-shadow: unset;
}

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

.benefits .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.benefits hr {
  color: #fff;
}

/* home loan types */
.home_loan_types .container {
  max-width: 98%;
}

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

.home_loan_types .container h2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  /* identical to box height, or 49px */

  color: #97281d;
}

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

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

@media screen and (max-width: 767.5px) {
  .home_loan_types .container h2 {
    font-size: 20px;
  }
}

.home_loan_types .accordion {
  padding: 0 23px;
}

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

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

  background-color: #db620a;
}

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

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

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

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

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

.home_loan_types .accordion h2 button {
  color: #ffffff;
  font-family: "Mulish";
  font-size: 22px;
  font-weight: 500;
  padding: 0 15px;
  padding-left: 30px;
  background-color: #db620a;
}

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

@media screen and (max-width: 767.5px) {
  .home_loan_types .accordion h2 button {
    padding-left: 15px;
  }
}

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

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

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

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

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

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

.home_loan_types .accordion .accordion-button:not(.collapsed)::after {
  /* background-image: var(--bs-accordion-btn-icon); */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.home_loan_types .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.home_loan_types hr {
  color: #fff;
}

.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;
}

/* thankyou  */

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

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

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

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

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

.thankyou_sec .thankyou_txt p {
  font-size: 36px;
  color: #db620a;
  font-weight: 500;
}

.thankyou_sec .thankyou_txt p+p {
  font-size: 18px;
  color: #db620a;
  font-weight: 500;
}

@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;
  }
}

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

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

.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;
  }
}

.modal-content {
  width: 80%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #db620a !important;
}

button.MIT.btn.btn-primary {
  color: #618bfd;
  background-color: #ffffff !important;
  font-size: 10px;
  font-family: sans-serif;
  border: none;
  padding: 0px;
}

input#mobile_number {
  width: 70%;
}

button#resendBtn {
  background-color: #db620a;
  display: inline;
  width: auto;
  height: auto;
  position: absolute;
  margin: 4px;
  color: white;
}

span#timer {
  color: #db620a;
  display: inline;
  width: auto;
  height: auto;
  position: absolute;
  margin: 11px;
}

/* thankyou end */

.numbered-list li {
  list-style-type: decimal;
}

/* Specific styles for the bulleted list */
.bulleted-list li {
  list-style-type: disc;
}

.circled-list li {
  list-style-type: circle;
}