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

* {
  font-family: "Poppins", sans-serif;
  padding: 0rem;
  margin: 0rem;
}
.cus_navbar li{
  /* color: white; */
}
.cus_navbar ul li a {
  /* color: white; */
  font-size: 18px;
}
.navbar-toggler-icon{
  /* background-color: white; */
  border-radius: 5px;
}
#logoImg {
  width: 100%;
}

.sectionBanner {
  padding: 0.5rem;
  background-image: url(images/imgggnew.png);
  background-position:inherit;
  background-repeat: no-repeat; 
  color:white;
}
.title {
  padding: 6rem 0rem 1rem 0rem;
  text-align: right;
}
.title h1 {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 50px;
  color: white;
}
.title p {
  font-size: 3rem;
  color: white;
}

.form_ {
  width: 70%;
  background-color: #191722;
  padding: 3rem 3rem;
  float: right;
  border-radius: 30px;
}
.calculator-block{
  margin: 2rem 0rem 0rem;
}
.form_ input {
    border-radius: 0px;
    margin: .5rem auto 0rem;
    border: none;
    width: 100%;
    color: white;
    background-color: transparent;
    border-bottom: 1px white solid;
    height: 35px;
}
.form_ input:focus {
  border-radius: 0px;
  margin: .5rem auto 0rem;
  border: none;
  width: 100%;
  color: white;
  background-color: transparent;
  border-bottom: 1px white solid;
  height: 35px;
  box-shadow:none ;
}

.terms {
  font-size: 10px;
  color: white;
  text-align: justify;
  width: 100%;
}
.terms a {
  color: #F54704;
  font-weight: bold;
}
.submitBtn{
  margin: 2rem 0rem 0rem 0rem;
}
.submitBtn .getStarted{
  background-color: #F54704;
  color: white;
  border: none;
  padding: 0px;
  height: 55px;
}
.getStarted {
  color: white;
  border: none;
  width: 100%;
  /* box-shadow:-3px 3px 16px #515050; */
  font-size: 20px;
  font-weight: 400;
}
.btn:hover {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .title {
    padding: 4rem 0rem 1rem 0rem;
    text-align: center;
  }
  .calculator-block {
    margin: 5rem 0rem 0rem;
  }
  .form_ {
    width: 100%;
    background-color: #191722de;
    float: none;
  }
  .HowItWorks h2 {
    left: 34%;
    top: 130px;
  }
}

@media screen and (max-width: 425px) {
  .sectionBanner {
    padding: 0.5rem 0rem;
    background-image: none;
    background-color: #F54704;
    background-position:none;
    border-radius: 0px 0px 20px 20px;
    background-repeat: none; 
    color:white;
  }
  .title {
    padding: 2rem 0rem 1rem 0rem;
    text-align: center;
  }
  .title h1 { 
    font-size: 1.6rem;
  }
  .title p {
    font-size: 1.6rem;
  }
  .form_ {
    width: 100%;
    padding: 3rem 2rem;
  }
  .form_ input {  
    opacity: 80%;
  }
  .submitBtn input{
    opacity: 100%;
  }
  .submitBtn {
    margin: 2rem 0rem 2rem 0rem;
  }
}
@media screen and (max-width: 375px){
  .title h1 {   
    font-size: 1.4rem;
  }
  .title p {
    font-size: 1.4rem;
  }
}


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

.underline_text {
  color: #322C3D;
  position: relative;
  display: block;
  width: 10rem;
  height: 4px;
  margin: 2rem 0rem;
  border-radius: 10px;
  background: #322C3D;
}
.HowItWorks h2 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  left: 32%;
  top: 130px;
}
.cards {
  display: flex;
  flex-direction: row;
  margin: 4rem 0rem 2rem;
}

.cards h3 {
  font-weight: 600;
  font-size: 22px;
  margin: 1.5rem 0rem;
  color: black;
}
.cards p {
  font-size: 18px;
  color: black; 
  margin: 1rem 0rem;
}

.card_ {
  width: 100%;
  margin: 0.5rem;
}

.steps {
  padding: 2rem 1rem 1rem;
  background-color: #ffffff;
  min-height: 345px;
  border-radius: 20px;
  text-align: left;
  box-shadow: -3px 3px 15px #515050;
  position: relative;
  top: 55%;
}
.steps div{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.steps img{
    width: 105px;
    height: 105px;
}

@media screen and (max-width: 1024px) {
  .cards h3 {
    font-weight: 600;
    font-size: 17px;
    margin: 2rem 0rem;
  }
  .cards p {
    font-size: 16px;
    margin: 2rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .HowItWorks h2 {
    left: 37%;
    top: 40px;
  }
  .cards {
    margin: 0rem 0rem 2rem;
}
  .cards p {
    margin: 0rem 0rem;
  }
  .cards h3{
    margin: 2rem 0rem 1rem;
  }
  .sectionHowItWorks {
    margin: 6rem 0rem 2rem;
  }
  .underline_text {
    width: 5rem;
  }
  
}
@media screen and (max-width: 768px){
  .sectionHowItWorks {
    text-align: center;
  }
  .steps {
    padding: 2rem 1rem 1rem;
    background-color: #ffffff;
    min-height: 330px;
  }
}
@media screen and (max-width: 991px) and (min-width: 425px) {
  .cards p {
    font-size: 15px;
    margin: 0rem 0rem;
  }
  .steps img {
    width: 70px;
    height: 70px;
  }
  .cards h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .logo{
    max-width: 50%;
  }
  #logoImg {
    width:100%;
  }
  .calculator-block {
    margin: 1rem 0rem 0rem;
  }

  .sectionHowItWorks {
    background-color: #191722;
    text-align: center;
    border-radius: 25px;
    margin: 3rem 0rem 1rem;
  
  }

  .HowItWorks h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 2rem 0rem;
    left: 14%;
    top: 40px;
  }

  .steps {
    padding: 2rem 1rem;
    margin-top: 0rem;
  }

  .cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0rem 0rem 15rem;
  }

  .cards h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 3rem 1rem 2rem;
  }

  .cards p {
    font-size: 16px;
    margin: 1rem 0rem 2rem;
  }
  .underline_text {
    width: 6rem;
  }
  .steps img {
    width: 80px;
    height: 80px;
}
  .cards h3 {
    margin: 1rem 0rem 2rem;
    font-size: 20px;
  }

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

  .HowItWorks h2 {
    font-size: 2rem;
    font-weight: 800;
  }
  
  .cards h3 {
    font-size: 21px;
    margin: 2rem 0rem;
  }

}
@media screen and (max-width: 320px) {
  .cards h3 {
    font-size: 17px;
    margin: 2rem 0rem;
  }
  .HowItWorks h2 {
    left: 12%;
    top: 40px;
  }
}

/* =========== CREDIT SCORE ==================== */
.sectionCreditScore {
  margin: 4rem 0rem 0rem 0rem;
  color: black;
}
.CreditScore_desc {
  text-align: left;
}
.creditRow {
  align-items: center;
  margin: 14rem 0rem 2rem;
}

.creditScoreImg img {  
    width: 90%;
}

#heading_ {
  font-size: 3.2rem;
  font-weight: 800;
  margin-top: 6rem;
  color: #1E1B27;
}
#heading_ span{
  color: #322C3D;
}
#desc_ {
  font-size: 18px;
  padding: 2.5rem 0rem .5rem;
} 

#disclosure_ {
  font-size: 18px;
  padding: 0rem 0rem 1.5rem .5rem;
}

.creditScoreBtn .getStarted {
  width: 50%;
  padding: 0.5rem;
  font-weight: 400;
  background-color: #F54704;
  font-size: 20px;
  margin-bottom: 3rem;
}

@media screen and (max-width:1024px){
  .CreditScore_desc {
    /* padding-left: 0rem; */
 
    max-width: 50%;
  }
  #heading_ {
    font-size: 2.4rem;
    font-weight: 800;
    margin-top: 0rem;
    color: black;
  }
  #desc_ {
    font-size: 18px;
    padding: 2rem 0rem 0rem .5rem;
  }
  #disclosure_ {
    /* padding: 0rem; */
  }
  .submitBtn {
    margin: 2rem 0rem .5rem 0rem;
  }
}
@media screen and (max-width: 991px){
  .creditRow {
    margin: 12rem 0rem 2rem;
}
  #heading_ {
    font-size: 2.2rem;
  }
  #desc_ {
    font-size: 16px;
  }
  #disclosure_ {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .CreditScore_desc{
    text-align: center;
    padding-top: 0rem;
    max-width: 100%;
  }

  .creditScoreBtn .getStarted {
    width: 100%;
  }
  .creditRow{
    flex-direction: column-reverse;
    margin: 0rem 0rem 2rem;
  }
}
@media screen and (max-width: 320px) {
  #heading_ {
    font-size: 1.8rem;
  }
}

/*================= REQUEST MONEY =================  */

.sectionRequestMoney {
    background-image: url(images/requestMoney_bg.png);
   background-repeat: no-repeat;
    background-position-x: center;
    margin-left: -1rem;
    background-size: cover; 
}

.desc_request {
  padding: 2rem 0rem;
  text-align: left;
}

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

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

.checkOffer .getStarted  {
  background-color: #F54704;
  color: white;
  width: 50%;
  /* box-shadow: -3px 3px 15px #515050; */
  font-size: 20px;
  font-weight: 600;
}

.checkOffer{
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {

  .requestMoney h1 {
      font-weight: 800;
      color: white;
      margin: 1rem 0rem 2rem 0rem;
      font-size: 2.2rem;
      line-height: 50px;
  }
  .requestMoney p {
    font-size: 16px;
    /* max-width: 72%; */
    padding: 0rem;
  }
  .checkOffer {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 425px) {
  .sectionRequestMoney {
    background-image: none;
    background-color: #191722;
    text-align: center;
  }
  .requestMoney h1 {
    font-weight: 800;
    margin: 3rem 0rem 1rem 0rem;
    font-size: 1.8rem;
  } 
  .requestMoney p {
    font-size: 16px;
    padding: 0rem 1rem;
    max-width: 100%;
  }
  .checkOffer {
    margin-bottom: 2rem;
  }
  .desc_request {
    padding: 2rem 1rem;
    text-align: center;
  }
  .checkOffer .getStarted  {
    width: 90%;
    /* box-shadow: -3px 3px 15px #515050; */
    font-size: 20px;
    height: 50px;
  } 

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

  .requestMoney p {
    /* color: #000000; */
    font-size: 14px;
    padding: 0rem 1rem;
  }
  .requestMoney h1 {
    font-weight: 800;
    margin: 3rem 0rem 1rem 0rem;
    font-size: 1.5rem;
    line-height: 50px;
  }
  
}
/*================= FOOTER =================  */

.footer {
  background-color: #111B2C08;
  padding: 3rem 0rem 0rem 0rem;
}

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

.secure-logos img {
  width: 26%;
}

.footer-logo {
  width: 100%;
  margin-bottom: 2rem;
}

.footer-logo img {
  margin-bottom: 1rem;
  width: 30%;
}

.footer ul li {
  display: inline;
  color: #243f6d;
}

.footer ul {
  margin: auto;
  text-align: center;
  margin-bottom: 1rem;
}

.footer ul li a {
  color: #0f1c3f;
  font-size: 16px;
}

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

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

@media screen and (max-width: 425px) {
  .footer-sealLogo {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .footer-logo img {
    margin-bottom: 1rem;
    width: 45%;
  }

  .footer ul li a {
    color: #0f1c3f;
    font-size: 11px;
  }
  .secure-logos img {
    width: 20%;
  }

  .secure-logos {
    text-align: center;
    margin-bottom: 2rem;
  }
  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer ul {
    margin: auto;
    text-align: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }

}

/* =======parsley======== */
.parsley-errors-list {
  list-style: none;
  text-align: center;
  color: #a30c0c;
  font-weight: 400;
}

/* =======Modal======== */

.ulPadding ul {
  padding: revert;
}

.para-title{
  font-size: 1.25rem;
}