.debt-logo {
  font-size: 35px;
  font-weight: bold !important;
}
.banner-heading {
  font-size: 55px;
}
.banner-form {
  color: #fff !important;
}
.submitBtn {
  background-color: #ff3838 !important;
  color: #fff !important;
}
.debt-points {
  font-size: 30px;
}
input {
  border: 1px solid red;
}
#hero {
  background: url(../images/laptop-person-banner.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: rgba(61,64,69, 0.8);
}
.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 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 15px !important;
  padding: 5px auto !important;
}
.debt-logo .header-scrolled {
  color: #000 !important;
}
/* Beginning of client review section styles */
.review-container {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  background-color: #c8d6e5;
  padding: 50px;
}
.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-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4em 1em 1em 1em;
	line-height: 1.5em;
}
.card-title {
	font-size: 25px;
}
.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: 100px;
}
.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: #ff6348;
  border: none;
  color: #fff;
  width: 80%;
  text-transform: uppercase;
  padding: 5px 29px;
}
.quote_area {
  position: relative;
  background: rgb(20, 21, 27);
  background-position: top center;
  overflow: hidden;
  background: url("../images/happy-family.jpg");
  background-size: cover;
  height: 800px;
  filter: brightness(85%);
}
.title_w {
  margin-top: 160px !important;
  font-size: 170px;
}
.quote-desc {
  font-size: 30px;
}
.quote-author {
  font-weight: bold;
  font-size: 30px;
  color: #ff6348;
}
@media all and (max-width: 991px) {
  .title_w {
    margin-top: 160px !important;
    font-size: 120px;
  }
  .quote-desc {
    font-size: 20px;
  }
  .quote-author {
    font-weight: bold;
    font-size: 20px;
    color: #ff6348;
  }
}
.footer-container {
  color: #fff;
  min-height: 80px;
  background-color: #303952;
	margin: 0 auto;
	padding: 1.5rem;
	justify-content: start;
	min-height: 80px;
	font-size: 18px;
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.debt-points {
    font-size: 13px;
  }
  .display-2 {
    font-size: calc(0.575rem + 3.9vw);
  }

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

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

  .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: 34vh;
    padding: 1em 1em 1em 1em;
  }

  .title_w {
      font-size: 50px;
  }
  .footer-container a{
    text-decoration: none;
    font-size: 12px;
  }
  .footer-container {
    font-size: 11px;
    text-align: center !important;
  }
  .unsubscribe-btn {
    margin-top: 10px !important;
  }
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.debt-points {
    font-size: 13px;
  }
  .display-2 {
    font-size: calc(0.575rem + 3.9vw);
  }

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

  .card-title {
      font-size: 20px;
  }
  .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: 34vh;
      padding: 1em 1em 1em 1em;
  }
  .title_w {
      font-size: 50px;
  }
  .footer-container a{
    text-decoration: none;
    font-size: 11px;
  }
  .footer-container {
    font-size: 11px;
    text-align: center !important;
  }
  .unsubscribe-btn {
    margin-top: 10px !important;
  }
}

/* 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: justify;
  }
  .about_content {
    padding-right: 0px;
  }
  .title_w {
    font-size: 50px;
  }

  .theme_btn_two {
      width: auto;
  }
  .footer-container {
    text-align: center !important;
  }
  .footer-container a{
    text-decoration: none;
    text-align: center !important;
  }
  .copyRight {
    text-align: center !important;
  }
  .content ul li {
    width: 100% !important;
    text-align: center;
  }
}
.select2-selection--single {
  font-size: 13px !important;
  color : #000 !important;
  height: 40px !important;
  line-height: 36px !important;
}
#faq {
  padding: 10px 0;
  background-color: #fff;
}
.faq-heading {
  color: #005596 !important;
}
.heading-color {
  color: #005596 !important;
}
.footer-container a{
  text-decoration: none;
  color: #fff;
}
.copyRight {
  text-align: right;
}
.unsubscribe-btn {
  width:150px !important;
}
.privacy ul li {
  text-align: justify !important;
}
.privacy p {
  text-align: justify !important;
}
.custom-lr-pad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}