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

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

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

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

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

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

.mobileViewOnly {
  display: none;
}

.desktopViewOnly {
  display: block;
}

header {
  background-image: linear-gradient(#eb7f1a, #ba2a2a);
  padding-bottom: 0;

}

@media screen and (max-width: 767.5px) {
  header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
  }
}

header a {
  /*padding: 15px 0 15px 0;*/
  padding: 0 1%;
  /* width: 320px; */
}

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

@media screen and (max-width: 767.5px) {
  header a {
    /*padding: 10px 0 10px 10px;*/
    padding: 0 1%;
    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 0px;
  color: #ffffff;
}

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

@media screen and (max-width: 1440px) {
  header h2 {
    margin: 15px 0 0 20px;
    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;
  }
}

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

header nav .list_item {
  gap: 30px;
}

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

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

  }
}

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


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

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

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

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

@media screen and (max-width: 767.5px) {
  header nav .mob_list {
    top: 50px;
  }
}

header nav .mob_list li {
  border-bottom: 1px solid #c6c6c6;
}

header nav .mob_list li a {
  display: inline-block;
  width: 100% !important;
  padding: 15px 0;
  text-decoration: none;
  color: #db620a;
  font-size: 20px;
  transition: 0.2s ease;
  font-weight: 700;
  line-height: 50px;
}

header nav .mob_list li .services {
  color: #97281d;
  text-decoration: underline;
}


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

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

/* banner section */
.banner_section {
  position: relative;

}

@media screen and (max-width: 767.5px) {
  .banner_section {
    padding-top: 2rem;
  }
}


.m_update {
  margin-bottom: 9rem;
}

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

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

.banner_mobile_text {
  position: absolute;
  top: 63%;
  left: 4%;
}

@media screen and (max-width: 991.5px) {
  .banner_mobile_text {
    top: 17.5%;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_mobile_text {
    left: 0%;
    top: 24vh;
  }
}

@media screen and (max-width: 375.5px) {
  .banner_mobile_text {
    left: 0%;
    top: 28vh;
  }
}

@media screen and (max-width: 360.5px) {
  .banner_mobile_text {
    left: 0%;
    top: 24vh;
  }
}

.banner_mobile_text ul li {
  position: relative;
}

.banner_mobile_text ul li {
  margin-bottom: 20px;
}

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

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

@media screen and (max-width: 767.5px) {
  .banner_mobile_text ul li {
    margin-bottom: 0px;
  }
}

.banner_mobile_text ul li img {
  width: 65px;
  height: 65px;
  position: absolute;
  left: -30px;
}

@media screen and (max-width: 1600px) {
  .banner_mobile_text ul li img {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_mobile_text ul li img {
    width: 35px;
    height: 35px;
    left: -20px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_mobile_text ul li img {
    width: 28px;
    height: 28px;
    left: -12px;
  }
}

.banner_mobile_text ul li h5 {
  color: #97281d;
  leading-trim: both;
  text-edge: cap;
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 5px;
  border-radius: 4px;
  background: rgba(250, 250, 250, 0.95);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 30px 10px 30px;
  width: 300px;
}

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

@media screen and (max-width: 1440px) {
  .banner_mobile_text ul li h5 {
    font-size: 16px;
    width: 220px;
  }
}

@media screen and (max-width: 1199.5px) {
  .banner_mobile_text ul li h5 {
    font-size: 12px;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_mobile_text ul li h5 {
    width: 160px;
    padding: 5px 30px 5px 15px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_mobile_text ul li h5 {
    font-size: 10px;
    width: 142px;
    padding: 4px 30px 4px 15px;
  }
}

/*############## css for banner heading start ##############*/

.banner_section .banner_heading_content {
  /* position: absolute; */
  /* top: 40%; */
  bottom: 0;
  left: 52%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1720.5px) {
  .banner_section .banner_heading_content {
    left: 50%;
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .banner_heading_content {
    /* left: 46%; */
    left: 52%;
  }
}

@media screen and (max-width: 991.5px) {
  .banner_section .banner_heading_content {
    left: 65%;
    top: 15%;
    bottom: unset;
  }
}

@media screen and (max-width: 767.5px) {
  .banner_section .banner_heading_content {
    left: 60%;
    top: 13%;
    transform: translate(-10%, -83%);
  }
}

.banner_section .banner_heading_content h1 {
  color: #97281d;
  text-align: center;
  font-family: Mulish;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 1720.5px) {
  .banner_section .banner_heading_content h1 {
    font-size: 40px;
  }
}

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

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

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

@media screen and (max-width: 991.5px) {
  .banner_section .banner_heading_content h1 {
    font-size: 26px;
  }
}

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

.banner_section .banner_heading_content span {
  color: #97281d;
  text-align: center;
  font-family: Mulish;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

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

@media screen and (max-width: 1199.5px) {
  .banner_section .banner_heading_content span {
    font-size: 22px;
  }
}

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

@media screen and (max-width: 767.5px) {
  .banner_section .banner_heading_content span {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}

/*############## css for banner heading end ##############*/

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

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

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

.banner_section .form_wrap {
  width: 540px;
  height: 560px;
  margin: 0 auto;
  position: absolute;
  right: 4%;
  top: 6%;
  /* top: 18%; */
  bottom: 0;
  z-index: 8;
}

@media screen and (max-width: 1800.5px) {
  .banner_section .form_wrap {
    width: 470px;
  }
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap {
    width: 420px;
    height: 500px;
    /* top: 20%; */
  }
}

@media screen and (max-width: 1530.5px) {
  .banner_section .form_wrap {
    width: 420px;
    height: 380px;
    /* right: 6%; */
  }
}

@media screen and (max-width: 1440px) {
  .banner_section .form_wrap {
    width: 350px;
    height: 380px;
    /* right: 6%; */
  }
}

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

@media screen and (max-width: 1130.5px) {
  .banner_section .form_wrap {
    width: 290px;
    height: 320px;
    /* right: 6%; */
  }
}

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

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

    margin: 2rem auto;
  }
}

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

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

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

@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%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1600px) {
  .banner_section .form_wrap form {
    padding: 1% 4% 4% 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%;
  }
}

#mobile {
  padding-left: 40px !important;
}

@media screen and (max-width: 1440px) {
  #mobile {
    padding-left: 40px !important;
  }
}

#gstin_txt {
  width: fit-content;
  margin: auto 0;
}

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

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

@media screen and (max-width: 1440px) {
  .number-span {
    /* top: 2px; */
    font-size: 14px;
    left: 10px;
  }
}

@media screen and (max-width: 767.5px) {
  .number-span {
    top: 30%;
    font-size: 14px;
    left: 10px;
  }
}

.banner_section .form_wrap form .info {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;

  color: #db620a;
}

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

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

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

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 {
  background-color: #fff;
}

.banner_section .form_wrap form select,
.banner_section .form_wrap form label,
.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: 100%;
  margin: 1% auto;
  border: none;
  color: #000000 !important;
  padding: 3% 1%;
  border-bottom: 1px solid #c6c6c6;
  border-radius: unset;
}

.banner_section .form_wrap form input:focus::placeholder {
  color: transparent !important;
}

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

  .banner_section .form_wrap form select,
  .banner_section .form_wrap form label,
  .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 select,
  .banner_section .form_wrap form label,
  .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 select,
  .banner_section .form_wrap form label,
  .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 select,
  .banner_section .form_wrap form label,
  .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 select,
  .banner_section .form_wrap form label,
  .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%;
    width: 100%;
  }
}

.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 input[type="email"]::placeholder,
.banner_section .form_wrap form input[type="number"]::placeholder,
.banner_section .form_wrap form input[type="text"]::placeholder {
  color: #000;
}

.banner_section .form_wrap form .checkbox {
  margin: 3% 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: 12px;
  color: #000000;
  padding: 0px !important;
  border: none;
}

@media screen and (max-width: 1440px) {
  .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 .checkbox label a {
  text-decoration: none;
}

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

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

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

.banner_section .form_wrap form .applynow button {
  text-decoration: none;
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  padding: 12px 75px;
  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: 1800.5px) {
  .banner_section .form_wrap form .applynow button {
    padding: 4px 40px;
  }
}

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

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

@media screen and (max-width: 1199.5px) {
  .banner_section .form_wrap form .applynow button {
    font-size: 14px;
    line-height: 35px;
    padding: 0 40px;
  }
}

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

.country_dropdown {
  position: absolute;
  width: 16%;
  padding: 0;
  bottom: 15px;
  border-bottom: 0;
}

@media screen and (max-width: 1600px) {
  .country_dropdown {
    bottom: 12px;
  }
}

@media screen and (max-width: 1440px) {
  .country_dropdown {
    bottom: 9px;
  }
}

@media screen and (max-width: 1199.5px) {
  .country_dropdown {
    width: 20%;
  }
}

@media screen and (max-width: 991.5px) {
  .country_dropdown {
    width: 8%;
    bottom: 15px;
  }
}

@media screen and (max-width: 767.5px) {
  .country_dropdown {
    width: 20%;
    bottom: 10px;
  }
}

.p_start {
  padding-left: 80px !important;
}

@media screen and (max-width: 1600px) {
  .p_start {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 1440px) {
  .p_start {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .p_start {
    padding-left: 80px !important;
  }
}

/*=============== key features ===================*/

.key_features_sec .features_content_wrapper h2 {
  color: #97281d;
  font-family: Mulish;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 70px;
}

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

@media screen and (max-width: 1440px) {
  .key_features_sec .features_content_wrapper h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767.5px) {
  .key_features_sec .features_content_wrapper h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1600px) {
  .key_features_sec .features_content_wrapper .map_img {
    width: 70%;
    margin: 0 auto;
  }
}

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

/* .key_features_sec .all_key_features{ */
/* position: absolute; */
/* top: 50%; */
/* left: 0; */
/* right: 0; */
/* transform: translateY(-50%); */
/* } */
/* @media screen and (max-width: 767.5px){ */
/* .key_features_sec .all_key_features  { */
/* top: 55%; */
/*  */
/* } */
/* } */
.key_features_sec .all_key_features .features_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* width: 550px; */
  height: 300px;
  border-radius: 20px;
  background: #F1F1F1;
  box-shadow: 12px 12px 12px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1600px) {
  .key_features_sec .all_key_features .features_content {
    /* width: 550px; */
    height: 220px;
  }
}

@media screen and (max-width: 1440px) {
  .key_features_sec .all_key_features .features_content {
    /* width: 550px; */
    height: 140px;
  }
}

@media screen and (max-width: 1199.5px) {
  .key_features_sec .all_key_features .features_content {
    /* width: 220px; */
    height: 190px;
  }
}

@media screen and (max-width: 991.5px) {
  .key_features_sec .all_key_features .features_content {
    /* width: 170px; */
    height: 150px;
  }
}

@media screen and (max-width: 767.5px) {
  .key_features_sec .all_key_features .features_content {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    padding: 1rem;
    margin-bottom: 40px;
    background: #e7e7e7;
  }
}

.key_features_sec .all_key_features .features_content p {
  color: #97281d;
  text-align: center;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

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

@media screen and (max-width: 1440px) {
  .key_features_sec .all_key_features .features_content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991.5px) {
  .key_features_sec .all_key_features .features_content p {
    font-size: 16px;
  }
}

.key_features_sec .all_key_features .features_content h3 {
  color: #97281d;
  text-align: center;
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 1600px) {
  .key_features_sec .all_key_features .features_content h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1440px) {
  .key_features_sec .all_key_features .features_content h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991.5px) {
  .key_features_sec .all_key_features .features_content h3 {
    font-size: 18px;
  }
}

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

.key_features_sec .all_key_features .clr {
  background: #f9e1ce;
}

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

  .key_features_sec .all_key_features .clr_mob,
  .clr_mob2 {
    background: #f9e1ce !important;
  }
}

@media screen and (max-width: 767.5px) {
  .key_features_sec .all_key_features .clr_mob2 {
    background: #e7e7e7 !important;
  }
}


.border_b {
  border-bottom: 2px solid #525252;
}

/*============= key features end=======================*/
/* ===========sr_citizen_services ============= */

.sr_citizen_services {
  padding: 100px 0 100px;
}

/* @media screen and (max-width: 1600px) { */
/* .sr_citizen_services { */
/* padding: 300px 0 0px; */
/*  */
/* } */
/* } */
@media screen and (max-width: 1440px) {
  .sr_citizen_services {
    padding: 50px 0 0px;

  }
}

/* @media screen and (max-width: 1440px) { */
/* .sr_citizen_services { */
/* padding: 100px 0 80px; */
/* } */
/* } */

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

@media screen and (max-width: 767.5px) {
  .sr_citizen_services {
    padding: 20px 0 50px;
  }
}

.sr_citizen_services h4 {
  color: #db620a;
  text-align: center;
  font-family: Mulish;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

@media screen and (max-width: 991.5px) {
  .sr_citizen_services h4 {
    font-size: 10px;
  }
}

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

.sr_citizen_services .services_img {
  width: 54px;
  height: 54px;
  margin: 0 auto;
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_services .services_img {
    width: 62px;
    height: 62px;
    margin: 0 auto;
  }
}

.sr_citizen_services .pointer {
  cursor: pointer;
  width: 250px;
}

@media screen and (max-width: 1440px) {
  .sr_citizen_services .pointer {
    cursor: pointer;
    width: 150px;
  }
}

.sr_citizen_services h2 {
  color: #DA5E26;
  font-family: Mulish;
  font-size: 74px;
  font-style: normal;
  font-weight: 1000;
  line-height: normal;
  text-align: center;
}

/* @media screen and (max-width: 1600px) { */
/* .sr_citizen_services h2 { */
/* font-size: 52px; */
/* } */
/* } */
@media screen and (max-width: 1440px) {
  .sr_citizen_services h2 {
    /* font-size: 36px; */
    font-size: 50px;

  }
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_services h2 {
    font-size: 26px;
  }
}

.sr_citizen_services h3 {
  color: #97281d;
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding: 40px 0 100px;
}

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

@media screen and (max-width: 1440px) {
  .sr_citizen_services h3 {
    font-size: 24px;
    padding: 30px 0 80px;
  }
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_services h3 {
    font-size: 16px;
    padding: 17px 0 40px;
  }
}

.sr_citizen_services .tree_img {
  width: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  .sr_citizen_services .tree_img {
    width: 26%;
  }
}

@media screen and (max-width: 991.5px) {
  .sr_citizen_services .tree_img {
    top: 0;
  }
}

.sr_citizen_services .tree_img_2 {
  position: absolute;
  right: 0;
  bottom: -110px;
  z-index: -1;
  text-align: end;
}

.sr_citizen_services .tree_img_2 img {
  width: 70%;
}

.sr_citizen_services .project_list {
  color: #fff;
  text-align: center;
  font-family: Mulish;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 26.445px 26.445px 26.4px 26.4px;
  background: #db620a;
  padding: 20px 30px;
  margin-top: 15px;
  text-decoration: none;
}

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

@media screen and (max-width: 1440px) {
  .sr_citizen_services .project_list {
    font-size: 20px;
    padding: 12px 30px;
  }
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_services .project_list {
    font-size: 18px;
    padding: 12px 30px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.project_list:hover {
  color: #fff;
}

/* ===========sr_citizen_services end============= */
/* ======================= service content section ========= */
.service_content_wrapper {
  margin-top: 40px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
}

@media screen and (max-width: 1440px) {
  .service_content_wrapper {
    margin-top: 30px;
  }
}

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

@media screen and (max-width: 767.5px) {
  .service_content_wrapper {
    margin-top: 30px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
  }
}

.service_content_wrapper .services h5 {
  color: #97281d;
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 1600px) {
  .service_content_wrapper .services h5 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1440px) {
  .service_content_wrapper .services h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767.5px) {
  .service_content_wrapper .services h5 {
    font-size: 20px;
  }
}

.service_content_wrapper .services p {
  color: #525252;

  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

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

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

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

.service_content_wrapper .service_img {
  width: 70%;
  margin: 0 auto;
}

/* @media screen and (max-width: 767.5px) { */
/* .service_content_wrapper .service_img { */
/* width: 100%; */
/* margin: 0 auto; */
/* } */
/* } */

/* ======================= service content section end ========= */

/* benefits sec start */
/* .sr_citizen_benefits_sec  { */
/* position: relative; */
/* padding: 100px 0 0; */
/* } */
/* @media screen and (max-width: 1440px) { */
/* .sr_citizen_benefits_sec  { */
/* padding: 80px 0 0; */
/* } */
/* } */
/* @media screen and (max-width: 767.5px) { */
/* .sr_citizen_benefits_sec  { */
/* padding: 0; */
/* } */
/* } */
.sr_citizen_benefits_sec .sideimg1 {
  position: absolute;
  right: 0;
  top: 5%;
  z-index: -1;
}

.sr_citizen_benefits_sec .sideimg2 {
  position: absolute;
  top: 27%;
  z-index: -1;
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec .sideimg2 {
    top: 11%;
    z-index: -1;
    width: 20%;
  }
}

.sr_citizen_benefits_sec .sideimg3 {
  position: absolute;
  right: 0;
  top: 80%;
  z-index: -1;
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec .sideimg3 {
    top: 38%;
    z-index: -1;
    width: 30%;
  }
}

.sr_citizen_benefits_sec .map_img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec .map_img {
    width: 100%;
    margin: 0 auto;
    height: 1100px;
  }
}

.sr_citizen_benefits_sec h2 {
  color: #97281d;
  font-family: Mulish;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 5% 0;
}

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

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

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec h2 {
    color: #97281d;
    text-align: center;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5% 0 8%;
  }

  .mobileViewOnly {
    display: block;
  }

  .desktopViewOnly {
    display: none;
  }

  .service_content_wrapper .service_img {
    width: 60%;
    margin: 0 auto;
  }
}

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

.sr_citizen_benefits_sec .clickhere {
  margin: 0 0 130px;
}

@media screen and (max-width: 1440px) {
  .sr_citizen_benefits_sec .clickhere {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec .clickhere {
    margin: 10px 0 50px;
  }
}

.sr_citizen_benefits_sec .clickhere .doc_img {
  width: 8%;
}

@media screen and (max-width: 1600px) {
  .sr_citizen_benefits_sec .clickhere .doc_img {
    width: 4%;
  }
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec .clickhere .doc_img {
    width: 30%;
  }
}

.sr_citizen_benefits_sec .clickhere p {
  color: #525252;
  font-family: Mulish;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  .sr_citizen_benefits_sec .clickhere p {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .sr_citizen_benefits_sec .clickhere p {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199.5px) {
  .sr_citizen_benefits_sec .clickhere p {
    font-size: 20px;
  }
}

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

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

.sr_citizen_benefits_sec .clickhere p a {
  color: #db620a;
  font-family: Mulish;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  .sr_citizen_benefits_sec .clickhere p a {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .sr_citizen_benefits_sec .clickhere p a {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199.5px) {
  .sr_citizen_benefits_sec .clickhere p a {
    font-size: 20px;
  }
}

@media screen and (max-width: 991.5px) {
  .sr_citizen_benefits_sec .clickhere p a {
    font-size: 16px;
  }
}

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

.sr_citizen_benefits_sec .network_content {
  padding-bottom: 80px;
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec .network_content {
    padding-bottom: 10px;
  }
}

/* * .sr_citizen_benefits_sec  .network_content { */
/* position: absolute; */
/* top: 35%; */
/* left: 0; */
/* right: 0; */
/* transform: translateY(-50%); */
/* } */
/* @media screen and (max-width: 767.5px) { */
/* .sr_citizen_benefits_sec  .network_content { */
/* top: 48%; */
/* } */
/* } */
.sr_citizen_benefits_sec .network_content .network_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 348px;
  background: rgba(245, 245, 245, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1600px) {
  .sr_citizen_benefits_sec .network_content .network_text {
    height: 300px;
  }
}

@media screen and (max-width: 1440px) {
  .sr_citizen_benefits_sec .network_content .network_text {
    height: 250px;
  }
}

@media screen and (max-width: 991.5px) {
  .sr_citizen_benefits_sec .network_content .network_text {
    height: 200px;
  }
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec .network_content .network_text {
    width: 140px;
    height: 135px;
    margin: 0 auto;
  }
}

.sr_citizen_benefits_sec .network_content .network_text h3 {
  color: #97281d;
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1440px) {
  .sr_citizen_benefits_sec .network_content .network_text h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991.5px) {
  .sr_citizen_benefits_sec .network_content .network_text h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767.5px) {
  .sr_citizen_benefits_sec .network_content .network_text h3 {
    font-size: 14px;
  }
}

/* benefits sec end */

/* type of accounts section start */

.type_of_acc {
  margin-bottom: 30px;
  position: relative;
  /* padding-top: 5%; */
}

.type_of_acc .sideimg_wrap {
  position: absolute;
  left: 0;
  top: -6%;
  width: 6%;
}

.type_of_acc .benefit_heading {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  color: #97281d;
}

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

@media screen and (max-width: 1199.5px) {
  .type_of_acc .benefit_heading {
    font-size: 26px;
  }
}

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

@media screen and (max-width: 767.5px) {
  .type_of_acc .benefit_heading {
    font-size: 20px;
  }
}

.type_of_acc .container {
  background-color: #fff;
  max-width: 90%;
}

.type_of_acc ul li {
  list-style-type: disc;
  margin: 20px 0;
}

@media screen and (max-width: 1440px) {
  .type_of_acc ul li {
    margin: 10px 0;
  }
}

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

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

.type_of_acc .accordion h2 {
  background-color: #f9e1ce;
  border-radius: 28px 28px 0 0 !important;
}

.type_of_acc .accordion h2 button {
  color: #97281d;
  background-color: #f9e1ce;
  margin: 0 auto;
  font-family: Mulish;
  font-size: 22px;
  font-weight: 500;
  border-radius: 28px 28px 0 0 !important;
}

.type_of_acc .accordion h2 button span {
  color: #97281d;
  font-family: Mulish;
  font-size: 34.001px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 40%;
  margin: 0 auto 0 30%;
}

@media screen and (max-width: 1600px) {
  .type_of_acc .accordion h2 button span {
    font-size: 22px;
  }
}

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

@media screen and (max-width: 1199.5px) {
  .type_of_acc .accordion h2 button span {
    font-size: 15px;
  }
}

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

@media screen and (max-width: 767.5px) {
  .type_of_acc .accordion h2 button span {
    font-size: 16px;
  }
}

.type_of_acc .accordion .accordion-body {
  color: #525252;
  font-family: Mulish;
  padding: 20px 60px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
}

@media screen and (max-width: 1600px) {
  .type_of_acc .accordion .accordion-body {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199.5px) {
  .type_of_acc .accordion .accordion-body {
    padding: 15px 60px;
    font-size: 14px;
    line-height: 27px;
  }
}

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

.type_of_acc .accordion .accordion-button span:not(.collapsed) {
  text-align: center;
}

.type_of_acc .accordion .accordion-button:focus {
  border: 0;
  box-shadow: unset;
  text-align: center;
}

.type_of_acc .accordion .accordion-button:not(.collapsed)::after {
  /* background-image: var(--bs-accordion-btn-icon); */
  content: "-";
  font-size: 35px;
  background-image: none;
}

.type_of_acc hr {
  color: #da5e26;
  height: 4px;
  border: none;
  margin: 10px 0 !important;
  border-bottom: 2px solid #da5e26;
}

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

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

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

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

@media screen and (max-width: 767.5px) {
  .type_of_acc .accordion .accordion-item {
    display: block;
    border-radius: 0;
  }
}

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

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

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

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

@media screen and (max-width: 991.5px) {
  .type_of_acc .accordion .accordion-body {
    font-size: 12px;
  }
}

@media screen and (max-width: 767.5px) {
  .type_of_acc .accordion .accordion-body {
    padding: 10px 10px;
    line-height: 25px;
    font-size: 16px;
  }
}

/* type of accounts section end */

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

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

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

.faq .faq_btn {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  border: none;
  height: 60px;
  /* border-radius: 30px; */
  padding: 12px 18px;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  /* background-color: #db620a; */
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  background: #97281d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.faq .accordion .accordion-button:not(.collapsed)::after {
  /* background-image: var(--bs-accordion-btn-icon); */
  content: "x";
  font-size: 22px;
  background-image: none;
  margin-top: 15px;
  position: absolute;
  top: 9px;
  left: -6px;
}

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

.faq .accordion .accordion-button::after {
  /* background-imae: var(--bs-accordion-btn-icon); */
  content: "+";
  font-size: 26px;
  background-image: none;
  position: absolute;
  left: 0;
  top: 10px;
}

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

.faq hr {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.new:hover {
  color: #fff;
}

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

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

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

/* swiper bullet color */

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #db620a !important;
}

/* .swiper-pagination-bullets {
        display: none;
    } */
/* swiper bullet color */

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

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

.accordion-button {
  background-color: #f9e1ce !important;
  color: #97281d !important;
}

.accordion-item {
  background-color: #f9e1ce !important;
  color: #97281d !important;
}

/* .msme_banner_content { */
/* text-align: center; */
/* position: absolute; */
/* bottom: 50px; */
/* right: 0; */
/* left: 0; */
/* width: 60%; */
/* } */
/* @media screen and (max-width: 991.5px) { */
/* .msme_banner_content { */
/* top: 20px; */
/* } */
/* } */
/* @media screen and (max-width: 767.5px) { */
/* .msme_banner_content { */
/* top: 70px; */
/* } */
/* } */
/* .msme_banner_content h2 { */
/* color: #97281d; */
/* text-align: center; */
/* font-family: Mulish; */
/* font-size: 24px; */
/* font-style: normal; */
/* font-weight: 600; */
/* line-height: normal; */
/* margin-top: 10px; */
/* } */
/* @media screen and (max-width: 1440px) { */
/* .msme_banner_content h2 { */
/* font-size: 18px; */
/* } */
/* } */
/* @media screen and (max-width: 991.5px) { */
/* .msme_banner_content h2 { */
/* font-size: 12px; */
/* } */
/* } */
/*  */
/* @media screen and (max-width: 1440px) { */
/* .msme_banner_content img { */
/* width: 40%; */
/* margin: 0 auto; */
/* } */
/* } */
/* @media screen and (max-width: 991.5px) { */
/* .msme_banner_content img { */
/* width: 40%; */
/* } */
/* } */

.documentRequiredBorder {
  border-left: 30px solid #97281d;
}

/* calculator sec */

.calculator_section {
  padding: 0 0 32px;
  margin-bottom: 2%;
}



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

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

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

.calculator_section .calculator_wrapper_content {
  padding: 18px 30px 0;
}

@media screen and (max-width: 767.5px) {
  .calculator_section .calculator_wrapper_content {
    padding: 18px 18px 0;
  }
}

@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 {
  color: #fff;
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  background-color: #97281d;
  padding: 35px 0 35px 35px;
  border-radius: 14px 14px 0px 0px;
  background: #97281d;
  /* margin-bottom: 10px; */
}

@media screen and (max-width: 1440px) {
  .calculator_section h2 {
    font-size: 26px;
    padding: 18px 0 18px 18px;
  }
}

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

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

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

/* new css */
.fdType {
  color: #525252;
  font-family: Mulish;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  /* 28.35px */
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  outline: none;
  width: 172px !important;
  text-align: center;

}

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

@media screen and (max-width: 767.5px) {
  .fdType {
    width: unset !important;

  }
}

.fdType option {
  color: #525252;
  font-family: Mulish;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  /* 28.35px */
}

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

.calculator_section .amount_date_value {
  color: #525252;
  font-family: Mulish;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  /* 28.35px */
  padding: 12px 10px;
  border-radius: 5px;
  border: 1px solid #c6c6c6 !important;
  outline: none;
  width: 172px !important;
  text-align: right;
}

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

@media screen and (max-width: 767.5px) {
  .calculator_section .amount_date_value {
    width: 152px !important;
    padding: 10px 30px;
    text-align: right;
  }
}

.calculator_section .react-datepicker__input-container input[type="text"] {
  padding: 12px;
  border-radius: 5px;
  font-weight: 500;
  color: #525252;
  font-family: Mulish;
  font-size: 21px;
  border: 1px solid #c6c6c6 !important;
  outline: none;
  text-align: right;

  width: 172px !important;
}

@media screen and (max-width: 1440px) {
  .calculator_section .react-datepicker__input-container input[type="text"] {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section .react-datepicker__input-container input[type="text"] {
    width: 152px !important;
    padding: 10px;
    text-align: right;
  }
}

.calculator_section .reng_value {
  width: 100%;
  height: 1.5px;
  accent-color: #97281d;
}

.calculator_section .calculate_interest {

  text-align: center;
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 25px 0;
  width: 100%;
  border-radius: 0px 0px 14px 14px;
  background: #fff;
  outline: none;
  border: none;
}

/* @media screen and (max-width: 1440px) { */
/* .calculator_section .calculate_interest { */
/* font-size: 26px; */
/* } */
/* } */
/* @media screen and (max-width: 767.5px) { */
/* .calculator_section .calculate_interest { */
/* font-size: 18px; */
/* padding: 18px 0; */
/* } */
/* } */
.calculator_section .calculate_btn {
  text-decoration: none;
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  padding: 12px 60px;
  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: 1440px) {
  .calculator_section .calculate_btn {
    padding: 8px 60px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section .calculate_btn {
    padding: 5px 40px;
    font-size: 18px;
  }
}

.calculator_section .illustrative_interest_rate {
  padding: 4rem 0 4.5rem;
}

@media screen and (max-width: 1440px) {
  .calculator_section .illustrative_interest_rate {
    padding: 4rem 0 4rem;
  }
}

@media screen and (max-width: 767.5px) {
  .calculator_section .illustrative_interest_rate {
    padding: 1rem 0 2rem;
  }
}

.calculator_section .maturity_value {
  padding: 3.2rem 0 2.3rem;
}

@media screen and (max-width: 767.5px) {
  .calculator_section .maturity_value {
    padding: 2rem 0 2rem;
  }
}

.ruppee_symbl {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.calculator_section .min_max_text {
  color: #000;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  /* 24.3px */
}

@media screen and (max-width: 1440px) {
  .calculator_section .min_max_text {
    font-size: 14px;
  }
}

.document_required {
  padding-bottom: 80px;
}

@media screen and (max-width: 767.5px) {
  .document_required {
    padding-bottom: 40px;
  }
}

.document_required .accordion .accordion-button:not(.collapsed)::after {
  content: "x";
  font-size: 28px;
  background-image: none;
  margin-top: 15px;
  position: absolute;
  top: 6px;
  right: 20px;

}

.document_required .accordion .accordion-button::after {
  content: "+";
  font-size: 34px;
  background-image: none;
  position: absolute;
  right: 20px;
  top: 15px;
}

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

.document_required .accordion-item:last-of-type {
  border-bottom-left-radius: 0px !important;
}

.document_required .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px !important;
}

.document_required .documentRequiredBorder {
  border-radius: 10px;
}

.fd_color {
  color: #97281D;
}

.document_required .accordion-item {
  background-color: #f9e1ce !important;
  color: #000 !important;
}

.document_required li {
  padding-bottom: 10px;
}

.document_required h2 button {
  color: #97281D;
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  /* 54px */
}

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

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

.percent {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767.5px) {
  .percent {
    right: 0;
    left: unset;
  }
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

#FD_calculator {
  padding-bottom: 40px;
}

@media screen and (max-width: 767.5px) {
  #FD_calculator {
    padding-bottom: 10px;
  }
}

.month_cal {
  color: #525252;
  font-size: 21px;
  font-family: Mulish;

  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);

}

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