:root {
  --white: #ffffff;
  --black: #000000;
  --blue: #1457a1;
  --grey: #2d2f2e;
  --grey0: #010101;
  --grey1: #707071;
  --grey2: #f2f2f4;
  --grey3: #f5f1f2;
  --grey4: #a0a1a1;
  --grey5: #dedddd;
  --grey7: #606060;
  --green: #bad899;
  --green0: rgba(153, 204, 102, 50%);
  --black-squeeze: #f3f3f3;
  --orange: #ff9933;
  --radius5: 5px;
  --radius10: 10px;
  --radius12: 12px;
  --radius15: 15px;
  --radius20: 20px;

  /*fonts */
  --text-h1: 64px;
  --text-h2: 48px;
  --text-h3: 32px;
  --text-h4: 24px;
  --text-h5: 20px;
  --text-h6: 14px;
  --text-para: 16px;
  --text-small: 12px;

  --text-100: 100px;
  --text-90: 90px;
  --text-70: 70px;
  --text-66: 66px;
  --text-55: 55px;
  --text-50: 50px;
  --text-40: 40px;
  --text-30: 30px;
  --text-25: 25px;
  --text-24: 24px;
  --text-22: 22px;
  --text-20: 20px;
  --text-18: 18px;
  --text-16: 16px;
}
@media screen and (max-width: 1701px) {
  :root {
    --text-100: 80px;
    --text-90: 70px;
    --text-66: 48px;
    --text-55: 45px;
    --text-50: 40px;
    --text-40: 36px;
    --text-30: 26px;
    --text-25: 22px;
    --text-24: 20px;
    --text-22: 18px;
    --text-20: 17px;
    --text-18: 16px;
    --text-16: 14px;
  }
}
@media screen and (max-width: 1601px) {
  :root {
    --text-100: 80px;
    --text-90: 60px;
    --text-66: 42px;
    --text-55: 40px;
    --text-50: 40px;
    --text-40: 32px;
    --text-30: 24px;
    --text-25: 22px;
    --text-24: 20px;
    --text-22: 18px;
    --text-20: 17px;
    --text-18: 16px;
    --text-16: 14px;
  }
}
@media screen and (max-width: 1541px) {
  :root {
    --text-100: 70px;
    --text-90: 50px;
    --text-66: 36px;
    --text-55: 32px;
    --text-50: 35px;
    --text-40: 28px;
    --text-30: 22px;
    --text-25: 19px;
    --text-24: 19px;
    --text-22: 16px;
    --text-20: 15.5px;
    --text-18: 15px;
    --text-16: 13.5px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --text-100: 60px;
    --text-90: 45px;
    --text-66: 30px;
    --text-55: 28px;
    --text-50: 30px;
    --text-40: 26px;
    --text-30: 20px;
    --text-25: 18px;
    --text-24: 18px;
    --text-22: 15px;
    --text-20: 14.5px;
    --text-18: 14px;
    --text-16: 13px;
  }
}
@media screen and (min-width: 992.5px) and (max-width: 1199.5px) {
  :root {
    --text-h1: 48px;
    --text-h2: 40px;
    --text-h3: 28px;
    --text-h4: 22px;
    --text-h5: 16.5px;
    --text-h6: 13.5px;
    --text-para: 13px;
    --text-small: 12px;

    --text-100: 55px;
    --text-90: 45px;
    --text-66: 35px;
    --text-55: 33px;
    --text-50: 30px;
    --text-40: 24px;
    --text-30: 18px;
    --text-25: 17px;
    --text-24: 17px;
    --text-22: 14px;
    --text-20: 13.5px;
    --text-18: 13.5px;
    --text-16: 13px;
  }
}
@media screen and (max-width: 991.5px) {
  :root {
    --text-h1: 40px;
    --text-h2: 32px;
    --text-h3: 24px;
    --text-h4: 20px;
    --text-h5: 16px;
    --text-h6: 13px;
    --text-para: 14px;
    --text-small: 11px;

    --text-100: 50px;
    --text-90: 40px;
    --text-66: 30px;
    --text-55: 27px;
    --text-50: 24px;
    --text-40: 22px;
    --text-30: 16px;
    --text-25: 17px;
    --text-24: 17px;
    --text-22: 13.5px;
    --text-20: 13.5px;
    --text-18: 13px;
    --text-16: 12.5px;
  }
}
@media screen and (max-width: 767.5px) {
  :root {
    --text-100: 40px;
    --text-90: 30px;
    --text-66: 25px;
    --text-55: 23px;
    --text-50: 20px;
    --text-40: 20px;
    --text-30: 14px;
    --text-25: 14.5px;
    --text-24: 14.5px;
    --text-22: 13px;
    --text-20: 13px;
    --text-18: 12.5px;
    --text-16: 11.5px;
    --text-para: 13px;
  }
}
.fw-700 {
  font-weight: 700;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}
.fw-300 {
  font-weight: 300;
}
.fw-100 {
  font-weight: 100;
}
.fs-16w {
  font-size: var(--text-16);
}
.fs-18w {
  font-size: var(--text-18);
}
.fs-20w {
  font-size: var(--text-20);
}
.fs-22w {
  font-size: var(--text-22);
}
.fs-24w {
  font-size: var(--text-24);
}
.fs-25w {
  font-size: var(--text-25);
}
.fs-30w {
  font-size: var(--text-30);
}
.fs-40w {
  font-size: var(--text-40);
}
.fs-50w {
  font-size: var(--text-50);
}
.fs-55w {
  font-size: var(--text-55);
}
.fs-66w {
  font-size: var(--text-66);
}
.fs-90w {
  font-size: var(--text-90);
}
.fs-100w {
  font-size: var(--text-100);
}
.white {
  color: var(--white);
}
.grey0 {
  color: var(--grey0);
}
.grey1 {
  color: var(--grey1);
}
.grey3 {
  color: var(--grey3);
}
.grey4 {
  color: var(--grey4);
}
.grey5 {
  color: var(--grey5);
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
p {
  font-size: var(--text-16);
}
.homefont {
  font-family: "Poppins", serif;
}

#apply{
  scroll-margin-top: 150px;
}
#dealerApply{
  scroll-margin-top: 150px;
}

body {
  font-size: var(--text-para);
  background: var(--white);
  color: var(--grey0);
  width: 100%;
  min-height: 100%;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body p {
  line-height: 1.4 !important;
}
.container-fluid {
  padding-left: 3vw;
  padding-right: 3vw;
}
.container,
.container-lg,
.container-md,
.container-sm {
  max-width: 1552px;
}
/*Header*/
.header-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1031;
  transition: all 0.1s ease;
  background-color: var(--white);
  height: 175px;
  box-shadow: 0px 3px 6px #00000029;
}
.topbarheader {
  background: transparent
    linear-gradient(180deg, #217fbc 0%, #0a4e8d 46%, #0a4b8b 48%, #154a7e 100%)
    0% 0% no-repeat padding-box;
  position: relative;
  height: 80px;
  z-index: 11;
}
.headerfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbarleft a:hover {
  color: var(--white);
}
.topbarleft ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.topbarleft ul li {
  list-style: none;
  position: relative;
  margin-right: 40px;
}
.topbarleft ul li::after {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: -20px;
}
.topbarleft ul li:last-child::after {
  display: none;
}
.topbarleft ul li img {
  width: 25px;
  margin-right: 5px;
}
.topbarright {
  display: flex;
  align-items: center;
}
.topbarright a {
  background: var(--white);
  color: var(--blue);
  font-size: var(--text-16);
  font-weight: 500;
  text-decoration: none;
  padding: 12px 18px 12px 18px;
  border-radius: 59px;
  margin-right: 15px;
}
.topbarright .form-select {
  color: var(--blue);
  font-size: var(--text-16);
  font-weight: 500;
  padding: 12px 40px 12px 50px;
  border: 0;
  border-radius: 59px;
  position: initial;
  height: auto;
  margin-left: 0;
}
.topglobal {
  margin-right: 15px;
}
.topglobal img {
  position: absolute;
  left: 15px;
  top: 12px;
}
.header-wrap .navbar {
  position: relative;
  height: 95px;
}
.header-wrap .navbar ul li.nav-item {
  position: relative;
}
.header-wrap .navbar ul li.nav-item:not(:last-child) {
  padding-right: 1.2vw;
}
.header-wrap .navbar ul li.nav-item .nav-link {
  font-size: var(--text-18);
  color: var(--grey);
  padding: 10px 0;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-bottom 0.3s ease;
  box-shadow: none !important;
}
.header-wrap .dropdown-toggle::after {
  margin-top: 5px;
  margin-left: 0.5em;
}
.dropdown-item {
  display: flex;
  font-weight: 500;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  font-size: var(--text-18);
}
.arrow-icon {
  margin-right: 10px;
  width: 8px;
  height: 12px;
}
.loginbtn {
  background: var(--blue);
  color: var(--white) !important;
  border-radius: 59px;
  padding: 12px 18px 12px 28px !important;
}
.homebannerim {
  position: relative;
}

section {
  padding: 0;
}
.homebannerim .carousel-inner {
  padding-top: 30px;
}
.bannerheading h1 span {
  color: var(--blue);
}
.bannerheading h1 {
  margin-bottom: 20px;
  line-height: 1.2;
}
.bannerheading p {
  margin-bottom: 0px;
}
.btn-gobal-btn,
.btn {
  font-size: var(--text-22) !important;
  background: transparent
    linear-gradient(180deg, #2491cc 0%, #0d5391 78%, #15477a 100%) !important;
  border-radius: 59px !important;
  color: var(--white) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 40px !important;
  text-decoration: none !important;
  border: 0 !important;
  font-weight: 500 !important;
}
.btn-gobal-info {
  font-size: var(--text-22) !important;
  background: var(--white) !important;
  border-radius: 59px;
  color: var(--blue) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  text-decoration: none;
  border: 1px solid var(--blue) !important;
  font-weight: 500;
}
.homebannner.carousel-indicators [data-bs-target] {
  background-color: var(--blue);
}
.homebannner.carousel-indicators [data-bs-target] {
  width: 35px;
  height: 5px;
}
.productheading {
  padding: 30px 0;
}
.productmainbg {
  background: var(--grey3);
  margin: 0px 10px 0px 10px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 55px;
}
.bgknowmore {
  font-size: var(--text-22);
  color: var(--grey);
  padding: 12px 16px;
  font-weight: 400;
}
.bottomproimg {
  padding: 30px 30px 15px 30px;
}
.circlemore {
  position: absolute;
  top: -35px;
  right: -40px;
  padding: 3px;
  background: var(--white);
  border-radius: 50%;
}
.circlemore:hover {
  background-color: var(--white);
}
.keybenefitsmain {
  border-radius: 59px;
  border: 2px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
}
.keybenehead {
  padding-bottom: 40px;
}
.streamlist ul li {
  list-style: none;
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
}

.streamlist ul li::before {
  content: "";
  background: url(https://dmi-uat-website.dmihousingfinance.in/wp-content/uploads/2024/10/check.png)
    no-repeat;
  background-size: cover;
  background-position: top center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.qrcode {
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.googleplay img {
  width: 180px;
}
.keybenefits {
  padding-bottom: 50px;
}
.whychoose {
  background-color: var(--black-squeeze);
  background-image: url(http://13.235.158.174/hfc/wp-content/uploads/2024/12/why-dmi-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  margin-bottom: 0px;
  background-attachment: fixed;
}
.factsheet {
  width: 80%;
  margin: 30px auto 50px auto;
}
.factsheetmain {
  position: relative;
}
.factsheetmain::after {
  content: "";
  background: var(--grey1);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.callback {
  margin-top: 90px;
}
.callbackbg {
  background: var(--green0);
  padding-left: 60px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.callbackimg img {
  margin-top: -100px;
  padding-right: 100px;
}
.knowledgetxt {
  background: var(--grey3);
  padding: 12px;
  border-radius: 12px;
}
.knowledgetxt p {
  height: 90px;
}
.circlearro {
  position: relative;
}
.circlearro img {
  position: absolute;
  right: -25px;
  bottom: -15px;
}
.knowledgemain {
  margin-top: 0;
  margin-bottom: 50px;
}
.bottomheading {
  /* height: 170px; */
  height: auto;
}
.testimainbg {
  border: 2px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
  border-radius: 30px;
  padding: 30px 30px;
}
.testimainbg .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimainbg .slick-dots li {
  list-style: none;
  padding-right: 15px;
}
.testimainbg .slick-dots li button {
  font-size: 0;
  border: 0;
  width: 10px;
  height: 10px;
  background: var(--grey1);
  border-radius: 25px;
}
.testimainbg .slick-dots li.slick-active button {
  background: var(--green0);
}
.testimonials {
  margin-bottom: 100px;
}
.testimainbg {
  position: relative;
}
.testimainbg {
  border: 2px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
  border-radius: 30px;
  padding: 30px 30px;
}
.testimainbg .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -75px;
  margin-bottom: 0;
  left: 0;
  padding: 0;
}
.slidecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clc-icon-r {
  padding-left: 20px;
  padding-right: 20px;
  font-size: var(--text-22);
}
.emi-txt {
  font-weight: 700;
}
.totla-area {
  position: relative;
}
.totla-area::after {
  content: "";
  background: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
}
.border-right-hide::after {
  display: none;
}
.emisub {
  background: var(--green0);
  border-radius: 25px;
  padding: 30px 40px 30px 40px;
}
.fixe-r span {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
.fixe-l {
  width: 50%;
  float: left;
}
.fixe-l span {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
.fixe-r {
  width: 50%;
  float: left;
  text-align: right;
}

.left-right {
  top: 0;
  position: relative;
  width: 100%;
  display: inline-block;
}
.one-calcy .ui-slider {
  height: 10px;
  margin-bottom: 50px;
  width: 100%;
  display: inline-block;
}
.emisub .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid var(--orange);
  background: var(--orange);
  font-weight: normal;
  color: #454545;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  top: -0.4em;
}
.pull-left-blue {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0;
  text-align: start;
}

p.pull-right-orange {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: end;
}
.emisub .ui-widget-header {
  background: var(--white);
}
.fixed-am {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 20px;
}
.fixed-am span {
  font-size: var(--text-22);
  font-weight: 500;
}
.emicalculator {
  margin-bottom: 30px;
}
#LoanRate {
  height: 10px;
  margin-bottom: 67px;
  width: 100%;
  display: inline-block;
}
#LoanTenure {
  height: 10px;
  margin-bottom: 67px;
  width: 100%;
  display: inline-block;
}
.emical {
  background: var(--grey3);
  padding: 40px 50px 40px 50px;
  border-radius: 40px;
}
.emimain .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grey3);
  width: 48%;
  margin: 0 auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border: 0;
}
.emimain .nav-tabs .nav-link {
  font-size: var(--text-24);
  font-weight: 500;
border: 1px solid var(--blue);
    color: var(--blue);
  border-radius: 40px;
  padding: 0px 60px;
  margin: 20px 0;
  height: 80px;
}
.emimain .nav-item {
    padding-left: 15px;
}
.emiapply .bgblueline {
  width: 250px;
  margin: 40px auto 0 auto;
  display: block;
}

.emimain .nav-tabs .nav-link.active {
  background: transparent
    linear-gradient(180deg, #2491cc 0%, #0d5391 78%, #15477a 100%);
  color: var(--white) !important;
  border: 0px !important;
}

.emiflex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bannerheading p {
  width: 100%;
}
.clccy-div img {
  width: 41%;
}
.btn-gobal-btn:hover,
.btn-gobal-btn:focus {
  color: var(--white);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: none;
}
footer {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
footer .logo {
  padding-bottom: 40px;
}
footer .follow-us-section {
  padding-bottom: 50px;
}
footer .follow-us-section .title {
  letter-spacing: 0.32px;
  color: #000000;
  font-size: var(--text-22);
  font-weight: 500;
  margin-bottom: 18px;
}
footer .follow-us-section ul.follow-us {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}
footer .follow-us-section ul.follow-us li {
  display: block;
  margin-right: 5px;
}
footer .follow-us-section ul.follow-us li a {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: transparent
    linear-gradient(180deg, #217fbc 0%, #0a4e8d 46%, #0a4b8b 48%, #154a7e 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
}
footer .follow-us-section ul.follow-us li a:hover {
  filter: invert(0);
}
.follow-us li a img {
  width: 24px;
}
footer .footer-navigation {
  display: flex;
  width: 100%;
  flex-direction: column;
}
footer .footer-navigation .title {
  color: #000000;
  font-size: var(--text-22);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(89, 91, 94, 0.2);
  padding: 5px 0;
}
footer .footer-navigation .footer-nav li {
  display: block;
  font-size: var(--text-20);
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 30px;
}
footer .footer-navigation .footer-nav li a {
  display: inline-block;
  position: relative;
  color: var(--grey1);
  text-decoration: none;
}
footer .footer-navigation .footer-nav {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 0;
  margin: 0;
  padding-top: 5px;
}
.aboutgreenbg {
  /* background: var(--grey5); */
  background: var(--white);
  border-radius: 15px;
  padding: 60px 0;
}
.aboutbgimg img {
  width: 140px;
}
.aboutbg {
  background: var(--grey3);
}
.aboutlist {
  margin: 0px auto 50px auto;
}
.whychoosetxt ol li {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0 !important;
}
.benefit-txt {
  padding-bottom: 50px;
}
.eligisubpara ol li {
  margin-bottom: 20px;
  color: #5a5c60;
}
.eligisubpara p {
  margin-bottom: 20px !important;
}
.applyform .form-control {
  border-radius: 59px;
  font-size: var(--text-22);
  padding: 12px 24px;
  height: 59px;
}
.applyform .form-select {
  border-radius: 59px;
  font-size: var(--text-22);
  padding: 12px 24px;
  height: 59px;
}
.applyhlbg {
  background: var(--green0);
  border-radius: 14px;
  padding: 50px 100px;
}
.faqquestion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.faqquestion .accordion-item {
  border: 0;
}
.faqquestion .accordion-header button {
  background: var(--grey2) !important;
  border-radius: 25px !important;
  text-align: start !important;
  font-size: var(--text-22) !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
  padding: 22px 32px !important;
  display: inline-grid !important;
  position: relative !important;
  color: #000000 !important;
}
.faqquestion .accordion-header button::after {
  position: absolute;
  right: 15px;
}
.accordion-button:not(.collapsed) {
  color: var(--blue);
}
.faqquestion .accordion-body {
  font-size: var(--text-22);
}
.bannerloan {
  position: absolute;
  top: 50%;
  left: 184px;
}
.eligibility {
  margin-bottom: 50px;
}
.customer-txt {
  background: var(--grey5);
  padding: 50px 40px 0px 40px;
  border-radius: 12px;
}
.dealerhead {
  height: 75px;
}
.dealermore {
  bottom: -19px;
  right: -40px;
  background: transparent;
  border-radius: 0;
  top: inherit !important;
}
.dealerbg {
  padding: 30px 0;
}
.dealerslicksub {
  padding: 0px 10px 5px 10px;
}
.dealerslick .slick-prev {
  position: absolute;
  top: inherit;
  bottom: -3rem;
  left: 44%;
  border: none;
  background: transparent;
  color: transparent;
}
.dealerslick .slick-next {
  position: absolute;
  top: inherit;
  bottom: -3rem;
  right: 43%;
  border: none;
  background: transparent;
  color: transparent;
}
.dealerslick .slick-prev:before {
  background-image: url(http://13.235.158.174/hfc/wp-content/uploads/2025/01/dmi-left-arrow.png);
  background-size: 50px 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  border: none;
}
.dealerslick .slick-next:before {
  background-image: url(http://13.235.158.174/hfc/wp-content/uploads/2025/01/dmi-right-arrow.png);
  background-size: 50px 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  border: none;
}
.pagingInfo {
  font-size: var(--text-24);
  font-weight: 400;
  position: absolute;
  left: 50%;
  bottom: 40px;
}
.dealerslick .slick-dots {
  display: none !important;
}
.spotlightsub {
  padding-bottom: 100px;
  position: relative;
}
.video-tutorial {
  margin-top: 50px;
  margin-bottom: 50px;
}
.videomain {
  border-radius: 30px;
  border: 2px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
}
.videosubtxt {
  padding-bottom: 25px;
}
.blackinfo {
  color: var(--blue);
  border: 1px solid var(--blue);
  background: transparent !important;
  padding: 12px 48px;
}
.blackinfo:hover {
  color: var(--black);
  border: 1px solid var(--black);
  background: transparent;
}
.dmifinanceapp {
  position: relative;
  padding-bottom: 100px;
}
.dmifinanceapp::before {
  content: "";
  background: var(--green0);
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
}
.appmain {
  position: relative;
}
.dealermore:hover {
  background-color: var(--bs-btn-hover-border-color);
}
.whychoosetxt ol {
  padding-left: 22px;
}
.factsheetmain {
  padding-right: 50px;
  padding-left: 50px;
}
.factmain {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eligisubtxt {
  position: relative;
}
.eligisubtxt::before {
  content: "";
  background: url(http://13.235.158.174/hfc/wp-content/uploads/2024/12/right-arrow-head.png)
    no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 2px;
  left: -50px;
  width: 30px;
  height: 30px;
}
.btn-gobal-btn img {
  width: 20px;
  height: auto;
  position: relative;
  top: 2px;
  left: 5px;
}
.faqloan {
  margin-bottom: 0;
}
.videosubmain {
  padding: 0px 50px 50px 50px;
}
.dealerslicksub img {
  box-shadow: 4px 3px 2px 0px #483d3d;
  border-radius: 10px;
}
.circlemore img {
  width: 100px;
}
.eligibilitylist {
  padding-left: 50px;
}
.dealerslick {
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
.bannerbtn {
  width: 300px;
  padding: 12px 8px;
}
.btn-gobal-info:hover {
  background: transparent
    linear-gradient(180deg, #2491cc 0%, #0d5391 78%, #15477a 100%);
  color: #ffffff;
  border: 0;
}
.emihome {
  margin-bottom: 60px;
}
.homeour {
  margin-bottom: 60px;
}
.keyimg img {
  width: 130px;
}
.faqquestion .btn-gobal-btn {
  padding: 12px 20px 12px 20px;
}
.mepower {
  margin: 0px 30px;
}
.mehead {
  height: auto;
}
.statebg {
  background: var(--grey2);
  border-radius: 10px;
  padding: 45px 32px 45px 32px;
}
.statebg .form-select {
  border: 0px;
  height: 50px;
}
.selectbtn {
  border-radius: 10px;
  width: 100%;
}
.branchhead {
  padding-bottom: 40px;
}
.branchsubhead {
  padding-bottom: 40px;
}
.statecitymain {
  padding-bottom: 50px;
}
footer .footer-navigation .footer-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: var(--grey1);
  transition: all 0.25s;
}
footer .footer-navigation .footer-nav li a:hover::before {
  opacity: 1;
  width: 100%;
}
.video-tutorial .videosubtxt {
  padding-bottom: 0;
}
.video-tutorial .knowledgetxt p {
  height: 90px;
  padding-right: 50px;
}
.productslick .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  margin-bottom: 0;
  left: 0;
  padding: 0;
}
.productslick .slick-dots li button:before {
  display: none;
}
.productslick .slick-dots li {
  list-style: none;
  padding-right: 15px;
}
.productslick .slick-dots li button {
  font-size: 0;
  border: 0;
  width: 10px;
  height: 10px;
  background: var(--grey1);
  border-radius: 25px;
}
.productslick .slick-dots li.slick-active button {
  background: var(--green0);
}
.aboutgreenbg p {
  color: #000000;
  margin-top: 20px;
}
header .menu-section .header-links {
  align-items: center;
}
.googleplay p {
  margin-bottom: 20px !important;
}
.testislick {
  margin-bottom: 0px !important;
}
.testislick .slick-dots li button:before {
  display: none;
}
.whychoosetxt p {
  width: 65%;
  margin: 0 auto;
}
.benefit-txt p {
  width: 100% !important;
}
/*Mobile App*/
.aboutapp {
  background: var(--grey3);
  padding: 50px 0;
}
.aboutappfeaturebg {
  padding: 0px;
}
.aboutappdmibg {
  padding: 50px 0 0 0;
}
.aboutappfeaturehead {
  padding-bottom: 50px;
}

.aboutapptxt {
  /* background: #dedddd; */
  background: var(--white);
  border-radius: 25px;
  padding: 55px 30px 25px 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.aboutappsubhead {
  height: 90px;
  padding-bottom: 15px;
}
.aboutappdmisubhead {
  height: 90px;
  padding-bottom: 15px;
}
.aboutappsubpara img {
  margin: 0 auto;
  display: block;
  padding-bottom: 50px;
}
.aboutappslick .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-top: 60px;
}
.aboutappslick .slick-dots li {
  width: 20px;
  height: 20px;
  background: #a2a2a2;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
.aboutappslick .slick-dots li.slick-active {
  background: #bad899;
}
.aboutappslick .slick-dots li button {
  font-size: 0;
  background: transparent;
  outline: 0;
  border: 0;
}
:is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev,
:is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next {
  background-position: top center;
  background-size: contain;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 45%;
  font-size: 0;
  border: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
:is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
  background-image: url(https://dmi-uat-website.dmihousingfinance.in/wp-content/uploads/2025/02/slick-left.svg);
  left: -5rem !important;
  /* left: -45px; */
}
:is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next {
  background-image: url(https://dmi-uat-website.dmihousingfinance.in/wp-content/uploads/2025/02/slick-right.svg);
  right: -5rem;
  /* right: -45px !important; */
}
/*equal height slick slide*/
:is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-track {
  display: flex !important;
  align-items: stretch;
}
:is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx )  .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: stretch;
}
.causesmainbx .causesmainbxbg{
  border-radius: 15px;
  background: #E8E6E7;
  margin: 0 10px;
  height: 100%;
  padding: 1rem;
  padding-top: 30px;
}
.causesmainbx .causesmainbxbg .aboutappsubhead{
  height: auto;
  padding-bottom: 5px;
}
.aboutapptxt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutappsubpara {
  flex-grow: 1;
}
.aboutappsubsmalltxt {
  height: auto !important;
}
.topproimg {
  flex-shrink: 0;
}
.bottomproimg{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.bottomheading {
  height: auto;
  flex-shrink: 0;
}
.ourproducts.homeour .applymissed,.productmainbg .applymissed{
  flex: 1 1 0%;
  align-items: flex-end;
  display: flex;
}
.productmainbg{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slick-next:before, .slick-prev:before{
  display: none;
}
/*end*/
.dmimobileapp {
  margin-top: 70px;
  margin-bottom: 70px;
}
.dmimobileheader {
  position: absolute;
  bottom: 6vw;
  left: 8vw;
  width: 27vw;
}
.lh60 {
  line-height: 60px;
}
.lh50 {
  line-height: 50px;
}
.lh40 {
  line-height: 40px;
}
.lh35 {
  line-height: 35px;
}
.lh30 {
  line-height: 35px;
}
.dmimobilelink .btn-gobal-btn {
  padding: 18px 45px;
  font-size: var(--text-22);
  line-height: 35px;
}
.headermain {
  height: 175px;
}
.headertwomain {
  background: #ffffff;
  position: relative;
  height: 95px;
}
header .menu-section ul.menu li.nav-item a {
  font-size: var(--text-18);
  font-weight: 400;
}
.login-btn a.button {
  font-size: var(--text-18);
  font-weight: 400;
}
header
  .menu-section
  ul.menu
  li.nav-item.nav-item-has-children
  ul.sub-menu
  li.nav-item
  a {
  font-weight: 500;
}
header .menu-section .header-links .login-btn .login-dropdown ul li {
  font-weight: 500;
}
.breadcrumbs {
  padding-top: 0;
}
header.sticky-header {
  padding: 0;
}
.applymissed .btn-gobal-btn:hover,
.applymissed .btn-gobal-btn:focus,
.applymissed .btn-gobal-info:hover,
.applymissed .btn-gobal-info:focus,
.button:hover,
.button:focus {
  outline: 0 !important;
}
.aboutappslick .slick-dots li button:before {
  display: none;
}
.aboutappslick .slick-next:before,
.aboutappslick .slick-prev:before {
  display: none;
}
.aboutappslick .slick-dots {
  position: inherit;
}
/*Branch Network*/
.branchnewtwork {
  background-color: #f4f1f2;
}
.statecitymain {
  padding-top: 80px;
}
.branchproductsmain {
  padding-top: 60px;
  padding-bottom: 100px;
}
.branchnewtworkmap {
  padding-top: 4vw;
}
.branchnappmainfinance iframe {
  width: 100%;
  height: 30vw !important;
  border-radius: 0px;
}
.branchstatebg .form-select {
  height: auto;
  margin-left: 0;
}
.post-footer {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}
.post-footer p {
  line-height: 30px !important;
}
footer .border-box {
  padding-top: 0px;
  padding-bottom: 0 !important;
}
.faqquestion .accordion-header button:hover,
.faqquestion .accordion-header button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
footer .border-box {
  border-top: 0;
}
header .menu-section ul.menu li.nav-item.nav-item-has-children::before {
  background-image: url(http://13.235.158.174/hfc/wp-content/uploads/2025/02/arrowsmall.svg);
  width: 9px;
  height: 6px;
}
.dmimobilemain img {
  width: 100%;
}
.form-select:focus {
  outline: 0;
  box-shadow: none;
}
.bottomproimg .btn-gobal-btn {
  font-size: var(--text-22);
}
.singlebannerspace {
  padding-top: 15px;
}
.odescportal p {
  color: var(--grey0) !important;
  font-size: var(--text-22) !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}
.pb_content_top_image_bottom {
  padding: 50px 0;
}
header .menu-section ul.menu {
  padding-top: 10px;
}
.aboutappsubsmalltxt {
  height: 150px;
}
.odescportal p span {
  background: transparent
    linear-gradient(180deg, #217fbc 0%, #0a4e8d 46%, #0a4b8b 48%, #154a7e 100%)
    0% 0% no-repeat padding-box;
  color: #ffffff;
  border-radius: 35px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
.branchtxtmainbx {
  border-radius: 20px;
  border: 2px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
  padding: 20px;
  margin-top: 20px;
}
.branchview .btn {
  margin-right: 15px;
}
.branchview {
  padding-top: 20px;
}
.branchaddress {
  margin-right: 50px;
}
.branchmaploca {
  display: flex;
  align-items: center;
}
.branchmaploca span {
  padding-left: 15px;
}
.dmihfboxcolor {
  border-radius: 20px;
  border: 4px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
  overflow: hidden;
}
.dmihfboxcolorheadleft {
  padding-left: 70px;
}
.aboutappdmisubsmalltxt {
  height: 150px;
}
.page-id-5994 .pb_content_top_image_bottom .row .col-md-8{
  flex: 0 0 auto;
  width: 100%;
}
.page-id-5845 .pb_content_top_image_bottom .row .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
}

.accessnumber {
  display: flex;
      justify-content: center;
      flex-direction: row;
      gap: 20px;

      counter-reset: step;
}
.accessnumber p {
  padding-right: 10px;
  margin-bottom: 5px;
  padding-right: 0px;
  margin-bottom: 0px !important;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  counter-increment: step;
}
.accessnumber p:before {
  content: counter(step);
  line-height: 1;
  background: transparent linear-gradient(180deg, #2491cc 0%, #0d5391 78%, #15477a 100%) !important;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 75%;
  margin-right: 5px;
}
section.pb_content_top_image_bottom .description p a{
  margin-left: 5px;
}
.dmihfmobileapp .dmimobilemain img {
  width: auto;
}
.dmihfmobileapp .dmimobilemain {
  display: flex;
  justify-content: end;
}
.dmimobileapp .dmimobilelink {
  display: none;
}
.dmihfmobileapp .dmimobileheadernew p {
  margin-bottom: 0 !important;
}
.error-message {
  margin-left: 10px;
  display: block;
  margin-top: 4px;
}
.accessnumber a {
  color: #1457a1;
}
.odescportal p a {
  color: #1457a1;
}
.faqquestion ul,
.faqquestion ol {
  margin-bottom: 20px;
  padding-left: 18px;
}
.faqquestion ul li,
.faqquestion ol li {
  margin-bottom: 10px;
}
.faqquestion p:last-of-type {
  margin-bottom: 20px;
}
.faqquestion p {
  font-size: var(--text-22) !important;
}

/*New Home Loan Revised*/
.homeloanimg img {
  margin: 0 auto;
}
.homeloannewbg {
  margin: 0px 10px;
  width: 100%;
}
/* .aboutlistslick .slick-prev {
  background: url(http://13.235.158.174/hfc/wp-content/uploads/2025/02/slick-left.svg)
    no-repeat;
  background-position: top center;
  background-size: cover;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: -7vw;
  font-size: 0;
  border: 0;
}
.aboutlistslick .slick-next {
  background: url(http://13.235.158.174/hfc/wp-content/uploads/2025/02/slick-right.svg)
    no-repeat;
  background-position: top center;
  background-size: cover;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 50%;
  right: -7vw;
  font-size: 0;
  border: 0;
} */
.homeloaneligi,
.homeloanapply,
.homeloanwhy,
.homeloaneligible {
  margin-bottom: 0 !important;
}
.homeloaneligible .emimain .nav-tabs {
  width: 35%;
}
.homeloaneligible .emical {
  background: var(--grey3);
  padding: 40px 50px 40px 50px;
  border-radius: 0;
}
.requiredhomeloan .applyform .form-select {
  border-radius: 59px;
  font-size: var(--text-22);
  padding: 12px 24px;
}
.homeloanwhy {
  padding: 50px 0px 70px 0px;
}
.otheroffer {
  padding: 30px 0;
}
.criteriabox {
  margin-left: 30px;
}
.criteriabxmain {
  background: var(--grey5);
  border-radius: 20px;
  padding: 40px 40px 50px 40px;
}
.homeloannewemi {
  padding-left: 5vw;
}
.totla-area {
  position: relative;
}

.homeloanbannersubmain {
  background: var(--white);
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.homeloanmain {
  display: flex;
  align-items: center;
  height: 100%;
}
.picemitablist .emimain .nav-tabs .nav-link br {
  display: none;
}
.picemitablist .emical .slider-container p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.picemitablist .emimain .nav-tabs {
  background: transparent;
}
.picemitablist .range-values span {
  font-size: 14px;
  font-weight: 600;
}
.picemitablist .clc-icon-r {
  padding-left: 20px;
  padding-right: 20px;
  font-size: var(--text-18);
}
.picemitablist .money-txt {
  font-size: var(--text-40) !important;
  font-weight: 700;
  font-family: sans-serif;
}
.picemitablist .emi-txt {
  font-weight: 400;
}
.picemitablist .calc-area-r2 {
  padding-right: 5vw;
}
.picemitablist .emimain .nav-tabs .nav-link {
  padding: 12px 32px;
  margin: 0;
  height: auto;
  outline: 0;
  font-size: 12px;
  border: 1px solid var(--blue);
  color: var(--blue);
  margin-right: 10px;
  width: 100%;
}
.picemitablist .emisub {
  padding: 20px;
  width: 70%;
  margin: auto 0 auto auto;
}
.picemitablist .emical {
  background: none;
  padding: 0;
  border-radius: 0;
  height: 35vh;
  padding-top: 15px;
}
.picemitablist .proemi {
  margin-top: 0;
}
.picemitablist .emicalmain {
  margin-top: 30px;
}
.picemitablist .clccy-div img {
  width: 35%;
}
.picemitablist .one-calcy .ui-slider {
  margin-bottom: 35px;
}
.calc-area {
  width: 100%;
  display: block;
}
#LoanAmt {
  height: 10px;
  margin-bottom: 67px;
  width: 100%;
  display: inline-block;
}
.picemitablist .totla-area {
  padding-bottom: 20px;
  white-space: nowrap;
}
.aboutlistslick .slick-prev::before {
  display: none;
}
.aboutlistslick .slick-next::before {
  display: none;
}
.branchnappmain {
  width: 100%;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
#mapFrame {
  border-radius: 0;
}
iframe {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
  border: none !important;
  outline: none;
}
iframe:focus {
  outline: none;
}
.calcy-marg {
  margin-top: 30px;
  white-space: nowrap;
}
.calcy-center {
  text-align: center;
}
.money-txt {
  font-size: var(--text-24) !important;
  font-weight: 500;
  font-family: sans-serif;
}
p.emi-txt {
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  font-size: 24px;
}
.applymarg {
  margin-top: 30px;
}
.slider-container {
  position: relative;
  margin-bottom: 20px;
}
.slider-value {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #000;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #fff;
  outline: none;
  border-radius: 5px;
  margin-top: 20px;
}
.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 5px;
}
.range-values span {
  font-size: var(--text-18);
  font-weight: 500;
}
/*End*/

/*Privacy Policy*/
.privacymaintxt p {
  font-size: var(--text-16);
}
.privacymaintxt ul li {
  font-size: var(--text-16);
  padding-bottom: 5px;
}
.privacymaintxt .main-heading-n {
  font-size: var(--text-40);
  font-weight: 500;
  padding-bottom: 15px;
}
.privacymain {
  padding-top: 30px;
}
/*End*/
.otheroffer {
  margin-bottom: 0;
}
.faqquestion .accordion-header button {
  font-weight: 600 !important;
}
.criteriaone {
  height: 16vw;
}
.criteriatwo {
  height: 20vw;
}
.criteriabxmain {
  height: 100% !important;
}
.criteriabxsubpara p:last-child {
  margin-bottom: 0px !important;
}
/*EMI Calculator*/
.emicalreading {
  padding-top: 0px;
}
.emicalreadsubtxt p {
  margin: 20px 0 !important;
}
.emicalreadsubtxt ul li {
  font-size: var(--text-22);
  padding-bottom: 10px;
}
.emicalreadsubtxt ul li {
  font-size: var(--text-22);
  padding-bottom: 10px;
}
.emicalreadsubtxt ol li {
  font-size: var(--text-22);
  padding-bottom: 10px;
}
.emicalreadheading {
  position: relative;
}
.emicalreadmain {
  padding-left: 50px;
}
.emicalreadsubtxt ul {
  padding-left: 22px;
}
.emicalreadtxt {
  padding-bottom: 30px;
}
.emicalreadheading::before {
  content: "";
  background: url(http://13.235.158.174/hfc/wp-content/uploads/2024/12/right-arrow-head.png)
    no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 8px;
  left: -50px;
  width: 25px;
  height: 25px;
}
/*End*/
/*Testimo*/
.customer-test-subhead {
  box-shadow: 0px 0px 12px #5bb70b;
  border-radius: 30px;
  padding: 30px 30px;
}
.customer-test-subtext {
  padding-top: 50px;
}
.customer-test-subhead p {
  height: 16vw;
}
/*End*/
.aboutlistslick .slick-dots li button:before {
  display: none;
}
.homeloanbg {
  padding-bottom: 20px;
}
.nobannershow {
  text-align: center;
}
.nobannershowmain {
  height: 20vw;
  display: flex;
  align-items: center;
}
.interestratetable {
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.interestratetable table tbody tr {
  background: #f3f3f3;
  font-size: var(--text-22);
  border-bottom: 1px solid #dcdadb;
}
.interestratetable table tbody tr.darkbgtable {
  font-weight: 700;
}
.interestratetable .table td {
  border-right: 1px solid #dcdadb;
}
/*
.interestratetable table {
  border-collapse: separate;
  border-spacing: 0 10px; 
}
*/
.interestratetable table {
  margin: 40px 0;
  border-radius: 10px;
  overflow: hidden;
}
.interestratetable .table tr:last-child {
  border-bottom: 0 !important;
}
.interestratetable .table td:first-child {
  border-bottom-width: inherit;
  width: 50%;
  background-color: transparent;
  border-right: 1px solid #dcdadb;
}
.interestratetable .table td:last-child {
  border-bottom-width: inherit;
  width: 50%;
  background-color: transparent;
  border-right: 0;
}
.bigtable {
  width: 65%;
}
.darkbgtable td {
  padding: 25px;
}
.tripletable .floatingrates{
  padding-left: 30px !important;
}
.bigtable .table td:first-child {
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 1px solid #dcdadb;
  background-color: transparent;
}
.bigtable .table td:nth-child(2) {
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 1px solid #dcdadb;
  background-color: transparent;
}
.bigtable .table td:last-child {
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
}
.bigtable table tbody tr.darkbgtable {
  text-align: center;
  line-height: 40px;
}
.bigtable table tbody tr.darkbgtable td{
  text-align: center;
}
.bigtable table tbody tr:last-child {
  border-bottom: 0;
}
.bigtable .table {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
  text-wrap: balance;
}
.bigtable table tbody tr {
  text-align: left;
  border-bottom: 1px solid #dcdadb;
}
.bigtable .floatingrates {
  text-align: left;
  padding-left: 0;
}
.bigtable .table td {
  text-align: center;
}
.tripletable {
  width: 100%;
}
.tripletable .darkbgtable td {
  text-align: center;
}
.tripletable .table td {
  width: 33.3% !important;
  border-radius: 0;
  border-bottom-width: inherit;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #989898;
  text-align: left;
  vertical-align: middle;
}
.tripletable .table td:last-child {
  border-right: 0;
}
.tripletable table {
  border-spacing: 20px 8px;
}
.tripletable .floatingrates ul li {
  font-size: var(--text-22);
  margin-bottom: 20px;
}
.privacymaintxt p a {
  color: #1457a1;
  text-decoration: underline;
}
/*Contact*/
.conatctapplyhlbg {
  background: var(--green0);
  border-radius: 14px;
  padding-bottom: 50px;
}
.contactloanmain {
  margin-top: 50px;
}
.applyhomemain {
  padding: 0px 50px;
}
.contactmmain {
  width: 60%;
  margin: 0 auto;
}
.contactapply .btn-gobal-btn {
  padding: 12px 48px;
}
.enquirymain {
  padding: 50px 0;
}
.enqiurymainbxm{
  height: 100%;
}
.enqiurymainbx .enquiryhead br{
  display: none;
}
.enqiurymainbx {
  border: 2px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
  border-radius: 30px;
  padding: 30px 20px 20px 20px;
  background: #ffffff;
  height: 100%;
}
:is(.enqiurymainbx p span, .addressal p:not(.fw-700),.addressal  span) {
  color: var(--grey7) !important;
}

footer{
  margin-top: 30px;
}
.enqiurymainbx .enquiryhead {
  margin-bottom: 5px !important;
}
.enquiryimg img {
  width: 70px;
}
footer .arr-top .backToTopBtn.active {
  pointer-events: auto;
  cursor: pointer;
}
header {
  position: sticky;
  z-index: 111111;
  padding: 0 !important;
}
.ourteamember h1 {
  color: var(--grey0) !important;
  font-size: var(--text-40) !important;
  line-height: 50px !important;
  padding: 50px 0 !important;
  text-transform: capitalize;
}
.ourteamember ul.sort-button-container::before {
  background: transparent
    linear-gradient(180deg, #217fbc 0%, #0a4e8d 46%, #0a4b8b 48%, #154a7e 100%)
    0% 0% no-repeat padding-box;
  top: 10px !important;
  bottom: 10px !important;
  left: 10px !important;
  width: 230px !important;
  right: 10px !important;
  display: none;
}
.ourteamember ul.sort-button-container li {
  font-size: var(--text-22) !important;
  line-height: 35px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  height: 60px !important;
  width: auto !important;
  margin: 14px 26px !important;
}
.ourteamember ul.sort-button-container {
  padding: 0px !important;
  border-radius: 61px !important;
  background: #f4f1f2 !important;
  box-shadow: none !important;
}
.ourteamember ul.sort-button-container li.active {
  background: transparent
    linear-gradient(180deg, #217fbc 0%, #0a4e8d 46%, #0a4b8b 48%, #154a7e 100%)
    0% 0% no-repeat padding-box;
}
.ourteamember .sort-content .LeadershipTeam .blocks .image::before {
  background: none !important;
  border: 2px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
  opacity: 1 !important;
}
.ourteamember .sort-content .LeadershipTeam .blocks:hover .image::before {
  top: 0 !important;
}
.ourteamember .sort-content .LeadershipTeam .blocks .name {
  padding: 20px 0 4px !important;
  color: var(--grey0) !important;
  line-height: 40px !important;
  font-size: var(--text-30) !important;
}
.ourteamember .sort-content .LeadershipTeam .blocks .designation {
  color: var(--black) !important;
  font-size: var(--text-22) !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  max-width: 100% !important;
  padding: 0 0px 15px 0px !important;
}
.emicalreadtxt:nth-last-child(1) {
  padding-bottom: 0px;
}
.picemi {
  position: relative;
}
.picemibanner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.picemitablist .emimain .nav-tabs{
  gap: 10px;
}
.picemitablist .emimain .nav-tabs .nav-item {
  padding-right: 0px;
}
.picemitablist .slidecontainer {
  display: block;
}
.picemitablist .totla-area::after {
  display: none;
}
.homeloaneligible .emimain .nav-tabs .nav-link {
  /* border: 1px solid var(--blue);
  color: var(--blue); */
  margin-left: 10px;
}
.requiredhomeloan .accordion-item {
  margin-bottom: 10px;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bs-accordion-active-bg);
}
.requiredhomeloan .accordion-button:not(.collapsed) {
  background: #fff;
}
.maycolor {
  background: var(--bs-accordion-active-bg) !important;
}
.doclistmain {
  padding-left: 28px;
}

.requiredhomeloan .accordion-item h2 button {
  box-shadow: none;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  color: var(--grey0) !important;
  font-size: var(--text-22) !important;
  font-weight: 600 !important;
  background: var(--white);
  text-align: left !important;
  position: relative !important;
  display: flex !important;
  align-items: center;
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition) !important;
  outline: 0 !important;
}
.requiredhomeloan .btn:active,
.requiredhomeloan .button:active,
.requiredhomeloan
  button:not([role]):not([class^="slick"]):not([class^="like"]):not(
    [class^="fancybox"]
  ):not([class^="search"]):active {
  background: #ffffff;
}
.requiredhomeloan .btn:focus,
.requiredhomeloan .button:focus,
.requiredhomeloan
  button:not([role]):not([class^="slick"]):not([class^="like"]):not(
    [class^="fancybox"]
  ):not([class^="search"]):focus {
  background: #ffffff;
}
.requiredhomeloan .btn:hover,
.requiredhomeloan .button:hover,
.requiredhomeloan
  button:not([role]):not([class^="slick"]):not([class^="like"]):not(
    [class^="fancybox"]
  ):not([class^="search"]):hover {
  background: #ffffff;
}
.requiredhomeloan .btn,
.requiredhomeloan .button,
.requiredhomeloan
  button:not([role]):not([class^="slick"]):not([class^="like"]):not(
    [class^="fancybox"]
  ):not([class^="search"]) {
  background: #ffffff;
}

.doclistmain ul li {
  color: var(--black);
  font-size: var(--text-22);
  font-weight: 400;
  margin-bottom: 10px;
}
.requiredhomeloan .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 25px;
}
.accordion-collapse.collapse.show .accordion-item {
  background: var(--bs-accordion-active-bg);
}

.contacthome img {
  width: 60%;
}
.contactaddress {
  padding: 20px 0;
}
.contacthome {
  text-align: center;
}
.listloan ul li::before {
  background: #575757;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  top: 10px;
}
.interestratetable table tbody .pronewdark td {
    background-color: transparent;
}
.interestratetable .table.protab td {
        background: #f3f3f3;
}
.interestratetable .table.protab td:first-child {
    width: auto;
}
.interestratetable .table.protab td:last-child {
width: auto;
}
.interestmainrate {
    width: 65%;
}
.deanumremo .accessnumber p:before {
    background: #000 !important;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    position: relative;
    top: 10px;
    content: "";
}
section#otherStyle .pagination-wrap{
    position: inherit;
    bottom: 0;
    left: 0;
    padding: 20px 0;
}
section#otherStyle .finYear-list::before {
    opacity: 1;
    background: transparent;
    border: 2px solid var(--green0);
    box-shadow: var(--green0) 0px 0px 20px;
    border-radius: 30px;
}
/*AS*/
div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label {
	font-size: 0px !important;
	color: rgba(0, 0, 0, 0);
}
div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label:after {
	font-size: 11px !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.asl_w_container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	min-width: 200px;
}
div[id*='ajaxsearchlite'].asl_m {
	width: 100%;
}
div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted {
	font-weight: bold;
	color: rgba(217, 49, 43, 1);
	background-color: rgba(238, 238, 238, 1);
}
div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image {
	width: 70px;
	height: 70px;
	object-fit: cover;
}
div.asl_r .results {
	max-height: none;
}

.asl_w, .asl_w * {font-family:"Manrope" !important;}
.asl_m input[type=search]::placeholder{font-family:"Manrope" !important;}
.asl_m input[type=search]::-webkit-input-placeholder{font-family:"Manrope" !important;}
.asl_m input[type=search]::-moz-placeholder{font-family:"Manrope" !important;}
.asl_m input[type=search]:-ms-input-placeholder{font-family:"Manrope" !important;}

div.asl_r.asl_w.vertical .results .item::after {
	display: block;
	position: absolute;
	bottom: 0;
	content: '';
	height: 1px;
	width: 100%;
	background: #D8D8D8;
}
div.asl_r.asl_w.vertical .results .item.asl_last_item::after {
	display: none;
}
/*End*/
.blogs .filters select {
    border: 1px solid #1457a1;
}
.select-wrapper .custom-chevron, .select-wrapper .custom-chevron-2, .select-wrapper .custom-chevron-3 {
    top: 6px;
}
.media-news-section .article-wrap h2 {
    font-size: var(--text-22);
	height: 40px;
}
.blogs .pagination-wrap .pagination-next.disabled, .blogs .pagination-wrap .pagination-prev.disabled {
    border: 0px solid #00b2e447 !important;
}
.blogs .pagination-wrap .pagination-next.pag-arrow, .blogs .pagination-wrap .pagination-prev.pag-arrow {
    border: 0px solid #00b2e4;
	padding: 0;
    width: 41px;
    height: 41px;
}
.media-news-section .article-wrap {
    border: 2px solid var(--green0);
    box-shadow: var(--green0) 0px 0px 20px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}
section.merge-section .join-team-section .slider-join button.slick-next {
    background-image: url(../../../images/slick-right.svg);
	border: 0px;
	width: 41px;
    height: 41px;
}
section.merge-section .join-team-section .slider-join button.slick-prev {
    background-image: url(../../../images/slick-left.svg);
	border: 0px;
	width: 41px;
    height: 41px;
}
section.msg-hr-section .msg-block .section-head p {
    font-weight: 400;
}
section.life-at-dmi .category-content-section .category-content .life-at-dmi-slider button.slick-next{
	background-image: url(../../../images/slick-right.svg);
	border: 0px;
	width: 41px;
    height: 41px;
}
section.life-at-dmi .category-content-section .category-content .life-at-dmi-slider button.slick-prev{
	background-image: url(../../../images/slick-left.svg);
	border: 0px;
	width: 41px;
    height: 41px;
}
section.life-at-dmi ul.category-tabs li {
    font-size: 12px;
    font-weight: 500;
    padding: 12px;
    border-radius: 40px;
    border: 1px solid var(--blue);
    color: var(--blue);
}
section.life-at-dmi ul.category-tabs li.active {
    color: #ffff;
    background: transparent linear-gradient(180deg, #2491cc 0%, #0d5391 78%, #15477a 100%);
    border: 0px;
}
.career-banner {
    height: 450px;
}
section.causes-section .cards-container .cards-wrapper .card-row .card-container {
    max-width: 310px;
}
section.causes-section .cause-block .section-head h2 {
    font-weight: 500;
}
.recent-post .article-wrap {
    border: 2px solid var(--green0);
    box-shadow: var(--green0) 0px 0px 20px;
    margin-bottom: 10px;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.blog-single .recent-post h2 {
    height: 70px;
}
.recentnewblog {
    background: #000;
    color: #fff;
    padding: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 600;
}
.blogmaincolor {
    border: 2px solid var(--green0);
    box-shadow: var(--green0) 0px 0px 20px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 8px;
}
.bloginnermt{
	padding-top: 0 !important;
}
.blog-single .article-details #actual-article {
    padding-top: 0;
}
.blog-single .article-wrap .blog_quote {
    padding-bottom: 0;
}
.blog-single .article-wrap .blog-info {
    padding-top: 0;
}
.dmi-news-title {
    padding-top: 25px;
}
.blog-single .article-wrap h2 {
    font-size: var(--text-40);
	line-height: 40px;
}
.blogs .article-wrap h2{
	height: 60px;
}
.causes {
    padding-bottom: 30px;
}
.msg-hr-section {
    padding-top: 40px;
}
section.msg-hr-section .msg-block {
    background: #1E6DBB;
}
ol.wp-block-list {
    padding-left: 20px;
}
ol.wp-block-list li {
    padding-bottom: 15px;
}
ul.wp-block-list {
    padding-left: 20px;
}
ul.wp-block-list li {
    padding-bottom: 15px;
}
.blog-single ul.wp-block-list li {
    list-style: disc !important;
}
.knowledgetxt p span {
    text-decoration: underline;
    color: var(--blue);
}
.bottomheading p {
    width: 100%;
    height: 100%;
}
.blogmaincolor a {
    color: #337ab7;
}
.blog-single .article-details #actual-article a strong {
    color: #337ab7;
    text-decoration: none;
}
.blog-single .article-details #actual-article a span {
    text-decoration: none !important;
}
.blog-single .article-details #actual-article span {
    text-decoration: none !important;
}
.requiredhomeloan .accordion-item h2.open button.collapsed{
	border-radius: 30px;
}
.requiredhomeloan .accordion-item h2 button.maycolor {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.pagination-wrap .page-numbers {
    font-size: .9375rem;
    line-height: 1.375rem;
    color: #231e1f;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-inline: 10px;
}
span.page-numbers.current {
    font-weight: 700;
}
a.page-numbers img {
  width: 41px;
  height: 41px;
}
/*subheader*/
.subheaderhome {
  position: sticky;
  top: 175px;
  width: 100%;
  background-color: #F3F3F3;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.subheader-menu {
  display: flex;
  list-style: none;
  margin: 0;
}
.subheader-menu li{
  flex: 1;
}
.subheader-menu li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px 20px;
      font-size: var(--text-20);
  transition: color 0.3s ease;
}
.subheader-menu li a.active{
  background: #D5D5D5;
}

@media (min-width: 1921px) {
  .dealermore {
    bottom: -16px;
    right: -48px;
  }
  .dealerslick .slick-next {
    right: 40%;
    width: 50px;
    height: 50px;
    bottom: -6rem;
  }
  .dealerslick .slick-prev {
    left: 43%;
    width: 50px;
    height: 50px;
    bottom: -6rem;
  }
  .pagingInfo {
    bottom: 35px;
  }
}

@media (max-width: 1680px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1320px;
  }
  .emimain .nav-tabs {
    width: 60%;
  }
  .bottomheading {
    /* height: 140px; */
  }
  .topbarleft ul li {
    margin-right: 34px;
  }
  .circlemore {
    right: -45px;
    top: -30px;
  }
  .circlemore img {
    width: 85px;
  }
  .dealermore {
    right: -30px !important;
    bottom: -19px;
  }
  .clccy-div img {
    width: 46%;
  }
  .bannerbtn {
    width: 260px;
  }
  .emimain .nav-tabs .nav-link {
    height: 65px;
  }
  .video-tutorial .knowledgetxt p {
    height: 70px;
  }
  /*Mobile App*/
  .dmimobileheader {
    bottom: 4vw;
    left: 9vw;
  }
  .aboutappsubsmalltxt {
    height: 140px;
  }
  .aboutappdmisubsmalltxt {
    height: 170px;
  }
  .aboutappsubpara img {
    padding-bottom: 20px;
  }
  .aboutappslick .slick-dots {
    padding-top: 35px;
  }
  .picemitablist .calc-area-r2 {
    padding-right: 5vw;
  }
  .listloan ul li::before {
    top: 7px;
  }
  .deanumremo .accessnumber p:before {
    top: 6px;
}
}
@media (max-width: 1600px) {
  .header-wrap .navbar ul li.nav-item:not(:last-child) {
    padding-right: 1vw;
  }
  .container-fluid {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .header-wrap {
    height: 170px;
  }
  .topbarheader {
    height: 80px;
  }
  .header-wrap .navbar {
    height: 90px;
  }
  .callback {
    margin-top: 120px;
  }
  .callbackimg img {
    margin-top: -150px;
  }
  .bannerloan {
    left: 150px;
  }
  .dealermore {
    bottom: -15px;
  }
  .dealerhead {
    height: 60px;
  }
  .headertwomain {
    height: 90px;
  }
  .headermain {
    height: 170px;
  }
  /*Mobile App*/
  .lh60 {
    line-height: 50px;
  }
  .lh40 {
    line-height: 35px;
  }
  .lh30 {
    line-height: 30px;
  }
  .dmimobilelink .btn-gobal-btn {
    line-height: 30px;
  }
  .aboutappslick .slick-prev {
    top: 40%;
  }
  .aboutappslick .slick-next {
    top: 40%;
  }
  .aboutappdmisubsmalltxt {
    height: 150px;
  }
  /*New Home Loan Revised*/
  .picemitablist .totla-area {
    padding-bottom: 15px;
  }
  .picemitablist .clccy-div img {
    width: 45%;
  }
  .picemitablist .caly-img-txt {
    margin-top: 15px;
  }
  .picemitablist .one-calcy .ui-slider {
    margin-bottom: 30px;
  }
  .picemitablist .calc-area-r2 {
    padding-right: 5vw;
  }
  .picemitablist .emical {
    height: 45vh;
  }
  .faqsmain {
    margin-bottom: 30px;
  }
}
@media (max-width: 1540px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1200px;
  }
  .emimain .nav-tabs {
    width: 55%;
  }
  .bannerloan {
    left: 184px;
  }
  .aboutbgimg img {
            width: 70px;
        margin-bottom: 15px;
  }
  .clccy-div img {
    width: 41%;
  }
  .whychoosetxt ol {
    padding-left: 16px;
  }
  .bannerbtn {
    width: 200px;
  }
  .clccy-div img {
    width: 50%;
  }
  .dealermore {
    bottom: -20px;
  }
  .video-tutorial .knowledgetxt p {
    height: 55px;
  }
  .circlemore img {
    width: 80px;
  }
  .circlemore {
    top: -25px;
  }
  /*Mobile App*/
  .aboutappdmibg {
    padding: 20px 0 0 0;
  }
  .aboutappdmisubsmalltxt {
    height: 110px;
  }
  .aboutappsubpara img {
    width: 100px;
  }
  .aboutappsubsmalltxt {
    height: 80px;
  }
  .dmimobileheader {
    left: 10vw;
  }
  .aboutappslick .slick-next {
    right: -10vw;
  }
  .aboutappslick .slick-prev {
    left: -10vw;
  }
  .aboutapptxt {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 20px 30px 20px;
  }
  /*Branch Network*/
  .branchnappmainfinance iframe {
    height: 35vw;
  }
  .statecitymain {
    padding-top: 50px;
  }
  .aboutappfeaturehead {
    padding-bottom: 30px;
  }
  .bgknowmore {
    padding: 12px 0px;
  }
  .criteriaone {
    height: 18vw;
  }
  .criteriatwo {
    height: 21vw;
  }
  /*EMI Calculator*/
  .emicalreadheading::before {
    top: 4px;
  }
  /*End*/
  .cusomter-testimg img {
    width: 50%;
  }
  .customer-test-subhead p {
    height: 14vw;
  }
  .listloan ul li::before {
    top: 5px;
  }
}
@media (max-width: 1440px) {
  .navbar-brand img {
    width: 90%;
  }
  .header-wrap .navbar ul li.nav-item {
    white-space: nowrap;
  }
  .topbarright a {
    margin-right: 10px;
  }
  .topglobal {
    margin-right: 10px;
  }
  .topglobal img {
    top: 10px;
  }
  .bannerloan {
    left: 130px;
  }
  .eligisubtxt::before {
    top: 0px;
	left: -40px;
    width: 20px;
    height: 20px;
  }
  .proemi,
  .prowhy {
    margin-bottom: 0;
  }
  .dealermore {
    bottom: -18px;
  }
  .circlemore {
    right: -40px;
    top: -20px;
  }
  /*Mobile App*/
  .dmimobilelink {
    padding-top: 20px !important;
  }
  .dmimobileheader {
    left: 9vw;
  }
  .aboutappslick .slick-dots li {
    width: 18px;
    height: 18px;
  }
  .aboutappslick .slick-prev {
    top: 45%;
    left: -6vw;
  }
  .aboutappslick .slick-next {
    top: 45%;
    right: -6vw;
  }
  .branchmaploca img {
    width: 22px;
  }
  .picemitablist .emisub {
    background: var(--green0);
    border-radius: 25px;
    padding: 20px 15px 15px 15px;
  }
  .customer-test-subtext {
    padding-top: 25px;
  }
  .customer-test-subhead p {
    height: 20vw;
  }
  .picemitablist .slider-container {
    margin-bottom: 15px;
  }
  .picemitablist .emical {
    height: 50vh;
  }
      .deanumremo .accessnumber p:before {
        top: 4px;
    }
    .aboutapp {
      padding: 35px 0;
  }
}

@media (max-width: 1399px) {
  .circlemore {
    top: -12px;
    right: -40px;
  }
  .circlemore img {
    width: 65px;
  }
  .topbarleft ul li::after {
    height: 25px;
    right: -12px;
  }
  .topbarleft ul li {
    margin-right: 25px;
  }
  .topbarleft ul li img {
    width: 20px;
    margin-right: 2px;
  }
  .topbarright img {
    width: 18px;
  }
  .topbarright a {
    margin-right: 10px;
    padding: 8px 12px 8px 12px;
  }
  .keyimg img {
    width: 100px;
  }
  .topbarheader {
    height: 60px;
  }
  .header-wrap .navbar {
    height: 70px;
  }
  .header-wrap {
    height: 130px;
  }
  .loginbtn {
    padding: 8px 18px 8px 18px;
  }
  .keybenefits {
    padding-bottom: 50px;
  }
  .emicalculator {
    margin-bottom: 50px;
  }
  .circlearro img {
    width: 50px;
  }
  .topbarright .form-select {
    padding: 8px 40px 8px 50px;
  }
  .keybenehead {
    padding-bottom: 20px;
  }
  .factname {
    position: relative;
    top: -10px;
  }
  .callbackimg img {
    margin-top: -120px;
    width: 80%;
  }
  .callback {
    margin-top: 90px;
    padding-bottom: 0;
    padding-right: 40px;
  }
  .aboutgreenbg {
    padding: 30px 0;
  }
  .bannerloan {
    left: 90px;
  }
  .eligibility {
    margin-bottom: 40px;
  }
  .eligibilitylist {
    padding-left: 40px;
  }
  .eligibilityimg img {
    width: 95% !important;
  }
  .prowhy {
    margin-bottom: 0;
  }
  .proemi {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .branchhead {
    padding-bottom: 15px;
  }
  .branchsubhead {
    padding-bottom: 0px;
  }
  .statecitymain {
    padding-bottom: 20px;
  }
  .statebg {
    padding: 30px 25px 30px 25px;
  }
  .dealermore {
    bottom: -16px;
  }
  .applyform .form-control {
    height: 50px;
  }
  .applyform .form-select {
    height: 50px;
  }
  .faqquestion .accordion-header button {
    padding: 18px 32px !important;
  }
  .dealerslick .slick-next {
    right: 44%;
  }
  .headermain {
    height: 130px;
  }
  .headertwomain {
    height: 70px;
  }
  header .menu-section ul.menu {
    gap: 18px;
  }
  footer .footer-navigation .footer-nav li {
    margin-bottom: 0px;
    line-height: 24px;
  }
  /*Mobile App*/
  .lh60 {
    line-height: 45px;
  }
  .lh40 {
    line-height: 30px;
  }
  .dmimobilelink .btn-gobal-btn {
    padding: 14px 40px;
    line-height: 25px;
  }
  .dmimobileheader {
    bottom: 5vw;
    width: 30vw;
  }
  .aboutappfeaturehead {
    padding-bottom: 30px;
  }
  .aboutappsubpara img {
    width: 60px;
    padding-bottom: 30px;
  }
  .aboutapptxt {
    padding: 30px 20px 15px 20px;
  }
  .lh35 {
    line-height: 30px;
  }
  .aboutappdmisubsmalltxt {
    height: 130px;
  }
  .aboutappslick .slick-prev {
    left: -4vw;
    width: 41px;
    height: 41px;
  }
  .aboutappslick .slick-next {
    right: -4vw;
    width: 41px;
    height: 41px;
  }
  .aboutappslick .slick-dots {
    padding-top: 15px;
  }
  .aboutapp {
    padding: 30px 0;
  }
  .dmimobileheader {
    left: 7vw;
  }
  section.pb_content_top_image_bottom .image {
    margin-top: 15px;
  }
  .pb_content_top_image_bottom {
    padding: 30px 0;
  }
  .aboutappsubhead {
    height: 70px;
  }
  .aboutappsubsmalltxt {
    height: 100px;
  }
  .eligibilitylist {
    padding-right: 50px;
  }
  .picemitablist .emimain .nav-tabs .nav-link br {
    display: none;
  }
  .picemitablist .clccy-div img {
    width: 40%;
  }
  .picemitablist .clc-icon-r.fs-22w {
    font-size: 14px;
  }

  /*New Changes EMI*/
  .picemitablist .emicalmain {
    margin-top: 15px;
  }
  .picemitablist .calc-area-r2 {
    padding-right: 5vw;
  }
  .ourteamember h1 {
    padding: 25px 0 !important;
  }
  .picemitablist .emical {
    height: 60vh;
  }
  .subheaderhome {
    top: 130px;
  }
}
@media (max-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1100px;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .eligibilityimg img {
    width: 100% !important;
  }
  .bannerbtn {
    width: 215px;
    white-space: nowrap;
  }
  .proemi,
  .prowhy {
    margin-bottom: 0;
  }
  .mepower {
    margin: 0px 20px;
  }
  .customer-txt {
    padding: 30px 30px 0px 30px;
  }
  .dealermore {
    bottom: -20px;
  }
  /*Mobile App*/
  .aboutappslick .slick-prev {
    top: 40%;
    left: -5vw;
  }
  .aboutappslick .slick-next {
    top: 40%;
    right: -5vw;
  }
  .dmimobileheader {
    bottom: 6vw;
    width: 30vw;
  }
  .btn-gobal-btn,
  .btn {
    padding: 12px 18px !important;
  }
  header .menu-section ul.menu {
    gap: 7px;
  }

  header .menu-section {
    flex-wrap: nowrap;
    padding: 0;
  }
  header .menu-section .header-links {
    padding-left: 0;
  }
  .login-btn a.button {
    padding: 8px 20px;
  }
  .homebannerim .appmainfinance img {
    width: 85% !important;
    margin: 0 0 0 auto;
    display: block;
  }

  .aboutapp {
    padding: 15px 0;
  }
  .aboutappsubpara img {
    padding-bottom: 15px;
  }
  .dealerslick .slick-next {
    right: 40%;
    width: 50px;
    height: 50px;
    bottom: -6rem;
  }
  .dealerslick .slick-prev {
    bottom: -6rem;
    left: 43%;
    width: 50px;
    height: 50px;
  }
  .aboutappsubsmalltxt {
    height: 130px;
  }
  .bgknowmore {
    padding: 8px 8px;
  }
  .bottomproimg {
    padding: 15px 15px 15px 15px;
  }
  .circlemore {
    top: auto !important;
    right: -30px !important;
    bottom: -20px !important;
}
  .circlemore {
    top: -12px;
    right: -26px;
  }
  .criteriabxhead {
    height: 45px;
  }
  .criteriabxmain {
    padding: 30px 30px 30px 30px;
  }
  .criteriaone {
    height: 20vw;
  }
  .criteriatwo {
    height: 23vw;
  }
  .picemitablist .proemi {
    margin-top: 0px;
  }
  .ourteamember ul.sort-button-container li {
    margin: 8px 18px !important;
    padding: 8px 18px !important;
    height: auto !important;
  }
  .slider-container {
    margin-bottom: 10px;
  }
  .picemitablist .slider-container {
    margin-bottom: 10px;
  }
  .picemitablist .emical {
    height: 60vh;
  }
  .picemitablist .emical {
    padding-top: 0;
  }
  .customer-test-subhead p {
    height: 20vw;
  }
  .ourrecentsubbx .circlemore {
    right: -50px !important;
    bottom: -10px !important;
}
  .ourrecentsubbx .circlemore img {
    width: 5vw !important;
}
header .menu-section ul.menu li.nav-item.nav-item-has-children ul.sub-menu li.nav-item a {
    padding: 8px 0;
}
.darkbgtable td {
  padding: 25px 15px;
}
.blogs .article-wrap h2:nth-child(3)
{
  line-height: 20px;
  height: 75px;
}
}
@media (max-width: 1024px) {
  .container-fluid {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .dealerslick .slick-next {
    right: 38%;
    bottom: -6rem;
    width: 50px;
    height: 50px;
  }
  .dealerslick .slick-prev {
    left: 42%;
    bottom: -6rem;
    width: 50px;
    height: 50px;
  }
  .callbackimg img {
    padding-right: 0px;
  }
  .bottomproimg {
    padding: 15px;
  }
  .bgknowmore {
    padding: 12px 6px;
  }
  .circlemore {
    top: -6px;
    right: -25px;
  }
  .circlemore img {
    width: 55px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
    width: 100%;
    padding: 0 5vw;
  }
  .aboutappslick .slick-prev {
    left: -3vw;
  }
  .aboutappslick .slick-next {
    right: -3vw;
  }
  .aboutapptxt {
    margin-left: 30px;
    margin-right: 30px;
  }
  .aboutappfeaturemain .slick-current.slick-active .aboutapptxt {
    margin-right: 0px !important;
  }
  .aboutappsubhead {
    height: auto;
  }
  .aboutappdmisubhead {
    height: 80px;
  }
  .dmimobileheader {
    bottom: 3vw;
    left: 5vw;
  }
  header .menu-section {
    gap: 5px;
    padding: 0;
  }
  header .menu-section .header-links {
    gap: 15px;
    padding-left: 5px;
  }

  .login-btn a.button {
    padding: 8px 14px;
  }
  .btn-gobal-btn,
  .btn {
    padding: 8px 24px;
  }
  footer .follow-us-section ul.follow-us {
    flex-wrap: wrap;
  }
  footer .follow-us-section ul.follow-us li {
    padding-bottom: 5px;
  }

  .homebannerim .appmainfinance img {
    width: 100% !important;
  }
  .pb_content_top_image_bottom img {
    width: 60%;
  }
  .accessnumber {
    white-space: nowrap;
  }
  .accessnumber p {
    margin-bottom: 0px;
  }
  
  .homeloaneligible .emimain .nav-tabs {
    width: 50%;
  }
  .picemitablist .clc-icon-r {
    padding-left: 10px;
    padding-right: 10px;
  }
  .totla-area::after {
    right: 0px;
  }
  .homeloanbannersubmain .bannermain {
    padding-left: 5vw;
    padding-top: 20px;
  }
  .criteriaone {
    height: 26vw;
  }
  .criteriatwo {
    height: 30vw;
  }
  /*EMI Calculator*/
  .emicalreadheading::before {
    top: 4px;
    width: 20px;
    height: 20px;
    left: -40px;
  }
  /*End*/

  /*Testimo*/
  .customer-test-subhead p {
    height: 22vw;
  }
  /*End*/
  .homeloannewemi {
    padding-left: 0vw;
  }
  .interestratetable {
    width: 80%;
  }
  .bigtable {
    width: 85%;
  }
  .tripletable {
    width: 100%;
  }
  header .menu-section ul.menu {
    gap: 4px;
  }
  .homeloanbannersubmain .picemi img {
    display: none !important;
  }
  .picemitablist .emical {
    height: auto;
  }
  .homeloanbannersubmain {
    height: 100vh;
  }
  .ourrecentsubbx .circlemore img {
    width: 6vw !important;
}
}
@media (min-width: 991.6px) {
  .header-wrap .navbar .navbar-nav > .nav-item .submenulists {
    display: block;
    transform: translate3d(0px, -35px, 0px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }
  .header-wrap .navbar .navbar-nav > .nav-item .submenulists.show {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  .applyhlbg {
    padding: 30px 30px;
  }
  .emimain .nav-tabs {
    width: 75%;
  }
  .emical {
    padding: 25px 30px 25px 30px;
  }
  .clc-icon-r {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dealerslick .slick-prev {
    left: 40%;
  }
  .dealerslick .slick-next {
    right: 35%;
  }
  .mepower {
    margin: 0;
  }
  .knowledgetxt {
    margin: 0px !important;
  }
  .dealermore {
    bottom: -10px;
    right: -16px !important;
  }
  .ourproducts.aboutbg .productheading p br {
    display: none;
  }
  .bannerbtn {
    width: 60%;
    padding: 8px 8px;
    margin-bottom: 10px;
  }
  .carousel-indicators.homebannner {
    margin-bottom: 0rem;
  }
  .callbackimg img {
    width: 90%;
  }
  .callbackbg {
    padding-left: 20px;
  }
  .callback {
    padding-right: 0px;
  }
  .whychoosetxt p {
    width: 95%;
    margin: 0 auto;
  }
  .factsheet {
    width: 100%;
  }
  .factsheetmain {
    padding-right: 40px;
    padding-left: 40px;
  }
  .circlemore {
    top: -8px;
    right: -20px;
  }
  .circlemore img {
    width: 50px;
  }
  .ourproducts.homeour .applymissed .btn-gobal-btn {
    margin-bottom: 0px;
  }
  /*Mobile App*/
  .lh60 {
    line-height: 30px;
  }
  .dmimobileheading {
    margin-bottom: 15px !important;
  }
  .dmimobileheader p {
    margin-bottom: 15px !important;
  }
  .dmimobileheader {
    bottom: 4vw;
    width: 60vw;
  }
  .dmimobilelink .btn-gobal-btn {
    padding: 12px 30px;
  }
  .aboutappdmibg {
    padding: 30px 0 0 0;
  }
  .aboutappfeaturebg {
    padding: 30px 0 0 0;
  }
  .aboutapptxt {
    margin-left: 35px;
    margin-right: 35px;
  }
  .aboutappfeaturemain .slick-current.slick-active .aboutapptxt {
    margin-right: 35px !important;
  }
  .aboutappslick .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .aboutappsubhead {
    height: 80px;
  }
  /*Branch Network*/
  .branchproductheading p br {
    display: none;
  }
  .branchproductsmain {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .statecitymain {
    padding-top: 0px;
  }
  .branchstatebg label {
    margin-bottom: 10px;
  }
  .branchstatebg .form-select {
    margin-bottom: 10px;
  }
  .branchstatebg .btn-gobal-btn {
    width: 140px;
  }

  li.branchmob img {
    margin-right: 12px !important;
  }
  .topbarleft ul li::after {
    display: none;
  }
  header .mobile-menu .burger-menu span {
    height: 5px;
    background: transparent
      linear-gradient(
        180deg,
        #217fbc 0%,
        #0a4e8d 46%,
        #0a4b8b 48%,
        #154a7e 100%
      )
      0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin: 5px 0;
  }
  header .menu-section {
    padding: 0px 4vw 0vw 4vw;
    top: 70px;
  }
  header .menu-section ul.menu {
    padding-top: 0;
  }
  header .menu-section ul.menu li.nav-item {
    border-bottom: 1px dashed #00000063;
  }
  header .menu-section ul.menu {
    gap: 0px;
  }
  header .menu-section ul.menu li.nav-item.nav-item-has-children a {
    padding: 10px 10px 10px 0;
  }
  header .menu-section ul.menu li.nav-item a {
    padding: 10px 10px 10px 0;
  }
  header .menu-section ul.menu li.nav-item a {
    font-size: 18px;
  }
  header .menu-section ul.menu li.nav-item.nav-item-has-children::before {
    background-image: url(http://13.235.158.174/hfc/wp-content/uploads/2025/02/Polygon-2.svg);
    width: 13px;
    height: 8px;
    top: 18px;
  }
  .login-btn .dropdown-toggle::before {
    content: "";
    background-image: url(http://13.235.158.174/hfc/wp-content/themes/dmi-finance/images/rightdown.svg);
    width: 13px;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.25s;
  }
  .login-btn .dropdown-toggle::after {
    display: none;
  }
  .login-btn a.button {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
  }
  li.branchmob {
    display: flex;
    align-items: center;
  }
  .topbarleft ul {
    font-size: 18px;
  }

  .topbarheader {
    height: 52px;
  }
  header .mobile-menu.active .burger-menu span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  header .menu-section .header-links {
    padding-left: 0px;
  }
  .mobileundershow ul li {
    display: flex !important;
    align-items: center;
    padding-left: 15px;
  }
  .mobileundershow ul li img {
    margin-right: 12px;
  }
  .callbranch {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 30px 0;
  }
  .calllocalmain {
    margin: 0 3px;
    border: 1px dashed #00000063;
    padding: 15px;
  }
  .calllocalmain img {
    margin-bottom: 10px;
  }
  .header-links .login-btn a.button {
    width: 115px;
  }
  header
    .menu-section
    ul.menu
    li.nav-item.nav-item-has-children.active
    ul.sub-menu {
    background-color: transparent;
    display: block;
  }
  .container-fluid {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  header .menu-section .header-links .login-btn.active .login-dropdown {
    border-radius: 10px;
    margin-top: 5px;
  }
  .branchview .btn {
    display: block;
    margin-bottom: 10px;
  }
  .dmihfmobileapp .dmimobileheadernew p {
    margin-bottom: 10px !important;
  }
  .homeloaneligible .emimain .nav-tabs {
    width: 76%;
  }
  .criteriabox {
    margin-left: 0;
  }
  .criteriabxmain {
    padding: 20px 25px 35px 25px;
  }
  .criteriabxsubpara {
    height: 160px;
  }
  .homeloannewemi {
    padding-left: 2vw;
  }
  .branchstatebg label {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .dmihfboxcolorheadleft {
    padding-left: 8px;
  }
  .dmihfboxcolorheadleft .dmimobilelink {
    padding-top: 0px !important;
  }
  .criteriaone {
    height: 35vw;
  }
  .criteriatwo {
    height: 42vw !important;
  }

  /*New Home Loan*/
  .homeloaneligible .emimain .nav-tabs {
    width: 76%;
  }
  .criteriabox {
    margin-left: 0;
  }
  .criteriabxmain {
    padding: 20px 25px 35px 25px;
  }
  .criteriabxsubpara {
    height: 160px;
  }
  .homeloannewemi {
    padding-left: 2vw;
  }
  /*End*/
  .customer-test-subhead p {
    height: 50vw;
  }
  .picemitablist .emical {
    padding: 0px 20px;
  }
  .picemitablist .emicalmain {
    margin-top: 40px;
  }
  .picemitablist .calc-area-r2 {
    padding-bottom: 20px;
    padding-right: 0;
  }
  .picemitablist .clccy-div img {
    width: 25%;
    margin-top: 20px;
  }
  .picemibannersub {
    margin: 0px 20px;
  }
  .aboutlistslick .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-top: 60px;
    padding-left: 0;
    margin-bottom: 0px;
    bottom: -40px;
  }
  .aboutlistslick .slick-dots li.slick-active {
    background: #bad899;
  }
  .aboutlistslick .slick-dots li {
    width: 14px;
    height: 14px;
    background: #a2a2a2;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .aboutlistslick .slick-dots li button {
    font-size: 0;
    background: transparent;
    outline: 0;
    border: 0;
  }
  .homeloanbg {
    padding-bottom: 30px;
  }
  .interestratetable {
    width: 100%;
  }
  .tripletable {
    width: 100%;
  }
  .applyhomemain {
    padding: 0px 30px;
  }
  .contactmmain {
    width: 90%;
  }
  .addressal.mt-5 {
    margin-top: 25px !important;
  }
  .privacymain .container {
    padding: 0px 60px;
  }
  .picemitablist .emisub {
    width: 100%;
  }
  .picemitablist .proemi {
    background: #fff;
    padding-top: 40px;
    margin-top: 20px;
    border-radius: 14px;
  }
  .picemitablist .emical {
    height: auto;
  }
  .picemibanner {
    position: inherit;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
  .homeloanbannersubmain {
    height: auto;
  }
  .homeloanbannersubmain .bannermain {
    text-align: center;
    padding-left: 0;
  }
  .homeloanbannersubmain .homeloannewemi {
    padding-left: 2vw;
    padding-right: 2vw;
  }
    .ourrecentsubbx .circlemore img {
    width: 6vw !important;
}
    .deanumremo .accessnumber p:before {
        top: 2px;
    }
	    section.causes-section .cards-container .cards-wrapper .card-row .card-container {
        max-width: 100%;
    }
	.blogs .article-wrap h2 {
        height: auto;
    }
	.listof-actions {
		display: flex;
	}
	.listof-actions ul {
		list-style: none;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	    .listof-actions ul li {
        justify-content: start !important;
    }
}

@media (max-width: 767px) {
  .bannerheading .applymissed {
    margin-bottom: 20px;
  }
  .btn-gobal-btn,
  .btn {
    width: auto;
  }
  .aboutgreenbg {
    margin-bottom: 10px;
  }
  .productheading {
    padding: 30px 0 20px 0;
  }
  .eligisubtxt::before {
    left: -30px;
    width: 20px;
    height: 20px;
  }
  .aboutappfeaturemain .slick-current.slick-active .aboutapptxt {
    margin-right: 0px !important;
  }
  .eligibilitylist {
    padding-left: 45px;
  }
  .eligibility {
    margin-bottom: 0px;
  }
  .applyhlbg {
    padding: 20px 10px;
  }
  .faqloan {
    margin-bottom: 20px;
  }
  .emimain .nav-tabs .nav-link {
    padding: 0px 30px;
    margin: 10px 0;
    height: 50px;
  }
  .emical {
    padding: 25px 15px 25px 15px;
  }
  .calcy-center {
    margin-top: 20px;
  }
  .clccy-div img {
    width: 80%;
  }
  .clc-icon-r {
    padding-left: 20px;
    padding-right: 20px;
  }
  .emiflex {
    padding-top: 20px;
  }
  .dealerslick {
    padding-bottom: 10px;
  }
  .dealerslick .slick-prev:before {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }
  .dealerslick .slick-next:before {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
  }
  .dealerslick .slick-prev {
    left: 32%;
    width: 35px;
    height: 35px;
    bottom: -74px;
  }
  .dealerslick .slick-next {
    right: 19%;
    width: 35px;
    height: 35px;
    bottom: -75px;
  }
  .pagingInfo {
    bottom: 52px;
  }
  .ourproducts.aboutbg .productheading p br {
    display: none;
  }
  .mepower {
    height: auto !important;
    margin-bottom: 20px;
  }
  .videosubmain {
    padding: 0px 15px 30px 15px;
  }
  .knowledgetxt {
    margin-bottom: 20px !important;
  }
  .dealermore {
    bottom: -10px;
    right: -20px !important;
  }
  .bannerbtn {
    width: 200px;
  }
  .carousel-indicators.homebannner {
    margin-bottom: -1rem;
  }
  .homebannner.carousel-indicators [data-bs-target] {
    width: 35px !important;
  }
  .knowledgetxt.h-100 {
    height: auto !important;
  }
  .knowledgetxt p {
    height: auto;
  }
  .callback {
    margin-top: 0;
  }
  .callbackbg {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
  .callbackimg img {
    margin-top: 0px;
    width: 100%;
  }
  .callback .applymissed .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .factmain {
    display: block;
  }
  .factsheetmain::after {
    display: none;
  }
  .qrcode {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .circlemore img {
    width: 55px;
  }
  .ourproducts.homeour .applymissed {
    display: flex;
    padding-bottom: 0px;
  }
  .bottomheading {
    height: auto;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    padding: 0 5vw;
  }
  .aboutappdmibg {
    padding: 0;
  }
  .aboutappfeaturebg {
    padding: 0;
  }
  .aboutappfeaturehead {
    padding-bottom: 15px;
  }
  .lh50 {
    line-height: 30px;
  }
  .aboutappslick .slick-dots {
    padding-top: 0px;
  }
  .aboutappsubpara img {
    padding-bottom: 20px;
  }
  .lh35 {
    line-height: 25px;
  }
  .lh30 {
    line-height: 25px;
  }
  .aboutappsubsmalltxt {
    height: auto;
  }
  .aboutappdmisubsmalltxt {
    height: 70px;
  }
  .dmimobileheader {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dmimobileapp {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .dmimobileheading {
    color: var(--text-grey5);
  }
  .dmimobileheader p {
    color: var(--text-grey5);
  }
  /*Branch Network*/
  .branchproductheading .branchhead br {
    display: none;
  }
  .branchnappmainfinance iframe {
    height: 60vw !important;
  }

  footer .follow-us-section ul.follow-us li a {
    width: 45px;
    height: 45px;
  }
  footer .follow-us-section ul.follow-us li a img {
    width: 30px;
    height: 30px;
  }
  footer .follow-us-section .title {
    font-size: 20px;
  }
  footer .footer-navigation .title {
    border-bottom: 0px;
    font-size: 20px;
    padding: 5px 0px 8px 0px;
  }
  footer .footer-navigation .title::before {
    background-image: url(http://13.235.158.174/hfc/wp-content/uploads/2025/02/plusfooter.svg);
    width: 14px;
    height: 14px;
    left: inherit;
    right: 0;
    transform: rotate(0deg) translate(0, -25%);
  }
  footer .footer-navigation.active .title::before {
    background-image: url(http://13.235.158.174/hfc/wp-content/uploads/2025/02/minusfooter.svg);
    transform: none;
    height: 3px;
    border-radius: 0;
  }
  footer .footer-navigation {
    border-bottom: 1px dashed #00000063;
  }
  footer .footer-navigation .title {
    padding: 12px 0px 5px 0px;
  }
  footer .footer-navigation {
    padding-bottom: 0;
  }
  footer {
    margin-top: 40px;
  }
  .bannerheading h1 {
    margin-bottom: 10px;
  }
  .branchproductheading {
    padding-bottom: 25px;
  }
  .branchstatebg label {
    text-align: center;
    width: 100%;
  }
  .branchstatebg .form-select {
    margin-bottom: 10px;
  }
  .branchstatebg .btn-gobal-btn {
    font-size: 16px !important;
    background: transparent
      linear-gradient(180deg, #2491cc 0%, #0d5391 78%, #15477a 100%) !important;
    color: var(--white) !important;
    display: inline-flex !important;
  }
  .branchstatebg .applymissed {
    width: 85% !important;
    margin: 10px auto 0 auto;
  }
  .aboutproductheading {
    padding-bottom: 20px;
  }
  .aboutappsubhead {
    height: auto;
  }
  .aboutapptxt .aboutappsubhead {
    font-size: 20px !important;
  }
  .aboutapptxt .aboutappsubsmalltxt {
    font-size: 16px;
    height: auto;
  }
  .aboutapptxt {
    padding: 30px 20px 50px 20px;
  }
  .dmimobilemain img {
    border-radius: 10px;
  }
  .dmimobileheader .dmimobileheading {
    font-size: 26px;
  }
  .dmimobileheader p {
    font-size: 16px;
  }
  .faqsmain .productheading p {
    padding-top: 20px;
    font-size: 16px;
  }
  .faqquestion .accordion-header button {
    font-size: 16px !important;
  }
  .aboutapptxt {
    margin-left: 0;
    margin-right: 0;
  }
  .aboutappsubpara img {
    width: 100px;
  }
  .aboutapp .aboutproductheading p {
    font-size: 16px;
  }
  .singlebannerspace {
    padding-top: 5px;
  }
  .dmimobileheader p {
    margin-bottom: 0 !important;
  }
  .description p a {
    font-size: 14px;
  }
  .pb_content_top_image_bottom img {
    width: 100%;
  }
  .branchaddress {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .dmihfboxcolorheadleft {
    padding: 20px 20px 20px 20px;
  }
  .accessnumber {
    white-space: inherit;
    display: block;
  }
  .accessnumber p {
    margin-bottom: 10px !important;
  }
  .description.odescportal {
    display: grid;
    justify-content: center;
  }
  .eligisubtxt::before {
    left: -40px;
  }
  .aboutlistslick .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-top: 60px;
    padding-left: 0;
    margin-bottom: 0px;
  }
  .aboutlistslick .slick-dots li {
    width: 14px;
    height: 14px;
    background: #a2a2a2;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .aboutlistslick .slick-dots li.slick-active {
    background: #bad899;
  }
  .aboutlistslick .slick-dots li button {
    font-size: 0;
    background: transparent;
    outline: 0;
    border: 0;
  }
.homeloaneligible .emical {
        padding: 20px 0px 20px 0px;
    }
  .criteriabxsubpara {
    height: auto;
  }
  .criteriabxmain {
    padding: 20px 25px 20px 25px;
    margin-bottom: 15px;
  }
  .homeloaneligible .emimain .nav-tabs .nav-link {
    height: auto;
    padding: 12px 60px;
    margin: 15px 5px;
  }
  .homeloannewemi {
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
  .homeloanwhy {
    padding: 40px 0px 25px 0px;
  }
  .picemitablist .emical1 {
    margin-top: 20px;
  }
  .picemitablist .slidecontainer {
    display: flex;
  }
  .picemitablist .totla-area {
    padding-bottom: 10px;
    padding-right: 15px;
  }
  .picemitablist .clc-icon-r {
    padding-left: 0;
    padding-right: 0;
  }
  .picemitablist .totla-area::after {
    display: none;
  }
  .homeloanbannersubmain {
    padding-bottom: 0;
  }
  .requiredhomeloan .applyform .form-select {
    margin-left: 0px;
    height: auto;
    margin-bottom: 10px !important;
    white-space: inherit;
  }
  .homeloaneligi .eligibilityimg {
    padding-bottom: 20px;
  }
  .criteriaone {
    height: auto;
  }
  .criteriatwo {
    height: auto;
  } /*EMI Calculator*/
  .emicalreadsubtxt ul {
    padding-left: 15px;
  }
  .emicalreadheading::before {
    top: 0px;
  }
  /*End*/
  .customer-test-main {
    margin: 0px 20px;
  }
  .customer-test-subhead p {
    height: auto;
  }
  .customer-test-subhead {
    padding: 30px 20px 10px 20px;
  }
  .homeloannewemi {
    padding-bottom: 0;
  }
  .homeloannewemi .bannerheading .applymissed {
    margin-bottom: 0;
  }
  .picemitablist .emimain .nav-tabs {
    width: 100%;
  }
  .picemitablist .emicalmain {
    margin-top: 20px;
  }
  .picemitablist .emical {
    padding: 0;
  }
  .picemitablist .emical1 {
    margin-top: 0;
  }
  .picemitablist .clccy-div img {
    width: 50%;
    margin-top: 0;
  }
  .picemitablist .applymarg {
    margin-top: 10px;
  }
  .picemibannersub {
    margin: 0px 20px;
  }
  .interestratetable {
    width: 100%;
  }
  .bigtable table {
    border-spacing: 0px 8px;
    white-space: nowrap;
  }
  .bigtable .floatingrates {
    margin-left: 0;
  }
  .tripletable table {
    white-space: inherit;
  }
  .contactloanmain .applyhomemain {
    padding: 0;
  }
  .contactapply.mt-30 {
    margin-top: 20px !important;
  }
  .conatctapplyhlbg {
    padding-bottom: 35px;
  }
  .enquirymain {
    padding: 30px 0;
    margin: 0px 10px;
  }
  .enqiurymainbxm {
    margin-bottom: 10px;
  }
  .addressal p br {
    display: none;
  }
  .privacymain .container {
    padding: 0px 30px;
  }
  .ourteamember ul.sort-button-container li {
    height: auto !important;
    line-height: 24px !important;
  }
  .ourteamember ul.sort-button-container {
    gap: 0 !important;
  }
  .homebannerim {
    padding-top: 130px;
  }
  .totla-area {
    padding-bottom: 15px;
  }
  .totla-area::after {
    display: none;
  }
  .slidecontainer {
    display: block;
  }
  .applymarg {
    margin-top: 10px;
  }
  .headertwomain {
    height: 80px;
  }
  .picemitablist .emimain .nav-tabs .nav-item {
    width: 70%;
    padding-bottom: 10px;
  }
  .picemitablist .proemi {
    padding-top: 0;
  }
      .ourrecentsubbx .circlemore img {
    width: 16vw !important;
}
.deanumremo .accessnumber p{
	flex-wrap: wrap !important;
}
.emimain .nav-item {
    padding-left: 0px;
}
.blog-single .article-wrap h2 {
    line-height: 28px;
}
.enqiurymainbxm {
    height: auto;
}
}
@media (max-width: 320px) {
  .bannerbtn {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }
}

/*praba fix*/

.slider-container input[type="range"] {
  margin-top: 10px;
}
.criteriabox,
.criteriaone {
  height: 100% !important;
}
.clccy-div {
  text-align: center;
}
/*service timeline*/
:is(.page-id-7006,.page-id-7014) .nobannershowmain {
  height: auto;
  display: flex;
  align-items: center;
  padding: 40px 0;
  padding-top: 70px;
}


:is(.page-id-7006, .page-id-5232,.page-id-7014) .homebannerim {
  padding-top: 0px !important;
}
.nobannershow > *:not(:last-child) {
  margin-bottom: 10px;
}
.nobannershow > h1 {
  line-height: 1.4;
}
.bigtable .table {
  margin-top: 0;
}
.streamlist ul li {
  padding-bottom: 8px;
}
.listloan ul li::before {
  width: 6px;
  height: 6px;
}

.carousel-inner .bannermain .applymissed {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.carousel-inner .bannermain .btn {
  width: calc(50% - 5px) !important;
  padding: 15px 8px !important;
}
.bannermain .btn {
  margin-right: 0px;
}
.eligibilitylist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.eligibilitylist .eligisubtxt {
  margin-bottom: 0px !important;
}
.circlemore {
  top: auto !important;
  right: -40px ;
  bottom: -20px;
}
.circlemore img {
  width: 4vw !important;
}
.ourrecentsubbx .circlemore{
top: auto !important;
    right: -50px;
    bottom: -10px;
    background: transparent;
}
.ourrecentsubbx .bottomproimg {
    padding: 30px 30px 0px 30px;
}

:is(.aboutappfeaturemain, .ourproducts .productsmain,.causesmain) {
  width: 95%;
  margin: 0 auto;
}
.productsmain .slick-next:before,
.productsmain .slick-prev:before {
  display: none;
}
.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.aboutappfeaturemain .aboutappfeaturehead {
  font-weight: 500 !important;
}
.accordion .col-md-12{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.requiredhomeloan .accordion-item{
  height: auto;
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
}

.requiredhomeloan .accordion-item h2 button{
  border-radius: 30px !important;
  overflow: hidden;
  border: 0px solid #e3e3e3 !important;
  padding: 20px !important;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
}
.requiredhomeloan .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 20px;
  background: var(--bs-accordion-active-bg) !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.ourrecentinibg{
  background: #F3F3F3;
  padding: 30px 0;
}
.ourrecentsubbx .productmainbg{
  background: #E8E6E7;
  padding: 15px;
}
.appmainfinance .bannerheading p{
  font-weight: 400;
}
.text-balance{
  text-wrap: balance;
}

/*homebanner reversion*/
.homebanner-v2-cl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.homebanner-v2-cl.homeloanbannermain .homeloanbannersubmain{
  height: auto !important;
}
.homebanner-v2-cl .homeloannewemi{
  padding-left: 0px;
}
.homebanner-v2-cl .picemitablist .emisub{
 width: 100% !important;
 padding: 10px 0 0 0;
}
.homebanner-v2-cl .picemitablist .emicalmain{
  margin-top: 0px;
}
.homebanner-v2-cl .picemitablist .clc-icon-r {
  padding-left: 5px;
  padding-right: 5px;
}
.homebanner-v2-cl .picemitablist .emimain .nav-tabs {
  margin-bottom: 10px;
}
.homebanner-v2-cl .picemitablist .emimain .nav-tabs .nav-link{
  margin-right: 0;
  padding: 12px;
}
.homebanner-v2-cl .picemitablist .proemi{
  border: 2px solid var(--green0);
  box-shadow: var(--green0) 0px 0px 20px;
  border-radius: 30px;
  padding: 1.75rem 1.5rem;
}
.homebanner-v2-cl .picemitablist .emical{
  height: auto;
  padding: 0px !important;
}
.homebanner-v2-cl .picemitablist .calc-area-r2{
  padding-bottom: 0px;
}
.homebanner-v2-cl .picemitablist .slidecontainer{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.homebanner-v2-cl .picemitablist .applymarg{
  margin-top: 30px !important;
}
.picemitablist .calc-area-r2{
  padding-right: 0px;
}
.homebanner-v2-cl .picemitablist .emimain .nav-tabs{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.homebanner-v2-cl .picemi .picemibanner{
  position: static;
  transform: inherit;
}
.homebanner-v2-cl .emisub input[type="range"]{
  background: #CCCCCC;
}
.homebanner-v2-cl .picemitablist .emical .slider-container p,.picemitablist .range-values span,.slider-value{
  font-weight: 400;
}
.homebanner-v2-cl .picemitablist .emisub{
  background: transparent;
}
.homebanner-v2-cl .picemitablist .emi-txt,.homebanner-v2-cl .picemitablist .money-txt{
  font-weight: 500;
}
.homebanner-v2-cl .picemitablist .money-txt{
  font-size: var(--text-18) !important;
  font-weight: 600;
  font-family: inherit;
}
.homebanner-v2-cl .picemitablist .money-txt::first-letter{
  font-family: sans-serif;
}
.homebanner-v2-cl .picemitablist .emisub .slider-container:last-child{
  margin-bottom: 0px;
}
.homebanner-v2-cl .picemitablist .slidecontainer > *:not(:last-child){
  border-right: 1.5px solid #000;
  padding-bottom: 0;
  height: 100%;
}
.homebanner-v2-cl .picemitablist .slidecontainer > *{
  flex: 1;
  padding-bottom: 0;
}
.homebanner-v2-cl .picemibannersub{
  margin: 0px !important;
}
.listof-actions ul {
  list-style: none;
}
.listof-actions ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.listof-actions ul li:not(:last-child) {
  margin-bottom: 8px;
}
.listof-actions ul li img {
  width: 40px;
}
@media (max-width: 991px) {
  .listof-actions ul li{
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .homebanner-v2-cl .picemitablist .emimain .nav-tabs .nav-item{
  width: 100%;
  padding-bottom: 0px;
}
.homebanner-v2-cl .picemitablist .emimain .nav-tabs{
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 10px;
}
}



@media (max-width: 991px) {
  .subheader-menu li {
    flex: 0 0 40.333%;
}
.subheader-menu{
  flex-wrap: nowrap;
    overflow-x: auto;
}
}
/*Make headings BOLD - Our products & product name*/
:is(.productheading > .text-center.black, .supporthead, .factnumber,.aboutproductheading > .fw-600,.abtdmi ) {
  font-weight: 700;
}

@media (max-width: 1400px) {
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next,
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
    width: 38px;
    height: 38px;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
    left: -3rem !important;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next {
    right: -3rem !important;
  }
  .homeloaneligible .emimain .nav-tabs {
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .homeloanbannermain .homeloanbannersubmain {
    height: 50vw !important;
  }
  footer {
    margin-top: 40px !important;
  }
  footer .follow-us-section ul.follow-us li a {
    width: 25px !important;
    height: 25px !important;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .bottomproimg {
    position: relative;
  }
  .ourproducts.homeour .applymissed{
    position: static !important;
  }
  .circlemore{
    top: auto !important;
    right: -0 !important;
    bottom: -3px !important;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next,
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
    width: 31px;
    height: 31px;
  }
  :is(.aboutappslick, .productslic,.aboutlistslick,.causesmainbx ) .slick-prev {
    left: -2rem !important;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next {
    right: -2rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next,
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
    width: 25px;
    height: 25px;
  }
  
  body .picemitablist .emisub {
    padding: 12px 15px 12px 15px;
  }
  .picemitablist .emical .slider-container p,
  .picemitablist .range-values span {
    font-size: 12px;
  }
  .picemitablist .slider-container {
    margin-bottom: 5px;
  }
  header .logo img{
    width: 180px;
  }
  header .menu-section ul.menu li.nav-item.nav-item-has-children a,header .menu-section ul.menu li.nav-item a{
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  header .menu-section {
    max-height: inherit !important;
    padding-bottom: 20px !important;
    overflow-y: auto;
    height: calc(100vh - 130px);
    pointer-events: none;
  }
  header .menu-section.active {
    pointer-events: auto;
  }
  header .menu-section.active ul.menu {
    max-height: inherit !important;
  }
  .bigtable .table {
    white-space: normal;
  }
  .bigtable .table td {
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 1.5;
  }
  :is(.page-id-7006, .page-id-5232,.page-id-7014) .nobannershowmain {
    padding: 30px 0;
  }
  :not(.carousel-inner) .bannermain .applymissed {
    justify-content: center;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next,
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
    width: 25px;
    height: 25px;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
    left: -1rem !important;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next {
    right: -1rem !important;
  }
  .bottomproimg {
    position: relative;
  }
  .ourproducts.homeour .applymissed{
    position: static !important;
  }
  .circlemore{
    top: auto !important;
    right: -0 !important;
    bottom: -3px !important;
  }
  .circlemore img {
    width: 6vw !important;
}
.streamlist ul li::before{
  width: 15px;
  height: 15px;
  background-size: contain;
}
.streamlist .borrowhome  li::before{
  width: 6px;
  height: 6px;
}
.streamlist ul li{
  padding-left: 20px;
}
.applyformmain ~ .applymissed {
  margin-top: 0px;
}
.productmainbg,.homeloannewbg,.causesmainbx .causesmainbxbg{
  margin: 0 20px;
}
.customer-test-subhead {
    padding: 30px 20px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
  .homeloanbannermain .homeloanbannersubmain {
    height: auto !important;
  }
  .picemitablist .emisub {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next,
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
    width: 25px;
    height: 25px;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-prev {
    left: -1.5rem !important;
  }
  :is(.aboutappslick, .productslick,.aboutlistslick,.causesmainbx ) .slick-next {
    right: -1.5rem !important;
  }
  .ourrecentsubbx .row > .col-md-4{
   width: 50%;
   margin-bottom: 1rem;
  }
  .ourrecentsubbx .row > .col-md-4 .productmainbg{
    margin: 0px;
  }
  .customer-test-subtext .row.g-5 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
}

@media (max-width: 1400px) and (min-width: 1200px) {
  header .menu-section ul.menu {
    gap: 18px;
  }
  header .logo img {
    width: 240px;
  }
}

@media (min-width: 1025px) {
  .picemi .picemibanner {
    position: absolute;
    top: 9vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .bannerheading h1 span {
    display: block;
  }
  .accordion .col-md-12{
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .nobannershow  .nobannertxt{
    width: 50%;
    margin: 0 auto;
  }
 
}
@media (min-width: 992px) {
  :is(.page-id-5232) .nobannershowmain{
    height: 250px;
    align-items: flex-end;
    padding-bottom: 4rem;
  }
  .bigtable .floatingrates{
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .supportpos .callbackimg img {
    margin-top: -5vw;
  }
  .contactaddress .productheading{
    padding-top: 0px !important;
  }
  .homebannerim .appmainfinance{
    padding-top: 2rem;
  }
}


/*contact us*/
.page-id-6618 .applyhomemain {
  padding: 0px;
}
.page-id-6618 .applyhomemain .productheading {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .applyform .form-control,
  .applyform .form-select {
    height: 45px;
  }
  .applymissed {
    margin-top: 20px;
  }
  .emicalmain .container > .row {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 1.5rem;
  }
  :not(.appmainfinance) .bannermain .applymissed {
    justify-content: center;
  }
  .circlemore img {
    width: 10vw !important;
}
.homeloaneligible .emimain .nav-tabs{
  width: 90%;
  flex-wrap: nowrap;
  padding: 10px;
}
.homeloaneligible .emimain .nav-tabs li{
  width: 50%;
  margin: 0px 10px;
}
.homeloaneligible .emimain .nav-tabs .nav-link{
  padding: 12px 10px;
  margin: 0;
  width: 100%;
}
.backToTopBtn  img{
  width: 35px;
}
.ourrecentsubbx .row > .col-md-4{
  margin-bottom: 1rem;
}
.causesmain{
  width: 95%;
  margin: 0 auto;
}
    .criteriatwo {
        height: auto !important;
    }
	header {
		position: fixed;
	}
}
