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

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

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

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 84px;
    width: 300px;
  }
}

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

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

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

.container {
  max-width: 90%;
}

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

.banner_section {
  position: relative;
  background-color: white;
}

.banner_section .banner_heading {
  position: absolute;
  /* top: 16%;
  right: 7%; */
  top: 20%;
  right: 8%;
}

@media screen and (max-width: 1600px) {
  .banner_section .banner_heading {
    /* top: 9%;
    right: 10%; */
    top: 15%;
    right: 12%;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .banner_heading {
    /* top: 12%;
    right: 7%; */
    top: 18%;
    right: 8%;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .banner_heading {
    top: 15%;
    right: 8%;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .banner_heading {
    right: 12%;
    top: 18%;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .banner_heading {
    top: 11%;
  }

  .check-input {
    padding: 0px !important;
  }
}

.banner_section .banner_heading h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 46px;
}

.banner_section .banner_heading h1 .br {
  display: none;
}

@media screen and (max-width: 767.5px) {
  .banner_section .banner_heading h1 .br {
    display: block;
  }
}

@media screen and (max-width: 1600px) {
  .banner_section .banner_heading h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .banner_heading h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .banner_heading h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .banner_heading h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .banner_heading h1 {
    /* font-size: 25px;
    line-height: 30px; */
    font-size: 22px;
    line-height: 28px;
  }
}

.banner_section .pointers {
  flex-wrap: nowrap;
  padding: 28px 30px;
  margin-top: -5%;
  background: #db620a;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  margin-left: 35%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1440px) {
  .banner_section .pointers {
    padding: 18px 20px;
    margin-left: 35%;
    background: #db620a;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .pointers {
    width: 50%;
    margin: 20px auto 0px auto;
    padding: 15px 10px;
    margin-left: 25%;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .pointers {
    width: 100%;
    margin-left: unset;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
  }
}

@media screen and (max-width: 1600px) {
  .banner_section .pointers .img_wrap {
    width: 60px;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .pointers .img_wrap {
    width: 50px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .pointers .img_wrap {
    width: 60px;
  }
}

.banner_section .pointers li {
  list-style-type: none;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 50%;
  gap: 10px;
}

.banner_section .pointers li p {
  color: #97281d;
  font-size: 25px;
  font-weight: 500;
  /* margin: 0 0 15px 0px; */
}

@media screen and (max-width: 1600px) {
  .banner_section .pointers li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .pointers li p {
    font-size: 16px;
    margin: 0 0 0 5px;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .pointers li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .pointers li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .pointers li {
    width: 48%;
    gap: 10px;
  }
}

/* Added CSS for Icons and text on banner - start */

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

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

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

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

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

.banner_section ul {
  /* display: flex;
  flex-wrap: wrap; */
  position: absolute;
  top: 40px;
  right: 45%;
}

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

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

@media screen and (max-width: 1440px) {
  .banner_section ul {
    top: 30px;
    right: 42%;
  }
}

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

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

@media screen and (max-width: 583.5px) {
  .banner_section ul {
    justify-content: space-between;
    /* justify-content: space-evenly; */
    top: 60px;
    right: 4%;
    /* gap: 40px; */
    /* column-gap: 30px; */
  }
}

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

.banner_section ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  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: 25px;
  }
}

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

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

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

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

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

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

/* @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: 18px;
  }
}

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

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

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

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

/* Added CSS for Icons and text on banner - end */

.banner_section .form_wrap {
  width: 540px;
  height: 480px;
  margin: 0 auto;
  position: absolute;
  right: 6%;
  bottom: 0;
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap {
    width: 510px;
    height: 410px;
    right: 8%;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap {
    width: 400px;
    height: 320px;
    right: 3.5%;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .form_wrap {
    width: 340px;
    height: 275px;
    right: 6%;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .form_wrap {
    position: unset;
    width: 90%;
    height: auto;
    margin: 3rem auto;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .form_wrap {
    position: unset;
    width: 100%;
    margin: 20px auto 3rem auto;
  }
}

.banner_section .form_wrap .form_heading {
  background: #94292e;
  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: 24px;
}

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

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

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

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

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

.banner_section .form_wrap form {
  background-color: #f5f5f5;
  border-radius: 0px 0px 14px 14px;
  padding: 4%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

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

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

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

.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: 500;
  outline: 0;
  width: 90%;
  margin: 1% auto;
  border: none;
  color: #525252;
  padding: 3% 1%;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f5f5f5;
}

.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"] {
    padding: 2% 3%;
    font-size: 18px;
  }
}

@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"] {
    font-size: 13px;
  }
}

@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"] {
    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"] {
    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"] {
    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: 5% 0;
}

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

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

.banner_section .form_wrap form .resend_btn button {
  color: #db620a;
  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 {
  background-color: #dddddd;
  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;
  }
}

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

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

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

.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;
  line-height: 40px;
  color: #fff;
  border: none;
  background: #db620a;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

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

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap form .applynow button {
    font-size: 22px;
    padding: 0 28px;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_section .form_wrap form .applynow button {
    font-size: 18px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .form_wrap form .applynow button {
    font-size: 20px;
    padding: 10px 40px;
    line-height: 30px;
  }
}

.calculator_sec {
  background-color: white;
  padding: 0% 0 5%;
}

@media screen and (max-width: 1440px) {
  .calculator_sec {
    padding: 6% 0 5%;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec {
    background-color: white;
    padding: 15% 0 5%;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec {
    /* padding: 9% 0 5%; */
    margin-top: -6rem;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec {
    margin-top: 0rem;
    padding-top: 0px;
  }
}

.calculator_sec .calculator {
  background: #f9e1ce;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 40px 0px 0px 0px;
  position: relative;
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator {
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 10% 0;
  }
}

.calculator_sec .calculator h2 {
  color: #ef6e17;
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 70px;
  line-height: 1.3;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .calculator h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.calculator_sec .calculator p {
  font-family: Mulish;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin-top: 5%;
  line-height: 135%;
  color: #000000;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .calculator p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator p {
    font-size: 11px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator p {
    font-size: 8px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator p {
    font-size: 14px;
  }
}

.calculator_sec h3 {
  color: #97281d;
  font-size: 36px;
  font-weight: 700;
}

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

@media screen and (max-width: 1440px) {
  .calculator_sec h3 {
    /* font-size: 23px; */
    font-size: 28px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.calculator_sec .calculator h5 {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  margin-top: 0%;
  font-size: 22px;
  line-height: 135%;
  color: #000000;
  padding-left: 40px;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .calculator h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator h5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator h5 {
    font-size: 10px;
    margin-top: 0%;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator h5 {
    font-size: 18px;
    margin-top: 0%;
    padding: 0px 25px 20px 25px;
  }
}

.calculator_sec .calculator .months {
  margin: 30px 0;
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator .months {
    margin: 30px 0 40px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator .months {
    margin: 20px 0 30px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator .months {
    margin: 15px 0;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator .months {
    margin: 13px 0;
    justify-content: center;
  }
}

.calculator_sec .calculator .months .radio-btn-wrap {
  position: relative;
}

.calculator_sec .calculator .months .radio-btn-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.calculator_sec .calculator .months .radio-btn-wrap .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.calculator_sec .calculator .months .radio-btn-wrap label {
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
  border-radius: 30px;
  background-color: #fff;
  color: #ef6e17;
  padding: 15px 30px;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .calculator .months .radio-btn-wrap label {
    font-size: 19px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator .months .radio-btn-wrap label {
    font-size: 14px;
    padding: 10px 22px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator .months .radio-btn-wrap label {
    padding: 10px 22px;
    font-size: 12px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator .months .radio-btn-wrap label {
    font-size: 9px;
    padding: 10px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator .months .radio-btn-wrap label {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.calculator_sec .calculator .months .radio-btn-wrap input:checked ~ label {
  background-color: #ef6e17;
  color: #fff;
}

.calculator_sec .calculator h4 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 135%;
  /* or 35px */
  color: #ffffff;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .calculator h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator h4 {
    font-size: 9px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator h4 {
    font-size: 16px;
    margin-top: 10%;
    text-align: left;
    font-weight: normal;
  }
}

.calculator_sec .calculator h4 span {
  color: #acacac;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .calculator h4 span {
    font-size: 13px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator h4 span {
    font-size: 11px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator h4 span {
    font-size: 8px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator h4 span {
    font-size: 5px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator h4 span {
    font-size: 12px;
  }
}

.calculator_sec .calculator select {
  background-color: #fff;
  color: #ef6e17;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 25px;
  border: 0;
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .calculator select {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator select {
    font-size: 12px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator select {
    font-size: 12px;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator select {
    font-size: 9px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator select {
    font-size: 14px;
    padding: 10px;
  }
}

.calculator_sec .calculator select:focus {
  outline: 0;
}

.calculator_sec .calculator input {
  color: #aaa;
  background-color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding: 15px 20px;
  text-align: center;
  border: 0;
  border-radius: 10px;
  display: block;
  width: 100%;
}

.calculator_sec .calculator .add_ornaments {
  color: #ffffff;
  background-color: #ef6e17;
  font-size: 19px;
  font-weight: 500;
  padding: 15px 20px;
  text-align: center;
  border: 0;
  border-radius: 10px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .calculator input,
  .calculator_sec .calculator .add_ornaments {
    font-size: 14px;
    top: unset;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator input,
  .calculator_sec .calculator .add_ornaments {
    font-size: 11px;
    padding: 10px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator input,
  .calculator_sec .calculator .add_ornaments {
    font-size: 12px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .calculator input,
  .calculator_sec .calculator .add_ornaments {
    font-size: 8px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator input {
    font-size: 14px;
    padding: 10px;
  }

  .calculator_sec .calculator .add_ornaments {
    font-size: 14px;
    padding: 10px;
    width: 50%;
    margin: 0px auto 20px auto;
  }
}

.calculator_sec .calculator input:focus,
.calculator_sec .calculator .add_ornaments:focus {
  outline: 0;
}

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

.calculator_sec .calculator .add_ornaments {
  cursor: pointer;
}

.calculator_sec .calculator input[type="submit"] {
  background-color: #053c6d;
  color: #fff;
  border-radius: 55px;
  width: 60%;
  padding: 15px;
  font-size: 24px;
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator input[type="submit"] {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .calculator input[type="submit"] {
    padding: 13px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .calculator input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
}

/* .calculator_sec .calculator .close {
  position: relative;
}

.calculator_sec .calculator .close:after {
  content: "";
  position: absolute;
  top: -50px;
  bottom: 0;
  right: -6px;
  font-size: small;
  color: #fff;
  background-color: #DB620A;
  margin: auto;
  border: 1px solid #DB620A;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  line-height: 0.8;
  cursor: pointer;
  font-size: 20px;
}

@media screen and (max-width: 1440px) {
  .calculator_sec .calculator .close:after {
    top: -30px;
    bottom: 0;
   
    right: 0;
    font-size: 18px;
    right: 0;
    width: 19px;
    height: 19px;

  }
} */

.calculator_sec .calculator .cross {
  position: absolute;
  top: -6px;
  right: 4px;

  font-size: 18px;
  color: #ffffff;
  background-color: #db620a;
  border-radius: 100%;
  padding: 2px;
  cursor: pointer;
}

/* @media screen and (max-width: 991.5px) {
  .calculator_sec .calculator .close:after {
    top: -30px;
    bottom: 0;
    font-size: 15px;
    right: 4px;
    width: 16px;
    height: 16px;
  }
} */

.calculator_sec .calculator span {
  color: white;
  font-weight: 400;
  font-size: 10px;
}

.calculator_sec .display_result {
  background-color: transparent;
  color: #525252;
  border-radius: 8px;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .display_result {
    margin-top: 0;
    padding: 0px;
    text-align: center;
    background-color: transparent;
  }

  .calculator_sec .calculator .close:after {
    border: 0px solid #db620a;
  }
}

.calculator_sec .display_result span {
  font-size: 30px;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .display_result span {
    font-size: 26px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .display_result span {
    font-size: 17px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .display_result span {
    font-size: 14px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .display_result span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .display_result span {
    font-size: 16px;
    text-align: center;
  }
}

.calculator_sec .display_result h4 {
  font-size: 40px;
  margin-top: 10px;
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .display_result h4 {
    font-size: 35px;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .display_result h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .display_result h4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .display_result h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .display_result h4 {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    font-weight: 800;
  }
}

.calculator_sec .apply_btn {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #db620a;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding: 5% 28%;
  text-decoration: none;
  text-align: center;
  margin: 15% auto;
}

@media screen and (max-width: 1600px) {
  .calculator_sec .apply_btn {
    font-size: 23px;
    padding: 3% 30%;
  }
}

@media screen and (max-width: 1440px) {
  .calculator_sec .apply_btn {
    font-size: 17px;
    padding: 3% 30%;
  }
}

@media screen and (max-width: 1199.5px) {
  .calculator_sec .apply_btn {
    font-size: 16px;
    padding: 1% 30%;
  }
}

@media screen and (max-width: 991.5px) {
  .calculator_sec .apply_btn {
    font-size: 14px;
    margin: 15% auto;
    padding: 0 0;
    display: block;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_sec .apply_btn {
    font-size: 18px;
    padding: 0 30%;
    margin: 10% auto 5%;
    display: block;
  }
}

.gold_loan_network {
  background: #efefef;
  padding-top: 34px;
}

.gold_loan_network h2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  /* or 49px */
  text-align: center;
  color: #97281d;
}

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

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

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

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

.gold_loan_network .saftey_points {
  padding: 85px 0 150px;
}

.gold_loan_network .saftey_points li {
  width: 32%;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px 25px 60px;
  position: relative;
  overflow: hidden;
}

.gold_loan_network .saftey_points li h3 {
  font-size: 30px;
  font-weight: 500;
  color: #525252;
  font-family: "Mulish";
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.4;
}

@media screen and (max-width: 1600px) {
  .gold_loan_network .saftey_points li h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1440px) {
  .gold_loan_network .saftey_points li h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 1199.5px) {
  .gold_loan_network .saftey_points li h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991.5px) {
  .gold_loan_network .saftey_points li h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.5px) {
  .gold_loan_network .saftey_points li h3 {
    color: #1d1d1d;
    font-size: 16px;
  }
}

.gold_loan_network .saftey_points li:after {
  content: "";
  position: absolute;
  background-color: #db620a;
  width: 8%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 1199.5px) {
  .gold_loan_network .saftey_points li:after {
    width: 7%;
  }
}

@media screen and (max-width: 767.5px) {
  .gold_loan_network .saftey_points li:after {
    width: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .gold_loan_network .saftey_points li {
    border-radius: 12px;
    padding: 20px 25px 20px 60px;
  }
}

@media screen and (max-width: 1199.5px) {
  .gold_loan_network .saftey_points li {
    padding: 25px 25px 25px 40px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 991.5px) {
  .gold_loan_network .saftey_points li {
    padding: 20px 20px 20px 35px;
  }
}

@media screen and (max-width: 767.5px) {
  .gold_loan_network .saftey_points li {
    width: 100%;
    padding: 10px 25px 10px 35px;
    position: relative;
    border-radius: 10px;
    margin: 20px auto;
    min-height: 100px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1600px) {
  .gold_loan_network .saftey_points {
    padding: 60px 0 100px;
  }
}

@media screen and (max-width: 1440px) {
  .gold_loan_network .saftey_points {
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 767.5px) {
  .gold_loan_network .saftey_points {
    padding: 0px 0 30px;
  }
}

.avail_gold_loan {
  margin-top: -10px;
  background-color: #efefef;
}

.gold_loan_bx {
  background: #f9e1ce;
  padding: 20px 20px 0px 0px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.why_img > img {
  border-radius: 0px 0px 0px 20px;
}

@media screen and (max-width: 767.5px) {
  .why_img > img {
    border-radius: 0px 0px 0px 0px;
  }

  .gold_loan_bx {
    background: #f9e1ce;
    padding: 20px;
  }

  .gold_loan_bx {
    padding: 20px 0px 0px 0px;
  }

  .gold_loan_bx > .row {
    flex-direction: column-reverse;
  }

  .why_img img {
    border-radius: 0px 0px 20px 20px;
  }

  .why_content_bx {
    padding: 0px 20px 20px 20px;
  }
}

.avail_gold_loan h3 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  /* identical to box height, or 49px */
  color: #97281d;
}

.why_content_bx > h3 {
  color: black;
  margin-bottom: 10px;
}

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

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

@media screen and (max-width: 1199.5px) {
  .avail_gold_loan h3 {
    font-size: 24px;
  }
}

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

@media screen and (max-width: 767.5px) {
  .avail_gold_loan h3 {
    font-size: 20px;
    line-height: 27px;
  }
}

.avail_gold_loan p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 135%;
  /* or 35px */
  color: #000000;
  padding: 12px 0 30px;
}

.avail_gold_loan p.text_black {
  color: #000000;
}

.gold_loan_bx > p {
  color: black;
}

@media screen and (max-width: 1199.5px) {
  .avail_gold_loan p br {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .avail_gold_loan p {
    font-size: 20px;
  }
}

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

@media screen and (max-width: 1199.5px) {
  .avail_gold_loan p {
    font-size: 18px;
    line-height: 21px;
  }
}

@media screen and (max-width: 991.5px) {
  .avail_gold_loan p {
    padding: 10px 0 15px;
    font-size: 18px;
  }
}

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

.avail_gold_loan .list_box {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 0;
  text-align: center;
}

.avail_gold_loan ul li h4 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 135%;
  text-align: le;
  /* or 35px */
  color: #97281d;
}

.avail_gold_loan ul li h4 span {
  font-weight: 500;
  display: block;
  color: #000000;
  font-size: 14px;
}

@media screen and (max-width: 1600px) {
  .avail_gold_loan ul li h4 {
    font-size: 24px;
  }
}

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

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

.avail_gold_loan ul li .avail_now_img {
  width: 80px;
  margin: 0 auto;
  margin-top: 42px;
}

@media screen and (max-width: 1440px) {
  .avail_gold_loan ul li .avail_now_img {
    width: 60px;
  }
}

@media screen and (max-width: 1199.5px) {
  .avail_gold_loan ul li .avail_now_img {
    width: 50px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991.5px) {
  .avail_gold_loan ul li .avail_now_img {
    width: 40px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767.5px) {
  .avail_gold_loan ul li .avail_now_img {
    width: 40px;
    margin-top: unset;
    margin: unset;
  }
}

@media screen and (max-width: 767.5px) {
  .avail_gold_loan ul li {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 36px;
    align-items: center;
    gap: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 1440px) {
  .avail_gold_loan ul {
    padding: 18px 0;
  }
}

@media screen and (max-width: 767.5px) {
  .avail_gold_loan ul {
    flex-direction: column;
    padding: 30px 20px 0px 20px;
    align-content: space-around;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1440px) {
  .avail_gold_loan {
    padding: 16px 0 25px;
  }
}

.ultimate_solutions_sec {
  padding: 55px 0 65px;
  background-color: #ffffff;
}

.ultimate_solutions_sec .ultimate_solutions_wrapper {
  background: #ffd9b6;
  border-radius: 20px;
  padding: 45px 0 62px 30px;
}

.ultimate_solutions_sec .ultimate_solutions_wrapper 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: 1600px) {
  .ultimate_solutions_sec .ultimate_solutions_wrapper h2 {
    font-size: 32px;
  }
}

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

@media screen and (max-width: 1199.5px) {
  .ultimate_solutions_sec .ultimate_solutions_wrapper h2 {
    font-size: 24px;
  }
}

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

@media screen and (max-width: 991.5px) {
  .ultimate_solutions_sec .ultimate_solutions_wrapper h2 {
    font-size: 18px;
    text-align: center;
  }
}

.ultimate_solutions_sec
  .ultimate_solutions_wrapper
  .ultimate_solutions_content
  .financial_needs {
  display: flex;
  align-items: center;
  padding-top: 92px;
}

.ultimate_solutions_sec
  .ultimate_solutions_wrapper
  .ultimate_solutions_content
  .financial_needs
  h4 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  /* or 35px */
  color: #9d291d;
  margin-left: 15px;
}

@media screen and (max-width: 1600px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs
    h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs
    h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199.5px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs
    h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991.5px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs
    h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767.5px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs
    h4 {
    font-size: 14px;
    margin-left: 7px;
  }
}

.ultimate_solutions_sec
  .ultimate_solutions_wrapper
  .ultimate_solutions_content
  .financial_needs
  .ultimate_solutions_img {
  width: 60px;
}

.ultimate_solutions_sec
  .ultimate_solutions_wrapper
  .ultimate_solutions_content
  .financial_needs
  .ultimate_solutions_img
  img {
  width: 100%;
}

@media screen and (max-width: 767.5px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs
    .ultimate_solutions_img
    img {
    width: 32px;
  }
}

@media screen and (max-width: 1199.5px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs
    .ultimate_solutions_img {
    width: 50px;
  }
}

@media screen and (max-width: 1600px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs {
    padding-top: 72px;
  }
}

@media screen and (max-width: 1440px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs {
    padding-top: 35px;
  }
}

@media screen and (max-width: 1440px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs {
    padding-top: 25px;
  }
}

@media screen and (max-width: 767.5px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs {
    padding-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767.5px) {
  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content {
    display: flex;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1600px) {
  .ultimate_solutions_sec .ultimate_solutions_wrapper {
    padding: 36px 0 52px 22px;
  }
}

@media screen and (max-width: 1440px) {
  .ultimate_solutions_sec .ultimate_solutions_wrapper {
    padding: 26px 0 32px 20px;
  }
}

@media screen and (max-width: 991.5px) {
  .ultimate_solutions_sec .ultimate_solutions_wrapper {
    padding: 15px 10px 22px 10px;
  }
}

@media screen and (max-width: 1440px) {
  .ultimate_solutions_sec {
    padding: 35px 0 35px;
  }
}

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

.faq .container {
  background-color: #ffffff;
}

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

@media screen and (max-width: 767.5px) {
  .faq .faq_btn {
    font-size: 20px;
    padding: 5px 100px;
  }
}

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

@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;
  display: block;
  margin-bottom: 9%;
}

.span-footer {
  font-weight: bold !important;
}

@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: #94292e;
  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: 38px;
    padding: 10px 0;
  }
}

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

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

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

@media screen and (max-width: 1440.5px) {
  .thankyou_sec .tick {
    margin: 15% 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%;
  }
}

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

.thankyou_sec .thankyou_txt p {
  font-size: 36px;
  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;
  }
}

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

.new_icon {
  width: 41px;
  padding: 0px;
  margin-left: 13px;
}

@media screen and (max-width: 767.5px) {
  .new_icon {
    margin-left: 0px;
  }
}

.banner_img {
  background-color: #ffd8b5;
}

.faqsImg {
  text-align: center;
}

.calc_img {
  margin-top: 20px;
  position: relative;
}

.calc_img > picture {
  position: absolute;
  right: 0;
  z-index: 2;
  top: -72px;
}

.calculator h5 > button img {
  display: none;
}

.mahroom_bx {
  background-color: #97281d;
  padding: 20px 40px 20px 40px;
  border-radius: 0px 0px 14px 14px;
}

.calculator h5 > button {
  background: transparent;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  font-weight: 600;
  padding: 0px;
  cursor: text;
}

.calculator h5 > button img {
  width: 30px;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.whitebx {
  padding: 0px 40px 10px 40px;
}

.mobDnone {
  margin-bottom: 12px;
}

.calculator_sec .calculator select,
.calculator_sec .calculator input,
.calculator_sec .calculator .add_ornaments {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.calculator_sec .calculator .whitebx h4 {
  color: #97281d;
  margin-top: 30px;
}

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

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

  .calculator_sec .calculator select,
  .calculator_sec .calculator input,
  .calculator_sec .calculator .add_ornaments {
    font-size: 14px;
  }

  .calculator h5 > button {
    cursor: pointer;
  }

  .whitebx {
    padding: 0px 25px 10px 25px;
  }

  .mahroom_bx {
    padding: 10px 25px 25px 25px;
    border-radius: 0px 0px 14px 14px;
  }

  .calc_img {
    text-align: center;
    position: relative;
  }

  .calc_img > picture {
    display: block;
    position: unset;
  }

  .calculator h5 > button img {
    display: block;
  }

  .calculator_sec .calculator .whitebx h4 {
    text-align: center;
    color: #97281d;
  }

  .ultimate_solutions_wrapper > h2 > br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .list_box picture {
    display: none;
  }

  .gold_loan_bx {
    margin-bottom: 60px;
  }

  .avail_gold_loan h3 {
    text-align: center;
  }

  .avail_gold_loan .text_black {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .avail_gold_loan .list_box {
    position: relative;
    bottom: -50px;
    padding-bottom: 20px;
  }

  .avail_gold_loan ul li .avail_now_img {
    height: 60px;
  }

  .avail_gold_loan ul li h4 span {
    font-size: 20px;
  }

  .ultimate_solutions_sec .ultimate_solutions_wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .ultimate_solutions_sec {
    margin-top: 60px;
  }

  .ultimate_solutions_sec .ultimate_solutions_wrapper {
    padding: 45px 20px 10px 20px;
  }

  .financial_needs {
    background-color: white;
  }

  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs {
    align-items: center;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-right: 0px;
  }

  .ultimate_solutions_content {
    margin-bottom: 50px;
  }

  .new_icon {
    width: 65px;
  }

  .faq_wrapper {
    background: url(../img/faqbg.webp) no-repeat bottom left #ffffff;
    background-size: 100% auto;
    flex-direction: row-reverse;
    border-radius: 15px;
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
  }

  .faq_wrapper > .faqsImg {
    width: 36%;
    padding-right: 8%;
  }

  .calc_img {
    width: 25%;
    position: absolute;
    right: 10%;
    z-index: 1;
  }

  .calculator_sec h3 {
    margin-bottom: 30px;
    padding-left: 40px;
  }

  .mahroom_bx {
    position: relative;
    z-index: 2;
  }

  .calculator_sec .calculator {
    background: url(../img/calcbg.webp) no-repeat top right #f9e1ce;
    background-size: auto 100%;
  }

  .faq .faq_btn {
    margin: 6% auto 0px auto;
  }

  .why_content_bx > h3 {
    text-align: left;
  }
}

@media screen and (min-width: 1199.5px) {
  .avail_gold_loan ul li .avail_now_img {
    height: 100px;
  }

  .ultimate_solutions_sec .ultimate_solutions_wrapper {
    padding: 45px 60px 10px 60px;
  }

  .ultimate_solutions_sec
    .ultimate_solutions_wrapper
    .ultimate_solutions_content
    .financial_needs {
    margin-right: 40px;
  }
}

img.img-fluid.CustomCss_necklace {
  width: 66% !important;
}

/* Default: Hide the mobile version */
.mobile-text {
  display: none !important;
}

/* For Mobile Screens: Display mobile text, hide desktop text */
@media (max-width: 768px) {
  .desktop-text {
    display: none !important;
  }

  .mobile-text {
    display: block !important;
    /* text-align: justify !important;  */
    word-break: break-word !important;
    line-height: 1.5 !important;
  }
}

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

/* CSS for tabular faq start */

.doc-req-container {
  padding: 16px;
  font-family: Arial, sans-serif;
}

.doc-req-table {
  border: 1px solid #ccc;
  border-radius: 6px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.doc-req-row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.doc-req-row:last-child {
  border-bottom: none;
}

.doc-req-col {
  padding: 12px;
}

.doc-req-col-left {
  width: 25%;
  font-weight: bold;
  background-color: #f9f9f9;
}

.doc-req-col-right {
  width: 75%;
}

.doc-req-list {
  margin: 0;
  padding-left: 20px;
}

/* CSS for tabular faq end */

/* CSS for Attractive Interest rate/ Gold Loan Interest rate */
.gold_loan_interest_bx {
  background: #f9e1ce;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 767.5px) {
  .gold_loan_interest_bx {
    background: url(../img/calcbg.webp) no-repeat top right #f9e1ce;
    background-size: auto 100%;
  }
}

.gold_loan_interest_bx p {
  color: black;
}

.gold_loan_interest_bx h3 {
  color: #97281d;
}

.interest-rate-tnc {
  font-size: 16px !important;
  color: black;
}

@media screen and (max-width: 1600px) {
  .interest-rate-tnc {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1440px) {
  .interest-rate-tnc {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1199.5px) {
  .interest-rate-tnc {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 991.5px) {
  .interest-rate-tnc {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .interest-rate-tnc {
    font-size: 11px !important;
  }
}

/* Styles for the interest rate table */
.table-container {
  display: flex;
  justify-content: left; /* This horizontally centers the table */
  margin-bottom: 1%;
}

@media screen and (max-width: 767.5px) {
  .table-container {
    justify-content: center;
  }
}

.rate-table {
  border-collapse: collapse;
  width: 50%;
  border: 1px solid black;
  /* font-family: serif; */
  background-color: #97281d; /* A dark background for the cells */
}

@media screen and (max-width: 767.5px) {
  .rate-table {
    width: 90%;
  }
}

.rate-table-header {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
  background-color: #97281d; /* A distinct dark blue for the header */
  color: white; /* White text as requested */
}

.rate-table-cell {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
  color: white; /* White text as requested */
}
