@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  padding: 0rem;
  margin: 0rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.cus_navbar {
  border: none;
  border: transparent;
}
.cus_navbar ul li a {
  color: white;
  font-size: large;
}
#logoImg {
  width: 75%;
}
.logo {
  padding-right: 25px;
}
.terms p {
  font-size: 14px;
}
.sectionBanner {
 
  background-repeat: no-repeat;
  background-image: url(images/banner_bg.png);
  background-position-x: center;
}
.title h1 {
  font-weight: 800;
  font-size: 2.5rem;
  /* line-height: 40px; */
  color: white;
}
.title p {
  padding: 16rem 0rem 0rem 0rem;
  font-size: 30px;
  font-weight: 600;
  color: white;
}
.title span {
  color: #ffb40a;
}

.calculator-block {
  background-color: #4e647580;
  padding: 50px;
  margin: 4rem 0rem;
}

.form_ {
  width: 100%;
}

.form_ input {
  border-radius: 0px;
  padding: 0.5% 2%;
  height: 48px;
  width: 100%;
}

::placeholder {
  color: #73a1c2 !important;
  padding-left: 0.5rem;
  font-weight: normal;
  font-size: 14px !important;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #73a1c2 !important;
  font-weight: bold;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #73a1c2 !important;
  font-weight: bold;
}

.terms {
  padding-top: 15px;
  font-size: 16px;
  color: white;
}
.terms a {
  color: #ffb423;
}
.getStarted {
  background-color: #f8bb32 !important;
  padding: 1rem;
  width: 100%;
  color: white !important;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

/* =======parsley======== */
.parsley-errors-list {
  list-style: none;
  text-align: center;
  color: rgba(255, 0, 0, 0.822);
  font-weight: bold;
}

/* ===============HOW IT WORKS=============== */

.content-wrap {
  width: 80%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 1em;
  overflow: hidden;
  margin: 0 auto;
}

.content-wrap::before {
  position: absolute;
  top: calc(49% - 1px);
  right: 2%;
  left: 5%;
  width: 85%;
  content: "";
  background-color: #52575d;
  height: 2px;
}

.content-wrap span {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-size: 2rem;
  border: 2px solid #52575d;
  color: #ffc107;
  border-radius: 50%;
  padding: 1rem;
  font-weight: 400;
  background: white;
}

.sectionHowItWorks {
  background-color: #ffffff;
  text-align: center;
  padding: 4rem 0rem 2rem 0rem;
}

.HowItWorks h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #363940;
  margin-bottom: 2rem;
}

.steps h3 {
  padding: 2rem 0rem 1rem 0rem;
  color: #ffc107;
  font-weight: 600;
  font-size: 25px;
}

/* ===============ANY CREDIT SCORE=============== */

.sectionCreditScore {
  color: #232323;
  padding-top: 4rem;
  margin-top: 60px;
}

#heading_ {
  font-size: 3rem;
  text-align: left;
  font-weight: 800;
  /* margin-bottom: 2rem; */
}

#heading_ span {
  font-size: 2.8rem;
  color: #232323;
  font-weight: 600;
  text-align: center;
  /* margin-bottom: 1rem; */
}

#desc_ {
  font-size: 18px;
  padding-top: 1rem;
  text-align: left;
}

#disclosure_ {
  font-size: 18px;
  padding: 0rem 0rem 1rem 0rem;
  text-align: left;
}

#disclosure_ span {
  font-size: 18px;
  font-weight: 600;
}

.creditScoreBtn .getStarted {
  width: 50%;
  padding: 1rem;
  font-size: 20px;
  margin-bottom: 2rem;
  font-weight: 600;
}

.creditScoreImg img {
  width: 100%;
}
/*================= REQUEST LOAN =================  */

.sectionRequestMoney {
  background-color: #363940;
  position: relative;
}

.requestMoney h1 {
  font-weight: 800;
  color: white;
  margin: 5rem 0rem 0rem 0rem;
  font-size: 2.8rem;
  line-height: 50px;
}

.requestMoney p {
  color: white;
  padding: 1rem 0rem 6rem 0rem;
  font-size: 16px;
}

.checkOffer {
  margin: 7rem 0rem 1rem 0rem;
  padding: 1rem;
}

.checkOffer .getStarted {
  background-color: #f8bb32 !important;
  color: #ffffff;
  margin-bottom: 2rem;
  width: 60%;
  padding: 1rem;
  font-weight: 600;
  font-size: 22px;
}

/*================= FOOTER =================  */

.footer {
  background-color: #ebe9f0;
  /* text-align: center; */
  padding: 4rem 0rem 0rem 0rem;
}

.row-seals{
  display: flex;
  flex-direction: row;
}
.secure-logos{
  display: inline-flex;
}

.secureLogosWidth{
  width: 50%;
  float: right;
  margin-left: 10px;
  max-height: 32px;
}
 
.footer img {
  margin-bottom: 2rem;
  width: 80%;
}
img[alt="OLA Seal"] {
  width: 40px !important;
  height: 40px !important;
  margin-left: 10px;
}
.footer ul li {
  display: inline;
  color: #243f6d;
}
.footer ul {
  margin: auto;
  text-align: center;
  margin-bottom: 1rem;
}

.footer ul li a {
  color: #243f6d;
  font-size: 14px;
  /* margin-left: 20px; */
}

#copyright {
  text-align: center;
  font-size: 12px;
  margin: 2rem 0rem 2rem 0rem;
}

#footerDesc_ {
  text-align: justify;
  font-size: 12px;
}

/* ==========Modals =========== */

.modal-header {
  background-color: #363940;
}

.modal-title {
  font-weight: bold;
  color: white;
}

.modal-footer a {
  color: #363940;
  font-weight: bold;
}

.btnStyleSubmit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #a5d15d;
  width: 65%;
  border-radius: 10px;
  /* margin-top: 2rem; */
}

.bottomMargin {
  margin-bottom: 1rem;
}

.contact_form .form-control{
  margin: 1rem auto;
}

.para-title {
  background-color: #e2e7e7d5;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem;
}

.footer-sealLogo{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-body li p {
  font-size: 14px;
}
/* ======Media queries========= */

@media screen and (min-device-width: 425px) and (max-device-width: 768px) {
  .Banner {
    text-align: center;
  }
  .title p {
    padding: 4rem 0rem 0rem 0rem;
    font-size: 25px;
    font-weight: 600;
    color: white;
  }
  .calculator-block {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  #heading_ {
    font-size: 2.8rem;
    text-align: left;
    font-weight: 800;
    margin-right: -20rem;
  }

  #heading_ span {
    font-size: 2.2rem;
    color: #232323;
    font-weight: 600;
    text-align: center;
  }
  .creditScoreBtn .getStarted {
    width: 100%;
  }
  .footer img {
    width: 50%;
    margin-bottom: 2rem;
}
  .checkOffer .getStarted {
    width: 100%;
  }
  .requestMoney h1 {
    font-size: 2rem;
    margin-top: 20px;
  }
  .sectionCreditScore {
    margin-top: 0px;
    padding-top: 0rem;
  }
  #desc_,
  #disclosure_,
  #disclosure_ span {
    font-size: 14px;
  }
  .checkOffer {
    margin-top: 4rem;
  }
  .creditScoreImg img {
    width: 100%;
    padding-top: 50%;
  }
  .requestMoney p {
    padding-bottom: 20px;
  }
}

@media screen and (max-device-width: 425px) {
   #logoImg {
    width: 60%;
  }

  .title h1 {
    font-weight: 800;
    font-size: 2.5rem;
    text-align: left;
    color: white;
    
  }

  .title p {
    padding: 7.5rem 0rem 0rem 0rem;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: white;
  }
  
  .content-wrap {
    width: 75%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 1em;
    overflow: hidden;
    margin: 0 auto;
  }

  .content-wrap::before {
    position: absolute;
    top: calc(49% - 1px);
    right: 2%;
    left: 8%;
    width: 85%;
    content: "";
    background-color: #52575d;
    height: 2px;
  }

  .content-wrap span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    border: 2px solid #52575d;
    color: #ffc107;
    border-radius: 50%;
    padding: 1rem;
    font-weight: 400;
    background: white;
  }

  .calculator-block{
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    width: 100%;
    background-color: #4e647594;
  }

  #heading_ {
    font-size: 2.6rem;
    text-align: center;
    font-weight: 800;
    margin-right: 0rem;
  }
  .sectionRequestMoney {
    background-color: #363940;
    position: relative;
    text-align: center;
  }
  .requestMoney p {
    color: white;
    margin: 1rem 0rem 0rem 0rem;
    font-size: 16px;
  }
  .checkOffer {
    margin: 0rem 0rem 0rem 0rem;
    padding: 1rem;
  }
  .footer {
    background-color: #ebe9f0;
    /* text-align: center; */
    padding: 2rem 0.5rem 0rem 0.5rem;
  }
  .footer img {
    width:80%;
  }

  .footer-sealLogo{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .creditScoreImg img {
    width: 100%;
    padding-top: 5%;
  }
  .checkOffer .getStarted {
    background-color: #f8bb32 !important;
    color: #ffffff;
    margin-bottom: 2rem;
    width: 100%;
    padding: .5rem;
    font-weight: 600;
    font-size: 22px;
  }
  .creditScoreBtn .getStarted {
    width: 100%;

  }
}

@media screen and (max-device-width: 375px) {
  
  .terms p {
    font-size: 12px;
  }
  .steps h3 {
    padding: 2rem 0rem 1rem 0rem;
    color: #ffc107;
    font-weight: 600;
    font-size: 22px;
  }
  .calculator-block {
    background-color: #4e647580;
    padding: 25px;
    margin: .2rem 0rem;
  }
  .HowItWorks h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #363940;
    margin-bottom: 2rem;
  }

  #heading_ {
    font-size: 2rem;
    text-align: center;
    font-weight: 800;
    margin-right: 0rem;
  }

  #heading_ span {
    font-size: 1.8rem;
    color: #232323;
    font-weight: 600;
    text-align: center;
  }

  #desc_ {
    font-size: 16px;
    padding-top: 1rem;
    text-align: left;
  }

  .sectionHowItWorks {
    background-color: #ffffff;
    text-align: center;
    padding: 2rem 0rem 0rem 0rem;
  }
  
  .sectionCreditScore {
    color: #232323;
    padding-top: 0rem;
    margin-top: 20px;
  }

  .creditScoreBtn .getStarted {
    width: 100%;
    text-align: center;
  }

  .requestMoney h1 {
    font-weight: 800;
    color: white;
    margin: 4rem 0rem 0rem 0rem;
    font-size: 2.2rem;
    text-align: center;
    line-height: 50px;
  }

  .requestMoney p {
    color: white;
    text-align: center;
    margin: 1rem 0rem 0rem 0rem;
    padding: 0rem 0rem 1rem 0rem;
    font-size: 16px;
  }

  .checkOffer {
    margin: 0rem 0rem 1rem 0rem;
    padding: 1rem;
  }
  .getStarted {
    background-color: #f8bb32 !important;
    padding: .5rem;
    width: 75%;
    color: white !important;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }
  .creditScoreBtn .getStarted {
    width: 100%;
    padding: .5rem;
    font-size: 20px;
    margin-bottom: 2rem;
    font-weight: 600;
  }
  .creditScoreBtn .getStarted {
    width: 100%;

  }

}
@media screen and (max-device-width: 320px) {

  #logoImg {
    width: 75%;
  }

  .logo {
    padding-right: 0px;
    width: 70%;
  }

  .title h1 {
    font-weight: 800;
    font-size: 2rem;
    text-align: left;
    color: white;
  }

  .title p {
    padding: 8rem 0rem 0rem 0rem;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: white;
  }

  #desc_ {
    font-size: 16px;
    padding-top: 1rem;
    text-align: justify;
  }

  #disclosure_ {
    font-size: 16px;
    padding: 0rem 0rem 1rem 0rem;
    text-align: justify;
  }

  .requestMoney p {
    padding: 1rem 0rem 1rem 0rem;  
  }

  .content-wrap {
    width: 90%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 1em;
    overflow: hidden;
    margin: 0 auto;
  }

  .calculator-block {
    background-color: #4e647580;
    padding: 18px;
    margin: 1rem 0rem;
  }
  
  .requestMoney h1 {
    font-weight: 800;
    color: white;
    margin: 4rem 0rem 0rem 0rem;
    font-size: 2rem;
    text-align: center;
    line-height: 50px;
  }
  /* .footer img {
      width: 100%;
  } */
  
}
