/* font family */
@font-face {
    font-family: "Dm-Regular";
    src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
    font-family: "Dm-Medium";
    src: url(../fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: "Dm-SemiBold";
    src: url(../fonts/DMSans-SemiBold.ttf);
}

@font-face {
    font-family: "Dm-Bold";
    src: url(../fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: "Dm-ExtraBold";
    src: url(../fonts/DMSans-ExtraBold.ttf);
}

/* color pallete 
dark gray : #1C1C1C text color;
soft white : #F5F8FA for bg content
orange  : #FF7B00 for hvr
light blue : #E8F0FA for cards */

/* font family end */

* {
    margin: 0;
    padding: 0;
}


body {
    font-size: 15px;
    font-family: "Dm-Regular";
    color: #060621;
}

img {
    width: 100%;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.mb-70 {
    margin-bottom: 70px;
}
.mt-70{
    margin-top: 70px;
}

.pt-70{
    padding-top: 70px;
}
.inputgroup{
    position: relative;
    display: flex;
    border-collapse: separate;
}
.inputaddon{
        padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 4px 0px 0px 4px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-right: 0px;
}
.inputgroup input, .inputgroup select{
        border-left: 0px;
    border-radius: 0px 10px 10px 0px !important;
}

#backToTop {
  display: none; /* Initially hidden */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  font-size: 24px;
  background-color: #57835f; /* Green button */
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

#backToTop:hover {
      box-shadow: 0px 20px 20px 0px #c4c4c4;
  transform: translateY(-3px);
}


.impcolor{
        background-image: linear-gradient(90deg, #050522 0%, #507b57 50%, #38633f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.mainbtngreen{
        border: none;
    background: #57835f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 9px;
    transition: 0.5s;
	cursor: pointer;
}
.mainbtngreen:hover{
	transition: 0.5s;
	transform: translateY(-5px)
}
.hero_section_mb{
        background: #fff;
    color: #060622;
    padding: 10px 20px;
    border-radius: 9px;
    transition: 0.5s;
    border: 1px solid;
    margin-left: 10px;
}
.hero_section_mb img{
        width: 20px;
    margin-right: 5px;
}



.cibilscorebtn {
  background: linear-gradient(90deg, #03a9f4, #f441a5, #57835f, #03a9f4);
  background-size: 400%;
  animation: changeGradientAnimation 8s linear infinite;
}
@keyframes changeGradientAnimation {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}


/* main css start */
.mainheader{
        position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 1;
    border: 1px solid #e9e9e9;
    transition: background-color 0.3s ease;
    top: 0px;
}
.headersticky{
        background-color: #ffffff;
    box-shadow: 1px 1px 20px 0px #dfdfdf;
    transition: background-color 0.3s ease
}
.mainheader .navbar-brand{
        width: 13%;
}
.mainheader .nav-item .nav-link {
        color: rgb(0 0 0);
    padding: 10px 12px;
    font-size: 14px;
    font-family: 'Dm-Medium';
	text-transform: capitalize;
}
.navbarend{
    justify-content: end;
}
.hero_section{
        background-image: url(../images/mainbanner.webp);
    background-size: cover;
    padding: 166px 0 30px 0;
}
.hero_content h4{
        font-size: 18px;
    font-family: 'Dm-Medium';
    color: #57835f;
}
.hero_content h1{
        font-family: 'Dm-Bold';
    font-size: 39px;
    text-transform: capitalize;
}
.section_heading_wrapper h4{
        font-size: 30px;
    font-family: 'Dm-Bold';
}
.loanlist ul li{
    display: inline-block;
    text-align: center;
    background: linear-gradient(176deg, #dde6de, #f9f9f900);
    padding: 20px 15px;
    border-radius: 10px;
    width: auto;
    margin-right: 10px;
    border: 1px solid #ddd;
    position: relative;
	transition: 0.5s;
}
.loanlist ul li:hover{
	    transform: translateY(-5px);
	transition: 0.5s;
}
.loanlist ul li.newlistadded{
    border: 1px solid #57835f;
}
.loanlist ul li img{
        width: 45px;
    margin-bottom: 10px;
}
.loanlist ul li h5{
        font-size: 16px;
    font-family: 'Dm-Medium';
    margin-bottom: 0px;
}
    .loanlist ul li h5 br{
        display: none;
    }
.loanlist ul li .tagorder{
        position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.loanlist ul li .comingsoonimg{
        position: absolute;
    top: 0;
    width: 60px;
    left: 50%;
    transform: translate(-50%, 0px);
}
.offerimg{
    border: 1px solid #ddd;
}
.publishoffers{
    background-image: url(../images/midbg.webp);
    padding: 70px 0px;
}

.publishcardwrapper {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: normal;
    height: -webkit-fill-available;
    margin: 10px 0;
	transition: 0.5s;
}
.publishcardwrapper:hover{
	    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	transition: 0.5s;
}
.publishcardwrapper img{
        width: 114px;
    height: 114px;
    object-fit: contain;
}
.publishcardwrapper .cardcontent h1 a{
	color: #000;	
}
.cardcontent h4{
        font-size: 14px;
    font-family: 'Dm-Bold';
    color: #57835f;
    margin-bottom: 3px;
}
.cardcontent h1{
        font-size: 24px;
    font-family: 'Dm-Bold';
}
.cardcontent p{
        margin-bottom: 4px;
}
.cardcontent ul{
        list-style: circle;
    padding-left: 20px;
    font-size: 13px;
}
.cardapplybutton{
        margin-top: 20px;
}
.cardapplybutton button{
    color: #fff;
    padding: 4px 20px;
    font-size: 14px;
}
.publishoffercontent h5{
        font-size: 16px;
}
.publishoffercontent h3{
        font-size: 54px;
    font-family: 'Dm-Bold';
}

.testimonialcard{
        background: linear-gradient(176deg, #dde6de, #f9f9f900);
    border-radius: 15px;
    padding: 20px 20px;
    width: 95% !important;
    border: 1px solid #ddd;
}
.testimonialcard h4{
        font-size: 24px;
    font-family: 'Dm-Medium';
    margin-bottom: 7px;
}
.testimonialcard p{
        border-bottom: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.testimonailuserdetail{
        display: flex;
    justify-content: start;
    align-items: center;
}
.testimonailuserdetail img{
        width: 50px;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 50%;
    margin-right: 10px;
}
.testimonialuserdetail .userinfo h5{
     font-size: 18px;
    font-family: 'Dm-Medium';
    margin-bottom: 0px;
}
.testimonialuserdetail .userinfo p{
        font-size: 13px;
    margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.mobileappcontent h5{
        font-size: 35px;
    font-family: 'Dm-Bold';
}
.mobileappcontent ul{
    margin-top: 25px;
}
.mobileappcontent ul li{
    display: inline-block;
    width: 48%;
}
.appcard{
    display: inline-block;
    margin: 6px 6px;
}
.appcard div{
    display: flex;
    justify-content: start;
    align-items: center;
}
.appcard h4{
        font-size: 15px;
    font-family: 'Dm-Medium';
    color: #57835f;
}
.appcard img{
        width: 40px;
    margin-bottom: 10px;
    margin-right: 14px;
}
.customercount {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.customercount ul {
        display: flex;
    margin-top: 0px;
}


.customercount ul li img {
    width: 55px;
    background: #fff;
    padding: 5px;
    margin-left: -18px;
    background-color: #E0E0E0;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #FFFFFF;
    border-radius: 50% 50% 50% 50%;
}
.customercount ul li:nth-child(1) img {
    margin-left: 0px;
}
.customercount p{
        font-size: 15px;
    font-family: 'Dm-Medium';
    width: 260px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.appbtn{
    margin-top: 30px;
}
.appbtn a img{
        width: 110px;
}
.chooseuscard{
        background-color: #f1f1e9;
    padding: 30px;
    border-radius: 40px;
	transition: 0.5s;
}
.chooseuscard:hover{
	    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	transition: 0.5s;
}
.chooseuscard h5{
    font-size: 25px;
    font-family: 'Dm-Medium';
}
.chooseuscard ul{
        list-style: inside;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 2;
}
.publishcardimgwrapper p{
        text-decoration: underline;
    font-size: 12px;
    font-family: 'Dm-Regular';
}
.publishcardimgwrapper p i{
    color: #ffb835;
}
.publishcardimgwrapper{
        border-right: 1px solid #ddd;
    margin-right: 20px;
    padding-right: 10px;
}


/* Emi Calculator start here */
.calculator ul.section__content-list {
  display: flex;
  align-items: center;
  row-gap: 16px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-wrap: wrap;
}
.calculator ul.section__content-list li {
  width: calc(50% - 17px);
  gap: 24px;
}
.calculator .card--custom {
      align-items: unset;
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
}
.calculator .card--custom h3{
        background: #55835e;
    padding: 10px 15px;
    font-size: 20px;
    font-family: 'Dm-Medium';
    color: #fff;
}
.calculator .card--custom::after {
  left: 10px;
}
.calculator .card--custom .card--custom__form {
  text-align: start;
}
.calculator .card--custom .card--custom__form .calculator__title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #C1C4CC;
}
.calculator .card--custom .card--custom__form .calculate__form-part {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.calculator .card--custom .card--custom__form .calculate__form-part .headingFour {
  font-weight: 500;
}
.calculator .card--custom .card--custom__form .note {
  color: #222E48;
}
.calculator .card--custom .card--custom__form .note span {
  font-weight: 500;
  color: #074C3E;
}
.calculator .calculator-input {
  position: relative;
  display: flex;
  align-items: center;
}
.calculator .calculator-result {
  visibility: hidden;
  position: absolute;
  left: 0;
  display: flex;
  align-items: flex-start;
}
.calculator .calc_hide {
  visibility: hidden;
}
.calculator .calc_hide .btn_theme {
  transition: 0s;
}
.calculator .calc_hide:after {
  transition: 0s;
}
.calculator .calc_show {
  visibility: visible;
}
.calculator1 {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.calculator .slider-group {
  margin-bottom: 25px;
}
.calculator label {
      display: block;
    margin-bottom: 5px;
    font-size: 17px;
    text-transform: capitalize;
}
.calculator input[type=range] {
  width: 100%;
}
.calculator .value-box {
        float: right;
    background: linear-gradient(180deg, #f1f1e9, transparent);
    color: #000;
    padding: 2px 10px;
    font-size: 14px;
    font-family: 'Dm-Medium';
    border-radius: 5px;
    border: 1px solid #dddd;
}
.calculator .results {
  margin-top: 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.calculator .results div {
  margin-bottom: 10px;
  display: flex;
      justify-content: space-between;
      align-items: center;
}
.calculator .results span {
  float: right;
  font-weight: bold;
}
.mobileappcontent.emicalculatorcontent ul{
    list-style: circle;
    padding-left: 15px;
    line-height: 2;
}
.mobileappcontent.emicalculatorcontent ul li {
    display: revert;
    width: 100%;
}
.calculator{
    background-image: url(../images/mainbanner.webp);
    background-size: cover;
    padding: 70px 0;
}
/*EMI calculator ends here */



.footerlinks h4{
        font-size: 25px;
    font-family: 'Dm-Medium';
}
.footerlinks ul{
        list-style: circle;
    padding-left: 15px;
    line-height: 2;
}
.footerlinks ul li{
	transition: 0.5s;
}
.footerlinks ul li:hover{
	    margin-left: 10px;
	transition: 0.5s;
}
.footerlinks ul li a{
    color: #000;
}
.footerabout img{
        width: 200px;
    margin-bottom: 10px;
}
.footerabout ul{
    display: flex;
    justify-content: start;
}
.footerabout ul li a{
        background: #56805e;
    width: 35px;
    height: 35px;
    display: flex
;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
	transition: 0.5s;
}
.footerabout ul li a:hover{
	transition: 0.5s;
	    transform: translateY(-4px);
}
.footercontact{
        background: linear-gradient(176deg, #dde6de, #f9f9f900);
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #ddd;
}
.footercontact h4{
    font-size: 25px;
    font-family: 'Dm-Medium';
}
.footercontact a{
    color: #000;
}
.footer__copyright{
        display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding: 10px 0;
}
.footer__copyright-conditions{
        display: flex
;
    justify-content: start;
    align-items: center;
}
.footer__copyright-conditions li a {
    color: #000;
    margin-left: 12px;
    border-left: 1px solid #000;
    padding-left: 12px;
	transition: 0.5s;
}
.footer__copyright-conditions li a:hover{
	transition: 0.5s;
	text-decoration: underline;
}
.footer__copyright-conditions li:first-child a{
    color: #000;
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
}
.copyright{
    margin-bottom: 0px;
}
.copyright a{
        color: #59825f;
    font-family: 'Dm-Medium';
	transition: 0.5s
}
.copyright a:hover{
	text-decoration: underline;
	transition: 0.5s
}
footer{
    border-top: 1px solid #ddd;
    padding-top: 70px;
}

/* ===== MEGA MENU STYLES ===== */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  background: #fff;
  border-top: 3px solid #0d6efd;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Hover Effect on Desktop */
.nav-item.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu .dropdown-item {
  padding: 6px 0;
  color: #333;
  font-size: 15px;
}

.mega-menu .dropdown-item:hover {
  color: #0d6efd;
  background: transparent;
}

/* Disable hover on mobile */
@media (max-width: 991px) {
  .nav-item.dropdown:hover .mega-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }

  .dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .mega-menu {
    position: static !important;
    box-shadow: none;
    border: none;
  }
}
.navdropwrapper h6{
        font-size: 22px;
    font-family: 'Dm-Medium';
}
.navdropwrapper ul{
        list-style: circle;
    padding-left: 15px;
    line-height: 1.8;
}
.navdropwrapper ul li a{
    transition: 0.5s;
    color: #000;
}
.navdropwrapper ul li a:hover{
    color: #074C3E;
    transition: 0.5s;
    padding-left: 6px;
}
.innerpage_wrapper{
        background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/navimg.jpg);
    background-position: top;
    padding: 180px 0 90px 0px;
    background-size: cover;
}
.contactsideimgwrapper{
        background-image: linear-gradient(rgb(0 0 0 / 53%), rgb(0 0 0 / 89%)), url(../images/contactsideimg.jpg);
    background-size: cover;
    padding: 30px 30px;
    border-radius: 20px;
}
.innerpage_wrapper_content h3{
        font-size: 66px;
    color: #fff;
    font-family: 'Dm-Bold';
}
.innerpage_wrapper_content p{
        color: #fff;
    font-size: 19px;
    width: 70%;
    margin: auto;
}
.contactsideimgwrapper h4{
        color: #fff;
    font-size: 23px;
    font-family: 'Dm-Medium';
    margin-bottom: 30px;
}
.contactsideimgwrapper .contactdetails li{
        display: flex
;
    justify-content: start;
    align-items: center;
    background: #ffffff33;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
    backdrop-filter: blur(2px);
    color: #fff;
}
.contactsideimgwrapper .contactdetails li i{
        font-size: 30px;
    margin-right: 19px;
}
.contactsideimgwrapper .contactdetails li a{
    color: #fff;
}
.socialmediawrapper{
        border-top: 1px solid #fff;
    margin-top: 40px;
    padding-top: 10px;
}
.socialmediawrapper h5{
        color: #fff;
    font-size: 20px;
    font-family: 'Dm-Medium';
}
.socialmediawrapper ul{
    display: flex;
}
.socialmediawrapper ul li a{
        margin-right: 14px;
    color: #fff;
    font-size: 17px;
    display: block;
    margin-top: 10px;
}
.formcontent .form-group{
        margin-bottom: 12px;
}
.formcontent .form-group label{
        display: block;
    font-size: 14px;
    font-family: 'Dm-Medium';
}
.formcontent .form-group input, .formcontent .form-group select, .formcontent .form-group textarea{
        width: 100%;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 14px;
}
.formcontent h4{
        font-size: 34px;
    font-family: 'Dm-Medium';
    text-transform: capitalize;
}


.innerpage_hero_section{
        background-image: url(../images/loanpagebg.png);
    background-size: cover;
    padding: 70px 30px;
    margin-top: 108px;
}
.innerpage_content_wrapper h2{
        font-size: 40px;
    font-family: 'Dm-Bold';
}
.innerpage_form{
        background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    border: 1px solid #959595;
}
.innerpage_form h3{
        font-size: 25px;
    font-family: 'Dm-Medium';
    margin-bottom: 20px;
}
.formterms{
    border-top: 1px dashed gray;
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
}
.formterms ul{
        display: flex
;
    justify-content: center;
    align-items: center;
}
.formterms ul li a{
        color: #001bff;
    text-decoration: underline;
    font-size: 13px;
    margin: 0 5px;
}
.formterms p{
        margin-bottom: 0px;
    font-size: 14px;
    color: gray;
}
.employmentcheck{
        width: 100%;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.employmentcheck input{
    width: auto !important;
}
.innerpagecontentpoints{
        background: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    border: 1px solid #959595;
    text-align: center;
}
.innerpagecontentpoints h3{
        font-size: 30px;
    font-family: 'Dm-Bold';
}
.innerpagecontentpoints p{
    margin-bottom: 0px;
    font-size: 12px;
}
.filterwrapper ul{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 25px;
}
.filterwrapper ul li{
    margin-right: 15px;
    width: 20%;
}
.filterwrapper ul li select{
        width: 100%;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.loancriteriacard{
        background: linear-gradient(45deg, #e6e6e6, transparent);
    border-radius: 10px;
    padding: 30px 25px;
    border: 1px solid #ddd;
}
.loancriteriacard ul{
        list-style: circle;
    padding-left: 20px;
}
.loancriteriacard ul li{
    margin-bottom: 10px;
}
.loancriteriawrapper h4{
        font-size: 30px;
    font-family: 'Dm-Bold';
}
.documentrequiredlist{
        margin-bottom: 20px;
}
.documentrequiredlist h5{
        font-family: 'Dm-Medium';
    font-size: 22px;
}
.documentrequiredlist ul{
        list-style: circle;
    padding-left: 15px;
    line-height: 1.7;
}
.loansidebar{
        position: sticky;
    top: 130px;
    margin-right: 20px;
}
.lenderscard{
        background: #10902c17;
    background-size: cover;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 15px;
}
.lenderscard ul li{
        display: inline-block;
    width: 30%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 9px;
    margin: 6px 3px;
    padding: 15px;
}
.loanapplyoption{
        background: #c4c4c417;
    background-size: cover;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 15px;
}
.loanapplyoption h4{
        font-family: 'Dm-Medium';
    font-size: 20px;
    margin-bottom: 0px;
}

.loanapplyoption ul{
        list-style: circle;
    padding-left: 15px;
}
.loanapplyoption ul li{
        margin-bottom: 8px;
}
.innerpage_hero_section_withoutbg{
    padding: 70px 30px;
    margin-top: 108px;
    text-align: center;
}
.innerpage_text_wrapper h2{
        font-size: 52px;
    font-family: 'Dm-Bold';
}
.termsandconditionwrapper h3{
        font-size: 30px;
    font-family: 'Dm-Medium';
}
.termspoints{
        margin-bottom: 20px;
}
.termspoints h4{
        font-size: 22px;
    font-family: 'Dm-Medium';
}
.termspoints ul{
        list-style: circle;
    padding-left: 15px;
}
.aboutimg img{
    border-radius: 15px;
}
.aboutcontent h4{
        font-size: 16px;
    font-family: 'Dm-Regular';
}
.aboutcontent h3{
        font-size: 28px;
    font-family: 'Dm-Bold';
}
.aboutpoints{
    background: linear-gradient(45deg, #5982601c, transparent);
    padding: 10px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin: 5px 0;
}
.aboutpoints h5{
        font-size: 18px;
    font-family: 'Dm-Medium';
    color: #537d59;
}
.aboutpoints p{
        margin-bottom: 0px;
}
.faqshortcontent .card-header{
    background: linear-gradient(45deg, #5982601c, transparent);
}
.faqshortcontent .card-header .btn{
        padding: 0;
    font-family: 'Dm-Medium';
}
.whycard{
    padding: 20px 20px;
    border-radius: 13px;
    margin-top: 15px;
    box-shadow: 0px 30px 200px rgb(16 25 56 / 12%);
    background: #fff;
    border-radius: 15px;
    transition: 0.5s;
}
.whycard img {
    width: 55px;
    margin-bottom: 20px;
}
.whycard h4{
        font-size: 22px;
    font-family: 'Dm-Medium';
    margin-bottom: 4px;
}

.customercount {
    display: flex
;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.customercount ul {
    display: flex
;
}
.customercount ul li img {
    width: 65px;
    background: #fff;
    padding: 5px;
    margin-left: -18px;
    background-color: #E0E0E0;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #FFFFFF;
    border-radius: 50% 50% 50% 50%;
}
.customercount ul li:nth-child(1) img {
    margin-left: 0px;
}
.customercount p {
    font-size: 17px;
    font-family: 'Dm-Medium';
    width: 212px;
    margin-left: 20px;
    margin-bottom: 0;
}
#loginmodal .modal-body{
        background: linear-gradient(45deg, #e1e1e1, transparent);
    padding: 30px 30px;
}
#loginmodal .modal-body .btn-close{
        position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    font-size: 10px;
    color: #000;
}
.logincontent h3{
        font-size: 29px;
    font-family: 'Dm-Bold';
}
.logincontent .customercount ul li img {
    width: 55px;
}
.loginformpopup{
        background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
}
.loginformpopup img{
        width: 100px;
        margin-bottom: 20px;
}
.loginformpopup h3{
        font-size: 25px;
    font-family: 'Dm-Medium';
    margin-bottom: 3px;
}
.loginformpopup .form-group{
    text-align: start;
}
.faqmainbtns{
        background: linear-gradient(176deg, #dde6de, #f9f9f900);
    border-radius: 15px;
    padding: 20px 20px;
    border: 1px solid #ddd;
}
.faqmainbtns ul{
        display: block;
    border: none;
}
.faqmainbtns ul li a{
        background: #fff;
    border-radius: 10px !important;
    color: #57835f;
    margin: 13px 0;
    padding: 12px 15px;
    font-size: 18px;
}
.faqmainbtns .nav-tabs .nav-item.show .nav-link, .faqmainbtns .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #57835f;
}
.faqmainbtns .nav-tabs .nav-link:focus, .faqmainbtns .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    color: #fff;
    background: #57835f;
}
.faqmaincontentwrapper{
        position: sticky;
    top: 130px;
    margin-right: 20px;
}
.loginbtn{
        border: none;
    background: transparent;
    color: #00a1ff;
    padding: 10px 20px;
    border-radius: 0px;
    border: 1px solid #ddd;
    transition: 0.5s;
}
.loginbtnactive{
    background: #00a1ff;
    color: #fff;
}
.clientlogocard {
        background: #ffffff30;
    border-radius: 12px;
    padding: 18px;
    backdrop-filter: blur(1px);
    width: 95% !important;
    border: 1px solid #ddd;
    transition: 0.5s;
}
.clientlogocard img{
      width: 200px;
      height: 150px;
      object-fit: contain;
}
.clientlogocard:hover img{
    filter: grayscale(0);
    transition: 0.5s;
}
.blogcard{
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 10px;
    transition: 0.5s;
    position: relative;
    height: -webkit-fill-available;
    margin: 10px 0px;
}
.blogcard .blogimgbox{
	overflow: hidden;
	    border-radius: 10px;
}
.blogcard .blogimgbox img{
	transition: 0.5s;
}
.blogcard:hover{
	transition: 0.5s;
}
.blogcard:hover img{
	transform: scale(1.1);
	transition: 0.5s;
}
.blogcard img{
    border-radius: 10px;
}
.blogcard h3{
        font-size: 18px;
    font-family: 'Dm-Medium';
    margin-bottom: 4px;
}
.blogcard p{
    font-family: 'Dm-Regular';
    color: gray;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.blogcard ul{
	    display: flex;
    justify-content: start;
    align-items: center;
	margin-bottom: 8px;
}
.blogcard ul li{
        font-size: 12px;
    margin-top: 12px;
    margin-bottom: 7px;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}
.blogcard ul li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
    .blogcard ul li i {
        margin-right: 6px;
    }
.blogcard a{
        color: #0055ea;
}
.blogcard span{
	    color: #57835f;
    text-decoration: underline;
    transition: 0.5s;
}
.blogcard span:hover{
    transition: 0.5s;
	padding-left: 8px;
}
.creditscorewrapper{
        padding: 20px 30px;
    height: 100vh;
    overflow: auto;
    background: linear-gradient(45deg, #d6d6d6, transparent);
}
.creditscorecontent{
    background: url(../images/creditscorebg.png);
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
}
.logincontent.creditscorecontent h3 {
    font-size: 30px;
    font-family: 'Dm-Bold';
}
.creditscorecontent p{
    font-size: 16px;
}
.creditscorecontent img{
        width: 200px;
    margin-bottom: 30px;
}
.creditscorecontent h4{
        font-size: 24px;
    font-family: 'Dm-Medium';
}

.creditscorecontent ul{
        list-style: circle;
    padding-left: 18px;
}
.creditscorecontent ul li{
    margin: 1px 0;
    font-size: 16px;
}
.creditformstretch{
  align-items: stretch;
}
.creditformstretch .creditinnerclass{
    display: flex;
}
.blogsearchwrapper{
    position: relative;
    width: 500px;
    margin: auto;
    margin-top: 30px;
}
.blogsearchwrapper input{
width: 100%;
    border: 1px solid #ddd;
    padding: 14px 15px;
    border-radius: 10px;
    font-size: 14px;
}
.blogsearchwrapper button{
    position: absolute;
    border: none;
    background: #57835f;
    color: #fff;
    padding: 14px 20px;
    border-radius: 0 12px 12px 0;
    transition: 0.5s;
    right: 0;
    top: 0;
}
.blogsearchwrapper button i{
        font-size: 12px;
    margin-left: 8px;
}
.blogfiltertabs{
        background: #f5f5f5;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.blogfiltertabs ul li{
        background: #ffffff;
    color: #000;
    padding: 8px 15px;
    border-radius: 10px;
    transition: 0.5s;
    display: inline-block;
    margin: 0 2px;
}
.blogfiltertabs ul li:hover{
    background: #57835f;
    color: #fff;
    transition: 0.5s;
}
.blogfiltertabs ul li.activebloglist{
    border: none;
    background: #57835f;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    transition: 0.5s;
    display: inline-block;
}

.sidepopup{
    background: linear-gradient(45deg, #57805e, #060d33);
    width: 370px;
    padding: 20px;
    border-radius: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    color: #fff;
    transition: 0.5s;
}
.sidepopup:hover{
    transition: 0.5s;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        bottom: 30px;
    }
.sidepopup h4{
        font-size: 22px;
    font-family: 'Dm-Bold';
}
.sidepopup a{
        background: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    transition: 0.5s;
    display: inline-block;
    color: #000;
}
.sidepopup a:hover{
        background: #557f5c;
    color: #fff;
    transition: 0.5s;
}
.sidepopup button{
        background: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    transition: 0.5s;
    color: #000;
}
.sidepopup button:hover{
        background: #557f5c;
    color: #fff;
    transition: 0.5s;
}
.customercarecontent h4{
        font-size: 28px;
    font-family: 'Dm-Medium';
}
.customercarecontent ul{
        list-style: circle;
    padding-left: 15px;
}
.customercarecontent ul li{
        font-size: 16px;
    margin: 8px 0;
}
.customercarecontent h5{
        font-size: 22px;
    font-family: 'Dm-Medium';
    margin-top: 40px;
}
.customercarecontent p{
    font-size: 16px;
}
.mainloandetailwrapper{
        display: flex;
    justify-content: start;
    align-items: start;
    background: linear-gradient(176deg, #dde6de, #f9f9f900);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.mainloanlogo{
        border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-right: 20px;
}
.mainloanlogo img{
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    object-fit: contain;
}
.mainloanhead h4{
        font-size: 26px;
    font-family: 'Dm-Medium';
}
.loanminicard{
        background: #efefef;
    padding: 15px 8px;
    text-align: center;
    border-radius: 10px;
    margin-top: 25px;
}
.loanminicard img{
        width: 50px;
    margin-bottom: 10px;
}
.loanminicard h4{
        font-size: 22px;
    font-family: 'Dm-Bold';
    margin-bottom: 2px;
}
.loanminicard p{
    margin-bottom: 0;
}
.loandescription h4{
        font-size: 30px;
    font-family: 'Dm-Bold';
}
.loandescription p{
    font-size: 15px;
}
.loanrqrtcard{
    background-image: url(../images/ccbg.jpg);
    background-size: cover;
    padding: 15px;
    border-radius: 10px;
}
.loanrqrtcard h4{
        font-size: 30px;
    font-family: 'Dm-Medium';
}
.loanrqrtcard ul li{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}
.blogdetailimg{
        height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 60px;
    overflow: hidden;
}
.blogdetailcontent h3{
        font-size: 28px;
    font-family: 'Dm-Medium';
}
.blogdetailcontent ul {
    list-style: circle;
    padding-left: 15px;
    line-height: 1.7;
}
.blogdetailcontent p{
        font-size: 15px;
}
.blogdetailcontent h4{
    font-size: 20px;
    margin-top: 16px;
    font-family: 'Dm-Medium';
    margin-bottom: 2px;
}
.latestblogcard{
        display: flex;
    justify-content: start;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.latestblogcard:hover{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #fff;
    cursor: pointer;
}
.latestblogcard img{
        width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px;
}
.latestblogcontent h4{
        font-size: 16px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latestblogcard p{
        font-size: 13px;
    color: gray;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;  
}
.blogcardheading h5{
        font-size: 22px;
    font-family: 'Dm-Medium';
}
.blogsdetailwrapper ul{
        display: flex;
    justify-content: center;
    align-items: center;
}
.blogwrapper .readmore{
color: #000;	
}
.buttonnav{
	align-items: center;
}
.otptimingwrap{
display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.otptimingwrap p{
	    margin-bottom: 0px;	
	font-size: 13px;
}
.otptimingwrap button{
background: #0080002b;
    border: green;
    color: green;
    border-radius: 9px;
    padding: 2px 10px;
    font-size: 13px;
}

.producttable{
			    font-size: 13px;
		}
		.producttable thead tr th{
			    background: #57825f42;
    font-weight: unset;
    font-size: 15px;
    font-family: 'Dm-Medium';	
		}
			.producttable thead tr th:nth-child(3){
				    width: 300px;
			}
.producttable thead tr th:nth-child(4), .producttable tbody tr td:nth-child(4){
				    text-align: center;
			}
		.producttable tbody tr td, .producttable thead tr th{
			vertical-align : middle;
		} 
		.producttable tbody tr td p{
			    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    margin-bottom: 0rem;
		}
		.bloglenderimg{
		      min-width: 70px;
    max-width: 70px;
    height: 40px;
    object-fit: contain;
		}
		.blogloanapplybtn{
			transition: 0.5s;
		}
		.blogloanapplybtn:hover{
			transition: 0.5s;
			text-decoration: underline;
		}
.documentrequiredlist h3{
	    font-size: 22px;
}
.documentrequiredlist ol li p{
	    font-size: 14px;
    margin-bottom: 8px;
}
.blogloanapplybtn{
    padding: 6px 15px;
    margin-bottom: 3px;
    display: inline-block;
    text-align: center;
}