help-block {
    color: #a94442;
    font-size: 14px;
}

.page_content ul {
    padding-left: 30px;
    list-style: none;
}

.page_content p,
.page_content span,
.page_content td,
.page_content div,
.page_content li {
    color: #58585a;
    font-size: 13px;
    line-height: 20px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
}

h4 {
    font-size: 20px;
}


/*------------------------------ Main ------------------------------*/
.onlineForm_section h1 {
    margin-bottom: 20px;
}

.onlineForm_section .text_contain p {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 26px !important;
}

.onlineForm_section .text_contain p:last-child {
    margin-bottom: 30px;
    padding: 0px 31px;
}

.how_to_apply h3 {
    color: #282A27;
    font-size: 18px;
    margin-bottom: 20px;
}

.how_to_apply h5 {
    color: #282A27;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: unset !important;
}

.how_to_apply h5:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 20px;
    margin-left: 11px;
    color: #7DBB5A;
}

.how_to_apply .proof-id li:before {
    color: #B8B8B8;
    content: "\f00c";
    font-family: "FontAwesome";
    margin-right: 8px;
    position: absolute;
    margin-left: -25px;
}

.how_to_apply ul li {
    color: #757573;
}

.page_content ul {
    margin-bottom: 30px;
}

.how_to_apply {
    background: #fff;
}

.loan_number {
background-color: #65a73b;
border-color: #65a73b;
color: #fff !important;
padding: 8px 13px;
border-radius: 3px;
box-shadow: 0px 0px 10px #ccc;
font-size:12px !important;
}

.loan_search_div input {
border: 1px solid #E8E8E8 !important;
border-radius: 5px;
font-size: 16px;
padding: 3px 12px;
color: #999999;
margin-bottom: 10px;
background-color: #ffffff;
height: 40px;
}

.loan_search_div input::placeholder {
font-size: 13px;
text-transform: capitalize;
}

.search_loan_btn {
background-color: #65a73b;
border-radius: 5px;
background: #65a73b !important;
color: #fff;
font-size: 16px;
padding: 5px 10px;
border: 2px solid #fff;
}


.help-block {
  color: #ff0400 !important;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

  .dollar-symbol {
    margin-top: 7px;
    margin-right: 4px;
  }

  .loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }

  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }

  /* Animation */
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

h1, h2, h3, h4, h5, h6 
{
    font-family: 'Ubuntu', sans-serif;
    color: #404141;
    text-transform: capitalize;
}

/* .container_small 
{
    border: 1px solid #a6a7a5;
    border-radius: 20px;
    padding: 5vh;
} */

/* Loan form styles */

.loan_number {
  background-color: #65a73b;
  border-color: #65a73b;
  color: #fff !important;
  padding: 8px 13px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #ccc;
  font-size: 12px !important;
}

.loan_search_div input {
  border: 1px solid #E8E8E8 !important;
  border-radius: 5px;
  font-size: 16px;
  padding: 3px 12px;
  color: #999999;
  margin-bottom: 10px;
  background-color: #ffffff;
  height: 40px;
}

.loan_search_div input::placeholder {
  font-size: 13px;
  text-transform: capitalize;
}

.search_loan_btn_inverse {
  border-radius: 5px;
  background: #fff !important;
  color: #65a73b;
  padding: 3px 10px;
  font-size: 16px;
  /* border-color: #ffff; */
  border: 1px solid #65a73b;
}
.onlineForm_section h1 {
  margin-bottom: 45px;
}

.border-none {
  border: none !important;
}