*, *::after, *::before {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.validation-error {
  font-size: 12px;
}

.btn-danger {
  background-color: #0C693D !important;
  border: none;
  padding: 8px 10px;
}

.btn-send-message {
  padding: 10px 20px;
  background-color: #588A31;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.btn-send-message:hover {
  background: #416426;
  color: #fff;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #f2f2f2;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

.wrapper .title h5 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.wrapper .title h2 {
  color: #2A5C03;
  font-weight: 700;
  font-size: 40px;
}

.wrapper .header .sub-heading {
  background: #588A31;
  height: 30px;
  width: 100%;
}

.wrapper .header .navigation img {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper .header .navigation .nav-link {
  font-size: 18px;
}

.wrapper .hero {
  background-color: #fff;
}

.wrapper .hero img {
  width: 100%;
}

.wrapper .hero h2 {
  font-size: 40px;
  color: #0C693D;
  font-weight: 700;
}

.wrapper .hero p {
  font-size: 20px;
  font-weight: 400;
}

.wrapper .hero a {
  padding: 7px 20px;
  border-radius: 25px;
  background-color: #0C693D;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

.wrapper .whatWeServe {
  margin: 20px 0;
  background-color: #f1f1f1;
  padding: 20px 0;
}

.wrapper .whatWeServe img {
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper .whatWeServe h4 {
  color: #588A31;
  text-transform: uppercase;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600;
}

.wrapper .whatWeServe p {
  font-size: 12px;
}

.wrapper .about {
  margin: 150px 0;
}

.wrapper .about p {
  font-size: 14px;
}

.wrapper .about p.light {
  color: #888;
}

.wrapper .about img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.wrapper .about a {
  padding: 7px 20px;
  border-radius: 20px;
  background-color: #588A31;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
}

.wrapper .products {
  margin: 150px 0;
}

.wrapper .products a {
  text-decoration: none;
  color: #000;
}

.wrapper .products .col-md-3 {
  border: 1px solid #fff;
  padding-top: 10px;
}
.wrapper .products .col-md-3:hover {
  border: 1px solid #7DAA26;
}

.wrapper .products .product_image {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wrapper .products .product_info {
  margin-top: 10px;
}

.wrapper .products .product_info h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0C693D;
}

.wrapper .products .product_info p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.wrapper .emi_calculator img {
  width: 100%;
}

.wrapper .emi_calculator .title h3 {
  color: #588A31;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}

.wrapper .emi_calculator .title h4 {
  color: #588A31;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.wrapper .emi_calculator .title2 {
  margin-top: 30px;
}

.wrapper .emi_calculator .title2 h4 {
  color: #588A31;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.wrapper .emi_calculator .title2 h2 {
  color: #588A31;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.wrapper .emi_calculator .calculator {
  margin: 30px 0;
}

.wrapper .emi_calculator .calculator input[type=range] {
  accent-color: #588A31;
  outline: none !important;
  border: none !important;
}

.wrapper .emi_calculator .calculator input[type=range]:focus {
  outline: none !important;
  box-shadow: none;
}

.wrapper .emi_calculator .calculator label {
  font-size: 14px;
  font-weight: 600;
}

.wrapper .emi_calculator .calculator .emi-plan {
  margin: 20px 0;
}

.wrapper .emi_calculator .calculator .emi-plan h2 {
  font-weight: 500;
  font-size: 25px;
  color: #325914;
  text-align: center;
}

.wrapper .emi_calculator .calculator .emi-plan h3 {
  color: #87B068;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.wrapper .simple_submission {
  margin: 150px 0;
}

.wrapper .simple_submission .title h2 {
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  width: 40%;
  margin: 0 auto;
}

.wrapper .simple_submission .title h2 span {
  color: #325914;
  font-weight: 800;
}

.wrapper .simple_submission .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrapper .simple_submission .col .circle_border {
  border: 1px dashed #588A31;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .simple_submission .col .circle_border .circle_inner {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7DAA26;
  border-radius: 50%;
}

.wrapper .simple_submission .col .circle_border .circle_inner img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper .simple_submission .col h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}

.wrapper .simple_submission .col p {
  text-align: center;
  font-size: 16px;
}

.wrapper .data_privacy {
  background-color: #F0FFD2;
}

.wrapper .data_privacy img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper .data_privacy h2 {
  color: #2A5C03;
  font-weight: 700;
  font-size: 40px;
}

.wrapper .data_privacy p {
  margin: 20px 0;
  font-size: 16px;
}

.wrapper .partners {
  margin: 70px 0;
}

.wrapper .partners .partners_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.wrapper .partners .partners_wrapper img {
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 10px;
}

.wrapper .footer {
  background: #F2F2F2;
  padding: 20px 0;
}

.wrapper .footer .logo {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper .footer p {
  margin-top: 10px;
  width: 70%;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
}

.wrapper .footer h4 {
  font-weight: 700;
  font-size: 18px;
}

.wrapper .footer ul {
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
}

.wrapper .footer ul li {
  margin: 10px 0;
}

.wrapper .footer ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.wrapper .footer .social_wrapper {
  display: flex;
}

.wrapper .footer .social_wrapper a {
  width: 40px;
  height: 40px;
  background-color: #0C693D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  margin-right: 10px;
}

.wrapper .footer .form-group {
  display: flex;
}

.wrapper .footer .form-group input {
  flex-basis: 85%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 14px;
}

.wrapper .footer .form-group a {
  flex-basis: 15%;
  padding: 10px;
  background-color: #325914;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

.wrapper .sub-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #588A31;
}

.wrapper .sub-footer p {
  margin: 0;
  color: #fff;
} 
.bg-light-green {
  background-color: #fff !important;
  color: #000 !important;
}

.bg-green {
  background-color: #0C693D;
}
.bg-green h1 {
  font-weight: 800;
  color: #fff;
  text-align: center;
}
.bg-green p {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

table#short-details thead {
  background-color: #0C693D !important;
}
table#short-details thead th {
  font-size: 13px;
}
table#short-details tbody td {
  font-size: 13px;
}

table#loan_details td {
  font-size: 13px;
  vertical-align: middle;
}
@media screen and (max-width : 800px) {
  table#loan_details td {
    font-size: 13px;
    vertical-align: middle;
    white-space: nowrap;
  }
}
table#loan_details td a.partner-link {
  padding: 5px 10px;
  background: #297c36;
  border-radius: 25px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100px;
}
table#loan_details td a.partner-details {
  padding: 5px 10px;
  background: #92eb77;
  border-radius: 25px;
  font-size: 12px;
  color: #134e1c;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.loan-application-wrapper {
  margin-bottom: 30px;
}
.loan-application-wrapper .media_upload {
  width: 100px;
  height: 100px;
  border: 2px dashed #0C693D;
  color: #325914;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 10px auto;
}
.loan-application-wrapper input[type=file] {
  visibility: hidden;
}
.loan-application-wrapper input, .loan-application-wrapper select {
  font-size: 12px;
}
.loan-application-wrapper .btn-info {
  background: #a0cf7c;
  color: #134e1c;
  font-weight: 600;
  border: none;
  font-size: 13px;
}
.loan-application-wrapper h3 {
  font-weight: 700;
  color: #588A31;
  margin: 20px 0;
}
.loan-application-wrapper .border-green {
  border: 1px solid #479e54;
  border-radius: 10px;
}
.loan-application-wrapper label {
  color: #2A5C03;
  font-weight: 600;
  font-size: 14px;
}
.loan-application-wrapper span {
  color: #2A5C03;
  font-weight: 600;
  font-size: 12px;
}
.loan-application-wrapper p {
  color: #2A5C03;
  font-weight: 400;
  font-size: 12px;
}
.loan-application-wrapper small {
  color: #2A5C03;
  font-weight: 600;
  font-size: 12px;
}

.contact_us .form-group label {
  font-size: 13px;
}
.contact_us .form-group input {
  font-size: 14px;
}

#loan_tracker .loan-details, #loan_tracker .payment-history, #loan_tracker .status-tracker {
  margin: 20px 0;
}
#loan_tracker .section-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #479e54;
  border-bottom: 2px solid #479e54;
  padding-bottom: 5px;
}
#loan_tracker .loan-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#loan_tracker .loan-info div {
  width: 48%;
  margin: 10px 0;
}
#loan_tracker .loan-info div span {
  display: block;
  font-weight: bold;
  color: #34495e;
}
#loan_tracker table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
#loan_tracker table, #loan_tracker th, #loan_tracker td {
  border: 1px solid #ddd;
}
#loan_tracker th, #loan_tracker td {
  padding: 12px;
  text-align: left;
}
#loan_tracker th {
  background-color: #479e54;
  color: white;
}
#loan_tracker .status-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#loan_tracker .status-step {
  text-align: center;
  flex: 1;
  padding: 10px;
  position: relative;
}
#loan_tracker .status-step:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ddd;
  z-index: -1;
}
#loan_tracker .status-step:first-child:before {
  left: 50%;
}
#loan_tracker .status-step:last-child:before {
  right: 50%;
}
#loan_tracker .status-step.active {
  color: #479e54;
}
#loan_tracker .status-step.active:before {
  background-color: #479e54;
}
#loan_tracker .status-step span {
  display: block;
  margin-top: 10px;
}

.login-block {
  padding: 30px;
  border: 1px solid #ddd;
}
.login-block h2 {
  font-weight: 500;
  color: #333;
  font-size: 24px;
}
.login-block label {
  font-weight: 600;
  font-size: 13px;
}
.login-block .btn {
  height: 40px;
  text-transform: uppercase;
}

.btn-green {
  border: none;
  background-color: #0C693D;
  color: #fff;
}
.btn-green:hover {
  color: #fff;
  background-color: #7DAA26;
}

.font-sm-12 {
  font-size: 12px !important;
}/*# sourceMappingURL=website.css.map */