.default_page_longdesc .entry-content ul {
	font-family: 'poppinsregular';
    font-size: 16px;
    line-height: 24px;
    color: #6D6D72;
    text-align: left;
}
footer ul.footer-links li.location {
    font-family: 'poppinsregular';
    font-size: 16px;
    line-height: 24px;
    color: #ADADAD;
    margin-bottom: 10px;
    display: block;
}
form input::-webkit-input-placeholder {
    color: #212129;
}
form input:-moz-placeholder {
   color: #212129;
   opacity:  1;
}
form input::-moz-placeholder {
   color: #212129;
   opacity:  1;
}
form input:-ms-input-placeholder {
   color: #212129;
}
form input::-ms-input-placeholder {
   color: #212129;
}
form input::placeholder {
   color: #212129;
}
form textarea::-webkit-input-placeholder {
    color: #212129;
}
form textarea:-moz-placeholder {
   color: #212129;
   opacity:  1;
}
form textarea::-moz-placeholder {
   color: #212129;
   opacity:  1;
}
form textarea:-ms-input-placeholder {
   color: #212129;
}
form textarea::-ms-input-placeholder {
   color: #212129;
}
form textarea::placeholder {
   color: #212129;
}
form input, form textarea {
    opacity: 1;
}
.footer-bottom p {
    margin-bottom: 0;
    margin-top: 10px;
}
.footer-bottom ul li a {
    display: block;
}
.shape {
  overflow: hidden;
  max-width: 100%;
}
.page-template-about section.o_fees {
    padding: 60px 0 20px 0;
}
.single__blog .banner__title .blog_author {
   margin-top: 0;
   font-size: 20px;
}
@media (max-width: 767px) {
  .page-template-about section.o_fees {
      padding: 40px 0;
  }
}
@media screen and (max-width: 520px) {
  .page-id-175 .lenders__intro__section .business_image {
    position: relative;
  }
  .page-id-175 .lenders__intro__section .business_image:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #0045ff 0%, transparent 100%);
    width: 70%;
    height: 100%;
    border-radius: 20px;
  }
  .page-id-175 .lenders__intro__section .btn-black-line {
    z-index: 2;
    position: relative;
  }
}