html {
    scroll-behavior: smooth;
  }
  body {font-family: "M PLUS Rounded 1c", sans-serif; font-family: "Roboto", sans-serif; line-height: 1.7; color: #868686; font-weight: 300; font-size: 1.1rem; overflow-x: hidden; position: relative; margin: 0; padding: 0;}
  a:hover {text-decoration: none;}
  @media (min-width: 1200px) {
    .container {max-width: 1600px;}
    .contactFooterCon .container, .aboutUs .container, .weOffer .container, .ourValues .container, .latestUpdates .container, .contactFooterCon .container {max-width: 1400px;}
  }
  
  .action-btn {font-size: 14px; font-weight: 500; text-transform: uppercase; position: relative; padding: 10px 40px 10px 20px; border: 2px #000B50 solid; border-radius: 10px; box-shadow: 5px 5px 0px -1px #51DAB3; cursor: pointer;}
  .primary-btn {background: #000B50; color: #fff;}
  .primary-btn:hover {color: #FFF;}
  .primary-btn::after {content: ''; position: absolute; top: 14px; right: 10px; background: url(../images/arrow-right-white.png) no-repeat; background-size: auto; width: 13px; height: 12px; }
  .secondary-btn {background: #EDFFFA; color: #000B50;}
  .secondary-btn:hover {color: #000B50;}
  .secondary-btn::after {content: ''; position: absolute; top: 14px; right: 10px; background: url(../images/action-btn-arrow.png) no-repeat; background-size: auto; width: 13px; height: 12px; }
  
  .prevbtn {background: #000B50; color: #fff; padding: 10px 20px 10px 40px;}
  .prevbtn:hover {color: #FFF;}
  .prevbtn::after {content: ''; position: absolute; top: 14px; left: 10px; background: url(../images/arrow-right-white.png) no-repeat; background-size: auto; width: 13px; height: 12px; transform: rotate(-120deg);}
  
  header {width: 100%; padding: 20px; position: fixed; top: 0; background: #EDFFFA; z-index: 2; box-shadow: 0px 0px 10px 0px #ccc;}
  header.sticky {position: fixed; top: 0; background: #EDFFFA; box-shadow: 0px 0px 5px 0px #ccc;}
  
  .topHeader {display: flex; align-items: center; column-gap: 20px;}
  .topBtn {display: flex; column-gap: 20px;}
  
  /* Desktop Navigation */
  .main-nav, .main-nav * { margin: 0px 0px; padding: 0; list-style: none;}
  .main-nav>ul>li { position: relative; white-space: nowrap; float: left;}
  .main-nav a { display: block; position: relative; color: #000000; padding: 20px 25px; transition: 0.3s; font-size: 18px; font-weight: 500;}
  .main-nav a:hover, .main-nav .active>a, .main-nav li:hover>a {color: #000000; text-decoration: none;}
  .sticky .main-nav a {color: #000000;}
  .sticky .main-nav a:hover, .sticky .main-nav .active>a, .sticky .main-nav li:hover>a {color: #000000;}
  .main-nav .drop-down ul {display: block; position: absolute; left: 0; top: calc(100% + 10px); z-index: 99; opacity: 0; visibility: hidden; padding: 0px 0; background: #fff; box-shadow: 0px 15px 30px rgba(127, 137, 161, 0.25); transition: ease all 0.3s;}
  .main-nav .drop-down:hover>ul {opacity: 1; top: 48px; visibility: visible;}
  .main-nav .drop-down li {min-width: 180px; position: relative;}
  .main-nav .drop-down ul a {padding: 10px 20px; font-size: 13px; color: #333; border-bottom: 1px #eee solid;}
  .main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active>a, .main-nav .drop-down ul li:hover>a {color: #FFF; background: #e63312;}
  .main-nav .drop-down>a:after {content: "\f107"; font-family: FontAwesome; padding-left: 5px;}
  .main-nav .drop-down .drop-down ul {top: 0; left: calc(100% - 30px);}
  .main-nav .drop-down .drop-down:hover>ul {opacity: 1; top: 0; left: 100%;}
  .main-nav .drop-down .drop-down>a {padding-right: 35px;}
  .main-nav .drop-down .drop-down>a:after {content: "\f105"; position: absolute; right: 15px;}
  /* Mobile Navigation */
  .mobile-nav {position: fixed; top: 0; bottom: 0; z-index: 9999; overflow-y: auto; left: -260px; width: 260px; padding-top: 18px; background: rgba(81, 218, 179, 1); transition: 0.4s;}
  .mobile-nav * {margin: 0; padding: 0; list-style: none;}
  .mobile-nav a {display: block; position: relative; color: #fff; font-weight: 400; padding: 10px 20px; font-weight: 400;}
  .mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {color: #FFF; text-decoration: none;}
  .mobile-nav .drop-down>a:after {content: "\f078"; font-family: FontAwesome; padding-left: 10px; position: absolute; right: 15px;}
  .mobile-nav .active.drop-down>a:after {content: "\f077";}
  .mobile-nav .drop-down>a {padding-right: 35px;}
  .mobile-nav .drop-down ul {display: none; overflow: hidden;}
  .mobile-nav .drop-down li {padding-left: 20px;}
  .mobile-nav-toggle {position: fixed; right: 15px; top: 100px; z-index: 110011; border: 0; background: none; font-size: 24px; transition: all 0.4s; outline: none !important; line-height: 1; cursor: pointer; text-align: right;}
  .mobile-nav-toggle i {margin: 20px 10px 0 0; color: #FFF;}
  .mobile-nav-overly {width: 100%; height: 100%; z-index: 9997; top: 0; left: 0; position: fixed; background: rgba(19, 39, 57, 0.8); overflow: hidden; display: none;}
  .mobile-nav-active {overflow: hidden;}
  .mobile-nav-active .mobile-nav {left: 0;}
  .mobile-nav-active .mobile-nav-toggle i {color: #fff;}
  .humburger {background: url('../images/humburger-close.png') no-repeat; background-size: cover; width: 24px; height: 23px; display: block;}
  .humburgerOpen {background: url('../images/humburger-menu.png') no-repeat; background-size: cover; width: 34px; height: 21px; display: block;}
  
  
  
  .banner {background: #EDF6DF; position: relative; min-height: 100vh; display: flex; align-items: center;}
  .banner::before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../images/bannerImg.png) no-repeat; background-size: cover;}
  .banner .container {position: relative; z-index: 1;}
  .bannerText {width: 100%; max-width: 600px;}
  .banner h1 {font-family: "M PLUS Rounded 1c", sans-serif; font-size: 52px; font-weight: 600; color: #000B50; text-shadow: 3px 0px 0px #27BD65}
  .banner h1 span {background: #51dab3; color: #FFF; padding: 0px 10px; border-radius: 5px; text-shadow: 3px 0px 0px #27BD65;}
  .banner p {font-weight: 400; font-size: 22px; color: #2f2f2f;}
  
  .section-title {font-family: "M PLUS Rounded 1c", sans-serif; font-size: 52px; font-weight: 600; color: #000B50; line-height: 75px; text-shadow: 3px 0px 0px #27BD65}
  
  .aboutUs, .weOffer, .ourValues {padding: 50px 0px;}
  .aboutImg {text-align: center;}
  .aboutyears {background: #FFF; position: absolute; bottom: 20px; width: 180px; height: 180px; right: 120px; display: flex; justify-content: center; align-items: center; flex-direction: column; border-radius: 100%;}
  .aboutyears span:nth-of-type(1) {font-family: "M PLUS Rounded 1c", sans-serif; font-size: 52px; font-weight: 600; color: #000B50; text-shadow: 3px 0px 0px #27BD65; margin: 0; z-index: 1; line-height: 50px;}
  .aboutyears span:nth-of-type(2) {font-size: 14px; font-weight: 500; color: #111; margin: 0; z-index: 1;}
  
  
  .aboutImg {position: relative;}
  
  .aboutyears:before {animation: animName 4s linear infinite; background:url('../images/about-years.png') no-repeat; background-size: cover; margin:0px; position: absolute; top: -10px; left: -6px; content: ''; width: 200px; height: 200px; border-radius: 100%;}
  
  @keyframes animName {
   0%{
      transform: rotate(0deg);
     }
  100%{
      transform: rotate(360deg);
     }
  }
  .aboutusImageBox {position: relative; border-radius: 100%; overflow: hidden;}
  .aboutImg img {width: 100%; position: relative;}
  .aboutusImageBox:before {animation: animName 4s linear infinite; background:url('../images/aboutimg-border.png') no-repeat; background-size: cover; margin:20px; position: absolute; top: -20px; left: -20px; content: ''; width: 100%; height: 100%; border-radius: 100%;}
  
  .aboutusleaf img {width: 100%; max-width: 300px;}
  .aboutUs span {font-size: 22px; font-weight: 500; line-height: 34px; color: #000000; margin-bottom: 10px; display: block;}
  .aboutUs p {    font-size: 22px;
      font-weight: 400;
      line-height: 36px;
      color: #606060;
      margin-top: 25px;}
  
  .weOffer {background: #EDFFFA;}
  .weOffer p {font-size: 16px; font-weight: 400; color: #111;}
  .offerBoxCon {display: flex; flex-wrap: wrap; column-gap: 20px;}
  .offerBox {width: 48%; background: #FFF; position: relative; text-align: center; padding: 10px; overflow: hidden; margin-bottom: 20px; box-shadow: 0px 0px 5px 1px #eee;}
  .offerBox::before {content: '';position: absolute; top: -140px; left: 50%; width: 330px; height: 240px; background: #51DAB3; border-radius: 80%; margin-left: -165px;}
  .offerBox span {background: #FFF; border-radius: 50px; position: relative; z-index: 1; width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; margin: 0px auto; margin-top: 40px;}
  .offerBox span, .offerBox h3, .offerBox p {position: relative; z-index: 1;}
  .offerBox h3 {font-size: 25px; font-weight: 500; color: #111; margin-top: 20px;}
  .offerBox p {font-size:16px; font-weight: 400; color: #606060;}
  .offerBox:hover {box-shadow: 0px 0px 10px 0px #ccc;}
  
  .valueBox {display: flex; column-gap: 20px; margin-top: 20px;}
  .valueBox h4 {font-size: 25px; font-weight: 500; color: #000; margin-bottom: 5px;}
  .valueBox p {font-size: 16px; font-weight: 400; color: #606060;}
  
  .shadow-effect {background: #fff; padding: 20px; border-radius: 4px; text-align: center;}
  #customers-testimonials .shadow-effect p {font-family: inherit; font-size: 17px; line-height: 1.5; margin: 0 0 17px 0; font-weight: 300;}
  .testimonial-name {margin: 0 auto 0; width: auto; padding: 2px 15px; text-align: center;}
  .testimonial-name span:nth-of-type(1) {font-size: 14px; font-weight: 500; color:#51DAB3; line-height: 14px; display: block;}
  .testimonial-name span:nth-of-type(2) {font-size: 12px; font-weight: 400; color:#5A5A5A; line-height: 12px;}
  #customers-testimonials .item {text-align: center; padding: 10px; margin: 0px auto; margin-bottom:80px; opacity: .2; -webkit-transform: scale3d(0.8, 0.8, 1); transform: scale3d(0.8, 0.8, 1); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  #customers-testimonials .owl-item.active.center .item {opacity: 1; -webkit-transform: scale3d(1.0, 1.0, 1);transform: scale3d(1.0, 1.0, 1);}
  .owl-carousel .owl-item img {transform-style: preserve-3d; max-width: 90px; margin: 0 auto 17px;}
  .owl-nav {position: absolute; top: 30%; width: 100%; display: flex; justify-content: space-between; transform: translateY(-50%);}
  .owl-nav .owl-prev, .owl-nav .owl-next { pointer-events: auto; cursor: pointer; position: absolute; background: transparent !important;}
  .owl-nav .owl-prev {left: 25%;}
  .owl-nav .owl-next {right: 25%; transform: rotate(180deg);}
  .owl-nav .owl-prev img, .owl-nav .owl-next img {width: 50px; height: auto;}
  
  .latestupdateBox {font-size: 12px; font-weight: 500; color: #51DAB3; margin: 50px 0px 50px 0px;}
  .latestupdateBox p {font-size: 24px; font-weight: 500; color: #111; margin-bottom: 10px;}
  .latestupdateBox a {font-size: 14px; font-weight: 500; color: #000;}
  
  .contactFooter {background: #51DAB3; padding: 30px; border-radius: 50px; margin: 30px 0px;}
  .contactFooter p {font-family: "M PLUS Rounded 1c", sans-serif; font-size: 36px; font-weight: 600; color: #000B50; line-height: 46px; text-shadow: 1px 0px 0px #FFF;}
  .contactFooter-Call {display: flex; align-items: center; justify-content: center; column-gap: 20px; font-size: 36px; font-weight: 600; color: #000B50; border-left: 1px #fff solid;}
  
  .formBox .alert-danger {font-size: 14px; font-weight: 400;}
  
  footer {background: #000B50; padding: 80px 0px 30px 0px;}
  footer .footer-logo {width: 200px;}
  footer p {font-size: 106%; font-weight: 400; color: #FFF; margin: 20px 0px 0px 0px;}
  footer p span {font-size: 45px; font-weight: 500; line-height: 45px;}
  footer .footer-box h4 { font-size: 18px; font-weight: 500; color: #51DAB3;}
  footer .footer-box ul {margin:0px; padding:0px;}
  footer .footer-box li {list-style-type: none;}
  footer .footer-box li a {font-size: 16px; font-weight: 400; color: #FFF; padding: 5px 0px; display: block;}
  footer .footer-box li a:hover {color: #51DAB3;}
  .contact-informationbox {display:flex; column-gap: 10px; margin: 10px 0px;}
  .contact-informationbox span {font-size:18px; font-weight: 400; color: #FFF; margin: 3px;}
  footer .footer-bottom {width:100%; display: block; margin-top: 20px; padding-top: 20px; border-top: 1px rgba(255, 255, 255, 0.80) solid;}
  footer .footer-bottom p {font-size: 14px; font-weight: 400;}
  
  .appyHeading .section-title {
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 34px;
      font-weight: 600;
      color: #000B50;
      text-shadow: 2px 0px 0px #27BD65;
      line-height: 30px;
      margin: 40px 0px;
  }
  
  .appyHeading .section-title span { color: #27BD65;}
  
  /* About Us */
  
  .innerbanner {background: #EDFFFA; position: relative; min-height: 450px; display: flex; align-items: center;}
  .innerbanner::before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../images/inner-banner.png) no-repeat; background-size: 82%; background-position: center bottom;}
  .innerbanner .row {margin-top: 0px;} 
  
  .inneraboutUs {padding: 50px 0px;}
  .inneraboutUs p {font-size: 18px; color: #000; text-align: left; font-weight: 400;}
  .aboutUsmiddle {position: relative; margin: 20px 0px 100px 0px;}
  .aboutUsmiddle::before {content: ''; position: absolute; top: -50px; right: 0; width: 80%; height: 124%; box-shadow: 0px 0px 5px #CCC;}
  .aboutUsmiddle img {width: 80%;}
  .aboutmiddle .greenBox {position: absolute; right: 35px; bottom: 35px; width: 240px; height: 240px; background: #51DAB3; color: #fff; font-size: 36px; font-weight: 500; line-height: 42px; padding: 80px 25px 25px 25px;}
  .aboutmiddle .greenBox::before {content: ''; position: absolute; top: 25%; left: 25px; width: 70px; height: 2px; background: #FFF;}
  .aboutUsmiddle span {font-size: 18px; font-weight: 300;}
  .aboutUsmiddle p {font-size: 20px; font-weight: 400;}
  .aboutBottom {display: flex; justify-content: space-between;}
  .aboutBottom img {width: 50px;}
  .aboutBottom h2 {font-size:38px; font-weight: 500; color: #51DAB3; margin: 15px 0px 10px 0px;}
  .aboutBottom p {font-size: 21px; font-weight: 500;}
  
  .missionvission {margin: 100px 0px;}
  .missionvission p {font-size: 18px; font-weight: 400; color: #606060;}
  .ourVision {border:5px #51DAB3 dashed; padding: 20px; border-radius: 20px;}
  .ourMission {border:5px #1d2449 dashed; padding: 20px; border-radius: 20px;}
  
  .whoweare p {font-weight: 400; color: #000; margin-top: 20px;}
  .whoweare span {font-size: 36px; font-weight: 400; color: #51DAB3;}
  .whoweareimage {width: 100%; text-align: center;}
  
  /* About Us */
  
  /* Privacy policy */
  
  .privacy-policy {margin: 20px 0px; padding: 0px 0px;}
  .privacy-policy h2 {font-size: 16px; font-weight: 600; color: #000;}
  .privacy-policy p {font-size: 14px; font-weight: 400; color: #555454; text-align: left;}
  .privacy-policy ul {}
  .privacy-policy ul li {list-style-type: disc;font-size: 14px; font-weight: 400; color: #555454;}
  .privacy-policy strong {font-weight: 500; color: #000;}
  /* Privacy policy */
  
  /* Login Page */
  
  .loginPage {background: #FFF; min-height: 95vh;}
  .loginPage:before {content: ''; width: 100%; height: 75%; position: absolute; top: 0; left: 0; background: url(../images/login-bg.png) no-repeat; background-size: cover; background-position: 30% 100%;}
  .loginBox {width: 100%; max-width: 620px; margin: 0px auto; padding: 40px; border: 1px #F1F2F7 solid; position: relative; background: rgba(255,255,255, 0.5); box-shadow: 0px 0px 1px 0px #aaa; border-radius: 3px;}
  /* .loginBox::before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0;opacity: .5; filter: blur(10px);} */
  .loginBox p {font-size: 16px; font-weight: 400; color: #606060;}
  .loginBox form {margin: 20px 0px;}
  label {font-size: 14px; font-weight: 500; color: #000B50; text-align: left; display: block; margin-bottom: 5px;}
  .form-group {margin: 10px;}
  .form-control {height:auto; padding: 20px; border:1px #CFCFCF solid;}
  textarea.form-control {min-height:120px; padding: 20px; border:1px #CFCFCF solid;}
  .checkbox label {display: flex; flex-direction: row; align-items: center;}
  .checkbox input { position: relative !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; margin-right: 8px; box-sizing: content-box;}
  .checkbox input:before {content: ''; display: block; box-sizing: content-box; width: 16px; height: 16px; border: 2px solid #ccc; transition: 0.2s border-color ease;}
  .checkbox input:checked:before {border-color: #FFF; background: #12CBC4; transition: 0.5s border-color ease;}
  .checkbox input:after {content: ''; display: block; position: absolute; box-sizing: content-box; top: 50%; left: 50%; transform-origin: 50% 50%; background-color: #FFF; width: 16px; height: 16px; border-radius: 100vh; transform: translate(-50%, -50%) scale(0);}
  input[type="checkbox"]:before {border-radius: 4px;}
  input[type="checkbox"]:after {width: 9.6px; height: 16px; border-radius: 0; transform: translate(-50%, -85%) scale(0) rotate(45deg); background-color: transparent; box-shadow: 2px 2px 0px 0px #FFF;}
  input[type="checkbox"]:checked:after { -webkit-animation: toggleOnCheckbox 0.2s ease forwards; animation: toggleOnCheckbox 0.2s ease forwards;}
  @-webkit-keyframes toggleOnCheckbox {
    0% {
      opacity: 0;
      transform: translate(-50%, -85%) scale(0) rotate(45deg);
    }
    70% {
      opacity: 1;
      transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    }
    100% {
      transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    }
  }
  
  /* Login Page */
  
  /* Contact Us */
  
  .contactBottom {margin-bottom: 50px;}
  .contactAddress {min-height: 215px; background: #000b50; border:0px #51DAB3 dashed; border-radius: 20px; margin-bottom: 20px;}
  .contactEmail {min-height: 215px; background: #000b50;border:0px #1d2449 dashed; border-radius: 20px; margin-bottom: 20px;}
  .contactPhone {min-height: 215px; background: #000b50;border:0px #51DAB3 dashed; border-radius: 20px; margin-bottom: 20px;}
  .contactSubbox {display: flex; align-items: flex-start; padding: 30px; column-gap: 20px;}
  .contactSubbox h3 {font-size: 20px; text-transform: uppercase; font-weight: 400; color: #FFF; margin-bottom: 15px;}
  .contactSubbox p {font-size: 20px; font-weight: 400; color: #FFF; line-height: 28px; margin: 0;}
  .contactSubbox span {font-size: 48px; line-height: 40px; color: #FFF;}
  
  /* Contact Us */
  
  /* Repay Loan */
  
  .repay-Loan {background: url('../images/repay-loan.png') no-repeat; background-size: cover; text-align: center; padding: 93px 180px 94px 180px;}
  .repay-Loan .section-title {line-height: 60px; margin-bottom: 30px;}
  .repay-Loan span {font-size:16px; font-weight: 400;}
  .repay-Loan form {width: 100%; max-width: 600px; margin: 0px auto;}
  
  .repayBankDetailBox {background: #EDFFFA; position: relative; padding: 40px 40px 40px 40px;}
  .repayBankDetailBox .heading {background: #51DAB3; color: #FFF; font-weight: 400; padding: 5px 30px; border-radius: 30px; position: absolute; top: -20px; left: 40px;}
  .repayBankDetailBox.blue .heading {background: #000B50;}
  .repayBankDetailBox > div {display: flex; align-items: center; column-gap: 20px; margin-bottom: 20px;}
  .repayBankDetailBox > div span {font-size: 18px; font-weight: 400; color: #000;}
  .repayBankDetailBox > div span:nth-of-type(1) {font-weight: 500; color: #000; width: 200px;}
  .repayBankDetailBox > div span:nth-of-type(2) {background: #51DAB3; width: 10px; height: 7px; border-radius: 50%;}
  .repayBankDetailBox.blue > div span:nth-of-type(2) {background: #000B50; width: 10px; height: 7px; border-radius: 50%;}
  .repayBankDetailBox > div span:nth-of-type(3) {width: 100%;}
  
  .repaymentworks {margin: 50px 0px 50px 0px; border: 1px #51DAB3 solid; border-radius: 30px;}
  .repaymentworks h3 {background: #51DAB3; padding: 20px; font-size: 20px; color: #FFF; margin-bottom: 20px; border-radius: 29px 29px 0px 0px;}
  .repaymentworks h4 {font-size: 18px; font-weight: 600; color: #000; padding: 0px 20px 0px 20px; margin-bottom: 0px;}
  .repaymentworks strong {font-weight: 600;}
  .repaymentworks p {font-size: 18px; font-weight: 400; color: #000; padding: 0px 20px 0px 20px; margin-bottom: 20px;}
  
  /* Repay Loan */
  
  
  /* Apply Now */
  
  .apply-now {background: url('../images/apply-now-bg.png') no-repeat; background-size: 90%; background-position: center; padding-top: 100px; margin-bottom: 50px;}
  .apply-now::before {content: ''; width: 10px; height: 10px; background: #51DAB3; position: absolute; top: 50%; left: 0; box-shadow: 0px 0px 90px 100px #51DAB3; border-radius: 100%;}
  .apply-now::after {content: ''; width: 10px; height: 10px; background: #51DAB3; position: absolute; bottom: 20%; right: 0; box-shadow: 0px 0px 90px 100px #51DAB3; border-radius: 100%;}
  .stepNo {background: #51DAB3; color: #FFF; font-size: 14px; font-weight: 400; display: inline-block; padding: 5px 20px; border-radius: 20px; margin-bottom: 25px;}
  .formBox {width: 100%; max-width: 1200px; background: #FFF; margin: 0px auto; padding: 30px 60px; border: 1px #ccc solid; border-radius: 30px; box-shadow: 10px 10px 0px -1px #51DAB3; position: relative;}
  .formBox::before {content: ''; position: absolute; top: -75px; left: 50px; width: 140px; height: 130px; background: url('../images/applynow-icon1.png') no-repeat; background-size: auto;}
  .formBox::after {content: ''; position: absolute; top: -35px; right: -80px; width: 140px; height: 140px; background: url('../images/applynow-icon2.png') no-repeat; background-size: auto;}
  .formsubBox::before {content: ''; position: absolute; bottom: -80px; left: 280px; width: 140px; height: 140px; background: url('../images/applynow-icon4.png') no-repeat; background-size: auto; z-index: 1;}
  .formsubBox::after {content: ''; position: absolute; bottom: 40px; right: -70px; width: 140px; height: 140px; background: url('../images/applynow-icon3.png') no-repeat; background-size: auto;}
  
  #dataformotp, #dataformemploymenttype, #dataformfullname, #dataformemailid, #dataformaadhaarcard, #dataformaadhaarotp, #dataformbankaccount, #dataformdocument, #dataformdisclaimer {display: none;}
  .formBox form .form-box {text-align: left;}
  .formBox form .form-box .formcontent-box {width: 100%; margin: 10px 0px;}
  .form-heading1 {font-size: 18px; font-weight: 500; color: #000; text-align: left; width: 100%;}
  .form-heading1 span {font-size: 14px; font-weight: 500; color: #333; text-align: left; display: block;}
  #otp_counter {font-size: 14px; color: #000; font-weight: 500; text-align: center; width: 100%; display: block;}
  .form-box .form-control {width:100%; height: auto; padding: 15px;}
  .form-box .aadharotp {display: flex; flex-direction: column; column-gap: 20px; text-align: center;}
  .formBox .form-control.otp {width: 60px; height: 60px; font-size: 20px; font-weight: 500; text-align: center; margin-right: 5px;}
  .form-box .btn-container {width: 100%; max-width: 400px; text-align: left; display: flex; justify-content: flex-start; column-gap: 20px; margin: 0px;}
  .parsley-errors-list {margin: 0; padding: 0;}
  .parsley-errors-list {
      margin: 5px 0px 0px 0px;
      padding: 0;
      display: block;
      width: 100%;
      text-align: left;
  }
  .parsley-errors-list li, #aadhar_msg_opt, #msg1, #msg2, #msg3, #msg4, #msg5, #msg6, #msg7, #msg8, #msg9, #msg10, #msg11, #msg12, #msg13, #msg14, #msg15, #msg16, #msg17, #msg18, #msg_opt {list-style-type: none; font-size: 12px; font-weight: 500; color: #ff0000; display: block;}
  #error {font-size: 12px; text-align: left; color: #f00; font-weight: 500; margin: 10px 0px 0px 0px;}
  .show_processing {font-size: 14px; font-weight: 500; color: #000;}  
  label.newradiobox {}
  label.newradiobox input[type="radio"] {position: relative; left: auto; border: 2px transparent solid; appearance: none; -webkit-appearance: none; -moz-appearance: none; display: none;}
  label.newradiobox img {width: 50px; height: 50px; object-fit: contain;}
  label.newradiobox .customradiobox {display:flex; flex-direction: column; justify-content: center; align-items: center; border: 1px #ccc solid; border-radius: 5px; margin: 5px; cursor: pointer; width: 120px; height: 120px; text-align: center;}
  label.newradiobox input[type="radio"]:checked + .customradiobox {border: 2px #EF7640 solid;}
  label.newradiobox input[type="radio"]:checked + .customradiobox span {background: transparent; color: #000;}
  label.newradiobox input[type="radio"]:checked + .customradiobox img {/*filter: invert(1);*/}
  label.newradiobox .customradiobox .labelimage { width: 75px; height: 75px; border: 0px #CCC solid; display: flex; justify-content: center; align-items: center; margin-bottom: 0; border-radius: 50%; margin-top: 15px;}
  label.newradiobox .customradiobox .labelimage + span {line-height: 18px; min-height: 40px;}
  .lastStep {}
  .lastStep p {font-size: 16px; font-weight: 400; color: #000; text-align: left;} 
  .lastStep .strong {font-weight: 500; color: #000;}
  .lastStep ul {margin: 0; padding: 0; position: relative;}
  .lastStep ul::before {content: ''; position: absolute; top: 5px; left: 10px; width: 10px; height: 210px; background: #4caf50; border-radius: 3px;}
  .lastStep li {list-style-type: none; font-size: 14px; font-weight: 500; color: #000; text-align: left; position: relative; margin: 40px 0px; padding-left: 40px;}
  .lastStep li::before {content: '\f00c'; position: absolute; top: -5px; left: 0; width: 30px; height: 30px; font-family: 'fontAwesome'; font-size: 16px; color: #FFF; background: #4caf50; border-radius: 50%; display: flex; justify-content: center; align-items: center;}
  
  
  .radioBox {display: flex; column-gap: 20px;}
  .radioSub {}
  .radioSub [type="radio"] + label {background: #FFF; color: #000; padding: 10px 20px; border: 2px #aaa solid; border-radius: 30px;}
  .radioSub [type="radio"]:checked, .radioSub [type="radio"]:not(:checked) {position: absolute; left: -9999px;}
  .radioSub [type="radio"]:checked + label {position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #51DAB3; border: 2px #51DAB3 solid;}
  .radioSub [type="radio"]:checked + label, .radioSub [type="radio"]:not(:checked) + label {font-size: 16px; font-weight: 500; position: relative; padding-left: 45px; cursor: pointer; line-height: 20px; display: inline-block; width: 100%;}
  .radioSub [type="radio"]:checked + label:before, .radioSub [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 7px; top: 7px; width: 25px; height: 25px; border: 1px solid #d2d2d2; border-radius: 100%;  background: #fff;}
  .radioSub [type="radio"]:checked + label:after, .radioSub [type="radio"]:not(:checked) + label:after {content: ''; width: 15px; height: 15px; background: #51DAB3; position: absolute; top: 12px; left: 12px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
  .radioSub [type="radio"]:not(:checked) + label:after {opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
  .radioSub [type="radio"]:checked + label:after {opacity: 1; -webkit-transform: scale(1);transform: scale(1);}
  
  
  .progress {position: relative; overflow: visible; margin: 70px 0px 40px 0px; border-radius: 10px;} 
  #progressbar {width: 100%; height: 100%; background-color: #EEE; transition: width 0.3s ease;}
  #progressbar.active {width:5%; background: #51DAB3; border-radius: 10px;}
  #progress-text {position: absolute; bottom: 0%; transform: translateY(-50%); white-space: nowrap; font-size: 14px; background: #000080; width: 50px; height: 50px; font-size: 16px; color: #FFF; font-weight: 500; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
  #progress-text:after {content: ''; position: absolute; bottom: -7px; left: 14px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 12px solid #000080;}
  .appyHeading {width: 100%; max-width: 1200px; text-align: center; margin: 0px auto;}
  .appyHeading p {font-size: 18px; font-weight: 400; color:#606060;}
  
  .marg-otp {margin-top: 10px; margin-bottom: 0px; border-bottom: solid 0px #ddd;}
  .marg-otp .form-check-input {position: absolute; margin-left: 0; left: 0;}
  /*input[type="checkbox" i]:disabled {background: #000080 !important;}*/
  
  .appyHeading h2 {font-size: 18px; font-weight: 500; margin-top: 35px;}
  
  /* Apply Now */
  
  #error {font-size: 12px; text-align: left; color: #f00; font-weight: 500; margin: 10px 0px 0px 0px;}
  
  .eligiblityFailed-con {margin:160px 0px 50px 0px;}
  .eligiblityFailed {width: 100%; max-width: 700px; text-align: center; margin: 0px auto; padding: 20px; border: 1px #ccc solid; border-radius: 20px; box-shadow: 10px 10px 0px -1px #51DAB3;}
  .eligiblityFailed img {width: auto; max-width: 300px; margin-bottom: 30px}
  .eligiblityFailed h2 {font-family: "M PLUS Rounded 1c", sans-serif;  font-size: 52px; font-weight: 600; color: #1D2449; text-shadow: 3px 0px 0px #51DAB3;}
  .eligiblityFailed p {color: #606060; text-align: center;}
  
  .desktopbtn {display: none !important;}
  .innerbanner {background: #51dab3; min-height: auto; margin-top: 110px; padding: 20px 0px;}
  .innerbanner h1 {font-family: "Zilla Slab", serif; color: #FFF;}
  .innerbanner .row .col-md-6:nth-of-type(1) {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .innerbanner .row .col-md-6:nth-of-type(1) .bannerText {max-width:100%; text-align: center;}
  .innerbanner .row .col-md-6:nth-of-type(2) {display: none;}
  
  .otp + .parsley-errors-list {position: absolute; bottom: -22px;}
  
  #email::-webkit-input-placeholder { text-transform:capitalize;}
  #email::-moz-placeholder { text-transform:capitalize; }
  #email:-ms-input-placeholder { text-transform:capitalize; }
  
  .congratulationstext {font-size: 34px !important; color: #51DAB3 !important;}
  
  
  .ui-datepicker table {font-size: 12px;}
  .ui-datepicker .ui-datepicker-title select {font-size: 12px !important; margin: 1px 3px !important; font-weight: 500; padding: 4px; border-radius: 5px;}
  .ui-datepicker th {padding: .2em .3em; text-align: center; border: 0; font-size: 12px !important; font-weight: 600 !important;}
  .ui-datepicker td span, .ui-datepicker td a {text-align: center !important;}
  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #51DAB3 !important; background: #51DAB3 !important; color: #FFF !important;}
  .ui-datepicker td span, .ui-datepicker td a {display: block; padding: 0.3em 0em;}
  .ui-widget-header {border: 1px solid #d6aa6b !important; background: #51DAB3 !important; color: #FFF !important; font-weight: 600 !important;}
  
  input[type="text"][name="inputOtp1"] + .parsley-errors-list, 
  input[type="text"][name="inputOtp2"] + .parsley-errors-list, 
  input[type="text"][name="inputOtp3"] + .parsley-errors-list {visibility: hidden;}
  
  .aadharotp-ver input[type="text"][name="inputOtp1"] + .parsley-errors-list, 
  .aadharotp-ver input[type="text"][name="inputOtp2"] + .parsley-errors-list, 
  .aadharotp-ver input[type="text"][name="inputOtp3"] + .parsley-errors-list, 
  .aadharotp-ver input[type="text"][name="inputOtp4"] + .parsley-errors-list, 
  .aadharotp-ver input[type="text"][name="inputOtp5"] + .parsley-errors-list   {visibility: hidden;}

  .termscheckbox {padding-left: 0;}
  .termscheckbox input {padding: 0; height: initial;width: initial; margin-bottom: 0; display: none; cursor: pointer;}
  .termscheckbox label {position: relative; cursor: pointer;}
  .termscheckbox label:before {content:''; -webkit-appearance: none; background-color: transparent;border: 2px solid #000B50; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 5px; border-radius: 3px;}
  .termscheckbox input:checked + label:after {content: ''; display: block; position: absolute; top: 5px; left: 6px; width: 6px; height: 10px; border: solid #000B50; border-width: 0 2px 2px 0; transform: rotate(45deg);
  }
  @media (min-width: 320px) and (max-width: 767px) {
      .termscheckbox label:before {padding: 6px;}
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .desktopbtn {display: block !important; margin: 0px 20px;}
    header {width:100%; position: fixed; z-index: 3; padding: 0; top: 0px; background: #EDFFFA;}
    .topHeader {display: flex; align-items: flex-start; column-gap: 20px; padding-top: 100px; padding-bottom: 20px;}
    .topBtn {display: flex; column-gap: 20px; position: absolute; width: 100%; justify-content: space-between; left: 0; top: 0; padding: 20px 20px; border-bottom: 1px #51DAB3 solid;}
    .logo {width: 200px;}
    .innerbanner .row .col-md-6:nth-of-type(2) {display: none;}
    .mobile-nav-active .mobile-nav-toggle {top: 15px; right: 15px;}
    .topHeader .action-btn {width:100%; padding: 5px 30px 5px 5px; border-radius: 5px;}
    .banner {min-height:auto; margin-top: 70px; padding: 20px 0px 35px 0px;}
    .banner.innerbanner {padding: 20px 0px 20px 0px;}
    .valueImg img, .offerImg img, .latestupdateBox img {width: 100%;}
    .banner h1 {font-size: 26px; margin: 0; text-shadow: 2px 0px 0px #27BD65;}
    .aboutusleaf img {width: 50%;}
    .section-title {font-size: 20px; text-shadow: 1px 0px 0px #27BD65; line-height: 26px;}
    .aboutUs, .weOffer, .ourValues {padding: 20px 0px 0px 0px;}
    .aboutBottom > div {width:100%;}
    .offerBox {width: 100%;}
    .valueBox h4 {font-size: 18px;}
    #customers-testimonials .item {margin-bottom: 0;}
    #customers-testimonials .shadow-effect p {margin: 0;}
    .owl-nav {top: 25px;}
    .owl-nav .owl-prev {left: -18px;}
    .owl-nav .owl-next {right: -18px;}
    .apply-now {padding-top: 20px; margin-bottom: 10px;}
    .latestupdateBox {margin: 20px 0px 20px 0px;}
    .apply-now .row .col-md-6:nth-of-type(1) img {display: none;}
    .contactFooter p {font-size: 18px; line-height: 25px;}
    .contactFooter-Call {font-size: 18px; border-left: 0px #fff solid;}
    .contactFooter-Call img {width: 50px;}
    .latestupdateBox p {font-size: 18px;}
    .contactFooter {padding: 25px; margin: 0 0px 30px 0px; }
    .offerBox::before {width: 100%; margin-left: -50%;}
    .testimonials {padding: 15px;}
    .inneraboutUs {padding: 15px 0px;}
    .footer-box {margin-bottom: 20px;}
    .aboutUsmiddle {margin: 20px 0px 20px 0px;}
    .aboutUsmiddle::before {display: none;}
    .aboutUsmiddle img {width: 100%;}
    .aboutmiddle .greenBox {position: static; width: 100%; height: 100%; font-size: 22px; line-height: 25px; padding: 10px; display: block;}
    .aboutBottom img {width: 50px;}
    .missionvission {margin: 20px 0px;}
    .ourVision, .ourMission {padding: 20px; margin-bottom: 20px;}
    .repay-Loan {padding: 20px;}
    .repay-Loan .section-title {line-height: 18px; margin-bottom: 10px; font-size: 16px;}
    .repayBankDetail {margin: 20px 0px;}
    .repayBankDetailBox {padding: 20px; margin-bottom: 35px;}
    .repayBankDetailBox > div {display: block; margin-bottom: 10px;}
    .repayBankDetailBox > div span:nth-of-type(1) {display:block;}
    .repayBankDetailBox > div span:nth-of-type(2) {display: none;}
    .repaymentworks {margin: 20px 0px 20px 0px;}
    .repaymentworks h3 {padding: 14px; font-size: 18px;}
    footer {padding: 20px 0px 30px 0px;}
    .contact-us-image img {width: 100%;}
    .contactSubbox {display: block; margin-bottom: 20px;}
    .contactSubbox p {font-size: 16px; line-height: 22px;}
    .contactBottom {margin-bottom: 0px;}
    .form-control {padding: 10px;}
    textarea.form-control {min-height: 45px;}
    .primary-btn::after, .secondary-btn::after {top: 10px;}
    .loginPage {padding-top: 85px;}
    .loginBox {padding: 15px; margin-bottom: 20px;}
    .checkbox label {align-items: flex-start;}
    .apply-now img {width: 100%;}
    .formBox {padding: 10px 20px; margin-bottom: 20px;}
    .formBox::before, .formBox::after, .formsubBox::before, .formsubBox::after {display: none;}
    .formBox form .form-box .form-control.otp {width: 35px; padding: 5px;}
    .appyHeading p {font-size: 14px;}
    .aboutUs span {font-size: 18px; line-height: 28px; margin: 10px 0px;}
    .aboutUs p {}
    .offerBox h3 {font-size: 20px; margin-top: 10px;}
    .eligiblityFailed h2 {font-size: 28px; text-shadow: 2px 0px 0px #FE4340;}
    .aboutUsmiddle .row .col-md-6:nth-of-type(1) {margin-bottom: 10px;}
    footer .footer-box li a {padding: 0px 0px;}
    .contact-informationbox {margin: 0px 0px;}
    .contactSubbox h3 {margin-bottom: 5px; margin-top: 10px;}
    .owl-nav .owl-prev img, .owl-nav .owl-next img {width: 30px;}
  }
  
  @media (min-width: 320px) and (max-width: 767px) {
    .topBtn {display: none;}
    .topHeader {padding-top: 20px;}
    .mobile-nav-toggle {top: 020px;}
    .apply-now {margin-top: 75px;}
    .contactUs .section-title {margin-bottom: 10px !important;}
    .appyHeading .section-title {font-family: "M PLUS Rounded 1c", sans-serif; font-size: 34px; font-weight: 600; color: #000B50; text-shadow: 2px 0px 0px #27BD65; line-height: 37px; margin: 10px 0px 25px 0px;}
    .aboutBottom h2 {font-size: 22px;}
    .aboutBottom p {font-size: 15px; font-weight: 500; line-height: 20px;}
    .radioBox {display: flex; column-gap: 30px; flex-direction: column;}
    .radioSub [type="radio"]:checked + label, .radioSub [type="radio"]:not(:checked) + label {width: 80%;}
    .radioSub {text-align: left; margin-bottom: 15px;}
    .formBox .form-control.otp {width: 35px; height: 35px;}
    .congratulationstext {font-size: 34px !important; color: #51DAB3 !important;}
    .whoweare span {font-size: 20px;}
    .whoweareimage img {width: 100%;}
  }
      @media (min-width: 768px) and (max-width: 1023px) {
        .topHeader {width: 100%; justify-content: space-between;}
        .mobile-nav-toggle {top: 30px;}
        .topBtn {margin-right: 35px;}
        .innerbanner {background: #51dab3; min-height: auto; margin-top: 88px;}
        .contactBottom .row .col-md-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 50%; max-width: 50%;}
        footer .row .col-md-2 {-webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%;}
        footer .row .col-md-3 {-webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%;}
        footer .row .col-md-3:last-child {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
        .bannerText {width: 100%; max-width: 560px;}
        .aboutUs .row .col-md-6, .weOffer .row .col-md-6, .ourValues .row .col-md-6 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
        .owl-nav .owl-next {right: 15%;}
        .owl-nav .owl-prev {left: 25%;}
        .apply-now .row .col-md-6:nth-of-type(1) img {display: none;}
        .apply-now .row .col-md-6:nth-of-type(2) {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
        .whoweare span {font-size: 22px;}
        .aboutUsmiddle .section-title {font-size: 30px; line-height: 30px;}
        .aboutmiddle .greenBox {left: 15px; bottom: -45px;}
        .aboutBottom h2 {font-size: 25px;}
        .whoweareimage img {width: 100%;}
        .aboutUsmiddle {margin: 65px 0px 100px 0px;}
        .aboutmiddle img {width: 100%;}
        .aboutUsmiddle::before {height: 121%;}
        .contact-us-image img {width: 100%;}
        .contactUs .section-title {font-size: 32px;}
    }

     
    @media (min-width: 992px) and (max-width: 1023px) {
        .main-nav a {font-size: 15px;}
        .action-btn {font-size: 14px; padding: 6px 35px 6px 15px;}
        .primary-btn::after {top: 10px;}
    } 

    @media (min-width: 1024px) and (max-width: 1279px) {
        .bannerText {max-width: 545px;}
        .offerBox {width: 47%;}
        .valueImg img {width: 100%;}
        .owl-nav .owl-prev {left: 15%;}
        .owl-nav .owl-next {right: 15%;}
        .contactSubbox {flex-direction: column;}
        .contactSubbox img {margin-bottom: 10px; width: 60px;}
        .contactSubbox p {font-size: 16px; line-height: 24px;}
        .contactAddress, .contactEmail, .contactPhone {min-height: 240px;}
        .apply-now img {width: 100%;}
        .appyHeading .section-title {font-size: 25px;}
        .main-nav a {font-size: 15px;}
        .action-btn {font-size: 14px; padding: 6px 35px 6px 15px;}
        .primary-btn::after {top: 10px;}
        .aboutmiddle .greenBox {left: 15px; bottom: -32px;}
        .contact-us-image img {width: 100%;}
    }

        .repayBankDetail {margin-top: 20px;}
        .repayBankDetailBox .heading {position: static; margin-bottom: 20px; display: inline-block;}
        .qrcodeBox {display: flex; flex-direction: column; position: relative;}
        .qrcodeBox h2 {font-size: 24px; font-weight: 600; color: #000; margin: 30px 0px 0px 0px;}
        .qrcodeBox h3 {font-size: 15px; font-weight: 600; color: #000;}
        .qrcodeBox h3 span {font-size: 15px; font-weight: 600; color: #000;}
        .qrcodeBox img:nth-of-type(1) {width: 100%; max-width: 150px;}
        .qrcodeBox img:nth-of-type(2) {width: 100%; max-width: 250px;}
        .copyupiid {margin-top: 10px;}
        .repaymentworks {margin: 0px 0px 50px 0px;}
        .copy-msg {position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); background: #000B50; font-size: 12px; color: #fff; padding: 3px 10px; border-radius: 5px; display: none;}

        @media (min-width: 320px) and (max-width: 767px) {
        .repayBankDetail {margin: 20px 0px;}
        .qrcodeBox {text-align: center;}
        .repayBankDetailBox {margin-bottom: 10px;}
        .qrcodeBox h3 {text-align: center;}
        .qrcodeBox h3 span {display: inline !important;}
        }