www.demo.afgloan.com
Open in
urlscan Pro
162.240.103.153
Public Scan
URL:
https://www.demo.afgloan.com/
Submission: On April 17 via api from US — Scanned from DE
Submission: On April 17 via api from US — Scanned from DE
Form analysis
2 forms found in the DOM#
<form action="#" id="loan-calculator-removed" class="about-one__form wow fadeInUp animated" data-wow-duration="1500ms" style="visibility: visible; animation-duration: 1500ms; animation-name: fadeInUp;">
<h3>Mortgage Calculator</h3>
<div id="mcwWidget" class="mcw-wrap_350">
<style>
.bold {
font-weight: 700;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.left {
text-align: left !important;
}
.square {
width: 18px;
height: 14px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.square_red {
background-color: #f76081;
}
.square_orange {
background-color: #f89f3f;
}
.square_yellow {
background-color: #facd59;
}
.square_green {
background-color: #5dc0c1;
}
.square_blue {
background-color: #4ca1f3;
}
.mcw-wrap {
font-family: Open Sans, Helvetica, Arial, sans-serif;
line-height: 1;
background-color: undefined;
color: #334356;
padding: 15px;
}
.mcw-wrap_border {
border: 1px solid #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.mcw-wrap_shadow {
-webkit-box-shadow: 0 0 70px 3px rgba(44, 50, 57, .12);
box-shadow: 0 0 70px 3px rgba(44, 50, 57, .12);
}
.mcw-wrap_responsive {
width: 100%;
}
.mcw-wrap_250 {
width: 250px;
}
.mcw-wrap_200 {
width: 200px;
}
.mcw-wrap_200 .mcw-form__symbol {
padding: 0 5px;
}
.mcw-wrap_200 .mcw-form__field {
padding: 5px 3px 5px 0;
}
.mcw-wrap_200 .mcw-form__field-group_right .mcw-form__field {
padding-left: 3px;
}
.mcw__title {
font-size: 14px;
font-weight: 600;
color: #334356;
text-align: center;
padding: 10px 0;
}
.mcw-form__block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}
.mcw-form__block:last-child {
margin-bottom: 0;
}
.mcw-form__block-column {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 10px;
}
.mcw-form__block-column:last-child {
margin-bottom: 0;
}
.mcw-form__block-column_stretch {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.mcw-form__title {
font-size: 13px;
margin: 4px 0;
}
input.mcw-form__field {
width: 1%;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
font-family: Open Sans, Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1;
color: #334356;
background-color: transparent;
border: 0;
-webkit-box-flex: 4;
-webkit-flex-grow: 4;
-ms-flex-positive: 4;
flex-grow: 4;
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
position: relative;
padding: 5px 8px 5px 0;
}
.mcw-form__field-group {
width: 100%;
font-weight: 400;
background-color: #fff;
border: 1px solid #dde2e5;
-webkit-border-radius: 3px;
border-radius: 3px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
}
.mcw-form__field-group_sm {
width: 48%;
min-width: 103px;
}
.mcw-form__select {
font-family: "Open Sans", sans-serif;
font-size: 13px;
color: #334356;
background-color: transparent;
border: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 4px 0;
}
.mcw-form__select_last {
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.mcw-form__field-group_right .mcw-form__field {
padding-left: 8px;
}
.mcw-form__field-group_right .mcw-form__symbol {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.mcw-form__symbol {
font-size: 13px;
color: #dde2e5;
padding: 0 7px;
}
.mcw-form__symbol-xs {
padding: 0;
}
.mcw-form__extra {
margin: 5px 0;
}
.mcw-form__extra-opener {
font-size: 13px;
text-align: center;
text-decoration: underline;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.mcw-form__extra-block {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
overflow: hidden;
}
.mcw-form__extra.opened .mcw-form__extra-opener {
padding-bottom: 25px;
}
.mcw-form__extra.opened .mcw-form__extra-block {
max-height: 150px;
}
.mcw-form__extra.closed .mcw-form__extra-block {
max-height: 0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.mcw-form__extra .select-target {
padding-left: 3px;
}
.mcw-result {
font-size: 13px;
font-family: Open Sans, Helvetica, Arial, sans-serif;
font-weight: 600;
}
.mcw-result__tr {
height: 22px;
}
.mcw-result__value {
text-align: right;
}
.mcw-calculate-btn {
font-size: 14px;
text-align: center;
line-height: 1;
color: #fff;
background-color: #008fd5;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
padding: 8px 0;
margin-top: 10px;
}
.mcw-wrap__mcw-form {
padding: 10px 0;
}
@-webkit-keyframes vex-fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes vex-fadeout {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes vex-rotation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.vex,
.vex *,
.vex *:before,
.vex *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.vex {
position: fixed;
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 1111;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.vex-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.vex-overlay {
-webkit-animation: vex-fadein 0.5s;
animation: vex-fadein 0.5s;
position: fixed;
z-index: 1111;
background: rgba(0, 0, 0, 0.4);
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.vex-overlay.vex-closing {
-webkit-animation: vex-fadeout 0.5s forwards;
animation: vex-fadeout 0.5s forwards;
}
.vex-content {
-webkit-animation: vex-fadein 0.5s;
animation: vex-fadein 0.5s;
background: #fff;
}
.vex.vex-closing .vex-content {
-webkit-animation: vex-fadeout 0.5s forwards;
animation: vex-fadeout 0.5s forwards;
}
.vex-close:before {
font-family: Arial, sans-serif;
content: "\00D7";
}
.vex-dialog-form {
margin: 0;
}
.vex-dialog-button {
text-rendering: optimizeLegibility;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.vex-loading-spinner {
-webkit-animation: vex-rotation 0.7s linear infinite;
animation: vex-rotation 0.7s linear infinite;
-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
position: fixed;
z-index: 1112;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 2em;
width: 2em;
background: #fff;
}
body.vex-open {
overflow: auto;
}
@-webkit-keyframes vex-pulse {
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
.vex.vex-theme-plain {
font-family: Open Sans, Helvetica, Arial, sans-serif;
padding-top: 100px;
padding-bottom: 100px;
}
.vex.vex-theme-plain .vex-content {
background: #fff;
color: #444;
padding: 1em;
position: relative;
margin: 0 auto;
max-width: 100%;
width: 800px;
font-size: 14px;
line-height: 1.5em;
}
.vex.vex-theme-plain .vex-content.vex-content__sm {
width: 640px;
}
.vex.vex-theme-plain .vex-content h1,
.vex.vex-theme-plain .vex-content h2,
.vex.vex-theme-plain .vex-content h3,
.vex.vex-theme-plain .vex-content h4,
.vex.vex-theme-plain .vex-content h5,
.vex.vex-theme-plain .vex-content h6,
.vex.vex-theme-plain .vex-content p,
.vex.vex-theme-plain .vex-content ul,
.vex.vex-theme-plain .vex-content li {
color: inherit;
}
.vex.vex-theme-plain .vex-close {
position: absolute;
top: -33px;
right: -33px;
cursor: pointer;
}
.vex.vex-theme-plain .vex-close:before {
position: absolute;
content: "\00D7";
font-size: 26px;
font-weight: normal;
line-height: 31px;
height: 30px;
width: 30px;
text-align: center;
top: 3px;
right: 3px;
color: #bbb;
background: transparent;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
margin-bottom: 0.5em;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
margin-bottom: 1em;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
background: #f0f0f0;
width: 100%;
padding: 0.25em 0.67em;
border: 0;
font-family: inherit;
font-weight: inherit;
font-size: inherit;
min-height: 2.5em;
margin: 0 0 0.25em;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
outline: none;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
*zoom: 1;
}
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
content: "";
display: table;
clear: both;
}
.vex.vex-theme-plain .vex-dialog-button {
-webkit-border-radius: 0;
border-radius: 0;
border: 0;
float: right;
margin: 0 0 0 0.5em;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
line-height: 1em;
padding: 0.75em 2em;
}
.vex.vex-theme-plain .vex-dialog-button.vex-last {
margin-left: 0;
}
.vex.vex-theme-plain .vex-dialog-button:focus {
-webkit-animation: vex-pulse 1.1s infinite;
animation: vex-pulse 1.1s infinite;
outline: none;
}
@media (max-width: 900px) {
.vex.vex-theme-plain .vex-close {
right: -3px;
}
.vex.vex-theme-plain .vex-close:before {
color: #777;
background: #e0e0e0;
}
}
@media (max-width: 568px) {
.vex.vex-theme-plain .vex-dialog-button:focus {
-webkit-animation: none;
animation: none;
}
}
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
background: #3288e6;
color: #fff;
}
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
background: #e0e0e0;
color: #777;
}
.vex-loading-spinner.vex-theme-plain {
height: 2.5em;
width: 2.5em;
}
.vex-content__mcw-popup-result {
margin-bottom: 10px;
}
.mcw-popup-result {
width: 100%;
border: 0;
border-collapse: collapse;
table-layout: auto;
}
.mcw-popup-result tbody td {
height: 30px;
border-bottom: 1px solid #b5c0cc;
}
.mcw-popup-result tfoot td {
font-weight: 700;
}
.mcw-popup-result tfoot td:last-child {
font-size: 18px;
padding-top: 5px;
}
.mcw-popup-result td {
border: 0;
padding: 0;
margin: 0;
}
.mcw-doughnut {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.mcw-doughnut__wrap {
max-width: 180px;
width: 180px;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-right: 10px;
}
.mcw-doughnut__table-wrap {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
@media (max-width: 650px) {
.mcw-popup-result {
font-size: 13px;
}
.mcw-popup-result tfoot td:last-child {
font-size: 15px;
}
}
@media (max-width: 550px) {
.mcw-doughnut {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.mcw-doughnut__wrap {
margin: 0 0 15px 0;
}
}
.mcw-total {
background-color: #f0f3f4;
-webkit-border-radius: 3px;
border-radius: 3px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 25px;
}
.mcw-total__block {
width: 25%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px 20px;
}
.mcw-total__row {
font-size: 14px;
text-align: center;
white-space: nowrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 3px 0;
}
.mcw-total__currency,
.mcw-total__value {
font-size: 20px;
font-weight: 700;
}
.mcw-schedule {
text-align: center;
margin-top: 35px;
}
.mcw-schedule__table {
border: 0;
table-layout: auto;
}
.mcw-schedule__wrap {
max-height: 300px;
overflow: auto;
padding: 0 10px 0 0;
}
.mcw-schedule__title {
font-size: 16px;
font-weight: 700;
text-align: center;
margin: 12px 0;
}
.mcw-schedule thead td {
font-weight: 700;
}
.mcw-schedule tr {
border: 0;
padding: 0;
margin: 0;
}
.mcw-schedule td {
text-align: center;
line-height: 1.5;
border: 0;
border-bottom: 1px solid #eee;
vertical-align: middle;
padding: 0;
margin: 0;
}
.mcw-schedule .right {
text-align: right;
}
.mcw-schedule .left {
text-align: left;
}
@media (max-width: 766px) {
.mcw-schedule {
font-size: 13px;
}
.mcw-schedule__th-total-interest,
.mcw-schedule__td-total-interest {
display: none;
}
.mcw-schedule__title {
font-size: 14px;
}
}
@media (max-width: 550px) {
.mcw-schedule__th-payment,
.mcw-schedule__td-payment {
display: none;
}
}
@media (max-width: 480px) {
.mcw-schedule__th-balance,
.mcw-schedule__td-balance {
display: none;
}
}
.select-select {
display: none;
/* For when we are on a small touch device and want to use native controls */
pointer-events: none;
position: absolute;
opacity: 0;
}
.select-element,
.select-element:after,
.select-element:before,
.select-element *,
.select-element *:after,
.select-element *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.select-element {
position: absolute;
display: none;
}
.select-element.select-open {
display: block;
}
.select-theme-default,
.select-theme-default *,
.select-theme-default *:after,
.select-theme-default *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.select.select-theme-default {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
z-index: 12;
}
.select.select-theme-default .select-content {
max-width: 70px;
max-height: 250px;
border: 1px solid #dde2e5;
background: #fff;
font-family: inherit;
color: inherit;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 27rem),
(max-height: 27rem) {
.select.select-theme-default .select-content {
max-width: 11.25rem;
max-height: 11.25rem;
}
}
.select.select-theme-default .select-options {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
margin: 0;
padding: 0;
}
.select.select-theme-default .select-options .select-option {
font-size: 13px;
cursor: pointer;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
list-style: none;
line-height: 1;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
position: relative;
overflow: hidden;
display: block;
padding: 3px 15px 3px 5px;
margin: 0;
}
.select.select-theme-default .select-options .select-option:hover,
.select.select-theme-default .select-options .select-option.select-option-highlight {
background: #09f;
color: #fff;
}
.select-target.select-theme-default {
max-width: 100%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-size: 13px;
line-height: 1.1;
color: #444;
text-decoration: none;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
cursor: pointer;
display: inline-block;
vertical-align: middle;
box-shadow: none !important;
z-index: 10;
position: relative;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 8px;
padding-right: 8px;
}
.select-target.select-theme-default.select-target-focused,
.select-target.select-theme-default.select-target-focused:focus {
outline: none;
}
.select-target.select-theme-default b {
width: 2em;
height: 12px;
position: absolute;
right: 7px;
top: 0;
bottom: 0;
margin: auto;
}
.select-target.select-theme-default b:after {
content: "";
display: block;
position: absolute;
margin: auto;
right: 0;
height: 0;
width: 0;
border: 0.263em solid transparent;
}
.select-target.select-theme-default b:before {
top: 0;
border-bottom-color: inherit;
}
.select-target.select-theme-default b:after {
bottom: 0;
border-top-color: inherit;
}
.mcw-wrap_theme3 {
-webkit-border-radius: 5px;
border-radius: 5px;
}
.mcw-wrap_theme3 .mcw-form__block {
background-color: #fff;
position: relative;
padding: 5px 8px;
margin-bottom: 0;
}
.mcw-wrap_theme3 .mcw-form__block::after {
content: "";
width: 85%;
width: -webkit-calc(100% - 16px);
width: calc(100% - 16px);
height: 1px;
background-color: #bebfc0;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.mcw-wrap_theme3 .mcw-form__block:last-child::after {
width: 0;
hegiht: 0;
z-index: -1;
}
.mcw-wrap_theme3 .mcw-form__block .mcw-form__title {
color: #bebfc0;
}
.mcw-wrap_theme3 .mcw-form__block .mcw-form__field-group {
border: 0;
}
.mcw-wrap_theme3 .mcw-form__block-column {
background-color: #fff;
padding: 5px 15px;
margin-bottom: 0;
}
.mcw-wrap_theme3 .mcw-form__block-column .mcw-form__title {
color: #bebfc0;
white-space: nowrap;
}
.mcw-wrap_theme3 .mcw-form__block-column label,
.mcw-wrap_theme3 .mcw-form__block-column .mcw-form__field-group {
border: 0;
border-bottom: 1px solid #bebfc0;
-webkit-border-radius: 0;
border-radius: 0;
}
.mcw-wrap_theme3 .mcw-form__block-column:last-child .mcw-form__field-group {
border-bottom: 0;
}
.mcw-wrap_theme3 .mcw-form__block-column .mcw-form__field {
background-color: transparent;
padding-left: 0;
}
.mcw-wrap_theme3 .mcw-form__block-column .mcw-form__symbol {
padding-left: 0;
}
.mcw-wrap_theme3 .mcw-calculate-btn {
background: -webkit-gradient(linear, left top, right top, from(#3b7ff6), to(#39a7ef));
background: -webkit-linear-gradient(left, #3b7ff6, #39a7ef);
background: -o-linear-gradient(left, #3b7ff6, #39a7ef);
background: linear-gradient(to right, #3b7ff6, #39a7ef);
-webkit-box-shadow: 0 0 24px 2px rgba(58, 150, 242, 0.35);
box-shadow: 0 0 24px 2px rgba(58, 150, 242, 0.35);
padding-top: 10px;
padding-bottom: 10px;
}
.mcw-wrap_200 .mcw-wrap_theme3 .mcw-form__title {
font-size: 12px;
}
.mcw-wrap_200 .mcw-wrap_theme3 .mcw-form__symbol {
padding: 0 3px;
}
.mcw-wrap_200 .mcw-wrap_theme3 .mcw-result {
font-size: 12px;
}
.mcw-wrap_theme4 {
-webkit-border-radius: 5px;
border-radius: 5px;
}
.mcw-wrap_theme4 .mcw-form__block {
background-color: #fff;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 16px 0 rgba(89, 72, 99, 0.12);
box-shadow: 0 0 16px 0 rgba(89, 72, 99, 0.12);
padding: 8px 15px;
margin-bottom: 10px;
}
.mcw-wrap_theme4 .mcw-form__block .mcw-form__title {
color: #bebfc0;
white-space: nowrap;
}
.mcw-wrap_theme4 .mcw-form__block label,
.mcw-wrap_theme4 .mcw-form__block .mcw-form__field-group {
border: 0 !important;
}
.mcw-wrap_theme4 .mcw-form__field-group_sm {
min-width: 95px;
}
.mcw-wrap_theme4 .mcw-calculate-btn {
background: -webkit-gradient(linear, left top, right top, from(#3b7ff6), to(#39a7ef));
background: -webkit-linear-gradient(left, #3b7ff6, #39a7ef);
background: -o-linear-gradient(left, #3b7ff6, #39a7ef);
background: linear-gradient(to right, #3b7ff6, #39a7ef);
-webkit-box-shadow: 0 0 24px 2px rgba(58, 150, 242, 0.35);
box-shadow: 0 0 24px 2px rgba(58, 150, 242, 0.35);
padding-top: 10px;
padding-bottom: 10px;
}
.mcw-wrap_theme4 .mcw-form__block-column {
background-color: #fff;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0 16px 0 rgba(89, 72, 99, 0.12);
box-shadow: 0 0 16px 0 rgba(89, 72, 99, 0.12);
padding: 4px 15px;
margin-bottom: 10px;
}
.mcw-wrap_theme4 .mcw-form__block-column .mcw-form__title {
color: #bebfc0;
white-space: nowrap;
}
.mcw-wrap_theme4 .mcw-form__block-column label,
.mcw-wrap_theme4 .mcw-form__block-column .mcw-form__field-group {
border: 0 !important;
}
.mcw-wrap_theme4 .mcw-form__block-column .mcw-form__symbol {
padding-left: 0;
}
.mcw-wrap_theme4 .mcw-form__block-column .mcw-form__field {
padding-left: 0;
}
.mcw-wrap_200 .mcw-wrap {
padding-left: 10px;
padding-right: 10px;
}
.mcw-wrap_200 .mcw-wrap_theme4 .mcw-form__block {
padding-left: 8px;
padding-right: 8px;
}
.mcw-wrap_200 .mcw-wrap_theme4 .mcw-form__block .mcw-form__title {
white-space: normal;
}
.mcw-wrap_theme5 {
color: #334356;
-webkit-border-radius: 5px;
border-radius: 5px;
background: -webkit-linear-gradient(135deg, #797efd, #ebaffd);
background: -o-linear-gradient(135deg, #797efd, #ebaffd);
background: linear-gradient(-45deg, #797efd, #ebaffd);
}
.mcw-wrap_theme5 .mcw-form__field-group {
background-color: transparent;
border-color: transparent;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 0px 38px 0px rgba(89, 72, 99, 0.1);
box-shadow: 0 0px 38px 0px rgba(89, 72, 99, 0.1);
overflow: hidden;
}
.mcw-wrap_theme5 .mcw-form__field-group::after {
content: "";
width: 100%;
height: 100%;
background-color: #fff;
z-index: 1;
position: absolute;
opacity: 0.2;
}
.mcw-wrap_theme5 .mcw-form__symbol,
.mcw-wrap_theme5 .mcw-form__field,
.mcw-wrap_theme5 .mcw-form__select {
color: #fff;
background-color: transparent;
z-index: 10;
}
.mcw-wrap_theme5 .mcw-form__select option {
color: #000;
}
.mcw-wrap_theme5 .mcw-calculate-btn {
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 18px 6px rgba(89, 72, 99, 0.3);
box-shadow: 0 5px 18px 6px rgba(89, 72, 99, 0.3);
}
.mcw-wrap_theme5 .select-target.select-theme-default {
color: #334356;
}
@-webkit-keyframes vex-fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes vex-fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes vex-fadeout {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes vex-fadeout {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes vex-rotation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes vex-rotation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes vex-pulse {
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
@keyframes vex-pulse {
0% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
70% {
-webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
}
100% {
-webkit-box-shadow: inset 0 0 0 300px transparent;
box-shadow: inset 0 0 0 300px transparent;
}
}
</style>
<div class="mcw-wrap mcw-wrap_border mcw-wrap_shadow mcw-wrap_theme1" id="mcwWrap">
<div class="mcw__title"></div>
<div class="mcw-form mcw-wrap__mcw-form">
<div class="mcw-form__block">
<div class="mcw-form__title">Home Price</div><label class="mcw-form__field-group mcw-form__field-group_sm"><span class="mcw-form__symbol">$</span><input class="mcw-form__field" data-mcw-control="homePrice" type="text"
value="350,000"></label>
</div>
<div class="mcw-form__block">
<div class="mcw-form__title">Down Payment</div><label class="mcw-form__field-group mcw-form__field-group_sm"><span class="mcw-form__symbol">$</span><input class="mcw-form__field" data-mcw-control="downPayment" type="text"
value="52,000"></label>
</div>
<div class="mcw-form__block">
<div class="mcw-form__title">Interest Rate</div><label class="mcw-form__field-group mcw-form__field-group_sm mcw-form__field-group_right"><span class="mcw-form__symbol">%</span><input class="mcw-form__field" data-mcw-control="interestRate"
type="text" value="4.05"></label>
</div>
<div class="mcw-form__block">
<div class="mcw-form__title">Mortgage Term</div><label class="mcw-form__field-group mcw-form__field-group_sm mcw-form__field-group_right"><span class="mcw-form__symbol">years</span><input class="mcw-form__field"
data-mcw-control="mortgageTerm" type="text" value="30"></label>
</div>
<div class="mcw-form__block">
<div class="mcw-form__title">Start date</div>
<div class="mcw-form__field-group mcw-form__field-group_sm"><select class="mcw-form__select select-select" name="" id="mcwMonth" style="visibility: hidden;">
<option value="0">Jan</option>
<option value="1">Feb</option>
<option value="2">Mar</option>
<option value="3">Apr</option>
<option value="4">May</option>
<option value="5">Jun</option>
<option value="6">Jul</option>
<option value="7">Aug</option>
<option value="8">Sep</option>
<option value="9">Oct</option>
<option value="10">Nov</option>
<option value="11">Dec</option>
</select><a href="javascript:;" class="select-target select-theme-default select-enabled select-abutted select-abutted-left select-out-of-bounds select-out-of-bounds-bottom select-element-attached-bottom select-element-attached-left select-target-attached-top select-target-attached-left" tabindex="0">Jan<b></b></a><select
class="mcw-form__select select-select" name="" id="mcwYear" style="visibility: hidden;">
<option value="2024">2024</option>
<option value="2025">2025</option>
<option value="2026">2026</option>
<option value="2027">2027</option>
<option value="2028">2028</option>
<option value="2029">2029</option>
<option value="2030">2030</option>
<option value="2031">2031</option>
<option value="2032">2032</option>
<option value="2033">2033</option>
</select><a href="javascript:;" class="select-target select-theme-default select-enabled select-abutted select-abutted-left select-out-of-bounds select-out-of-bounds-bottom select-element-attached-bottom select-element-attached-left select-target-attached-top select-target-attached-left" tabindex="0">2024<b></b></a>
</div>
</div>
<div class="mcw-form__block">
<div class="mcw-form__title">PMI</div><label class="mcw-form__field-group mcw-form__field-group_sm"><span class="mcw-form__symbol">$</span><input class="mcw-form__field" data-mcw-control="pmi" type="text" value="1,881.24"></label>
</div>
<div class="mcw-form__block">
<div class="mcw-form__title">Taxes</div><label class="mcw-form__field-group mcw-form__field-group_sm"><span class="mcw-form__symbol">$</span><input class="mcw-form__field" data-mcw-control="taxes" type="text" value="4,375"></label>
</div>
<div class="mcw-form__block">
<div class="mcw-form__title">Insuranse</div><label class="mcw-form__field-group mcw-form__field-group_sm"><span class="mcw-form__symbol">$</span><input class="mcw-form__field" data-mcw-control="insurance" type="text" value="1,225"></label>
</div>
<div class="mcw-form__block">
<div class="mcw-form__title">HOA</div><label class="mcw-form__field-group mcw-form__field-group_sm"><span class="mcw-form__symbol">$</span><input class="mcw-form__field" data-mcw-control="hoa" type="text" value="0"></label>
</div>
</div>
<div class="mcw-form mcw-wrap__mcw-form">
<div class="mcw-form__extra closed" id="mcwExtra">
<div class="mcw-form__extra-opener" id="mcwExtraOpener">Add extra payments</div>
<div class="mcw-form__extra-wrap">
<div class="mcw-form__block mcw-form__extra-block">
<div class="mcw-form__title">To monthly</div><label class="mcw-form__field-group mcw-form__field-group_sm"><span class="mcw-form__symbol">$</span><input class="mcw-form__field" data-mcw-control="extraMonthly" type="text"
value="0"></label>
</div>
<div class="mcw-form__block mcw-form__extra-block" id="extraYearlyBlock">
<div class="mcw-form__title">Extra yearly</div>
<div class="mcw-form__field-group mcw-form__field-group_sm"><span class="mcw-form__symbol">$</span><input class="mcw-form__field" data-mcw-control="extraYearly" type="text" value="0"><select
class="mcw-form__select mcw-form__select_last select-select" name="" id="extraYearlyMonth" data-mcw-control="extraYearlyMonth">
<option value="0">Jan</option>
<option value="1">Feb</option>
<option value="2">Mar</option>
<option value="3">Apr</option>
<option value="4">May</option>
<option value="5">Jun</option>
<option value="6">Jul</option>
<option value="7">Aug</option>
<option value="8">Sep</option>
<option value="9">Oct</option>
<option value="10">Nov</option>
<option value="11">Dec</option>
</select><a href="javascript:;" class="select-target select-theme-default select-enabled select-abutted select-abutted-left select-out-of-bounds select-out-of-bounds-bottom select-element-attached-bottom select-element-attached-left select-target-attached-top select-target-attached-left" tabindex="0">Jan<b></b></a>
</div>
</div>
</div>
</div>
</div>
<div class="mcw-calculate-btn" id="mcwCalculateBtn">CALCULATE</div>
</div>
</div>
<!-- <div id='mcwWidget'></div> -->
<!-- /.about-one__from-content -->
</form>
#
<form action="#">
<label for="search" class="sr-only">search here</label><!-- /.sr-only -->
<input type="text" id="search" placeholder="Search Here...">
<button type="submit" aria-label="search submit" class="thm-btn">
<i class="fa fa-search"></i>
</button>
</form>
Text Content
Privacy News FAQs info@afgloan.com NMLS ID: 1820275 * Home * Company * About Us * Our Value * Our Team * Our Contact * Refinance * Purchase * Calculators * Resources * Loan Program * Loan Process * Mortgage Basics * Online Form * Contact Us * Call Anytime (925) 517 3874 * Home * Company * About Us * Our Value * Our Team * Our Contact * Refinance * Purchase * Calculators * Resources * Loan Program * Loan Process * Mortgage Basics * Online Form * Contact Us * Call Anytime (925) 517 3874 A RELIABLE LOAN FOR YOUR HOME Partner with us to walk you through the whole process of accessing our flexible Loan for Home. Our Professional Financial Advisors are always on board just for you. Apply For Loan GIVING FUTURE TO YOUR INVESTMENT With our various products, AFG Loans have the capacity to service all your financial needs. You are just a few clicks away from accessing the biggest and most flexible loan platform that gives your business a promising future. Apply For Loan ENSURING YOU LIVE YOUR DREAM TODAY With our various products, AFG Loans have the capacity to service all your financial needs. You are just a few clicks away from accessing the biggest and most flexible loan platform that gives your business a promising future. Apply For Loan A RELIABLE LOAN FOR YOUR HOME Partner with us to walk you through the whole process of accessing our flexible Loan for Home. Our Professional Financial Advisors are always on board just for you. Apply For Loan GIVING FUTURE TO YOUR INVESTMENT With our various products, AFG Loans have the capacity to service all your financial needs. You are just a few clicks away from accessing the biggest and most flexible loan platform that gives your business a promising future. Apply For Loan Quick Payment Process No Prepayment Fees AFG AFG LOANS GIVE YOU THE BEST FINANCIAL SOLUTIONS EVER American Funding Group Loan is a financial servicing organization, we focus on delivering quantifiable results for our customers, based on a well tested methodology and solid experience. We are dedicated to supporting you with all your loan concerns, car loan, home loan, personal loan, degree loan, mortgage loan etc... EASY PROCESS Tell us about yourself ==> Choose a plan ==> Get a loan CERTIFIED COMPANY We are registered to provide loans with NMLS ID: 1820275 MORTGAGE CALCULATOR Home Price $ Down Payment $ Interest Rate % Mortgage Term years Start date JanFebMarAprMayJunJulAugSepOctNovDecJan20242025202620272028202920302031203220332024 PMI $ Taxes $ Insuranse $ HOA $ Add extra payments To monthly $ Extra yearly $JanFebMarAprMayJunJulAugSepOctNovDecJan CALCULATE What We Are Offering OUR LOANS SERVICES MORTGAGE SOLUTIONS AFG is committed to assist in fulfilling the dreams of thousands of people every year; INVESTMENT LOAN Your investments can never lead to insolvency and bankruptcy while partnering with us. PERSONAL LOAN Our personal loan is designed to assist you in tackling some life pressing financial needs before pay-day. Get to Know HOW OUR PLATFORM WORK Tell us about yourself Choose a plan that suit your need Get a loan upon approval Our Products FIND LOAN PRODUCTS WE OFFER PURCHASE A HOME Whether you’re buying your first home or your dream home, we have a mortgage solution for you. Get your custom rate quote today.t Description REFINANCE YOUR HOME We’re committed to helping you refinance with the lowest rates and fees in the industry today. Check out our Low Rates, Calculate your Payment, or Start the Process Today!. APPLY NOW Our Secure Application takes about 12 minutes to complete, and is required for a “Pre-Approval.” You will be contacted once your application is submitted. 1 Easy loan solutions for small agency, business and companies 2 Submit Required Document and Details for loan approval 3 Take our loans now and pay later when studies completed 4 Get small loans for more needs in 2 hours with less documents Customers Testimonials WHAT PEOPLE SAYS ABOUT US Avantage Services ALL AVANTAGE SERVICES FINANCIAL CONSULTANCY Read More DOWN PAYMENT ASSISTANCE Read More EASY LOAN PROCESS Read More CLIENT EXPERIENCE Read More REFINANCING MADE EASY Read More SATISFACTION GUARANTEED Read More AFG LOANS GIVE YOU THE BEST FINANCIAL SOLUTIONS EVER Apply For Loan AFG Loan is a financial servicing organization, we focus on delivering quantifiable results for our customers, based on a well tested methodology and solid experience. Call Anytime (925) 517 3874 RESOURCES * Loan Program * Loan Process * Mortgage Basics * Online Form * FAQ DISCLAIMER * Legal * Privacy * Accessibility * Site Map * Contact CONTACT * California * USA * info@afgloan.com © Copyright 2024 - All Rights Reserved. Made with 🤍 by Brainiac * Home * Company * About Us * Our Value * Our Team * Our Contact * Refinance * Purchase * Calculators * Resources * Loan Program * Loan Process * Mortgage Basics * Online Form * Contact Us * Call Anytime (925) 517 3874 * info@afgloan.com * (925) 517 3874 search here * Jan * Feb * Mar * Apr * May * Jun * Jul * Aug * Sep * Oct * Nov * Dec * 2024 * 2025 * 2026 * 2027 * 2028 * 2029 * 2030 * 2031 * 2032 * 2033 * Jan * Feb * Mar * Apr * May * Jun * Jul * Aug * Sep * Oct * Nov * Dec