
.bgimage1, .easy-instant-processing, .vision {
  position: relative !important;
  opacity: 1 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.consult{
/*  background-image: url('img_tmp/blue-bg.png');*/
  height: auto;
}

.easy-instant-processing, .vision {
  min-height: 70vh;
}


.bgimage1{
/*  background-image: url('img_tmp/Borrow.png');*/
  min-height: 100vh;
}

.bgimage1 .title {
  margin-top: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 2.5em;
  color: white;
}

.bgimage1 .points {
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-top: 0;
}

.consult .huge-text{
  font-size: 2.2em;
  font-weight: 800;
  text-align: center;
  color: white;
  letter-spacing: 1.6px;
  line-height: 1.3em;
  padding: 1rem
}

.btn-bordered{
  border: 2px solid #ec407a;
  line-height: 2em;
  font-size: 0.5em;
  font-weight: 300;
  width: auto;
  color: #ec407a !important;
}

.btn-filled{
  border: 1px solid #ec407a;
  background-color: #ec407a;
  line-height: 2em;
  font-size: 0.6em;
  font-weight: 200;
  color: white !important;
}
/* .consult a{
  font-weight: 600;
} */

.section-about-us{
  letter-spacing: 1.2px;
}

.large-text{
  font-size: 1.5em;
  line-height: 1.7;
  letter-spacing: 1.7px;
}

.small-text {
  letter-spacing: 1.2px;
  line-height: 1.8em;
  font-weight: 300;
  text-align:justify;
}

.blue-underline {
  border-bottom: 3px solid blue;
  text-decoration: none;
}

.first-section-index {
  margin-top: 4rem;
}

.small-title {
  font-weight: 350 !important;
  font-size: 1.1em !important;
  line-height: 1.3em !important;
  text-align: justify;
  letter-spacing: 0.02em;
  padding-bottom: 3px;
  color: black !important;
}

.tiny-text {
  font-weight: 200;
  line-height: 1.2em;
  font-size: 12px;
  padding-bottom: 9px;
}

.easy-instant-processing .card {
  width: 320px;

}
/*
#easy-instant-lend-card, #easy-instant-borrow-card {
  position: absolute;
}

.bring-front {
  z-index: 99;
} */

.page-footer p {
  font-weight: 300;
  margin: 0;
}


@media (min-width: 993px) {
  .easy-instant-processing {
    /* background-image: url('../img/bgimage2_trans_cross_.png'); */
    min-height: 67vh;
  }
  .vision {
/*    background-image: url('../img/Home Page Vision.png');*/
    min-height: 100vh;
  }
  .consult .huge-text{
    line-height: 2.2em;
  }
  .right-padding {
    padding: 4rem 0 0 2rem;
  }
  section{
    margin-bottom: 6rem;
  }
  .first-section-index {
    margin-top: 4rem;
  }
  .bgimage1 .title {
    margin-top: 4rem;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 3em;
    color: white;
  }

}
