/**
*	Theme Name: American Funding Association
**/

body{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
body .container{
    max-width: 1280px;
    padding: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0 32px 0 0;
    position: relative;
}
.nav-menu li#menu-item-22 {
    margin-right: 15px;
}
.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li a {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    padding-bottom: 3px;
}
.nav-menu .current_page_item > a::after,
.nav-menu li a::after{
    content: '';
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 0;
    transition: all 0.4s ease;
}
.nav-menu li a:hover::after,
.nav-menu .current_page_item > a::after{
    width: 100%;
}
.nav-menu li#menu-item-22 a img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(100%) saturate(0%) hue-rotate(34deg) brightness(105%) contrast(101%);
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: -3px;
    top: 6px;
    line-height: 1;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #2563eb;
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
    border-radius: 10px;
}

ul.sub-menu li {
    margin: 0;
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 13px 17px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}
ul.sub-menu li:first-child a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
ul.sub-menu li:last-child a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
ul.sub-menu li a::after,
.nav-menu .current_page_item > a::after{
    display: none;
}
ul.sub-menu li a:hover {
    background: #000;
}
li#menu-item-659 a {
    background-color: #1d4ed8;
}
li#menu-item-659 a:hover {
    background-color: #1e46c2;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #1d4ed8;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #ffffff;
    position: relative;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.content-header.cover {
    padding: 100px 0;
    position: relative;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.site-header {
    background-color: #2563eb;
    padding: 18px 0;
}
.site-logo img {
    width: 235px;
}
.nav-menu li.phone-menu{
    margin-right: 12px;
}
.nav-menu li a img{
    transition: all 0.4s ease;
}
.nav-menu li.phone-menu a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #2563eb;
    padding: 13px 25px 12px;
    border-radius: .75rem;
}
.nav-menu li.phone-menu a img{
    filter: brightness(0) saturate(100%) invert(32%) sepia(58%) saturate(5773%) hue-rotate(217deg) brightness(98%) contrast(88%);
    width: 16px;
    height: 16px;
    margin: -1px 2px 0 0;
}
.nav-menu li.menu-btn a {
    color: #ffffff;
    background-color: #eab308;
    padding: 13px 25px 12px;
    border-radius: .75rem;
}
.nav-menu li.menu-btn a::after{
	display: none;
}
.nav-menu li.menu-btn a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(230deg) brightness(104%) contrast(101%);
    width: 16px;
    height: 16px;
    margin: -2px 0 0 5px;
}
.nav-menu li.menu-btn a:hover,
.nav-menu li.phone-menu a:hover{
    color: #ffffff;
    background-color: #ca8a04;
}
.nav-menu li.menu-btn a:hover img{
    margin-left: 10px;
}
.nav-menu li.phone-menu a:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(230deg) brightness(104%) contrast(101%);
}

/*Header*/

/*Home*/
.hbanner-sec {
    background-image: linear-gradient(to bottom, rgb(219 234 254 / .5), transparent);
    padding: 60px 0;
}
.hbanner-sec .row {
    --bs-gutter-x: 40px;
}
.hbanner-ct h1,
.hbanner-ct h2,
.hbanner-ct h3,
.hbanner-ct h4,
.hbanner-ct h5,
.hbanner-ct h6{
    color: #172554;
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 25px 0;
}
.hbanner-ct h1 strong,
.hbanner-ct h2 strong,
.hbanner-ct h3 strong,
.hbanner-ct h4 strong,
.hbanner-ct h5 strong,
.hbanner-ct h6 strong{
    color: #3b82f6;
    font-weight: 700;
}
.hbanner-ct h1 strong#app{
    position: relative;
}
.hbanner-ct h1 strong#app::after{
    content: '';
    display: inline-block;
    background-image: url(images/line-title.png);
    background-size: cover;
    background-position: top left;
    width: 200px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hbanner-ct p {
    color: #172554;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
a.all-buttons {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: .75rem;
    padding: 12px 36px;
}
a.all-buttons img{
    margin: -2px 0 0 5px;
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(130deg) brightness(111%) contrast(100%);
    transition: all 0.4s ease;
}
a.all-buttons:hover img{
    margin-left: 10px;
}
a.all-buttons.blue{
    color: #ffffff;
    background-color: #3b82f6;
}
a.all-buttons.blue:hover{
    color: #ffffff;
    background-color: #2563eb;
}
a.all-buttons.yellow{
    color: #ffffff;
    background-color: #eab308;
}
a.all-buttons.yellow:hover{
    color: #ffffff;
    background-color: #ca8a04;
}
a.all-buttons.white {
    color: #172554;
    background-color: rgba(255, 255, 255, 0.9);
}
a.all-buttons.white:hover{
    color: #ffffff;
    background-color: #ca8a04;
}
a.all-buttons.white img{
    filter: brightness(0) saturate(100%) invert(17%) sepia(11%) saturate(3390%) hue-rotate(187deg) brightness(91%) contrast(102%);
}
a.all-buttons.white:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(37%) saturate(3%) hue-rotate(90deg) brightness(115%) contrast(100%);
}
.hbanner-content a.all-buttons.yellow{
    color: #1d4ed8;
    border: 2px solid rgb(191 219 254);
    background-color: #f8fbff;
}
.hbanner-content a.all-buttons.yellow:hover{
    background-color: #eff6ff;
}
.hbanner-content a.all-buttons.yellow img{
    filter: brightness(0) saturate(100%) invert(25%) sepia(53%) saturate(4183%) hue-rotate(220deg) brightness(86%) contrast(95%);
}
.fw-btns{
    margin-top: 30px;
}
.fw-btns .d-flex {
    column-gap: 8px;
}
.hbanner-ct ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
}
.hbanner-ct ul li {
    color: #172554;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    transition: all 0.4s ease;
}
.hbanner-ct ul li:hover{
    transform: scale(1.03);
}
.hbanner-ct ul li::after{
    content: '';
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(43%) sepia(59%) saturate(2758%) hue-rotate(202deg) brightness(100%) contrast(94%);
    background-image: url(images/check-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
}
.hbanner-form {
    background-color: #f6f9fb;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    border-radius: .75rem;
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
    overflow: hidden;
}
.hbanner-form::after {
    content: '';
    display: inline-block;
    background-color: #facc1566;
    position: absolute;
    bottom: -50px;
    left: 30px;
    width: 160px;
    height: 160px;
    z-index: 0;
    border-radius: 100%;
    filter: blur(25px);
}
.hbanner-form::before {
    content: '';
    display: inline-block;
    background-color: #bfdbfe66;
    position: absolute;
    top: -50px;
    right: 30px;
    width: 128px;
    height: 128px;
    z-index: 0;
    border-radius: 100%;
    filter: blur(25px);
}
.hbform-ct {
    background-color: transparent;
    padding: 30px 30px 7px;
    border-radius: 7px;
    text-align: left;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 1;
}
.hbform-ct h2 {
    color: #1d4ed8;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}
.hbform-ct h2 strong {
    color: #1d4ed8;
    font-weight: 700;
}
.hbform-ct p,
.hbform-desc p{
    color: #172554;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.hbanner-fpd {
    padding: 0 30px 21px 30px;
    position: relative;
    z-index: 1;
}
.display-amount {
    margin-bottom: 20px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.price-value span,
.display-amount span{
    color: #3b82f6;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    display: block;
}
.price-value input,
.price-value input::placeholder{
    color: #172554ab;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.price-value input {
    width: 100%;
    border: 2px solid rgb(191 219 254);
    border-radius: .75rem;
    height: 56px;
}
.price-range {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 15px;
    box-sizing: border-box;
}
.price-range span {
    color: #172554;
    font-size: 14px;
    font-weight: 400;
}
.price-range input[type="range"] {
    width: 100%;
    height: 8px;
    background: #edf2f6;
    border-radius: 5px;
    appearance: none;
    outline: none;
    transition: background 0.3s ease;
}
.price-range input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}
.price-range input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}
.price-range input[type="range"]:focus::-webkit-slider-thumb {
    background: #0056b3;
}
.price-range input[type="range"]:focus::-moz-range-thumb {
    background: #0056b3;
}
.price-range .d-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}
.hbanner-form button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    background-color: #3b82f6;
    transition: all 0.4s ease;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: .75rem;
    padding: 12px 30px;
    border: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.hbanner-form button:hover{
    color: #ffffff;
    background-color: #eab308;
}
.hbanner-form button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(5507%) hue-rotate(187deg) brightness(122%) contrast(101%);
    width: 15px;
    height: 15px;
    margin: -1px 0 0 3px;
    transition: all 0.4s ease;
}
.hbanner-form button:hover img{
    margin-left: 6px;
}
.hbform-desc {
    text-align: center;
    margin: 20px 0;
}
.hbform-desc p{
    color: #172554;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.hbform-list {
    border-top: 1px solid #edf2f6;
    padding-top: 25px;
}
.hbform-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.hbform-list ul li{
    width: 33.33%;
    text-align: center;
}
.hbform-list ul li .icon {
    background-color: rgb(59 130 246);
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 100%;
    margin: 0 auto 5px;
}
.hbform-list ul li .icon img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(33%) hue-rotate(152deg) brightness(109%) contrast(101%);
}
.hbform-list ul li span{
    color: #172554;
    font-size: 13px;
    font-weight: 400;
}
.hmain-content {
    text-align: center;
    width: 65%;
    margin: 0 auto 40px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #172554;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 15px 0;
    position: relative;
    padding-bottom: 15px;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong{
    color: #3b82f6;
    font-weight: 700;
}
.hmain-content h1::after,
.hmain-content h2::after,
.hmain-content h3::after,
.hmain-content h4::after,
.hmain-content h5::after,
.hmain-content h6::after{
    content: '';
    display: inline-block;
    background-image: url(images/line-title.png);
    background-size: cover;
    background-position: center;
    width: 175px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
}
.hmain-content.white p{
    color: #ffffff;
}
.hmain-content p,
.iconsdt{
    color: #172554;
    font-size: 16px;
    font-weight: 400;
}
.hmain-content a.text{
    color: #172554;
    transition: all 0.4s ease;
}
.hmain-content a.text:hover{
    color: #3b82f6;
}
.hmain-content p strong {
    color: #3b82f6;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
}
.hmain-content.white p strong {
    color: #ffffff;
}
.hgetstarted-sec .hmain-content h2::after,
.hgetstarted-sec .hmain-content h3::after{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(203deg) brightness(109%) contrast(101%);
}
.hgetstarted-sec .hmain-content p {
    font-size: 18px;
}
.hwhychoose-sec {
    padding: 53px 0 60px;
    background-color: #f6f9fb;
}
.hwhychoose-list .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.hwhychoose-lbox {
    background-color: #ffffff;
    padding: 33px 33px 27px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: .75rem;
    height: 100%;
    border-bottom: 3px solid transparent;
    transition: all 0.4s ease;
}
.hwhychoose-lbox:hover{
    border-color: #3b82f6;
    transform: scale(1.04);
}
.hwhychoose-lbox .icon{
    background-color: #3b82f6;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: .75rem;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}
.hwhychoose-lbox:hover .icon {
    background-color: ;
}
.page-id-481 .hwhatabout-sec.cover.tailoredfund-sec .hwhychoose-lbox .icon {
    display: none;
}
.hwhychoose-lbox .icon img{
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(354deg) brightness(106%) contrast(101%);
}
.hwhychoose-lbox:hover .icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(25deg) brightness(104%) contrast(98%);
}
.hwhychoose-lbox h1,
.hwhychoose-lbox h2,
.hwhychoose-lbox h3,
.hwhychoose-lbox h4,
.hwhychoose-lbox h5,
.hwhychoose-lbox h6{
    color: #172554;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 9px 0;
}
.hwhychoose-lbox h1 strong,
.hwhychoose-lbox h2 strong,
.hwhychoose-lbox h3 strong,
.hwhychoose-lbox h4 strong,
.hwhychoose-lbox h5 strong,
.hwhychoose-lbox h6 strong{
    color: #3b82f6;
    font-weight: 700;
}
.hwhychoose-lbox p,
.hwhychoose-lbox ul li{
    color: #172554;
    font-size: 14px;
    font-weight: 400;
}
.hwhychoose-lbox p:last-child{
    margin-bottom: 0;
}
.hwhychoose-lbox ul{
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.hwhychoose-lbox ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 9px;
}
.hwhychoose-lbox ul li:last-child{
    margin-bottom: 0;
}
.hwhychoose-lbox ul li::after {
    content: '';
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(43%) sepia(59%) saturate(2758%) hue-rotate(202deg) brightness(100%) contrast(94%);
    background-image: url(images/check-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
}
.hwhychoose-content .fw-btns{
    margin-top: 45px;
}
.hwhychoose-content .fw-btns .d-flex {
    justify-content: center;
}
.hwhatabout-sec.cover {
    position: relative;
    padding: 58px 0 65px;
    background-attachment: fixed !important;
}
.hwhatabout-sec.cover::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #1e3a8acc;
}
.page-id-481 .hwhatabout-sec.cover::after{
    background-color: #000000ad;
}
.hwhatabout-content{
    position: relative;
    z-index: 1;
}
.hwhatabout-list .hwhychoose-lbox {
    background-color: rgb(23, 37, 84, 0.7);
    text-align: center;
    padding: 33px 30px 30px;
    border: none;
}
.hwhatabout-list .hwhychoose-lbox h1, .hwhatabout-list .hwhychoose-lbox h2, .hwhatabout-list .hwhychoose-lbox h3, .hwhatabout-list .hwhychoose-lbox h4, .hwhatabout-list .hwhychoose-lbox h5, .hwhatabout-list .hwhychoose-lbox h6{
    color: #ffffff;
}
.hwhatabout-list .hwhychoose-lbox p{
    color: rgba(255,255,255,0.9);
}
.hwhatabout-list .hwhychoose-lbox .icon {
    width: 48px;
    height: 48px;
    line-height: 46px;
    background-color: #ffffff;
    margin: 0 auto 20px;
    border-radius: 100%;
}
.hwhatabout-list .hwhychoose-lbox .icon img {
    width: 21px;
    height: 21px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(87%) saturate(2140%) hue-rotate(201deg) brightness(98%) contrast(97%);
}
.hthreesteps-sec {
    padding: 52px 0 60px;
}
.hthreesteps-list .hwhychoose-lbox {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 45px 37px 50px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 1px solid rgb(219 234 254);
}
/*
.hthreesteps-list .col-sm-12:nth-child(2) .hwhychoose-lbox {
    background-color: #172554;
}
.hthreesteps-list .col-sm-12:nth-child(3) .hwhychoose-lbox {
    background-color: #eab308;
}
*/
.hwhychoose-lcount span {
    color: #3b82f614;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 10px;
    line-height: 1;
}
/*
.hthreesteps-list .col-sm-12:nth-child(3) .hwhychoose-lbox .hwhychoose-lcount span {
    color: rgba(255, 255, 255, 0.1);
}
*/
.hthreesteps-list .hwhychoose-lbox h1,
.hthreesteps-list .hwhychoose-lbox h2,
.hthreesteps-list .hwhychoose-lbox h3,
.hthreesteps-list .hwhychoose-lbox h4,
.hthreesteps-list .hwhychoose-lbox h5,
.hthreesteps-list .hwhychoose-lbox h6{
    color: #1e3a8a;
    font-size: 20px;
    font-weight: bold;
}
.hthreesteps-list .hwhychoose-lbox p,
.hthreesteps-list .hwhychoose-lbox ul li{
    color: #172554;
}
.hthreesteps-list .hwhychoose-lbox p{
    font-size: 16px;
}
.hgetstarted-sec {
    background-image: linear-gradient(to left, #eab308, #3b82f6);
    padding: 43px 0 40px;
}
.hgetstarted-content .hmain-content {
    margin-bottom: 0;
}
.hgetstarted-content .hmain-content a.all-buttons {
    margin-top: 15px;
}
.hourprocess-sec {
    padding: 50px 0 60px;
    background-color: #f6f9fb;
}
.hourprocess-content .row {
    --bs-gutter-x: 30px;
}
.readyapply-img img {
    width: 100%;
    border-radius: .75rem;
}
.hmain-content.sm {
    text-align: center;
}
.hmain-content.sm p,
.iconsdt{
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.hmain-content.sm p strong {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: .75rem;
}
.hourprocess-content .hmain-content.sm {
    margin-bottom: 0;
    background-color: #172554;
    padding: 30px 40px 40px;
    border-radius: .75rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    width: 100%;
}
.hmain-content.sm h1,
.hmain-content.sm h2,
.hmain-content.sm h3,
.hmain-content.sm h4,
.hmain-content.sm h5,
.hmain-content.sm h6{
    font-size: 30px;
}
.hmain-content.sm a.all-buttons{
    font-size: 13px;
}
.hmain-content.sm .fw-btns .d-flex{
    justify-content: center;
}
.hmain-content .icon img {
    margin: 0 0 20px 0;
    filter: brightness(0) saturate(100%) invert(10%) sepia(26%) saturate(6083%) hue-rotate(219deg) brightness(89%) contrast(92%);
}
a.all-buttons.phone img {
    margin: -1px 2px 0 0;
    width: 14px;
    height: 14px;
}
.hfaq-sec {
    padding: 50px 0 42px;
}
.faqs_list {
    width: 900px;
    margin: 0 auto;
}
.faqs_list .card {
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    border-radius: .75rem;
    border: 1px solid #e5e7eb;
    transition: all 0.4s ease;
}
.faqs_list .card:hover{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.faqs_list a.card-link {
    color: #172554;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 60px 18px 25px;
}
.faqs_list .card-body {
    padding: 0 25px 7px;
    background-color: #ffffff;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
}
.faqs_list .card-body p {
    color: #172554;
    font-size: 15px;
    font-weight: 400;
}
.faqs_list .card.active a.card-link{
    color: #172554;
    transition: all 0.4s ease;
}
.faqs_list .card.active a.card-link::after{
    content: "\f106";
    line-height: 26px;
    transition: all 0.4s ease;
}
.faqs_list .card a.card-link::after {
    color: #172554;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    right: 25px;
    top: 14px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    transition: all 0.4s ease;
}
.site-footer {
    background-color: #2563eb;
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}
.site-footer::after {
    content: '';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: 0;
    border-radius: 100%;
}
.site-footer::before {
    content: '';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 140px;
    height: 140px;
    position: absolute;
    top: -50px;
    right: 60px;
    z-index: 0;
    border-radius: 100%;
}
.footer-content .col-3{
    position: relative;
    transition: all 0.4s ease;
}
.footer-content .col-3:hover{
    margin-top: -5px;
    transition: all 0.4s ease;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 240px;
}
.footer-logo p {
    color: #fffc;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 0 0;
}
.ft-menu.one {
    padding-left: 50px;
}
.ft-menu strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li {
    margin: 0 0 8px 0;
    position: relative;
    padding-left: 22px;
}
.ft-menu.ft-contactinfo ul li{
    padding: 0;
}
.ft-menu ul li::after{
    content: '';
    display: inline-block;
    background-image: url(images/ftmenu-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 100%;
}
.ft-menu.ft-contactinfo ul li::after{
    display: none;
}
.ft-menu.ft-contactinfo ul li {
    margin-bottom: 15px;
}
.ft-menu ul li:last-child,
.ft-menu.ft-contactinfo ul li:last-child{
    margin-bottom: 0;
}
.ft-menu ul li{
    transition: all 0.4s ease;
}
.ft-menu ul li:hover{
    margin-left: 5px;
    transition: all 0.4s ease;
}
.ft-menu ul li a,
.ft-menu ul li span{
    color: #fffc;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    transition: all 0.4s ease;
}
.ft-menu ul li a:hover{
    color: #ffffff;   
}
.ft-menu ul li a img,
.ft-menu ul li span img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7401%) hue-rotate(121deg) brightness(107%) contrast(95%);
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-right: 8px;
}
.copyright {
    border-top: 1px solid #fff3;
    padding: 15px 0;
    text-align: center;
    margin-top: 30px;
}
.copyright span{
    color: #fffc;
    font-size: 14px;
    font-weight: 400;
}
.copyright span a{
    color: #fffc;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.copyright span a:hover{
    color: rgba(255,255,255);
}
/*Home*/

/*How It Works*/
.howworkbg-sec {
    background-image: url(images/howworkbg-after.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 70px 0 34px;
}
.howworkbg-sec .hmain-content {
    width: 63%;
}
.howworkbg-content .hmain-content p strong {
    color: #2563eb;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    border: 1px solid #bfdbfe80;
    padding: .5rem 1rem;
    border-radius: 100px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.simpleprol-count{
    width: 64px;
    height: 64px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 4px solid rgb(96 165 250);
    border-radius: 100%;
    text-align: center;
    line-height: 59px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.simpleprocess-sec {
    background-color: #f7f9fb;
    padding: 50px 0 56px;
    position: relative;
}
.simpleprocess-sec::after,
.hgetstarted-sec.how-work::after{
    content: '';
    display: inline-block;
    background-image: url(images/simpleprocess-after.svg);
    filter: brightness(0) saturate(100%) invert(94%) sepia(3%) saturate(1476%) hue-rotate(191deg) brightness(77%) contrast(113%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    opacity: 0.1;
    animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Adjust for how far up */
  }
}
.simpleprocess-list.hdoqualify-list .row{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.simpleprocess-list.hdoqualify-list .col-sm-12{
    flex: auto;
    width: 50%;
}
.simpleprocess-list .hwhychoose-lbox {
    background-color: #ecf4ff;
    border: 1px solid #d4e0ed;
    height: auto;
    text-align: center;
}
.simpleprocess-list.hdoqualify-list .hwhychoose-lbox{
    text-align: left;
}
.simpleprocess-list .hwhychoose-lbox:hover {
    border-color: #3b82f6;
}
.simpleprocess-list .hwhychoose-lbox .icon {
    background-color: rgb(219 234 254);
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 100%;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    margin: 0 0 24px;
}
.simpleprocess-list .hwhychoose-lbox .icon img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(92%) saturate(4712%) hue-rotate(218deg) brightness(97%) contrast(90%);
    width: 35px;
    height: 35px;
}
.hdoqualify-sec {
    padding: 50px 0 58px 0;
}
.hdoqualify-list .hwhychoose-lbox {
    background-color: #ffffff;
    border: 1px solid #d4e0ed;
    height: auto;
    text-align: center;
    padding: 25px 27px 23px;
}
.hdoqualify-list .hwhychoose-lbox:hover{
    border-color: #d4e0ed;
}
.fundingassociation-sec {
    background-color: #f8fafc;
    padding: 60px 0 66px;
}
.fundingassociation-list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.fundingassociation-lbox {
    border: 1px solid #ecf4ff;
    border-left: 4px solid #3b82f6;
    padding: 33px 25px 30px;
    transition: all 0.4s ease;
}
.fundingassociation-lbox:hover{
    border: 1px solid #ecf4ff;
    border-left: 4px solid #3b82f6;
}
.fundingassociation-lbox .d-flex {
    column-gap: 15px;
}
.fundingassociation-lbox .icon {
    background-color: rgb(219 234 254);
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 100%;
    margin-bottom: 0;
}
.fundingassociation-lbox .icon img,
.fundingassociation-lbox:hover .icon img{
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(34%) sepia(92%) saturate(4712%) hue-rotate(218deg) brightness(97%) contrast(90%);
}
.readgetstarted-sec {
    background-color: #f8fafc;
    padding: 1px 0 65px;
}
.hmain-content.readgetstarted-ct {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}
.iconsdt{
    margin-bottom: 15px;
}
.iconsdt img {
    margin: -4px 9px 0 0;
    width: 19px;
    height: 19px;
}
.readgetstarted-ct a.all-buttons{
    margin-top: 15px;
}
.contact-form {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 35px 32px 9px;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
}
.contact-form h3{
    color: #061b47;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px 0;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #061b47;
    font-size: 12px;
    font-weight: 400;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
    background-color: #f8fafc;
    border-radius: .75rem;
    width: 100%;
    border: 1px solid #d4e0ed;
    padding: 0 15px;
}
.contact-form input,
.contact-form select{
    height: 45px;
}
.contact-form textarea{
    height: 100px;
    padding-top: 13px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
    color: #ffffff;
    background-color: #3b82f6;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: .75rem;
    padding: 12px 36px;
    border: none;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    color: #ffffff;
    background-color: #2563eb;
}
.contact-form .col-12.button p {
    margin: 0;
}
.hgetstarted-sec{
    position: relative;
}
/*How It Works*/

/*FAQ*/
.readgetstarted-sec.faq {
    padding-top: 65px;
}
.hmain-content.readgetstarted-ct h2::after{
    right: auto;
    margin: 0;
    left: 0;
}
.abtamerican-sec {
    padding: 60px 0;
}
.abtamerican-content {
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    border-radius: 1.5rem;
    border: 1px solid rgb(219 234 254);
    position: relative;
    overflow: hidden;
    width: 79%;
    margin: 0 auto;
}
.abtamerican-content::after,
.abtamerican-content::before{
    content: '';
    display: inline-block;
    background-color: #edf4fe;
    width: 320px;
    height: 320px;
    position: absolute;
    border-radius: 100%;
    top: -5rem;
    right: -5rem;
    z-index: 0;
}
.abtamerican-content::before{
    top: auto;
    left: -5rem;
    bottom: -5rem;
}
.abtamerican-content .hmain-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/*FAQ*/

/*About Us*/
.readgetstarted-sec.abt {
    padding: 60px 0;
}
.ourmissionabt-list .hwhychoose-lbox.fundingassociation-lbox {
    margin-bottom: 20px;
}
.ourmissionabt-list .hwhychoose-lbox.fundingassociation-lbox:last-child{
    margin-bottom: 0;
}
/*About Us*/

/*Industries*/

.hwhychoose-sec.industries {
    background-color: #ffff;
    position: relative;
}
.hwhychoose-sec.industries::after {
    content: '';
    display: inline-block;
    background-color: #facc1566;
    position: absolute;
    top: 38px;
    right: 31%;
    width: 160px;
    height: 160px;
    z-index: 0;
    border-radius: 100%;
    filter: blur(45px);
}
.industries .hwhychoose-list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    justify-content: center;
}
.industries .hwhychoose-lbox {
    text-align: center;
    border: 1px solid #d4e0ed;
    transition: all 0.4s ease;
    padding: 33px 29px 27px;
}
.industries .hwhychoose-lbox:hover{
    background-color: rgb(239 246 255);
    border-color: rgb(239 246 255);
}
.industries .hwhychoose-lbox .icon {
    margin: 0 auto 30px;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    line-height: 52px;
}
.industries .hwhychoose-lbox p,
.industries .hwhychoose-lbox ul li,
.industries .hwhychoose-lbox a{
    color: #061b47;
    font-size: 14px;
    font-weight: 400;
}
.industries .hwhychoose-lbox p{
    line-height: 26px;
}
.hwhychoose-lbox h3{
    font-weight: 600;
    margin: 0 0 15px 0;
}
.industries .hwhychoose-lbox a{
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.4s ease;
}
.industries .hwhychoose-lbox a img{
    margin-left: 5px;
	transition: all 0.4s ease;
}
.industries .hwhychoose-lbox a:hover{
    color: #3b82f6;
}
.industries .hwhychoose-lbox a:hover img{
    margin-left: 5px;
	filter: brightness(0) saturate(100%) invert(54%) sepia(50%) saturate(5953%) hue-rotate(202deg) brightness(100%) contrast(94%);
}
/*Industries*/

.privacy .hmain-content {
    text-align: left;
}
.privacy .hmain-content h1,
.privacy .hmain-content h2,
.privacy .hmain-content h3,
.privacy .hmain-content h4,
.privacy .hmain-content h5,
.privacy .hmain-content h6{
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.privacy .hmain-content h1::after,
.privacy .hmain-content h2::after,
.privacy .hmain-content h3::after,
.privacy .hmain-content h4::after,
.privacy .hmain-content h5::after,
.privacy .hmain-content h6::after{
    display: none;
}
.hbanner-img img {
    border-radius: .75rem;
    width: 100%;
}
.hdoqualify-sec {
    background-color: #f7f9fb;
    padding: 50px 0 56px;
    position: relative;
}
.hmain-content.list {
    width: 100%;
    text-align: left;
}
.hmain-content.list h1::after, .hmain-content.list h2::after, .hmain-content.list h3::after, .hmain-content.list h4::after, .hmain-content.list h5::after, .hmain-content.list h6::after{
    right: auto;
    left: 0;
    margin: 0;
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.hmain-content ul li{
    color: #172554;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}
.hmain-content ul li::after{
    content: '';
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(43%) sepia(59%) saturate(2758%) hue-rotate(202deg) brightness(100%) contrast(94%);
    background-image: url(images/check-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
}
.readyfundconst-sec {
    padding: 50px 0;
}
.readyfundconst-lbox {
    text-align: center;
}
.readyfundconst-lbox strong {
    color: #061b47;
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
}
.healthcare .readyfundconst-lbox strong {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
}
.readyfundconst-lbox{
    color: #172554;
    font-size: 16px;
    font-weight: 400;
}
.healthcare .readyfundconst-lbox{
    color: rgba(255,255,255,0.8);
}
.hcompaniessay-sec {
    padding: 53px 0 60px;
    background-color: #f6f9fb;
}
.hcompaniessay-lbox {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 2rem;
    border-radius: 0.75rem;
}
.hcompaniessay-lbox .desc {
    color: #061b47;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(229, 231, 235);
}
.hcompaniessay-lbox strong{
    color: #061b47;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.hcompaniessay-lbox p{
    color: #061b47;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.hcompaniessay-lbox span {
    color: #c2410c;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    background-color: rgb(255 237 213);
    border-radius: 100px;
    padding: 6px 14px 9px;
    margin-top: 10px;
    line-height: 1;
}
.page-id-412 .hcompaniessay-lbox span{
    color: rgb(21 128 61);
    background-color: rgb(220 252 231);
}
.starn-quote .d-flex {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.star-icons {
    display: flex;
    column-gap: 1px;
}
.star-icons i{
    color: #facc15;
    font-size: 18px;
}
.quote-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(7%) sepia(65%) saturate(3558%) hue-rotate(224deg) brightness(94%) contrast(89%);
}
.hjoinsucessstories-sec {
    padding: 60px 0;
}
.hjoinsucessstories-list .row {
    align-items: center;
    --bs-gutter-x: 30px;
}
.hjoinsucessstories-ct .hmain-content,
.constructionfunding-ct .hmain-content{
    width: 100%;
    text-align: left;
    margin: 0;
}
.hjoinsucessstories-ct .hmain-content ul li::after,
.constructionfunding-ct .hmain-content ul li::after{
    top: 3px;
}
.hjoinsucessstories-ct .hmain-content h1::after,
.hjoinsucessstories-ct .hmain-content h2::after,
.hjoinsucessstories-ct .hmain-content h3::after,
.constructionfunding-ct .hmain-content h1::after,
.constructionfunding-ct .hmain-content h2::after,
.constructionfunding-ct .hmain-content h3::after{
    right: auto;
    left: 0;
    margin: 0;
}
.hjoinsucessstories-img img{
    width: 100%;
    border-radius: .75rem;
}
.hjoinsucessstories-list {
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    background-color: #ffff;
    border-radius: .75rem;
}
.hjoinsucessstories-ct .hmain-content a.all-buttons {
    margin-top: 10px;
}
.hjoinsucessstories-list .col-sm-12:first-child {
    order: 2;
}
.hmain-content .d-flex {
    column-gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
.hmain-content .d-flex p{
    margin: 0;
}
.constructionfunding-ct .hmain-content p {
    font-size: 20px;
    color: #4b5563;
    width: 90%;
    font-weight: 400;
}
.constructionfunding-ct .hmain-content ul li {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    background-color: #f3f4f6;
    display: inline-block;
    margin-right: 10px;
    padding: 16px 16px 16px 41px;
    border-radius: .75rem;
}
.constructionfunding-ct .hmain-content ul li::after {
    width: 19px;
    height: 19px;
    top: 19px;
    left: 15px;
}
.hmain-content .d-flex p strong {
    color: #2563eb;
    font-size: 18px;
}
.hmain-content .d-flex .icon {
    background-color: rgb(219 234 254);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    text-align: center;
    line-height: 52px;
}
.hmain-content .d-flex .icon img{
    filter: brightness(0) saturate(100%) invert(50%) sepia(52%) saturate(4880%) hue-rotate(202deg) brightness(99%) contrast(94%);
    width: 32px;
    height: 32px;
    margin: 0;
}
.constructionfunding-box {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border: 1px solid rgb(229 231 235);
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.constructionfunding-box::before {
    content: '';
    display: inline-block;
    background-color: #f4f5ff;
    position: absolute;
    top: -60px;
    right: -60px;
    width: 128px;
    height: 128px;
    z-index: 0;
    border-radius: 100%;
}
.constructionfunding-sec {
    padding: 60px 0 45px;
    background-color: #f6f9fb;
}
.funding-quote {
    text-align: center;
    position: relative;
    z-index: 1;
}
.funding-quote h1,
.funding-quote h2,
.funding-quote h3{
    color: #111827;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.funding-quote p{
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.funding-quote a.all-buttons{
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.funding-or{
    position: relative;
    text-align: center;
}
.funding-or::after{
    content: '';
    display: inline-block;
    background-color: #e5e7eb;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 0;
}
.funding-or span {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    background-color: #ffffff;
    padding: 2px 10px;
    position: relative;
    z-index: 1;
}
.funding-phone {
    border-bottom: 1px solid #e5e7eb;
    padding: 13px 0 22px;
}
.funding-phone a.all-buttons{
    width: 100%;
    text-align: center;
    border: 2px solid rgb(191 219 254) !important;
}
.funding-phone a.all-buttons:hover {
    background-color: rgb(239 246 255);
    border-color: rgb(147 197 253) !important;
}
a.all-buttons.border{
    color: #3b82f6;
}
a.all-buttons.border img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(72%) saturate(1425%) hue-rotate(201deg) brightness(105%) contrast(93%);
}
.funding-quicksteps h1,
.funding-quicksteps h2,
.funding-quicksteps h3,
.funding-quicksteps h4,
.funding-quicksteps h5,
.funding-quicksteps h6{
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.funding-quicksteps ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.funding-quicksteps ul li {
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}
.funding-quicksteps ul li strong {
    color: #3b82f6;
    font-size: 12px;
    background-color: rgb(219 234 254);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    margin-right: 4px;
}
.funding-quicksteps {
    padding-top: 25px;
}
.readyfundconst-list .row {
    justify-content: center;
}
.readyfundconst-content.healthcare {
    background-image: linear-gradient(to right, #1d4ed8, #2563eb);
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 64px;
    position: relative;
    z-index: 1;
}

/*Ind Construction*/

.page-id-328 .simpleprocess-list.hdoqualify-list .col-sm-12,
.page-id-552 .simpleprocess-list.hdoqualify-list .col-sm-12,
.page-id-567 .simpleprocess-list.hdoqualify-list .col-sm-12,
.page-id-581 .simpleprocess-list.hdoqualify-list .col-sm-12,
.page-id-599 .simpleprocess-list.hdoqualify-list .col-sm-12,
.page-id-607 .simpleprocess-list.hdoqualify-list .col-sm-12,
.page-id-622 .simpleprocess-list.hdoqualify-list .col-sm-12,
.page-id-635 .simpleprocess-list.hdoqualify-list .col-sm-12,
.page-id-644 .simpleprocess-list.hdoqualify-list .col-sm-12{
    flex: auto;
    width: 33.33%;
}
.page-id-328 .simpleprocess-list .hwhychoose-lbox,
.page-id-552 .simpleprocess-list .hwhychoose-lbox,
.page-id-567 .simpleprocess-list .hwhychoose-lbox,
.page-id-581 .simpleprocess-list .hwhychoose-lbox,
.page-id-599 .simpleprocess-list .hwhychoose-lbox,
.page-id-607 .simpleprocess-list .hwhychoose-lbox,
.page-id-622 .simpleprocess-list .hwhychoose-lbox,
.page-id-635 .simpleprocess-list .hwhychoose-lbox,
.page-id-644 .simpleprocess-list .hwhychoose-lbox{
    text-align: center;
}
.page-id-328 .simpleprocess-list .hwhychoose-lbox .icon,
.page-id-552 .simpleprocess-list .hwhychoose-lbox .icon,
.page-id-567 .simpleprocess-list .hwhychoose-lbox .icon,
.page-id-581 .simpleprocess-list .hwhychoose-lbox .icon,
.page-id-599 .simpleprocess-list .hwhychoose-lbox .icon,
.page-id-607 .simpleprocess-list .hwhychoose-lbox .icon,
.page-id-622 .simpleprocess-list .hwhychoose-lbox .icon,
.page-id-635 .simpleprocess-list .hwhychoose-lbox .icon,
.page-id-644 .simpleprocess-list .hwhychoose-lbox .icon{
    margin: 0 auto 24px;
}

/*Ind Construction*/

.tailoredfund-list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

/*Ind Wholesale & Healthcare*/

.page-id-412 .tailoredfund-list .col-sm-12,
.page-id-481 .tailoredfund-list .col-sm-12 {
    flex: auto;
    width: 50%;
}

/*Ind Wholesale & Healthcare*/

.applynow-sec {
    padding: 60px 0;
    margin-top: 123px;
}
.applysidebar-box {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 1px solid rgb(219 234 254);
    margin: 0 0 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: .75rem;
}
.applysidebar-box strong {
    color: #172554;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
}
.applysidebar-box p,
.applysidebar-box ul li{
    color: #172554;
    font-size: 16px;
    font-weight: 400;
}
.applysidebar-box ul {
    padding: 0 0 0 18px;
    margin: 0;
}
.applysidebar-box ul li {
    margin-bottom: 8px;
}
.applysidebar-box ul li:last-child{
    margin-bottom: 0;
}
.applysidebar-box a.all-buttons {
    font-size: 14px;
}
.applysidebar-box a.all-buttons img {
    width: 14px;
    height: 14px;
}
.applysidebar-box p:last-child{
    margin-bottom: 0;
}
.applynow-form {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 1px solid rgb(219 234 254);
    position: relative;
    padding: 40px;
    border-radius: .75rem;
}
.applysidebar-logo {
    width: 160px;
}
.applynow-form #gf_page_steps_2 {
    position: absolute;
    overflow: hidden;
    margin: 0px auto;
    border-bottom: 4px solid #2563eb;
    background-color: #f6f9fb;
    margin-bottom: 30px;
    border-radius: .75rem;
    display: flex;
    justify-content: space-between;
    top: -125px;
    left: -436px;
    width: 1280px !important;
    column-gap: 0;
}
.applynow-form .gform-theme--framework .gf_step {
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex: 1;
    text-align: center;
    padding: 30px;
    position: relative;
}
.applynow-form .gform-theme--framework .gf_step.gf_step_active,
.applynow-form .gform-theme--framework .gf_step.gf_step_completed{
    background-color: #2563eb;
    border-right: 1px solid #ffffff5c;
}
.applynow-form .gform-theme--framework .gf_step::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 4px;
    background: #ddd;
    z-index: -1;
    transform: translateX(-50%);
}
.applynow-form .gform-theme--framework .gf_step:first-child::after {
  left: 50%;
  width: 50%;
}
.applynow-form .gform-theme--framework .gf_step:last-child::after {
  width: 50%;
}
.applynow-form .gform-theme--framework .gf_step_number {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    background: #3b82f6;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border-radius: 100px;
    text-align: center;
    transition: all 0.4s ease;
    border: none;
}
.applynow-form .gform-theme--framework .gf_step_label {
    color: #2563eb;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    display: block;
    line-height: 1;
    flex: 0 1 calc(100% - 40px);
    text-align: left;
    text-transform: capitalize;
}
.applynow-form .gform-theme--framework .gf_step.gf_step_active .gf_step_label,
.applynow-form .gform-theme--framework .gf_step.gf_step_completed .gf_step_label{
    color: #ffffff;
}
.applynow-form .gform-theme--framework .gf_step.gf_step_active .gf_step_number,
.applynow-form .gform-theme--framework .gf_step.gf_step_completed .gf_step_number{
  background: #ffffff;
  color: #3b82f6;
}
.applynow-form .gform-theme--framework .gf_step_completed .gf_step_number::after{
    display: none;
}

/*Step Bar*/

.gf-fill-track {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d1d5db; /* light gray */
  z-index: 0;
}

.gf-fill-bar {
  height: 100%;
  background: #2563eb; /* fill blue */
  width: 25%; /* start empty */
  transition: width 0.4s ease;
  z-index: 1;
  position: absolute;
}

/*Step Bar*/

/*Gravity Form*/

.applynow-form h3 {
    color: #172554;
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 35px 0;
}
.applynow-form .applynow-titlee {
    margin-bottom: 30px;
}
.applynow-form .applynow-titlee h3 {
    margin: 0 0 15px 0;
}
.applynow-form h3 strong{
    color: #2563eb;
    font-weight: 700;
}
.applynow-form p {
    color: #172554;
    font-size: 13px;
    font-weight: 400;
}
.applynow-form .applynow-titlee p {
    font-size: 13px;
    font-weight: 500;
	display:none;
}
.applynow-form label,
.applynow-form .gform-theme--framework .gfield_list_group_item::before,
.applynow-form .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
    color: #061b47;
    font-size: 15px;
    font-weight: 600;
}
.applynow-form .gform-theme--foundation .gfield .ginput_password.large,
.applynow-form .gform-theme--foundation .gfield input.large,
.applynow-form .gform-theme--foundation .gfield select.large,
.applynow-form .gform-theme--foundation .gfield textarea,
.applynow-form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
	color:#000000;
    font-size: 13px;
    font-weight: 500;
}
.applynow-form .gform-theme--foundation .gfield .ginput_password.large::placeholder,
.applynow-form .gform-theme--foundation .gfield input.large::placeholder,
.applynow-form .gform-theme--foundation .gfield select.large::placeholder,
.applynow-form .gform-theme--foundation .gfield textarea::placeholder{
	color: rgba(0, 0, 0, 0.3);}
.applynow-form .gform-theme--foundation .gfield .ginput_password.large,
.applynow-form .gform-theme--foundation .gfield input.large,
.applynow-form .gform-theme--foundation .gfield select.large,
.applynow-form .gform-theme--foundation .gfield textarea,
.applynow-form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
    background-color: #f8fafc;
    border-radius: 0;
    width: 100%;
    border: 1px solid #d4e0ed;
    padding: 0 20px;
}
.applynow-form .gform-theme--foundation .gfield .ginput_password.large,
.applynow-form .gform-theme--foundation .gfield input.large,
.applynow-form .gform-theme--foundation .gfield select.large,
.applynow-form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
    height: 50px;
    line-height: 50px;
}
.applynow-form .gform-theme--foundation .gfield textarea{
    height: 100px;
    min-block-size: 100px !important;
    padding-top: 15px;
}
.applynow-form .gform-theme--framework .gform-field-label>.gfield_required,
.applynow-form .gform-theme--framework .gform_validation_errors{
    display: none;
}
.applynow-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
    font-size: 12px;
    margin: 4px 0 0 0 !important;
}
.applynow-form .gform-theme--foundation .gform_fields {
    grid-gap: 20px;
}
.applynow-form input:focus,
.applynow-form select:focus,
.applynow-form textarea:focus,
.applynow-form .gform_footer input.gform_button.button:focus{
    outline: none !important;
    box-shadow: none !important;
}
.applynow-form .gform_confirmation_message_2.gform_confirmation_message {
    text-align: left;
    margin-top: -20px;
}

.applynow-form .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    padding: 0;
    margin: 4px 0 0 0;
}
.applynow-form .gform-theme--framework .gform-field-label--type-inline {
    color: #172554;
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
}
.applynow-form .gform_page_footer.top_label {
    display: flex;
    flex-wrap: unset;
    column-gap: 10px;
    column-gap: 15px;
}
.applynow-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button.button,
.applynow-form input#gform_submit_button_2,
.applynow-form input#gform_next_button_2_50{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background-color: #3b82f6;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: .75rem;
    padding: 20px 20px;
    width: 100%;
    border: none;
}
.applynow-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button.button:hover{
    color: #ffffff;
    background-color: #2563eb;
}
.applynow-form input#gform_submit_button_2{
    color: #ffffff;
    background-color: #eab308;
}
.applynow-form input#gform_submit_button_2:hover,
.applynow-form input#gform_next_button_2_50:hover{
    color: #ffffff;
    background-color: #ca8a04;
}
.applynow-form fieldset#field_2_11 legend.gfield_label.gform-field-label.gfield_label_before_complex,
.applynow-form fieldset#field_2_11 div#validation_message_2_11{
    display: none;
}
.applynow-form #field_2_53 input#input_2_53 {
    border: none;
    padding: 0;
}

.upload-approval {
    background-color: #f6f9fb;
    padding: 30px;
    text-align: center;
    border: 1px solid rgb(219 234 254);
    border-radius: .75rem;
}
.upload-approval h2,
.optional-documents h2{
    color: #172554;
    font-size: 27px;
    font-weight: 700;
}
.upload-approval p,
.optional-documents p{
    font-size: 16px;
}
.required-approval {
    background-color: #000000;
    padding: 30px;
    border-radius: .75rem;
}
.required-approval .d-flex {
    align-items: center;
    justify-content: space-between;
}
.required-approval h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.required-approval p {
    color: #ffffff;
    margin: 0;
}
.optional-documents ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.optional-documents ul li {
    color: #172554;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    background-color: #f6f9fb;
    padding: 10px 15px;
    border: 1px solid rgb(219 234 254);
    display: inline-block;
    margin-right: 9px;
    border-radius: 6px;
}
.optional-documents ul li svg {
    fill: #2563eb;
    width: 19px;
    height: 19px;
}


/*Gravity Form*/


/*  Media Query  */
@media (max-width: 1281px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .nav-menu li {
        margin: 0 20px 0 0;
    }
    .nav-menu li a{
        font-size: 15px;
    }
    .nav-menu li.phone-menu a,
    .nav-menu li.menu-btn a{
        font-size: 14px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6{
        font-size: 45px;
    }
    .hbanner-ct p{
        font-size: 15px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 35px;
    }
    .hmain-content p, .iconsdt{
        font-size: 15px;
    }
    .hwhychoose-lbox h1, .hwhychoose-lbox h2, .hwhychoose-lbox h3, .hwhychoose-lbox h4, .hwhychoose-lbox h5, .hwhychoose-lbox h6{
        font-size: 16px;
    }
    .applynow-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .applynow-content .col-sm-12:first-child{
        order: 2;
    }
    .applynow-form{
        margin-bottom: 20px;
    }
    .applynow-form #gf_page_steps_2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100% !important;
    }
    .applynow-sec {
        margin-top: 0;
    }
}
@media (max-width: 1171px){
    .footer-content .col-3:first-child {
        flex: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-content .col-3{
        flex: auto;
        width: 33.33%;
    }
    .abtamerican-sec {
        padding: 40px 0;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 30px;
    }
    .hmain-content p, .iconsdt {
        font-size: 14px;
    }
    .abtamerican-content {
        padding: 30px 30px 20px;
    }
    .hgetstarted-content .hmain-content br{
        display: none;
    }
}
@media (max-width: 1113px){
    .site-logo img {
        width: 159px;
    }
    .hbanner-sec {
        background-image: linear-gradient(to bottom, rgb(219 234 254 / .5), transparent);
        padding: 40px 0;
    }
    .price-value span,
    .display-amount span{
        font-size: 24px;
    }
    .hbform-list ul li span{
        font-size: 12px;
    }
    .hbanner-form{
        width: 95%;
    }
    a.all-buttons {
        font-size: 12px;
        padding: 11px 28px;
    }
    .hwhychoose-lbox {
        padding: 28px 25px 22px;
    }
    .hwhychoose-sec {
        padding: 48px 0 55px;
    }
    .site-header {
        padding: 10px 0;
    }
    .hbanner-ct ul{
        display: block;
        margin-top: 40px;
    }
    .hbanner-ct ul li{
        margin-bottom: 10px;
    }
    .hbanner-ct ul li:last-child{
        margin-bottom: 0;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 37px;
    }
    .hmain-content {
        width: 85%;
    }
    .nav-menu li.phone-menu a, .nav-menu li.menu-btn a {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 32px;
        right: 25px;
        z-index: 1;
        user-select: none;
    }
    #menuToggle.open {
        position: fixed;
        top: 25px;
        right: 6px;
        opacity: 1;
        z-index: 999999999;
    }
    #menuToggle input {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        top: 0;
        right: 0;
        display: inline-block;
    }
    #menuToggle.open input {
        top: -6px;
        right: 5px;
    }
    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 0;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
    #menuToggle.open span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #fff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu {
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu {
        display: block !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-menu li.menu-item-has-children ul.sub-menu {
        height: 0;
        transition: all 0.4s ease;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        height: auto;
        background-color: transparent;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 15px;
        padding-bottom: 0;
    }
    .nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu {
        padding-bottom: 0;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #fff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: -100% !important;
        width: 100%;
        transition: all 1s;
    }
    ul.sub-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul.sub-menu li:last-child {
        border: 0 !important;
    }
    ul.sub-menu li a {
        color: #fff !important;
        font-weight: 600;
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
        background-color: transparent;
        transform: translateX(0);
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
        display: none;
    }
    .nav-bar {
        background-color: #0d1755;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 20px 20px 100px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 99999;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 10px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-menu li a {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a,
    .nav-menu li a:hover {
        color: #ffffff !important;
        background: transparent !important;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        float: right;
    }
    span.submenu-toggle {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #ffffff;
        width: 30px;
        display: inline-block;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        text-align: center;
        line-height: 33px;
        font-size: 13px;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #navbar {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #navbar::-webkit-scrollbar {
        width: 3px;
        visibility: hidden;
        opacity: 0;
    }
    #navbar::-webkit-scrollbar-track,
    #navbar::-webkit-scrollbar-thumb {
        border-radius: 0;
    }
    #navbar:hover::-webkit-scrollbar {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 1025px){
    .hwhychoose-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
    .ft-menu.one {
        padding-left: 0;
    }
}
@media (max-width: 993px){
    .hbanner-sec {
        padding: 40px 0 20px;
    }
    .hbanner-form {
        width: 100%;
        margin-top: 10px;
    }
    .hbanner-content .col-sm-12,
    .hwhatabout-list .col-sm-12,
    .hthreesteps-list .col-sm-12,
    .hourprocess-content .col-sm-12{
        flex: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .hwhatabout-sec.cover {
        padding: 48px 0 55px;
    }
    .hthreesteps-sec {
        padding: 42px 0 25px;
    }
    .hourprocess-sec {
        padding: 40px 0 30px;
    }
    .faqs_list {
        width: 100%;
        margin: 0 auto;
    }
}
@media(max-width: 831px){
    .howworkbg-sec .hmain-content {
        width: 100%;
    }
    .howworkbg-sec {
        padding: 50px 0 14px;
    }
    .simpleprocess-list .col-sm-12{
        flex: auto;
        width: 100%;
    }
    .simpleprol-count{
        margin-top: 16px;
    }
    .hdoqualify-list .hwhychoose-lbox{
        margin-bottom: 15px;
    }
    .hdoqualify-sec {
        padding: 40px 0 38px 0;
    }
    .fundingassociation-sec {
        padding: 40px 0 50px;
    }
    .simpleprocess-sec {
        padding: 40px 0 46px;
    }
    .readgetstarted-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hmain-content.readgetstarted-ct {
        margin-bottom: 40px;
    }
    .readgetstarted-sec {
        padding: 1px 0 50px;
    }
    .abtamerican-content{
        width: 100%;
    }
    .readgetstarted-sec.abt {
        padding: 40px 0 50px;
    }
}
@media(max-width: 768px){
    .footer-content .col-3 {
        flex: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-content .col-3:last-child{
        margin-bottom: 0;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 30px;
    }
    .faqs_list a.card-link{
        font-weight: 500;
    }
    .simpleprocess-list .hwhychoose-lbox {
        margin-bottom: 16px;
    }
    .simpleprocess-sec {
        padding: 35px 0 45px;
    }
    .readgetstarted-sec.faq {
        padding-top: 40px;
    }
    .applynow-form .gform-theme--framework .gf_step {
        padding: 15px 10px;
        display: block;
        text-align: center;
    }
    .healthcare .readyfundconst-lbox {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 30px;
        margin-bottom: 15px;
        border-radius: 1rem;
    }
    .hjoinsucessstories-ct {
        margin-top: 25px;
    }
    .constructionfunding-sec {
        padding: 40px 0 45px;
    }
    .constructionfunding-ct .hmain-content p {
        font-size: 16px;
        width: 100%;
    }
    .constructionfunding-box{
        margin-top: 25px;
    }
    .hcompaniessay-lbox{
        margin-bottom: 20px;
    }
    .hcompaniessay-sec {
        padding: 40px 0 30px;
    }
    .hmain-content p, .iconsdt {
        font-size: 16px;
    }
    .hjoinsucessstories-sec {
        padding: 40px 0;
    }
    .applynow-form .gform-theme--framework .gf_step_label {
        font-size: 13px;
        text-align: center;
        margin-top: 14px;
    }
}
@media(max-width: 667px) {
    body .container {
        padding: 0 25px;
    }
    .faqs_list a.card-link {
        padding: 17px 47px 17px 18px;
    }
    .faqs_list .card a.card-link::after{
        top: 14px;
        right: 18px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .faqs_list .card-body p {
        font-size: 13px;
        line-height: 22px;
    }
    .faqs_list .card-body {
        padding: 15px 18px 1px;
    }
    .hmain-content{
        width: 100%;
    }
    .site-footer {
        padding: 40px 0 0;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 27px;
    }
    .hfaq-sec {
        padding: 35px 0 30px;
    }
    .hwhychoose-list .col-sm-12{
        width: 100%;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 26px;
    }
    .hmain-content br{
        display: none;
    }
    .hmain-content p, .iconsdt,
    .hmain-content.sm p, .iconsdt{
        font-size: 14px;
    }
    .contact-form {
        padding: 30px 25px 5px;
    }
    .contact-form h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .fundingassociation-lbox .d-flex .ct {
        flex: 0 1 calc(100% - 40px);
    }
    .hwhychoose-lbox h1, .hwhychoose-lbox h2, .hwhychoose-lbox h3, .hwhychoose-lbox h4, .hwhychoose-lbox h5, .hwhychoose-lbox h6{
        margin: 0 0 10px 0;
    }
    .applynow-sec {
        padding: 40px 0;
    }
    .applynow-form {
        padding: 30px 25px;
    }
    .applynow-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button.button, .applynow-form input#gform_submit_button_2, .applynow-form input#gform_next_button_2_50{
        font-size: 16px;
        padding: 16px 14px;
    }
    .simpleprocess-list.hdoqualify-list .col-sm-12,
    .page-id-412 .tailoredfund-list .col-sm-12, .page-id-481 .tailoredfund-list .col-sm-12{
        width: 100%;
    }
    .simpleprocess-list.hdoqualify-list .hwhychoose-lbox {
        margin-bottom: 0;
    }
    .simpleprocess-list.hdoqualify-list .row,
    .tailoredfund-list .row{
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .readyfundconst-content.healthcare{
        margin-top: 20px;
    }
    .funding-quote a.all-buttons{
        font-size: 14px;
    }
    .healthcare .readyfundconst-lbox strong{
        font-size: 20px;
    }
    .healthcare .readyfundconst-lbox{
        font-size: 14px;
    }
    .healthcare .readyfundconst-lbox {
        padding: 20px;
    }
}
@media(max-width: 481px){
    .applynow-form .gform-theme--framework .gf_step {
        padding: 15px 6px;
        display: block;
    }
    .applynow-form .gform-theme--framework .gf_step_label{
        font-size: 12px;
    }
    .applynow-form .gform-theme--framework .gf_step_number {
        font-size: 12px;
        width: 20px !important;
        height: 20px !important;
        display: inline-table;
    }
}
@media(max-width: 415px){
    .fundingassociation-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 29px;
        margin: 0 0 13px 0;
    }
    .hbanner-ct p {
        font-size: 14px;
        line-height: normal;
    }
    .hbanner-ct ul {
        margin-top: 30px;
    }
    .hbform-ct h2{
        font-size: 19px;
    }
    .hbform-ct {
        padding: 20px 20px 7px;
    }
    .hbform-list ul{
        display: block;
    }
    .hbform-list ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .hbform-list ul li:last-child{
        margin-bottom: 0;
    }
    .hwhychoose-sec {
        padding: 35px 0 40px;
    }
    .faqs_list a.card-link{
        font-size: 13px;
    }
    .faqs_list .card a.card-link::after {
        top: 14px;
        right: 18px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .hmain-content.sm .fw-btns .d-flex {
        display: block !important;
    }
    .hmain-content.sm a.all-buttons:first-child{
        margin-bottom: 13px;
    }
    .hourprocess-content .hmain-content.sm {
        padding: 25px 25px 40px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 24px;
    }
    .hmain-content.sm p, .iconsdt{
        font-size: 14px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 23px;
    }
    .hmain-content p strong{
        font-size: 12px;
    }
    .hmain-content {
        margin: 0 auto 30px;
    }
    .howworkbg-sec {
        padding: 30px 0 10px;
    }
    .simpleprol-count {
        margin-top: 16px;
        margin-bottom: 33px;
    }
    .hbanner-ct .fw-btns .d-flex {
        display: block !important;
    }
    .hbanner-ct .fw-btns .d-flex a.all-buttons {
        width: 100%;
        text-align: center;
    }
    .hbanner-ct .fw-btns .d-flex a.all-buttons:first-child{
        margin-bottom: 10px;
    }
    .fw-btns {
        margin-top: 20px;
    }
    .hbanner-ct ul {
        margin-top: 20px;
    }
    .hbanner-content .col-sm-12:first-child{
        order: 2;
    }
    .page-template-home .hbanner-content .col-sm-12:first-child{
        order: unset;
    }
    .simpleprocess-list .hwhychoose-lbox .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .simpleprocess-list .hwhychoose-lbox .icon img {
        width: 26px;
        height: 26px;
    }
    .applynow-form #gf_page_steps_2 {
        display: block;
    }
    .applysidebar-box a.all-buttons {
        font-size: 10px;
    }
    .applysidebar-box {
        padding: 20px;
    }
    .applysidebar-box strong{
        font-size: 16px;
    }
    .applysidebar-box p, .applysidebar-box ul li{
        font-size: 14px;
    }
}