/**
*	Theme Name: ReceiveALoan
**/

body{
    background-color: #fffcf0 !important;
    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 32px;
}
#container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}
.page-template-apply-now #container {
    max-width: 100%;
    padding: 0;
}
/* Main wrapper */
.body-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

/* Circles */
.body-animation .circle {
  position: absolute;
  border-radius: 50%;
  transition: transform 1s ease, opacity 1s ease;
}

.body-animation .circle-1 {
  top: -10rem;
  right: -10rem;
  width: 35vw;
  height: 35vw;
  max-width: 500px;
  max-height: 500px;
  background-color: rgba(184, 199, 193, 0.3);
  filter: blur(64px);
}

.body-animation .circle-2 {
  top: 33%;
  left: -5rem;
  width: 25vw;
  height: 25vw;
  max-width: 400px;
  max-height: 400px;
  background-color: rgba(111, 141, 131, 0.2);
  filter: blur(64px);
}

.body-animation .circle-3 {
  bottom: 0;
  right: 25%;
  width: 20vw;
  height: 20vw;
  max-width: 300px;
  max-height: 300px;
  background-color: rgba(148, 170, 162, 0.2);
  filter: blur(24px);
  transform: scale(1.075);
  animation-duration: 15s;
}

/* Icons */
.body-animation .icon {
  position: absolute;
  transition: transform 1s ease, opacity 1s ease;
  color: rgba(148, 170, 162, 0.2);
}

.body-animation .icon-1 {
  top: 15%;
  right: 10%;
  transform: rotate(12deg);
  animation-duration: 12s;
}

.body-animation .icon-2 {
  bottom: 25%;
  left: 8%;
  transform: rotate(-15deg);
  color: rgba(111, 141, 131, 0.15);
  animation-duration: 18s;
}

/* Overlay */
.body-animation .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
}

.body-animation .overlay-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.body-animation .overlay-1 {
  top: 0;
  left: 0;
  background-image: radial-gradient(circle 800px at 100% 200px, rgba(75, 113, 100, 0.15), transparent 70%);
}

.body-animation .overlay-2 {
  bottom: 0;
  right: 0;
  background-image: radial-gradient(circle 800px at 0% 70%, rgba(75, 113, 100, 0.1), transparent 70%);
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.body-animation .animate-float {
  animation: float 6s ease-in-out infinite;
}

.body-animation .delay-600 {
  animation-delay: 0.6s;
}

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 */
.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 25px 0 0;
    position: relative;
}
.nav-menu li#menu-item-22 {
    margin-right: 15px;
    margin-left: 250px;
}
.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li a {
    color: #334d42;
    display: inline-block;
    font-size: 14px;
    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: #426156;
    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:hover::after{
    width: 100%;
}
.nav-menu li#menu-item-22 a img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(30%) saturate(407%) hue-rotate(103deg) brightness(100%) contrast(89%);
    margin: -1px 2px 0 0;
    transition: none;
}
.nav-menu li#menu-item-22 a:hover img{
    filter: brightness(0) saturate(100%) invert(40%) sepia(26%) saturate(410%) hue-rotate(108deg) brightness(95%) contrast(91%);
}
.nav-menu li#menu-item-22 a::after{
    display: none;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children::after {
    color: #334d42;
    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: #334d42;
    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{
    display: none;
}
ul.sub-menu li a:hover {
    background: #000;
}
li#menu-item-659 a {
    background-color: #4B7164;
}
li#menu-item-659 a:hover {
    background-color: #4B7164;
}

.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: #4B7164;
}

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{
    color: #334d42;
    position: relative;
}
.nav-menu li a:hover{
    color: #4b7164;
}

.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 {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.4s ease;
}
.site-header.fixedmenu {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 20px 0;
}
.header-content{
    padding: 0 32px;
}
.site-logo a {
    display: inline-block;
}
.site-logo img {
    width: 100px;
}
.site-header.fixedmenu .site-logo img{
    width: 80px;
}
.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: #334d42;
    padding: 13px 25px 12px;
    border-radius: .75rem;
}
.nav-menu li.phone-menu a img{
    filter: brightness(0) saturate(100%) invert(24%) sepia(30%) saturate(407%) hue-rotate(103deg) brightness(100%) contrast(89%);
    width: 16px;
    height: 16px;
    margin: -1px 2px 0 0;
}
.nav-menu li.menu-btn a {
    color: #ffffff;
    background-color: #4B7164;
    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: #426156;
}
.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 {
    padding: 170px 0 140px;
    position: relative;
    background-color: #FFFCF0;
	overflow: hidden;
}
/* Banner first gradient background */
.hbanner-first {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: radial-gradient(circle, rgba(220, 227, 224, 0.5), transparent);
}

.hbanner-second {
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background-color: rgba(184, 199, 193, 0.2);
  filter: blur(64px);
  transform: scale(1.1) rotate(5deg);
  transition: transform 1s ease;
}

.hbanner-third {
  position: absolute;
  top: 10rem;
  left: 25%;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: rgba(184, 199, 193, 0.3);
  filter: blur(40px);
  animation: pulse 8s cubic-bezier(.4, 0, .6, 1) infinite;
}

/* Pulse keyframes */
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
/* Banner fourth circle */
.hbanner-four {
  position: absolute;
  bottom: -3rem;   /* -bottom-12 */
  left: -3rem;     /* -left-12 */
  width: 16rem;    /* w-64 */
  height: 16rem;   /* h-64 */
  border-radius: 50%; /* rounded-full */
  background-color: rgba(184, 199, 193, 0.3); /* advance-200/30 */
  filter: blur(64px); /* blur-3xl */
  transform: scale(1.05) translate(5px, -5px);
  transition: transform 1s cubic-bezier(.4, 0, .2, 1); /* transition-transform duration-1000 */
}

/* Banner fifth floating circle */
.hbanner-five {
  position: absolute;
  bottom: 10rem;     /* bottom-40 */
  right: 25%;        /* right-1/4 */
  width: 12rem;      /* w-48 */
  height: 12rem;     /* h-48 */
  border-radius: 50%; /* rounded-full */
  background-color: rgba(111, 141, 131, 0.2); /* advance-400/20 */
  filter: blur(24px); /* blur-xl */
  animation: float 10s ease-in-out infinite; /* animate-float with custom duration */
}

/* Float animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.hbanner-content{
    position: relative;
    z-index: 2;
}
.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: #0c1210;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 25px 0;
}
.hbanner-ct h1 span,
.hbanner-ct h2 span,
.hbanner-ct h3 span,
.hbanner-ct h4 span,
.hbanner-ct h5 span,
.hbanner-ct h6 span{
    transition: all 0.4s ease;
    display: inline-block;
}
.hbanner-ct h1 span:hover,
.hbanner-ct h2 span:hover,
.hbanner-ct h3 span:hover,
.hbanner-ct h4 span:hover,
.hbanner-ct h5 span:hover,
.hbanner-ct h6 span:hover{
    transform: scale(1.02);
    transition: all 0.4s ease;
}
.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: #4B7164;
    font-weight: 700;
    position: relative;
}
.hbanner-ct h1 strong::after,
.hbanner-ct h2 strong::after,
.hbanner-ct h3 strong::after,
.hbanner-ct h4 strong::after,
.hbanner-ct h5 strong::after,
.hbanner-ct h6 strong::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: no-repeat center / cover;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'><path d='M0,5 C50,0 150,0 200,5' stroke='%234B7164' stroke-width='3' fill='none'/></svg>");

}
.hbanner-ct p {
    color: #334d42;
    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 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px 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,
a.all-buttons.yellow{
    color: #ffffff;
    background-color: #4B7164;
}
a.all-buttons.blue:hover,
a.all-buttons.yellow:hover{
    color: #ffffff;
    background-color: #3F5E54;
    box-shadow: none;
    box-shadow: 0 4px 6px rgb(37 55 49 / .2);
    transform: scale(1.03);
    transition: all 0.4s ease;
}
a.all-buttons.white {
    color: #334d42;
    background-color: rgba(255, 255, 255, 0.9);
}
a.all-buttons.white:hover{
    color: #ffffff;
    background-color: #426156;
}
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: #4B7164;
    border: 1px solid #B8C7C1;
    background-color: transparent;
}
.hbanner-content a.all-buttons.yellow:hover{
    background-color: #DCE3E0;
}
.hbanner-content a.all-buttons.yellow img{
    filter: brightness(0) saturate(100%) invert(39%) sepia(5%) saturate(2031%) hue-rotate(108deg) brightness(99%) contrast(89%);
}
.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: #334d42;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    transition: all 0.4s ease;
}
.hbanner-ct ul li:hover {
    transform: translateY(-8px);
}
.hbanner-ct ul li::after {
    content: '';
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(39%) sepia(53%) saturate(209%) hue-rotate(108deg) brightness(92%) contrast(93%);
    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: #FFFFFF;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    border-radius: .75rem;
    width: 448px;
    margin: 0 0 0 auto;
    position: relative;
    overflow: hidden;
}
.hbanner-form::after {
    content: '';
    display: inline-block;
    background-color: #4B716426;
    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: #42615636;
    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: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 1;
}
.hbform-ct h2 {
    color: #334d42;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}
.hbform-ct h2 strong {
    color: #334d42;
    font-weight: 700;
}
.hbform-ct p,
.hbform-desc p{
    color: #334d42;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.hbanner-fpd a.all-buttons.blue {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.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: #4b7164;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    display: block;
}
.price-value input,
.price-value input::placeholder{
    color: rgb(0 0 0 / 30%);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
.price-value input {
    width: 100%;
    border: 1px solid #DCE4E1;
    border-radius: .75rem;
    height: 46px;
}
.price-range {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 15px;
    box-sizing: border-box;
}
.price-range span {
    color: #334d42;
    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: #4B7164;
    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: #426156;
    transform: scale(1.03);
    transition: all 0.4s ease;
}
.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: #334d42;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    font-style: italic;
}
.hbform-list {
    border-top: 1px solid #DCE4E1;
    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: #4B7164;
    width: 32px;
    height: 32px;
    line-height: 28px;
    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: #334d42;
    font-size: 13px;
    font-weight: 400;
}
.hmain-content {
    text-align: center;
    width: 62%;
    margin: 0 auto 40px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #0c1210;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px 0;
    position: relative;
}
.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: #4B7164;
    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: none;
    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: #3f5e54;
    font-size: 18px;
    font-weight: 400;
}
.hmain-content a.text{
    color: #334d42;
    transition: all 0.4s ease;
}
.hmain-content a.text:hover{
    color: #4B7164;
}
.hmain-content p strong {
    color: #3f5e54;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    background-color: #dce3e0b3;
    border-radius: 100px;
    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;
}
#features{
    position: relative;
    margin-top: -70px;
}
#features::before{
    content: '';
    display: inline-block;
    padding-top: 70px;
}
.hwhychoose-sec {
    padding: 50px 0 80px;
    position: relative;
    background-color: #FFFCF0;
}
.hwhychoose-sec::before,
.simpleprocess-sec::before{
    content: '';
    display: inline-block;
    background-color: #4B71641a;
    position: absolute;
    bottom: 160px;
    right: 40px;
    width: 240px;
    height: 240px;
    z-index: 0;
    border-radius: 100%;
    filter: blur(24px);
}
.hwhychoose-sec::after,
.simpleprocess-sec::after{
    content: '';
    display: inline-block;
    background-color: #4B716426;
    position: absolute;
    top: 30px;
    left: 40px;
    width: 160px;
    height: 160px;
    z-index: 0;
    border-radius: 100%;
    filter: blur(24px);
}
.hwhychoose-sec.works {
    overflow: hidden;
    padding: 70px 0 80px;
    background-color: #F7F7F1;
}
.hwhychoose-sec.works::before,
.simpleprocess-sec::before{
    right: auto;
    left: 40px;
    bottom: 0;
    width: 320px;
    height: 320px;
    filter: blur(64px);
}
.hwhychoose-sec.works::after,
.simpleprocess-sec::after{
    left: auto;
    right: 40px;
    width: 256px;
    height: 256px;
    filter: blur(64px);
    top: 0;
}
.hwhychoose-sec.works .hwhychoose-lbox {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 32px 30px;
    border: 1px solid #DCE3E0;
}
.hwhychoose-sec.works .hwhychoose-lbox::after{
    content: '';
    display: none;
    background-color: #DCE3E080;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    bottom: -16px;
    right: -16px;
    z-index: 0;
}
.hwhychoose-sec.works .hwhychoose-lbox .icon {
    background-color: #334d421a;
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 100%;
    margin: 0 auto 30px;
}
.hwhychoose-sec.works .hwhychoose-lbox .icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(29%) sepia(9%) saturate(1054%) hue-rotate(101deg) brightness(95%) contrast(90%);
}
.hwhychoose-sec.works .hwhychoose-lbox *{
    z-index: 1;
    position: relative;
}
.hwhychoose-sec.works .hwhychoose-lbox h3{
    color: #0c1210;
    font-size: 20px;
    font-weight: 700;
}
.hwhychoose-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hwhychoose-sec.works a.all-buttons {
    font-size: 18px;
    font-weight: 500;
    padding: 24px 32px;
}
.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%;
    transition: all 0.4s ease;
    border: 1px solid #DCE3E0;
    overflow: hidden;
    position: relative;
}
.hwhychoose-lbox::after{
    content: '';
    display: inline-block;
    background-color: #F4F6F6;
    width: 128px;
    height: 128px;
    position: absolute;
    border-radius: 100%;
    top: -40px;
    right: -40px;
    z-index: 0;
}
.hwhychoose-lbox:hover{
    transform: scale(1.04);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.hwhychoose-lbox .icon{
    background-color: #334d421a;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: .75rem;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}
.hwhychoose-lbox:hover .icon {
    background-color: ;
}
.hmain-content.stillhaveque-content {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 24px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #DCE3E0;
}
.hcommonquestion-content .row {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 0;
    align-items: center;
}
.hcommonquestion-content .hmain-content.fw {
    width: 100%;
}
.hmain-content.stillhaveque-content h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.hmain-content.stillhaveque-content h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.hmain-content.stillhaveque-content p {
    font-size: 16px;
}
.hmain-content.stillhaveque-content a.all-buttons {
    width: 50%;
    text-align: center;
    box-shadow: none;
}
.hmain-content.stillhaveque-content a.all-buttons.white.border {
    border-color: #BCCAC4 !important;
}
.hmain-content.stillhaveque-content a.all-buttons.white.border:hover{
    color: #334d42;
    background-color: #DCE3E0;
}
.hmain-content.stillhaveque-content a.all-buttons.white.border img,
.faq-btn a.all-buttons.white.border img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(12%) saturate(991%) hue-rotate(108deg) brightness(92%) contrast(83%);
}
.hmain-content.stillhaveque-content a.all-buttons.white.border:hover img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(12%) saturate(991%) hue-rotate(108deg) brightness(92%) contrast(83%);
}
.hfaq-sec.hcommonquestion-sec {
    padding: 60px 0 80px;
    background-color: #FFFCF0;
}
.faq-btn a.all-buttons.white.border:hover{
    border-color: #426156;
}
.faq-btn a.all-buttons.white.border:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7445%) hue-rotate(167deg) brightness(110%) contrast(106%);
}
.faq-btn {
    text-align: center;
    margin-top: 25px;
}
.hcommonquestion-content .faqs_list {
    width: 100%;
}
.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(42%) sepia(5%) saturate(1777%) hue-rotate(108deg) brightness(99%) contrast(89%);
}
.hwhychoose-lbox h1,
.hwhychoose-lbox h2,
.hwhychoose-lbox h3,
.hwhychoose-lbox h4,
.hwhychoose-lbox h5,
.hwhychoose-lbox h6{
    color: #0c1210;
    font-size: 20px;
    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: #4B7164;
    font-weight: 700;
}
.hwhychoose-lbox p,
.hwhychoose-lbox ul li{
    color: #3f5e54;
    font-size: 16px;
    font-weight: 400;
}
.hwhychoose-lbox p:last-child{
    margin-bottom: 0;
}
.hwhychoose-lbox ul li{
    font-size: 14px;
}
.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(42%) sepia(5%) saturate(1777%) hue-rotate(108deg) brightness(99%) contrast(89%);
    background-image: url(images/check-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}
.hwhychoose-content .fw-btns{
    margin-top: 65px;
}
.hwhychoose-content .fw-btns .d-flex {
    justify-content: center;
}
.hwhatabout-sec.cover {
    position: relative;
    padding: 58px 0 65px;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !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-sec.cover.securefunding-sec::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(230, 234, 240, 0.8);
}
.securefunding-list .row {
    --bs-gutter-x: 17px;
    --bs-gutter-y: 17px;
}
.securefunding-lbox {
    background-color: #ffffff;
    padding: 24px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    text-align: center;
    border-radius: 12px;
    transition: all 0.4s ease;
}
.securefunding-lbox:hover{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.securefunding-lbox .icon {
    background-color: #DCE3E0;
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.securefunding-lbox p {
    color: #334d42;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.securefunding-lbox .icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(996%) hue-rotate(108deg) brightness(100%) contrast(85%);
}
.securefunding-content .hmain-content.bottom {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 24px;
    border-radius: 12px;
    margin: 40px auto 0;
    width: 67%;
}
.securefunding-content .fw-btns {
    margin-top: 40px;
}
.securefundingimg-list {
    display: none;
    margin-top: 20px;
}
.securefundingimg-list img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.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 #F1EDE4;
}
/*
.hthreesteps-list .col-sm-12:nth-child(2) .hwhychoose-lbox {
    background-color: #334d42;
}
.hthreesteps-list .col-sm-12:nth-child(3) .hwhychoose-lbox {
    background-color: #426156;
}
*/
.hwhychoose-lcount span {
    color: #4B716414;
    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: #334d42;
}
.hthreesteps-list .hwhychoose-lbox p{
    font-size: 16px;
}
.hgetstarted-sec {
    background-image: linear-gradient(to right, hsl(40 70% 45% / .9), hsl(40 70% 45% / .7));
    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: #334d42;
    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: 36px;
}
.hmain-content.sm h1 img,
.hmain-content.sm h2 img,
.hmain-content.sm h3 img,
.hmain-content.sm h4 img,
.hmain-content.sm h5 img,
.hmain-content.sm h6 img{
    width: 36px;
    height: 36px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(67%) saturate(560%) hue-rotate(353deg) brightness(97%) contrast(99%);
    margin: -4px 0 0 5px;
}
.hwhatabout-content.securefunding-content .hmain-content h2 img{
    filter: brightness(0) saturate(100%) invert(40%) sepia(27%) saturate(428%) hue-rotate(108deg) brightness(94%) contrast(87%);
}
.hwhatabout-content.securefunding-content .hmain-content h2 img{
  animation: fadeOpacity 2s ease-in-out infinite;
}

@keyframes fadeOpacity {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.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(15%) sepia(67%) saturate(560%) hue-rotate(353deg) brightness(97%) contrast(99%);
}
a.all-buttons.phone img {
    margin: -2px 6px 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: #ffffff;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    border-radius: .75rem;
    border: 1px solid #DCE3E0;
    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: #334d42;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 60px 18px 25px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.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: #334d42;
    font-size: 15px;
    font-weight: 400;
}
.faqs_list .card.active a.card-link{
    color: #334d42;
    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: #334d42;
    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;
}
.footermain-ct{
    background-color: #ffffff;
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #DCE3E0;
}
.footermain-ct::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%;
}
.footermain-ct::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 .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    justify-content: space-between;
}
.footer-content .col-3{
    flex: auto;
    width: auto;
    position: relative;
    transition: all 0.4s ease;
}
.footer-logo {
    width: 41%;
    text-align: center;
    margin: 0 auto;
}
.footer-logo img {
    width: 95px;
}
.footer-logo p {
    color: #3f5e54;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 0 0;
}
.ft-menu strong {
    color: #0c1210;
    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-color: #4B7164;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 100%;
    z-index: 0;
}
.ft-menu ul li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #DCE3E0;
    position: absolute;
    top: 10px;
    left: 4px;
    border-radius: 100%;
    z-index: 1;
}
.ft-menu.ft-contactinfo ul li::after,
.ft-menu.ft-contactinfo ul li::before{
    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;
}
.contactinfo-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 25px;
    justify-content: center;
    margin-top: 20px;
}
.ft-menu ul li a,
.ft-menu ul li span,
.contactinfo-list ul li a{
    color: #3f5e54;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    transition: all 0.4s ease;
    align-items: center;
    column-gap: 8px;
}
.contactinfo-list ul li a.privacy {
    position: relative;
    top: -2px;
}
.ft-menu ul li a:hover,
.contactinfo-list ul li a:hover{
    color: #4b7164;   
}
.ft-menu ul li a img,
.ft-menu ul li span img,
.contactinfo-list ul li a img{
    filter: brightness(0) saturate(100%) invert(33%) sepia(17%) saturate(681%) hue-rotate(109deg) brightness(91%) contrast(86%);
    width: 14px;
    height: 14px;
    position: relative;
}
.ft-menu ul li a:hover img,
.contactinfo-list ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(14%) saturate(693%) hue-rotate(108deg) brightness(97%) contrast(96%);
}
.ft-menu.ft-contactinfo {
    float: right;
}
.copyright {
    border-top: 1px solid #dce3e0;
    padding: 15px 0;
    text-align: center;
    margin-top: 30px;
}
.copyright span{
    color: #4b7164;
    font-size: 14px;
    font-weight: 400;
}
.copyright span a{
    color: #4b7164;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.copyright span a:hover{
    color: #334d42;
}
/*Home*/

/*How It Works*/
.howworkbg-sec {
    padding: 180px 0 80px;
    background-color: #F8F6F2;
    position: relative;
}
.howworkbg-sec::after {
    content: '';
    display: inline-block;
    background-image: url(images/Funding-For-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 0;
    width: 140px;
    height: 140px;
    filter: brightness(0) saturate(100%) invert(89%) sepia(24%) saturate(207%) hue-rotate(329deg) brightness(108%) contrast(94%);
}
.howworkbg-sec .hmain-content {
    width: 62%;
    margin: 0 auto;
}
.howworkbg-sec .hmain-content *{
    position: relative;
    z-index: 1;
}
.howworkbg-sec .hmain-content h1, .howworkbg-sec .hmain-content h2, .howworkbg-sec .hmain-content h3, .howworkbg-sec .hmain-content h4, .howworkbg-sec .hmain-content h5, .howworkbg-sec .hmain-content h6 {
    font-size: 48px;
    margin: 0 0 15px 0;
}
.howworkbg-content .hmain-content p strong {
    color: #334d42;
    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: #4B7164;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 100%;
    text-align: center;
    line-height: 59px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}
.simpleprocess-sec {
    background-color: #ffffff;
    padding: 50px 0 56px;
    position: relative;
}
.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: #ffffff;

    height: auto;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    padding: 32px;
    position: relative;
    overflow: hidden;
}
.simpleprocess-list.hdoqualify-list .hwhychoose-lbox{
    text-align: left;
}
.simpleprocess-list .hwhychoose-lbox::after {
    content: '';
    display: inline-block;
    background-color: #f1ede44d;
    width: 128px;
    height: 128px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: -64px;
    right: 76px;
    z-index: 0;
}
.simpleprocess-list .hwhychoose-lbox *{
    position: relative;
    z-index: 1;
}
.simpleprocess-list .hwhychoose-lbox .icon {
    background-color: #F1EDE4;
    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 auto 24px;
}
.simpleprocess-list .hwhychoose-lbox .icon img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(31%) saturate(1034%) hue-rotate(2deg) brightness(102%) contrast(89%);
    width: 40px;
    height: 40px;
}
.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: #F5F3EE;
    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 #4B7164;
    padding: 33px 25px 30px;
    transition: all 0.4s ease;
}
.fundingassociation-lbox:hover{
    border: 1px solid #ecf4ff;
    border-left: 4px solid #4B7164;
}
.fundingassociation-lbox .d-flex {
    column-gap: 15px;
}
.fundingassociation-lbox .icon {
    background-color: #F1EDE4;
    width: 36px;
    height: 36px;
    line-height: 32px;
    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(58%) sepia(65%) saturate(477%) hue-rotate(2deg) brightness(87%) contrast(99%);
}
.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;
}
.abt .readgetstarted-list {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    padding: 48px;
    border: 1px solid #E5DED1;
    border-radius: 24px;
    background-color: #ffffff;
}
.hteamqualify-sec .hmain-content h2 img.title-icon {
    width: 30px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(55%) saturate(617%) hue-rotate(2deg) brightness(91%) contrast(87%);
    margin: -5px 0 0 3px;
}
.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 #DCE3E0;
}
.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: #4B7164;
    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: #334d42;
}
.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 #F1EDE4;
    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: 30px 0 60px;
    background-color: #f8f6f2;
}
.ourmissionabt-list .hwhychoose-lbox.fundingassociation-lbox {
    margin-bottom: 20px;
}
.ourmissionabt-list .hwhychoose-lbox.fundingassociation-lbox:last-child{
    margin-bottom: 0;
}
.ourmissionabt-list .hwhychoose-lbox.fundingassociation-lbox .ct {
    flex: 0 1 calc(100% - 51px);
}
/*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: #4B7164;
}
.industries .hwhychoo   se-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*/
.abtamerican-sec.privacy {
    padding: 150px 0 40px;
    background-color: #FFFCF0;
}
.privacy .hmain-content {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}
.privacy .hmain-content .privacy-logo img {
    width: 200px;
    margin: 0 auto 50px;
    text-align: center;
}
.privacy .hmain-content h1,
.privacy .hmain-content h2,
.privacy .hmain-content h3,
.privacy .hmain-content h4,
.privacy .hmain-content h5,
.privacy .hmain-content h6{
    color: #3f5e54;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.privacy .hmain-content h3{
    color: #3f5e54;
    font-size: 18px;
}
.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;
}
.privacy .hmain-content h1 {
    font-size: 35px;
    font-weight: 700;
}
.privacy .hmain-content p,
.privacy .hmain-content ul li{
    font-size: 16px;
}
.privacy .hmain-content p{
    line-height: 24px;
}
.privacy .hmain-content p strong{
    color: #3f5e54;
    font-weight: 700;
}
.hbanner-img img {
    border-radius: .75rem;
    width: 100%;
}
.hdoqualify-sec {
    background-color: #F5F3EE;
    padding: 50px 0 56px;
    position: relative;
}
.hdoqualify-sec.hteamqualify-sec {
    background-color: #f8f6f2;
    padding: 10px 0 70px;
}
.hteamqualify-list .hwhychoose-lbox{
    text-align: center;
}
.hteamqualify-content .hmain-content {
    margin-bottom: 50px;
}
.hteamqualify-content .hteamqualify-list .hwhychoose-lbox {
    text-align: center;
    border-color: #E5DED1;
}
.hwhychoose-lbox .thumb img {
    width: 145px;
    height: 145px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #e6dfd1;
    margin: 0 auto;
}
.hteamqualify-list .hwhychoose-lbox h3 {
    color: #334d42;
    font-weight: 700;
    margin: 20px 0 15px;
}
.hteamqualify-list .hwhychoose-lbox p {
    background-color: #f1ede480;
    padding: 8px 20px;
    border-radius: 100px;
    color: #857047;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.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: #334d42;
    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(39%) sepia(53%) saturate(209%) hue-rotate(108deg) brightness(92%) contrast(93%);
    background-image: url(images/check-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
}
.hmain-content ul li strong {
    font-weight: 600;
}
.readyfundconst-sec {
    padding: 50px 0;
}
.readyfundconst-lbox {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #dce3e0;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.readyfundconst-lbox::after {
    content: '';
    display: inline-block;
    background-color: #EEF2F0;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    bottom: -40px;
    right: -40px;
    z-index: 0;
}
.readyfundconst-lbox *{
    position: relative;
    z-index: 2;
}
.readyfundconst-lbox strong {
    color: #334d42;
    font-size: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.healthcare .readyfundconst-lbox strong {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
}
.readyfundconst-lbox p{
    color: #334d42;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.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: #334d42;
    font-size: 18px;
}
.hmain-content .d-flex .icon {
    background-color: #F1EDE4;
    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: #DCE3E0;
    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 #DCE3E0;
    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: #4B7164;
}
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: #4B7164;
    font-size: 12px;
    background-color: #F1EDE4;
    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 {
    position: relative;
    width: 85%;
    margin: 0 auto 50px;
    z-index: 1;
}
.readyfundconst-list .row {
    justify-content: center;
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.readyfundconst-content.healthcare {
    background-image: linear-gradient(to right, #4B7164, #334d42);
    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: 300px 0 60px;
}
.page-template-apply-now .applynow-sec .container {
    padding: 0;
}
.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 #F1EDE4;
    margin: 0 0 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: .75rem;
}
.applysidebar-box strong {
    color: #334d42;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
}
.applysidebar-box p,
.applysidebar-box ul li{
    color: #334d42;
    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 #F1EDE4;
    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 #4B7164;
    background-color: #ffffff;
    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: #4B7164;
    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: #4B7164;
    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: #334d42;
    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: #4B7164;
}
.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: #334d42; /* fill blue */
  width: 25%; /* start empty */
  transition: width 0.4s ease;
  z-index: 1;
  position: absolute;
}

/*Step Bar*/

/*Gravity Form*/

.applynow-form h3 {
    color: #334d42;
    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: #334d42;
    font-weight: 700;
}
.applynow-form p {
    color: #334d42;
    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,
.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: rgb(0 0 0 / 30%);
    font-size: 13px;
    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{
    background-color: #ffffff;
    border-radius: .75rem;
    width: 100%;
    border: 1px solid #DCE4E1;
    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: #334d42;
    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: #4B7164;
    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: #334d42;
}
.applynow-form input#gform_submit_button_2{
    color: #ffffff;
    background-color: #426156;
}
.applynow-form input#gform_submit_button_2:hover,
.applynow-form input#gform_next_button_2_50:hover{
    color: #ffffff;
    background-color: #426156;
}
.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 #F1EDE4;
    border-radius: .75rem;
}
.upload-approval h2,
.optional-documents h2{
    color: #334d42;
    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: #334d42;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    background-color: #f6f9fb;
    padding: 10px 15px;
    border: 1px solid #F1EDE4;
    display: inline-block;
    margin-right: 9px;
    border-radius: 6px;
}
.optional-documents ul li svg {
    fill: #334d42;
    width: 19px;
    height: 19px;
}


/*Gravity Form*/

.hbanner-form .price-value input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 100px;
    background: linear-gradient(to right, #3C554A 0%, #FFF7E1 0%); /* JS updates this */
    outline: none;
    border: none;
    position: relative;
    cursor: pointer;
}

/* Chrome, Safari, Edge Thumb */
.hbanner-form .price-value input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #3C554A;
    cursor: pointer;
    margin-top: -6px; /* keeps thumb centered */
    position: relative;
    z-index: 2;
}

/* Chrome, Safari, Edge Track */
.hbanner-form .price-value input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 100px;
    background: transparent; /* background handled by gradient */
}

/* Firefox Thumb */
.hbanner-form .price-value input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #3C554A;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* Firefox Filled Portion */
.hbanner-form .price-value input[type=range]::-moz-range-progress {
    background: #3C554A;
    height: 8px;
    border-radius: 100px;
}

/* Firefox Unfilled Portion */
.hbanner-form .price-value input[type=range]::-moz-range-track {
    background: #FFF7E1;
    height: 8px;
    border-radius: 100px;
}




/*  Media Query  */
@media (max-width: 1366px){
    .hwhychoose-sec{
        overflow: hidden;
    }
    .hbanner-sec {
        padding: 140px 0 60px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6{
        font-size: 50px;
    }
    .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: 16px;
    }
    .hwhychoose-sec.works .hwhychoose-lbox {
        padding: 30px 25px;
    }
    .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;
    }
    .hwhychoose-sec.works {
        padding: 50px 0 60px;
    }
    .hfaq-sec.hcommonquestion-sec {
        padding: 50px 0 60px;
    }
}

@media (max-width: 1281px){
    body .container,
    .page-template-apply-now .applynow-sec .container{
        max-width: 100%;
        padding: 0 40px;
    }
    .header-content{
        padding: 0;
    }
    #container{
        max-width: 100%;
        padding: 0 !important;
    }
    .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;
    }
    .nav-menu li#menu-item-22 {
        margin-left: 200px;
    }
    .applynow-sec {
        padding: 160px 0 45px;
    }
    .site-footer {
        background-color: #ffffff;
        border-top: 1px solid #DCE3E0;
        padding: 40px 0 0 0;
    }
    .footermain-ct {
        background-color: transparent;
        padding: 0;
        border: none;
    }
}
@media (max-width: 1171px){
    .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;
    }
    .hwhychoose-list .row,
    .readyfundconst-list .row{
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hwhychoose-sec.works .hwhychoose-lbox {
        padding: 30px 20px;
    }
    .hwhychoose-lbox p, .hwhychoose-lbox ul li{
        font-size: 15px;
    }
    .hcommonquestion-content .row {
        --bs-gutter-x: 30px;
    }
    .hwhychoose-sec {
        padding: 10px 0 60px;
    }
    .nav-menu li#menu-item-22 {
        margin-left: 160px;
    }
    .howworkbg-sec {
        padding: 160px 0 40px;
    }
    .howworkbg-sec .hmain-content h1, .howworkbg-sec .hmain-content h2, .howworkbg-sec .hmain-content h3, .howworkbg-sec .hmain-content h4, .howworkbg-sec .hmain-content h5, .howworkbg-sec .hmain-content h6{
        font-size: 32px;
    }
}
@media (max-width: 1113px){
    .hbanner-sec {
        padding: 100px 0 50px;
    }
    .price-value span,
    .display-amount span{
        font-size: 30px;
    }
    .hbform-list ul li span{
        font-size: 12px;
    }
    .hbanner-form {
        width: 100%;
    }
    a.all-buttons {
        font-size: 12px;
        padding: 11px 28px;
    }
    .hwhychoose-lbox {
        padding: 28px 25px 22px;
    }
    .hwhychoose-sec {
        padding: 48px 0 55px;
    }
    .site-header,
    .site-header.fixedmenu{
        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;
    }
    .nav-menu li#menu-item-22 {
        margin-left: 0;
    }
    .howworkbg-sec {
        padding: 120px 0 40px;
    }
    .howworkbg-sec::after {
        width: 100px;
        height: 100px;
    }
    .hmain-content p, .iconsdt{
        font-size: 16px;
    }
    .readyfundconst-lbox strong{
        font-size: 30px;
    }
    .footer-logo {
        width: 49%;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 34px;
        right: 40px;
        z-index: 1;
        user-select: none;
    }
    .site-header.fixedmenu #menuToggle{
        top: 27px;
    }
    #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: #0c1210;
        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: #0c1210;
        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;
    }
    .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%;
    }
    .readyfundconst-list {
        width: 100%;
        margin: 0 auto 40px;
    }
    .abtamerican-sec.privacy {
        padding: 110px 0 40px;
    }
    .securefundingimg-list{
        display:block;
    }
}
@media (max-width: 993px){
    .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;
    }
    .hwhatabout-list.securefunding-list .col-sm-12 {
        width: 33.33%;
        margin-bottom: 0;
    }
    .hbanner-sec {
        padding: 125px 0 35px;
    }
}
@media(max-width: 831px){
    .howworkbg-sec .hmain-content {
        width: 100%;
    }
    .howworkbg-sec {
        padding: 140px 0 40px;
    }
    .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;
    }
    .hteamqualify-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hteamqualify-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hdoqualify-sec.hteamqualify-sec {
        padding: 10px 0 40px;
    }
    .hmain-content {
        width: 100%;
    }
    .applynow-sec {
        padding: 125px 0 45px;
    }
    .readyfundconst-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
}
@media(max-width: 768px){
    .hfaq-sec.hcommonquestion-sec {
        padding: 40px 0 45px;
    }
    .hwhychoose-content .fw-btns {
        margin-top: 30px;
    }
    ..site-footer{
        padding: 35px 0 0;
    }
    .footer-content .col-3 {
        flex: auto;
        width: 100%;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 48px;
    }
    .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: 18px;
    }
    .hjoinsucessstories-sec {
        padding: 40px 0;
    }
    .applynow-form .gform-theme--framework .gf_step_label {
        font-size: 13px;
        text-align: center;
        margin-top: 14px;
    }
    .securefunding-content .hmain-content.bottom {
        margin: 20px auto 0;
        width: 100%;
    }
    .hmain-content.stillhaveque-content {
        margin: 0 0 30px 0;
        text-align: center;
    }
    .ft-menu.ft-contactinfo {
        float: none;
    }
    .footer-logo p {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .fundingassociation-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .abt .readgetstarted-list{
        padding: 30px;
    }
    .hgetstarted-sec .hmain-content p {
        font-size: 16px;
    }
    .footer-logo{
        width: 100%;
    }
    .abtamerican-sec.privacy {
        padding: 100px 0 40px;
    }
    .hbanner-ct {
        text-align: center;
    }
    .fw-btns .d-flex {
        justify-content: center;
    }
    .hbanner-ct ul {
        display: flex;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 48px;
    }
    .hbanner-ct p {
        font-size: 18px;
    }
    .hwhychoose-sec.works a.all-buttons {
    font-size: 14px;
    font-weight: 500;
    padding: 11px 28px;
}
}
@media(max-width: 767px){
    .securefundingimg-list{
        display: none;
    }
}
@media(max-width: 667px) {
    body .container,
    .page-template-apply-now .applynow-sec .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: 30px 0 0;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 38px;
    }
    .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-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;
    }
    .hwhatabout-list.securefunding-list .col-sm-12 {
        width: 50%;
        margin-bottom: 0;
    }
    .simpleprol-count {
        width: 55px;
        height: 55px;
        line-height: 52px;
    }
    a.all-buttons {
        font-size: 14px;
        padding: 11px 28px;
    }
}
@media(max-width: 571px){
        .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 37px;
    }
}
@media(max-width: 481px){
    body .container,
    .page-template-apply-now .applynow-sec .container{
        padding: 0 20px;
    }
    .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;
    }
    #menuToggle {
        right: 20px;
    }
    .hbanner-fpd {
        padding: 0 20px 20px 20px;
    }
    .howworkbg-sec .hmain-content h1, .howworkbg-sec .hmain-content h2, .howworkbg-sec .hmain-content h3, .howworkbg-sec .hmain-content h4, .howworkbg-sec .hmain-content h5, .howworkbg-sec .hmain-content h6{
        font-size: 27px;
    }
    .contactinfo-list ul{
        display: block;
        text-align: center;
    }
    .contactinfo-list ul li{
        margin-bottom: 8px;
    }
    .contactinfo-list ul li:last-child{
        margin-bottom: 0;
    }
}
@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: 130px 0 20px;
    }
    .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;
    }
    .hwhatabout-list.securefunding-list .col-sm-12 {
        width: 100%;
    }
    .hmain-content .d-flex{
        display: block !important;
    }
    .hmain-content.stillhaveque-content a.all-buttons{
        width: 100%;
    }
    .hmain-content.stillhaveque-content a.all-buttons:first-child{
        margin-bottom: 14px;
    }
    .hmain-content.stillhaveque-content p {
        font-size: 14px;
    }
    .hbform-ct h2 {
        font-size: 17px;
        margin: 0 0 10px 0;
    }
    .price-value span, .display-amount span {
        font-size: 25px;
    }
    .hgetstarted-sec {
        padding: 30px 0 20px;
    }
    .abt .readgetstarted-list {
        padding: 0;
        border: none;
        box-shadow: none;
        background-color: transparent;
    }
    .hbanner-ct h1 strong::after, .hbanner-ct h2 strong::after, .hbanner-ct h3 strong::after, .hbanner-ct h4 strong::after, .hbanner-ct h5 strong::after, .hbanner-ct h6 strong::after{
        bottom: -5px;
    }
    .readyfundconst-lbox strong{
        font-size: 21px;
    }
    .readyfundconst-lbox {
        padding: 20px 10px;
            height: 100%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    }
}