.debt-logo {
  font-size: 35px;
  font-weight: bold !important;
}
.banner-form {
  color: #fff !important;
}
.submitBtn {
  background-color: #005596 !important;
  color: #fff !important;
}
.debt-points {
  font-size: 30px;
}
input {
  border: 1px solid red;
}
#hero {
  background: url(../images/laptop-girl.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  object-position: left center !important;
  margin-top: -100px;
}
@media all and (max-width: 991px) {
  #hero {
    background-size: cover;
    background-repeat: repeat-x;
  }
}
form.hero-form {
  background: #7eb533;
}
.disclosure {
  font-size: 10px !important;
}
img.logo-image {
  filter: saturate(0);
  opacity: 50%;
  transition: ease-in 0.2s;
}

img.logo-image:hover {
  filter: saturate(100%);
  opacity: 1;
}
#partners {
  background-color: #d1e3ff !important;
}
.info-section {
  background-color: #f8f8f9 !important;
}
.action-btn {
  margin: 30px auto !important;
  padding: 20px 80px !important;
  background-color: black;
  border-radius: 50px !important;
  font-size: 40px !important;
}
@media all and (max-width: 425px) {
  .action-btn {
    margin: 30px auto !important;
    padding: 15px 60px !important;
    background-color: black;
    border-radius: 50px !important;
    font-size: 12px !important;
  }
}
.showMsg {
  height:30px;
  width: 100%;
  padding: 5px auto;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 15px !important;
}
.debt-logo .header-scrolled {
  color: #000 !important;
}
/* Beginning of client review section styles */
.review-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 0px 20px;
}
.review-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.review-header > p {
  text-align: center;
}
.cards-container {
  display: flex;
}
.card {
  min-height: 45vh;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4em 1em 1em 1em;
  line-height: 1.5em;
}
.card-title {
  font-size: 20px;
}
.card-avi {
  width: 30%;
  margin: 2em 0;
}
.card-subtitle {
  margin-bottom: 1em;
}
.card-desc {
  font-size: 18px;
  font-weight: 300;
  align-items: center;
  text-align: center;
}
.card-icon {
  color: #2ed573;
  font-size: 65px;
}
.card-heading {
  color: #2ed573;
}
/* End----------------------------------------- */
.onlineLoan {
  padding: 40px 20px;
}
.about_content {
  padding-right: 60px;
}

.about_content p {
  padding: 18px 0px 30px;
}
.theme_btn_two {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  background: #7eb533;
  border: none;
  color: #fff;
  width: 80%;
  height: 50px !important;
  text-transform: uppercase;
  padding: 5px 29px;
}
.small_banner_area {
  position: relative;
  /* z-index: 1; */
  background: rgb(20, 21, 27);
  background-position: top center;
  overflow: hidden;
  background: url("../images/laptop-man.jpg");
  background-size: cover;
  height: 550px;
  background-position: center center !important;
  filter: brightness(85%);
}
.title_w {
  margin-top: 160px !important;
  font-size: 70px;
  color: #7eb533;
}
.quote-desc {
  font-size: 30px;
  color: #005596 !important;
}
.quote-author {
  font-weight: bold;
  font-size: 30px;
  color: #ff6348;
}
@media all and (max-width: 425px) {
  .title_w {
    margin-top: 80px !important;
    font-size: 50px;
  }
  .quote-desc {
    font-size: 20px;
  }
  .quote-author {
    font-weight: bold;
    font-size: 20px;
    color: #ff6348;
  }
}

.footer-container {
  color: #000;
  min-height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  justify-content: start;
  min-height: 80px;
  font-size: 18px;
}
.banner-desc {
  font-size: 33px;
}
.heading-color {
  color: #005596;
}
.title-color {
  color: #7eb533;
}
.fs-22 {
  font-size: 22px;
}
.fs-15 {
  font-size: 15px;
}
#faq {
  padding: 10px 0;
  background-color: #fff;
}
.faq-heading {
  color: #005596 !important;
}
.feature_area {
  position: relative;
  background: rgb(20, 21, 27);
  background-position: top center;
  overflow: hidden;
  background: url("../images/person-with-coffee.jpg");
  background-size: cover;
  height: 350px;
  background-position: center bottom !important;
  filter: brightness(85%);
}
@media all and (max-width: 425px) {
  .feature_area {
    height: 800px;
  }
}

/* Testimonial CSS Code Start */
.testimonials-wrap {
  padding: 40px 0;
  background-color: #005596 !important;
}
.heading-section {
  text-align: center;
}
.sub-heading {
  font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
    color: #2e9da1;
    font-size: 50px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.carousel-testimonial .owl-nav {
  text-align: center;
  margin-top: 20px;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 12px 12px !important;
    background-color: #fff !important;
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
/* Textimonial CSS Code End */
.custom-bg-green {
  background: #8cbe3b !important;
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.display-2 {
    font-size: calc(0.575rem + 4.9vw);
  }
  .banner-desc {
    font-size: 21px;
  }

  .debt-points {
    font-size: 13px;
  }

  .card-icon {
      font-size: 45px;
  }

  .card-title {
      font-size: 18px;
  }
  .card-desc {
    font-size: 15px;
    text-align: justify;
  }

  .f-16 {
    font-size: 16px !important;
  }

  .text-justify{
    text-align: justify !important;
  }

  .title_color {
    font-size: calc(1.325rem + -0.1vw);
  }

  .about_content {
      padding-right: 0px;
  }

  .card {
    min-height: 22vh;
    padding: 1em 1em 1em 1em;
  }

  .title_w {
      font-size: 50px;
  }
  .footer-container a{
    text-decoration: none;
    color: rgb(89, 88, 88);
    font-size: 12px;
    text-align: center !important;
  }
  .footer-container {
    font-size: 11px;
    text-align: center !important;
  }
  .unsubscribe-btn {
    margin-top: 10px;
  }
  .copyRight {
    text-align: center !important;
    color: rgb(89, 88, 88);
  }
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
  .display-2 {
    font-size: calc(0.575rem + 4.9vw);
  }
  .banner-desc {
    font-size: 21px;
  }

  .card-icon {
    font-size: 45px;
  }

  .card-title {
      font-size: 18px;
  }
  .card-desc {
    font-size: 15px;
    text-align: center;
  }

  .f-16 {
    font-size: 16px !important;
  }

  .text-justify{
    text-align: justify !important;
  }

  .about_content {
      padding-right: 0px;
  }

  .card {
      min-height: 22vh;
      padding: 1em 1em 1em 1em;
  }
  .title_w {
      font-size: 50px;
  }
  .footer-container a{
    text-decoration: none;
    color: rgb(89, 88, 88);
    font-size: 11px;
    text-align: center !important;
  }
  .footer-container {
    font-size: 11px;
    text-align: center !important;
  }
  .unsubscribe-btn {
    margin-top: 10px;
  }
  .copyRight {
    text-align: center !important;
    color: rgb(89, 88, 88);
  }
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .card {
    min-height: 30vh;
  }

  .card-icon {
    font-size: 60px;
  }
  .card-title {
    font-size: 20px;
  }
  .card-desc {
    font-size: 15px;
    text-align: center;
  }
  .about_content {
    padding-right: 0px;
  }
  .title_w {
    font-size: 50px;
  }

  .theme_btn_two {
    width: auto;
  }
  .content ul li {
    width: 100%;
    text-align: justify;
  }
  .footer-container {
    text-align: center !important;
  }
  .footer-container a{
    text-decoration: none;
    color: rgb(89, 88, 88);
    text-align: center !important;
  }
  .copyRight {
    text-align: center !important;
    color: rgb(89, 88, 88);
  }
}
.select2-selection__rendered {
  font-size: 13px !important;
}

.footer-container a{
  text-decoration: none;
  color: rgb(89, 88, 88);
}
.copyRight {
  text-align: right;
  color: rgb(89, 88, 88);
}
.privacy ul li {
  text-align: justify !important;
}
.privacy p {
  text-align: justify !important;
}
.custom-lr-pad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}