:host,
:root,
html,
::after,
::before {
    --primary-color: #137499;
    --primary-font-color: #0B1E27;
    --secondary-color: #1BD582;
    --secondary-font-color: #ffffff;
    ---secondary-color: #e6f2ff44;
    --a-hover-color: #5469f7;
    --heading-color: #2c3e50;
    --descprition-color: #6e7da3;
    --deaf-font-color: #8894ad;
    --deaf-font-color-600: #8894ad1f;
    --deaf-font-color-400: #8894ad44;
    --label-font-color: #151e42;
    --input-font-color-700: #6d7ca3;
    --input-font-color-500: #6d7ca388;
    ---input-font-color-500: #484f5f;
    --input-border-color: #d4dcff;
    --faded-font-color: #525c84;
    --primary-disabled: #0075ff22;
    --primary-border-color: #e5edf9;
    --primary-border-color-600: #e5edf966;
    ---primary-border-color: #eaeef7;
    --grid-text-color: #424857;
    ---grid-text-color: #838eaa;
    --overlay-color: #000000;
    --stats-bg-color: #fcfdfe;
    --stars-color: #d1e4fa;
    --dashboard-secondary-bg-color: #f5f9fd;
    --black-700: #000000;
    --white-700: #ffffff;
    --white-200: #ffffff22;
    --orange-700: #f8b849;
    --purple-700: #4339f2;
    --red-700: #fb295b;
    --green-700: #34b53a;
    --green-500: #5dc461;
    --grey-700: #808080;
    --cyan-700: #28F8C0;
    --input-radius: 10px;
    --border-radius-lg: 20px;
    --border-radius: 12px;
    --border-radius-md: 16px;
    --border-radius-xs: 4px;
    --primary-font: Inter, sans-serif;
    --icons-font: "Font Awesome 6 Free", emoji;
    --transition: 300ms;
    --overlay-opacity: 0.3;
}

img {
    max-width: 100%;
}


/* sheild-header-section-css */

.shield-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    flex-wrap: wrap;
}

.shield-header-main .shield-header-logo {
    max-height: 62px;
}

.shield-header-main .shield-header-menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shield-header-main .shield-header-menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.shield-header-main .shield-header-menus ul a {
    color: #58514F;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: var(--transition);
    text-decoration: none;
    margin: 0px 20px;
}

.shield-header-buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.shield-header-buttons ul .button-apply {
    color: var(--white-700);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    transition: var(--transition);
    justify-content: center;
    text-decoration: unset;
    padding: 12px 14px;
    margin-right: 11px;
}

.shield-header-buttons ul .button-contact {
    color: var(--white-700);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    flex-shrink: 0;
    border-radius: 8px;
    transition: var(--transition);
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
    padding: 12px 14px;
}

.shield-header-main .shield-header-menus ul a:hover {
    color: var(--primary-color);
}

.shield-header-mobile-menus {
    display: none;
}

@media (max-width:980px) {
    .shield-header-buttons,
    .shield-header-menus {
        display: none;
    }
    .shield-header-mobile-menus {
        display: block;
    }
    .shield-header-mobile-menus button {
        font-family: "Inter", Sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        background-color: #1BD582;
        padding: 4px 16px;
        border: unset;
    }
}


/* sheild header end section css */


/* sheild-footer-section-css */

.sheild-footer-section {
    background: #0B1E27;
    padding: 57px 0 10px 0;
    z-index: 99;
    position: relative;
}

.sheild-top-footer {
    margin-bottom: 33px;
}

.sheild-footer-menus {
    border-bottom: 2px solid #D8D9DA;
    padding-bottom: 30px;
}

.sheild-footer-menus-title {
    margin-bottom: 26px;
}

.sheild-footer-menus-title h5 {
    margin-bottom: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sheild-main-footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.sheild-main-footer ul li {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
}

.sheild-main-footer ul li span {
    color: #D8D9DA;
    width: 20px;
    display: inline-block;
}

.sheild-main-footer ul li a {
    color: #D8D9DA;
    text-decoration: none;
    transition: .2s;
}

.sheild-main-footer ul li a:hover {
    color: #137499;
}

.sheild-footer-about {
    padding: 20px 0;
}

.sheild-footer-about ul {
    flex-direction: row;
    gap: 10px 39px;
    flex-wrap: wrap;
}

.sheild-footer-about ul li {
    color: #94918F;
    font-size: 14px;
    line-height: 20px;
}

.sheild-footer-about ul li a {
    color: #94918F;
}

.sheild-footer-sidebar li span {
    color: #fff;
    margin-right: 8px;
}

.sheild-footer-sidebar {
    padding-left: 50px;
}

.sheild-footer-sidebar ul {
    padding-top: 10px;
    margin-bottom: 50px;
}

.sheild-footer-widgets {
    display: flex;
    align-items: flex-end;
    gap: 10px 15px;
}

.sheild-footer-links {
    margin-top: 25px;
}

.sheild-footer-links ul {
    margin-bottom: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 47px;
    padding: 0;
}

.sheild-footer-links ul li {
    font-size: 20px;
}

@media (max-width: 1400px) {
    .sheild-footer-sidebar {
        padding-left: 20px;
    }
}

@media (max-width: 1200px) {
    .sheild-footer-sidebar ul {
        margin-bottom: 35px;
    }
    .sheild-footer-links ul {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .sheild-main-footer ul li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .sheild-footer-menus-colum {
        margin-bottom: 30px;
    }
    .sheild-footer-menus-title {
        margin-bottom: 20px;
    }
    .sheild-footer-menus {
        padding-bottom: 0px;
    }
    .sheild-footer-sidebar {
        padding-left: 0px;
    }
    .sheild-footer-links ul {
        gap: 10px 25px;
    }
    .sheild-footer-section {
        padding: 47px 0 10px 0;
    }
}


/* shield elementor elements css  */

.shiled-fancy-text-icon-bg {
    display: inline-block;
    background-image: url('../images/ring-SVG.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 3px;
    margin: 0;
    font-weight: 700;
    color: #187DA3;
}

.shiled-fancy-text-icon {
    display: inline-block;
    background-image: url('../images/Vector.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 3px;
    margin: 0;
    font-weight: 700;
}

.shield-single-slider-slider>.e-con-inner .slick-slide {
    display: inline-flex;
}

.shield-single-slider-slider>.e-con-inner .slick-list.draggable {
    overflow: inherit !important;
}

.shield-single-slider-slider>.e-con-inner .slick-list.draggable .slick-slide {
    opacity: 0.5;
}

.shield-single-slider-slider>.e-con-inner .slick-list.draggable .slick-current.slick-active {
    opacity: 1;
}

.shield-single-slider-slider>.e-con-inner .slick-arrow {
    border-radius: 8px;
    border: 2px solid #023047;
    display: flex;
    width: 100px;
    height: 48px;
    padding: 14px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 0;
    position: absolute;
    right: 0;
    transition: 0.3s;
    top: -85px;
}

.shield-single-slider-slider>.e-con-inner .slick-arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: rgba(2, 48, 71, 1);
    content: "\f061";
}

.shield-single-slider-slider>.e-con-inner .slick-arrow.slick-disabled {
    background: #EAEBEC;
    border-color: transparent;
    cursor: not-allowed;
}

.shield-single-slider-slider>.e-con-inner .slick-prev.slick-arrow {
    right: 110px;
    transform: rotate(180deg);
}

.shield-single-slider-slider>.e-con-inner .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    margin-top: 55px;
    margin-bottom: 0;
    padding: 0;
}

.shield-single-slider-slider>.e-con-inner .slick-dots button {
    border: unset;
    font-size: 0;
    background: rgba(216, 217, 218, 1);
    margin: 0 9px;
    width: 24px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(0deg);
    border-radius: 50%;
}

.shield-single-slider-slider>.e-con-inner .slick-dots .slick-active button {
    background: rgba(19, 116, 153, 1);
}

.shield-reviews-slider-slider>.e-con-inner .slick-slide {
    max-width: 332px;
}

.shield-reviews-slider-slider>.e-con-inner .slick-arrow {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 9.5px 10.5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: transparent;
    background: #00b67a;
    border: unset;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    z-index: 9999;
    left: -46px;
}

.shield-reviews-slider-slider>.e-con-inner .slick-arrow::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    content: "\f053";
    position: absolute;
    color: #fff;
    line-height: 22px;
}

.shield-reviews-slider-slider>.e-con-inner .slick-next {
    right: 20%;
    left: unset;
    z-index: 99999999;
    transform: rotate(180deg);
}

.shield-reviews-slider-slider>.e-con-inner .slick-arrow.slick-disabled {
    opacity: 0;
}

.shield-reviews-slider-slider .slick-list.draggable {
    overflow: inherit !important;
}

.shield-reviews-slider-slider>.e-con-inner .slick-slide.slick-active {
    opacity:1 !important;
     box-shadow: none;
}

.shield-reviews-slider-slider>.e-con-inner .slick-slide {
    opacity: 0.2;
}

@media (max-width:1054px) {
    .shield-single-slider-slider>.e-con-inner .slick-list.draggable {
        overflow: hidden !important;
    }
    .shield-single-slider-slider>.e-con-inner .slick-slide {
        flex-direction: column;
    }
    .shield-single-slider-slider>.e-con-inner .slick-slide img {
        width: 100%;
    }
}

@media (max-width:480px) {
    .shield-reviews-slider-slider>.e-con-inner .slick-next {
        right: -15px;
    }
    .shield-reviews-slider-slider>.e-con-inner .slick-prev {
        left: -14px;
    }
}

.shield-plans-table {
    overflow: auto;
}

.shield-plans-table-auto {
    min-width: 1040px !important;
}


/* shield elementor elements css  */

/* .small-business-accordian1 */
.small-business-accordian1 .elementor-accordion-item {
    border-bottom: 1px solid #187DA3 !important;
		position: relative;
}

.small-business-accordian1 .elementor-accordion-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: cover;
}

.small-business-accordian1 .elementor-accordion-item:first-child::before {
  background-image: url('https://shieldfunding.com/wp-content/uploads/2023/12/Group-1171276287-15-1.png');
}

.small-business-accordian1 .elementor-accordion-item:nth-child(2)::before {
  background-image: url('https://shieldfunding.com/wp-content/uploads/2023/12/Group-1171276287-19.png');
}

.small-business-accordian1 .elementor-accordion-item:nth-child(3)::before {
  background-image: url('https://shieldfunding.com/wp-content/uploads/2023/12/Group-1171276287-20.png');
}


/* .small-business-accordian2 */
.small-business-accordian2 .elementor-accordion-item {
    margin-bottom: 30px;
	  border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #DDDDDD !important;
}

.small-business-accordian2 .elementor-tab-content {
    border-top: none !important;
}

.small-business-accordian2 .elementor-tab-title.elementor-active {
    padding: 30px 30px 15px 30px !important;
}

.small-business-accordian2 .elementor-tab-content p {
    margin-bottom: 0;
}


/* shield-funding-loan-contact-form */
#shield-funding-loan-contact-form {
    width: 414px;
}

#shield-funding-loan-contact-form .cwp-frontend-section-container {
    margin-bottom: 25px;
}

#shield-funding-loan-contact-form .cwp-frontend-section-content-container {
    border: none;
    padding: 0;
}

#shield-funding-loan-contact-form .cwp-field-container {
    margin: 0 0 12px 0;
	  padding: 0;
}

#shield-funding-loan-contact-form .cwp-frontend-section-content-container label {
    display: none;
}

#shield-funding-loan-contact-form .cwp-field-container input,
#shield-funding-loan-contact-form .cwp-field-container textarea{
    border-radius: 5px;
    border: 1px solid #D1D1D1;
    padding: 13px 26px;
    color: #666;
    font-family: Inter;
    font-size: 15px;
    line-height: 26px;
}

#shield-funding-loan-contact-form .cwp-from-submit {
    margin: 0;
    border-radius: 8px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    transition: all .3s ease-out !important;
    background: #137499 !important;
    border: 1px solid #137499 !important;
}

#shield-funding-loan-contact-form .cwp-from-submit:hover{
    background: transparent !important;
    color: #137499 !important;
}

#shield-funding-loan-contact-form .cwp-field-container.cwp-field-text {
    width: 201px;
}

#shield-funding-loan-contact-form .cwp-field-container.cwp-field-text:first-child{
	  margin-right: 12px !important;
}


/* shield-funding-contact-form */
#shield-funding-contact-form {
    border-radius: 18px;
    background: #FFF;
    padding: 36px;
    width: 444px;
}

#shield-funding-contact-form .cwp-frontend-section-container {
    margin-bottom: 0px;
}

#shield-funding-contact-form .cwp-frontend-section-content-container {
    border: none;
    padding: 0;
}

#shield-funding-contact-form .cwp-field-container {
    padding: 0;
	  margin-bottom: 20px;
}

#shield-funding-contact-form .cwp-field-container label {
    display: none;
}

#shield-funding-contact-form .cwp-field-container input,
#shield-funding-contact-form .cwp-field-container textarea{
    padding: 12px 11px;
    border-radius: 3px;
    border: 1px solid #7A7573;
    color: #7A7573;
    font-family: Inter;
    font-size: 15px;
    line-height: normal;
}

#shield-funding-contact-form .cwp-from-submit {
    border-radius: 8px;
    background: #023047;
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: 800;
    line-height: 19px;
    padding: 14px;
		transition: .2s;
}


/* shield-funding-apply-form */
#shield-funding-apply-form {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 0px 100px 0px #5d5d5d40;
    padding: 36px;
}

#shield-funding-apply-form .cwp-frontend-section-container {
    margin-bottom: 24px;
}
#shield-funding-apply-form .cwp-from-submit {
    border-radius: 8px;
    background: #023047;
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: 800;
    line-height: 19px;
    padding: 14px;
		transition: .2s;
}

#shield-funding-apply-form .cwp-from-submit:hover{
		background: #fff;
		border: 1px solid #023047;
		color: #023047;
}

#shield-funding-apply-form .cwp-frontend-section-content-container {
    padding: 0;
    border: none;
}

#shield-funding-apply-form .cwp-field-container {
    margin: 0 0 20px 0;
    padding: 0;
}

#shield-funding-apply-form .cwp-field-container label {
    display: none;
}

#shield-funding-apply-form .cwp-field-dropdown label {
    display: block;
    color: #023047;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 9px;
}

#shield-funding-apply-form .cwp-field-container input,
#shield-funding-apply-form .cwp-field-container select{
    border-radius: 3px;
    border: 1px solid #7A7573;
    background: #FFF;
    padding: 12px 11px;
    color: #7A7573;
    font-family: Inter;
    font-size: 15px;
    line-height: normal;
}

/* customer-stories-1 .slick-dots-none */
.customer-stories-1 .slick-dots {
    display: none !important;
}

/* customer-stories-2 .slick-arrow-position-change */
.customer-stories-2 .slick-next {
    right: 34% !important;
}

/* all-buttons-update-code */
.sheild-funding-btn1 .elementor-button {
    background: #1BD582;
    border: 1px solid #1BD582;
}

.sheild-funding-btn1 .elementor-button:hover{
    border: 1px solid #1BD582 !important;
    background-color: #fff !important;
        color: #1BD582;
}


.sheild-funding-btn2 .elementor-button{
    transition: all .3s ease-out;
    background: #FFF;
}

.sheild-funding-btn2 .elementor-button:hover{
	  background-position: left bottom;
		color: #1BD582;
}

.sheild-funding-btn1.slider .elementor-button{
	  border: 1px solid #000;
}

.sheild-funding-btn1.slider .elementor-button:hover{
	  border: 1px solid #000 !important;
}


/* .shield-header-buttons-change-code */
.shield-header-buttons ul .button-apply{
    transition: all .3s ease-out;
    background: #1BD582;
    border: 1px solid #1BD582;
}

.shield-header-buttons ul .button-apply:hover{
	color: #1BD582;
    background: #fff;
}

.shield-header-buttons ul .button-contact{
    transition: all .3s ease-out;
    background: #137499;
    border: 1px solid #137499;
}

.shield-header-buttons ul .button-contact:hover{
    color: #137499;
    background: #fff;
}

/* cwp-custom-form-btn-change */
.cwp-custom-form .cwp-from-submit {
    transition: all .3s ease-out !important;
    background: #023047 !important;
    border: 1px solid #023047 !important;
}

.cwp-custom-form .cwp-from-submit:hover {
    background: transparent !important;
    color: #023047 !important;
}

/* small-business-form-btn-effect */
.small-business-form .elementor-button{
    transition: all .3s ease-out !important;
    background: #023047;
    border: 1px solid #023047;
    text-shadow: none !important;
}

.small-business-form .elementor-button:hover{
    background: transparent !important;
    color: #023047 !important;
}

/* lp-custom-sheild-slider-img-color-change */
.lp-custom-sheild-slider-tabs .e-con.e-child.slick-slide.slick-current img {
    filter: brightness(0.1);
}

.lp-custom-sheild-slider-tabs .elementor-element {
    align-items: center;
    display: flex;
    justify-content: center;
}

.lp-custom-sheild-slider-tabs .e-con.e-child.slick-slide img {
    cursor: pointer;
}


/* .business-loan-merchant-icon-color-change */
.business-loan-merchant:hover .business-loan-merchant-icon {
    background: #EAF1FF !important;
    border: 1px solid #EAF1FF !important;
}

/* slider-arrow-responsive */
@media(max-width: 1800px) {
	.customer-stories-2 .slick-next {
    right: 30% !important;
}
}

@media(max-width: 1700px) {
	.customer-stories-2 .slick-next {
    right: 10% !important;
}
}

/* slider-content-coma */
.slider-content-coma-before::after{
	  position: absolute;
    top: -10px;
		content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
		color: #137499;
}

.slider-content-coma-after::after{
		content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
		color: #137499;
	  position: absolute;
    top: -10px;
}

.slider-content-coma-after {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    margin-top: 0;
}

/* sheild-home-range-after */
.sheild-home-range1 .elementor-progress-bar{
		position: relative;
}

.sheild-home-range1 .elementor-progress-wrapper{
	overflow:  visible !important;
}

.sheild-home-range1 .elementor-progress-bar::after {
    content: "$290,000";
    position: absolute;
    top: -7px;
    right: -6px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(https://shieldfunding.com/wp-content/uploads/2024/01/Group-1171276318-4-1.png);
    z-index: 999;
	  display: flex;
    justify-content: center;
    text-align: center;
}

.sheild-funding-banner-slider2 {
		 	position:absolute;
}

@keyframes fadeinout2
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0;
  }
}

/* .sf-apply-now-form */
.sf-apply-now-form-container {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 0px 100px 0px #5d5d5d40;
    width: 444px;
    padding: 24px 36px 36px 36px;
}

.sf-apply-now-form-container .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

.sf-apply-now-form-container .gform_heading h2 {
    color: #023047;
    font-size: 26px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.32px;
    margin-bottom: 12px;
}

.sf-apply-now-form-container .gform_heading p {
    display: none;
}

.sf-apply-now-form .gform_fields {
    row-gap: 30px;
}

.sf-apply-now-form .gform_fields input,
.sf-apply-now-form .ginput_container select{
    height: 44px;
    padding: 11px;
    border-radius: 3px !important;
    border: 1px solid #7A7573;
    background: #fff;
    color: #7A7573;
    font-size: 15px;
	  line-height: normal;
}
.sf-apply-now-form .gfield .gfield_label, .sf-apply-wizard.two .gform_page .gfield_label
.sf-apply-now-form .gfield .gfield_label,
.sf-apply-wizard.two .gform_page .gfield_label{
		color: #023047 !important;
		font-family: Inter;
		font-size: 12px;
		font-weight: 500;
		line-height: normal;
		margin-bottom: 9px;
        justify-content: center;
}

.sf-apply-now-form #gform_fields_2 .gfield .gfield_label,.sf-apply-now-form #gform_fields_6 .gfield .gfield_label {
    justify-content: left;
}

.sf-apply-now-form .gform_footer{
		margin-top: 44px;
	  justify-content: center;
}

.sf-apply-now-form-container #gform_submit_button_2,.sf-apply-now-form-container #gform_submit_button_6 {
    border-radius: 8px;
    width: 100%;
    padding: 14px 0;
    color: #FFF;
    font-size: 15px;
    font-weight: 800;
    line-height: 19px;
    font-family: "Lato", Sans-serif;
    transition: all .3s ease-out !important;
    background: #023047;
    border: 1px solid #023047 !important;
}

.sf-apply-now-form-container #gform_submit_button_2:hover,.sf-apply-now-form-container #gform_submit_button_6:hover {
    background: #fff;
    color: #023047 !important;
}


/* .sf-secure-application-form */
.sf-secure-application-form-container #field_1_65,.sf-secure-application-form-container #field_8_65,.sf-secure-application-form-container #field_7_65,.sf-secure-application-form-container #field_9_65,.sf-secure-application-form-container .top-steps-position {
    margin-bottom: 20px;
		padding: 0 !important;
    border: none  !important;
}

.sf-secure-application-form-container .gform_heading .gform_required_legend {
    display: none;
}

.sf-secure-application-form-container #field_1_65 .business-step-heading,.sf-secure-application-form-container #field_7_65 .business-step-heading,.sf-secure-application-form-container #field_8_65 .business-step-heading,.sf-secure-application-form-container #field_9_65 .business-step-heading,.sf-secure-application-form-container .top-steps-position .business-step-heading{
    color: #023047;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    width: fit-content;
    margin: 0px 0px 0px 31px;
}

.sf-secure-application-form-container form .gf_progressbar_wrapper {
    display: none;
}

.sf-secure-application-form-container .gform_fields .ginput_container input
,.sf-secure-application-form-container .gform_fields .ginput_container select{
		border-radius: 4px;
		border: 1px solid #EEF0F5;
		background: #F8F9FC;
		color: #4E576E;
		font-size: 12px;
		font-weight: 400;
		text-transform: capitalize;
		width: 100%;
        box-shadow: none;
}


.sf-secure-application-form-container .gform_fields .ginput_container input:hover, .sf-secure-application-form-container .gform_fields .ginput_container selectinput#input_1_24:hover {
    border: 1px solid #D9D9D9;
}

.sf-secure-application-form-container .gform_fields .ginput_container input::placeholder
,.sf-secure-application-form-container .gform_fields .ginput_container select::placeholder{
		color: #B3B3B3;
}

.sf-secure-application-form-container .gform_fields .ginput_container input{
		line-height: 150%;
}

.sf-secure-application-form-container .gform_fields .ginput_container input[name="input_33"],
.sf-secure-application-form-container .gform_fields .ginput_container input[name="input_17"]{
    text-transform: lowercase;
}

.sf-secure-application-form-container .gform_fields .ginput_container  input[name="input_38"], .sf-secure-application-form-container .gform_fields .ginput_container  input[name="input_45"] {
    text-transform: uppercase;
}

.sf-secure-application-form-container .gform_page_footer {
    margin-top: 37px;
    justify-content: end;
}

.sf-secure-application-form-container #gform_next_button_1_11,.sf-secure-application-form-container #gform_next_button_7_11,.sf-secure-application-form-container #gform_next_button_8_11,.sf-secure-application-form-container #gform_next_button_9_11,.sf-secure-application-form-container .gform_next_button {
border-radius: 4px !important;
    padding: 16px 24px !important;
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    transition: all .3s ease-out !important;
    background: #06C18C !important;
    border: 1px solid #06C18C !important;
}

.sf-secure-application-form-container #gform_next_button_1_11:hover,.sf-secure-application-form-container #gform_next_button_7_11:hover,.sf-secure-application-form-container #gform_next_button_8_11:hover,.sf-secure-application-form-container #gform_next_button_9_11:hover,.sf-secure-application-form-container .gform_next_button:hover {
    background: #fff !important;
    color: #06C18C !important;
}

.sf-secure-application-form-container .gform_fields .gsection_title {
    color: #023047;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    width: fit-content;
    position: relative;
    height: 36px;
    display: flex;
    align-items: center;
    margin: 0;
}

.sf-secure-application-form-container .gform_fields .gsection_title::before {
	content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 36px;
    height: 36px;
    background-size: cover;
}

.sf-secure-application-form-container #field_1_60 .gsection_title::before,.sf-secure-application-form-container #field_7_60 .gsection_title::before,.sf-secure-application-form-container #field_9_60 .gsection_title::before,.sf-secure-application-form-container #field_8_60 .gsection_title::before,
.sf-secure-application-form-container .business-details-heading .gsection_title::before{
	  background-image: url(https://shieldfunding.com/wp-content/uploads/2024/01/Group-1000002882.svg);
}

.sf-secure-application-form-container #field_1_61 .gsection_title::before,.sf-secure-application-form-container #field_7_61 .gsection_title::before,.sf-secure-application-form-container #field_8_61 .gsection_title::before,.sf-secure-application-form-container #field_9_61 .gsection_title::before,.sf-secure-application-form-container .personal-details-heading .gsection_title::before{
	  background-image: url(https://shieldfunding.com/wp-content/uploads/2024/01/Group-1171276316.svg);
}

.sf-secure-application-form-container #field_1_62
.gsection_title::before,.sf-secure-application-form-container #field_7_62
.gsection_title::before,.sf-secure-application-form-container #field_8_62
.gsection_title::before,.sf-secure-application-form-container #field_9_62
.gsection_title::before,.sf-secure-application-form-container .legal-information-heading
.gsection_title::before{
	  background-image: url(https://shieldfunding.com/wp-content/uploads/2024/01/Group-1171276330.svg);
}

.sf-secure-application-form-container #field_1_64 .gsection_title::before,
.sf-secure-application-form-container #field_7_64 .gsection_title::before,
.sf-secure-application-form-container #field_8_64 .gsection_title::before,
.sf-secure-application-form-container #field_9_64 .gsection_title::before,
.sf-secure-application-form-container #field_9_64 .gsection_title::before,
.sf-secure-application-form-container .legal-signature-heading .gsection_title::before{
	  background-image: url(https://shieldfunding.com/wp-content/uploads/2024/01/Group-1171276317.svg);
}

.gfield.gfield--type-checkbox,
.sf-secure-application-form-container .gfield.gfield--type-text,
.sf-secure-application-form-container .gfield.gfield--type-select,
.sf-secure-application-form-container .gfield.gfield--type-date,
.sf-secure-application-form-container .gfield.gfield--type-email,
.sf-secure-application-form-container .gfield.gfield--type-name{
    width: calc(50% - 8px);
	  margin-bottom: 16px;
	  float: left;
}

.sf-secure-application-form-container.ach-authorization .gform_button.button {
    border-radius: 4px !important;
    padding: 16px 24px !important;
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    transition: all .3s ease-out !important;
    background: #06C18C !important;
    border: 1px solid #06C18C !important;
}

.sf-secure-application-form-container.ach-authorization .gform_button.button:hover {
       background: #fff !important;
    color: #06C18C !important;
}
.sf-secure-application-form-container .gfield.gfield--type-checkbox:nth-child(odd),
.sf-secure-application-form-container .gfield.gfield--type-text:nth-child(odd),
.sf-secure-application-form-container .gfield.gfield--type-select:nth-child(odd),
.sf-secure-application-form-container .gfield.gfield--type-date:nth-child(odd),
.sf-secure-application-form-container .gfield.gfield--type-email:nth-child(odd),
.sf-secure-application-form-container .gfield.gfield--type-name:nth-child(odd) {
    margin-right: 16px;
}

.sf-secure-application-form-container .gform-theme--framework .gfield--type-section{
    border-block-end: none;
    position: absolute;
    top: -21px;
    left: 20px;
    padding: 0 5px 0 45px;
    background: #fff;
}

.sf-secure-application-form-container .gfield.gfield--type-html {
    border-radius: 8px;
    border: 1px solid #EBF0ED;
    background: #FFF;
		padding: 42px 24px 24px 24px;
		position: relative;
}

#field_1_71 {
    display: block;
}

.sf-secure-application-form-container .gfield .gfield--type-signature {
    border-radius: 4px;
}

.sf-secure-application-form-container .gform_fields .gfield label,
.sf-secure-application-form-container .gform_fields .gfield .gfield_label{
    color: #023047;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    clear: both;
    text-transform: initial;
    position: relative;
    display: block;
    width: fit-content;
	  margin-bottom: 8px;
}

.sf-secure-application-form-container .gfield_signature_ui_container canvas {
    border-radius: 4px !important;
    border: 0.8px dashed #06C18C !important;
}

.sf-secure-application-form-container #field_1_75,
.sf-secure-application-form-container #field_7_75,
.sf-secure-application-form-container #field_8_75,
.sf-secure-application-form-container #field_9_75,
.sf-secure-application-form-container .hide-75-section{
    display: none;
}

.sf-secure-application-form-container .gfield.gfield--type-html:last-child {
    display: none;
}

.sf-secure-application-form-container #field_1_76,
.sf-secure-application-form-container #field_7_76,
.sf-secure-application-form-container #field_8_76,
.sf-secure-application-form-container #field_9_76,
.sf-secure-application-form-container .show-76-section{
    display: block !important;
    padding: 0 !important;
    border: none !important;
    margin-top: -24px !important;
}

.sf-secure-application-form-container #field_1_76 .st-bottom-text ,
.sf-secure-application-form-container #field_7_76 .st-bottom-text ,
.sf-secure-application-form-container #field_8_76 .st-bottom-text ,
.sf-secure-application-form-container .show-76-section .st-bottom-text {
    margin-bottom: 16px;
}

.sf-secure-application-form-container .gform_page_fields .secure-bottom-text {
    color: #AEB4C5;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    margin: 0px;
}

.sf-secure-application-form-container .secure-bottom-right-content {
    position: absolute;
    left: 0;
    bottom: -75px;
}

.sf-secure-application-form-container .secure-bottom-right-content .secure-verified-badge {
		margin-bottom: 16px;
}

.sf-secure-application-form-container .secure-bottom-right-content span {
    margin-left: 8px;
}


/* .sf-secure-application-form-step-2 */
.sf-secure-application-form-container #field_1_71 .gfield label,
.sf-secure-application-form-container #field_7_71 .gfield label ,
.sf-secure-application-form-container #field_8_71 .gfield label ,
.sf-secure-application-form-container #field_9_71 .gfield label,
.sf-secure-application-form-container .legal-signature-label .gfield label{
		display: none !important;
}

.sf-secure-application-form-container .gfield--type-fileupload {
    border-radius: 8px;
    border: 1px solid #EBF0ED;
    background: #FFF;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sf-secure-application-form-container .gfield--type-fileupload .gfield_description {
    display: none;
}

.sf-secure-application-form-container .gfield--type-fileupload .gfield_label.gform-field-label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
	  margin-left: 34px;
	  position: relative;
}

.sf-secure-application-form-container .gfield--type-fileupload .gfield_label.gform-field-label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -34px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(https://shieldfunding.com/wp-content/uploads/2024/01/elements.png);
}

.sf-secure-application-form-container #gform_fields_1_2,
.sf-secure-application-form-container #gform_fields_7_2 ,
.sf-secure-application-form-container #gform_fields_8_2 ,
.sf-secure-application-form-container #gform_fields_9_2 {
    row-gap: 6px !important;
}

.sf-secure-application-form-container .secure-top-right-content {
    position: absolute;
    right: -24px;
    top: -24px;
	  display: flex;
    align-items: center;
	  gap: 6px;
}

.sf-secure-application-form-container .secure-top-right-content span,
.sf-secure-application-form-container .secure-bottom-right-content span{
    color: #8C8C8C;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

.sf-secure-application-form-container .gform_page_footer #gform_previous_button_1,
.sf-secure-application-form-container .gform_page_footer #gform_previous_button_7,
.sf-secure-application-form-container .gform_page_footer #gform_previous_button_8,
.sf-secure-application-form-container .gform_page_footer #gform_previous_button_9{
		display : none;
}

.sf-secure-application-form-container .gform_page_footer #gform_submit_button_1,
.sf-secure-application-form-container .gform_page_footer #gform_submit_button_7 ,
.sf-secure-application-form-container .gform_page_footer #gform_submit_button_8 ,
.sf-secure-application-form-container .gform_page_footer #gform_submit_button_9,
.sf-secure-application-form-container .gform_page_footer .gform_button.button{
    padding: 16px 24px !important;
    border-radius: 4px  !important;
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    transition: all .3s ease-out !important;
    background: #06C18C !important;
    border: 1px solid #06C18C !important;
}

.sf-secure-application-form-container .gform_page_footer #gform_submit_button_1:hover,
.sf-secure-application-form-container .gform_page_footer #gform_submit_button_7:hover,
.sf-secure-application-form-container .gform_page_footer #gform_submit_button_8:hover,
.sf-secure-application-form-container .gform_page_footer #gform_submit_button_9:hover,.sf-secure-application-form-container .gform_page_footer .gform_button.button:hover{
    background: transparent !important;
    color: #06C18C !important;
}

.sf-secure-application-form-container #field_1_74,
.sf-secure-application-form-container #field_7_74,
.sf-secure-application-form-container #field_8_74,
.sf-secure-application-form-container #field_9_74,
.sf-secure-application-form-container .attachments-section-parent{
    padding: 0;
    text-align: center;
    border: none;
    margin-bottom: 26px;
}

.sf-secure-application-form-container #field_1_74 .upload-step-heading,
.sf-secure-application-form-container #field_7_74 .upload-step-heading,
.sf-secure-application-form-container #field_8_74 .upload-step-heading,
.sf-secure-application-form-container #field_9_74 .upload-step-heading,
.sf-secure-application-form-container .attachments-section-parent .upload-step-heading{
    color: #023047;
    font-size: 42px;
    font-weight: 800;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 12px;
	  text-align: center;
}

.sf-secure-application-form-container #field_1_74 p,
.sf-secure-application-form-container #field_7_74 p,
.sf-secure-application-form-container #field_8_74 p,
.sf-secure-application-form-container #field_9_74 p,
.sf-secure-application-form-container .attachments-section-parent p{
    color: #023047;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* sf-apply-wizard-form */
.sf-apply-wizard .gform_heading .gform_description {
    margin: 0;
}

.sf-apply-wizard .gf_progressbar_wrapper .gf_progressbar_title {
    display: none;
}

.sf-apply-wizard .gf_progressbar_wrapper {
    margin: 0;
    position: absolute;
    width: 408px;
    top: -237px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sf-apply-wizard .gf_progressbar_wrapper .gf_progressbar {
    background-color: #F0FFFB;
    width: 408px;
	  height: 6px;
}

.sf-apply-wizard .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    background-color: #06C18C;
	  height: 6px;
}

.sf-apply-wizard .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
    z-index: 999;
    width: auto;
    overflow: visible;
    white-space: normal;
    clip: auto;
    right: -27px;
    top: -2px;
    color: #ABB2B6;
    text-align: center;
    font-family: Manrope;
    font-size: 8px;
    font-weight: 700;
    line-height: 150%;
}

.sf-apply-wizard .sf-apply-now-form {
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    padding: 45px;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container {
    width: 100%;
	  margin: 0;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container select {
    width: 210px;
    margin: auto;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container input{
	border-radius: 4px !important;
	border: 1px solid #EEF0F5;
	background: #F8F9FC;
	box-shadow: none;
	text-align: left;
	font-size: 12px;
	width: 100%;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container #input_4_14_3, .sf-apply-wizard .sf-apply-now-form .gfield .ginput_container #input_4_23_6 {
    text-align: center;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container select{
    border-radius: 6px !important;
    border: 1px solid #E9E9E9;
    background: #FFF;
    padding: 6px 26px;
    color: #023047;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden !important;
    line-height: 30px;
	  text-align: center;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container select::placeholder,
.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container input::placeholder{
		color: #4E576E;
		font-weight: 400;
}

.sf-apply-wizard .sf-apply-now-form .gform_page_footer {
    justify-content: center;
    margin-top: 30px;
}

.sf-apply-wizard .sf-apply-now-form .gform_page_footer .gform_next_button.gform-theme-button.button,
.sf-apply-wizard .sf-apply-now-form .gform_page_footer .gform_button.button{
    padding: 8px 32px !important;
    border-radius: 4px !important;
	  transition: all .3s ease-out !important;
    background: linear-gradient(to right,  #06C18C 50%, white 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    border: 1px solid  #06C18C !important;
}

.sf-apply-wizard .sf-apply-now-form .gform_page_footer .gform_next_button.gform-theme-button.button:hover,
.sf-apply-wizard .sf-apply-now-form .gform_page_footer .gform_button.button:hover{
	  background-position: right bottom;
    color: #06C18C !important;
}

.sf-apply-wizard .sf-apply-now-form .gfield h4 {
    color: #023047;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.48px;
    margin: 0;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_fields .gfield .gfield_label {
    display: block !important;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_fields .gfield {
    border-radius: 8px;
    border: 1px solid #EBF0ED;
    background: #FFF;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.sf-apply-now-form.wizard #gform_fields_5_12 {
    row-gap: 6px;
    flex-direction: column;
    display: flex;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_fields .gfield .ginput_container {
    width: fit-content;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_fields .gfield .gfield_label {
    display: block !important;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-left: 34px;
    position: relative;
    font-family: Manrope;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_fields .gfield .gfield_label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -34px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(https://shieldfunding.com/wp-content/uploads/2024/01/elements.png);
}

.sf-apply-now-form.wizard #gform_page_5_12 #gform_submit_button_5 {
    padding: 16px 24px !important;
    width: 130px;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_page_footer {
    justify-content: end;
}

#gform_page_5_12 {
    width: 1049px;
}

@media (max-width: 1140px) {
    #gform_page_5_12 {
       width: 100%;
     }
}

.sf-apply-now-form.wizard #gform_page_5_10 #field_5_17 .ginput_container_email::before {
    display: none;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_fields #field_5_57 {
    border: none;
    padding: 0;
    margin-top: 15px;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_fields #field_5_57 label {
    display: none !important;
}

.sf-apply-now-form.wizard #gform_page_5_12 .gform_fields #field_5_57 .ginput_container.ginput_container_date {
    width: 100%;
}


.sf-home-small-business-btn1 {
    transition: all .3s ease-out;
    background: #fff;
}

.sf-home-small-business-btn1:hover {
    background: transparent;
}

.sf-home-small-business-btn1:hover h2{
	color: #fff !important;
}

.sf-home-small-business-btn2{
	transition: all .3s ease-out;
	background: transparent;
}

.sf-home-small-business-btn2:hover {
    background: #fff !important;
}


.sf-home-small-business-btn2:hover h2{
	color: #023047 !important;
}

.sf-home-small-business-btn1 .d-hide,
.sf-home-small-business-btn2 .d-hide{
    display: none;
}

.sf-home-small-business-btn1:hover .d-show {
    display: none;
}

.sf-home-small-business-btn1:hover .d-hide {
    display: block;
}


.sf-home-small-business-btn2:hover .d-show {
    display: none;
}

.sf-home-small-business-btn2:hover .d-hide {
    display: block;
}

.sf-secure-application-form-container .partial_entry_warning {
    display: none;
}

.sf-secure-application-form-container .step-secure-application-1 {
    transform: translateY(-175px);
    position: absolute;
	  width: 100%;
	  text-align: center;
}

.sf-secure-application-form-container .step-last-secure-application-1 {
    transform: translateY(-208px);
    position: absolute;
    width: 100%;
	  text-align: center;
}

.sf-small-business-list-outer .sf-small-business-hide-list {
    display: none;
}

.sf-small-business-list-outer .sf-small-business-list-links a:hover {
    text-decoration: underline;
    color: #137499 !important;
}

#gform_previous_button_4_25,
#gform_previous_button_4_26,
#gform_previous_button_4_27,
#gform_previous_button_4_28,
#gform_previous_button_4,
#gform_previous_button_5_77,
#gform_previous_button_5_78,
#gform_previous_button_5_79,
#gform_previous_button_5_80,
#gform_previous_button_5_81,
#gform_previous_button_5_82,
#gform_previous_button_5_83,
#gform_previous_button_5_84,
#gform_previous_button_5_85,
#gform_previous_button_5_11,
#gform_previous_button_5{
    display: none;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container .gform-grid-col {
    padding: 0;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container #input_4_17{
    padding-left: 50px;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container #input_4_18{
	 	padding-left: 41px;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container.ginput_container_email,
.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container.ginput_container_phone{
    position: relative;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container.ginput_container_email::before,
.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container.ginput_container_phone::before{
    position: absolute;
    top: 9px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    border-right: 1px solid #D9D9D9;
    padding: 0px 5px 0px 16px;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container.ginput_container_email::before{
	   content: "\f0e0";
	   font-weight: 400;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container.ginput_container_phone::before{
	 content: "\f3cd";
	 font-weight: 800;
}

/* .sf-apply-wizard.two */
.sf-apply-wizard.two .gform_heading {
    margin-bottom: 0;
    display: none !important;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container #input_5_24,
.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container #input_5_23{
	  text-align: center;
}

.sf-apply-wizard .sf-apply-now-form .gfield .ginput_container .gfield_description {
    display: none;
}

.sf-secure-application-form-container #gform_1_validation_container {
    position: absolute;
    right: 30px;
    z-index: 999;
}

.sf-secure-application-form-container #gform_confirmation_message_1 br,
.sf-apply-wizard #gform_confirmation_message_5 br,
.sf-apply-wizard #gform_confirmation_message_4 br{
    display: none;
}

.sf-secure-application-form-container .sf-secure-application-wizard-gform-heading,
.sf-apply-wizard .sf-secure-application-wizard-gform-heading{
    margin-bottom: 20px;
}

.sf-secure-application-form-container .sf-secure-application-wizard-gform-heading .gform-image,
.sf-apply-wizard .sf-secure-application-wizard-gform-heading .gform-image{
    text-align: center;
    margin-bottom: 5px;
}

.sf-secure-application-form-container .sf-secure-application-wizard-gform-heading .gform-title h1,
.sf-apply-wizard .sf-secure-application-wizard-gform-heading .gform-title h1{
    color: #023047;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.48px;
}

.sf-secure-application-form-container  .sf-secure-application-wizard-gfield-heading,
.sf-apply-wizard  .sf-secure-application-wizard-gfield-heading{
    margin-bottom: 15px;
}

.sf-secure-application-form-container .sf-secure-application-wizard-gfield-heading .gfield-title,
.sf-apply-wizard .sf-secure-application-wizard-gfield-heading .gfield-title{
    color: #023047;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.48px;
    margin-bottom: 5px;
}

.sf-secure-application-form-container .sf-secure-application-wizard-gfield-heading .gfield-description,
.sf-apply-wizard .sf-secure-application-wizard-gfield-heading .gfield-description{
    color: #023047;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.4px;
    margin: 0;
}

.sf-secure-application-form-container .sf-secure-application-wizard-download-pdf a,
.sf-apply-wizard .sf-wizard-continue-step,
.sf-apply-wizard .sf-secure-application-wizard-download-pdf a{
    border-radius: 4px;
    background: #1BD582;
    padding: 10px 30px;
    display: inline-flex;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
	  transition: all .3s ease-out;
    background: linear-gradient(to right, #1BD582 50%, white 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    border: 1px solid #1BD582;
}

.sf-secure-application-form-container .sf-secure-application-wizard-download-pdf a:hover,
.sf-apply-wizard .sf-wizard-continue-step:hover,
.sf-apply-wizard .sf-secure-application-wizard-download-pdf a:hover{
    background-position: right bottom;
    color: #1BD582;
}

/* sf-secure-application-new-form */
.sf-secure-application-form-container #file-upload-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}

.sf-secure-application-form-container .file-upload-content {
    border-radius: 8px;
    border: 1px solid #EBF0ED;
    background: #FFF;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sf-secure-application-form-container #file-upload-submit-container {
    display: flex;
    justify-content: end;
    margin-top: 37px;
    gap: 20px;
}

.sf-secure-application-form-container .file-upload-content h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
		margin-left: 34px;
	  position: relative;
	  line-height: 150%;
}

.sf-secure-application-form-container .file-upload-content h3:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -34px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-image: url(https://shieldfunding.com/wp-content/uploads/2024/01/elements.png);
}

.sf-secure-application-form-container .file-upload-content input {
    border-radius: 4px;
    border: 1px solid #EEF0F5;
    background: #F8F9FC;
    color: #4E576E;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    width: 218px;
    line-height: 150%;
    padding: 10px;
}

.sf-secure-application-form-container #file-upload-submit-container input {
    padding: 16px 24px;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    width: 158px;
    transition: all .3s ease-out;
    background: linear-gradient(to right, #06C18C 50%, white 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    border: 1px solid #06C18C;
}

.sf-secure-application-form-container #file-upload-submit-container input:hover {
    background-position: right bottom;
    color: #06C18C;
}

.sf-secure-application-form-container #file-upload-submit-container .add-upload-field{
	  padding: 16px 24px;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    width: 158px;
    transition: all .3s ease-out;
    background: linear-gradient(to left, #137499 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid #137499;
}

.sf-secure-application-form-container #file-upload-submit-container .add-upload-field:hover {
    background-position: left bottom;
    color: #137499;
}

.sf-secure-application-form-container .file-upload-content .remove-upload-field {
    background: #023047;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
    border-radius: 4px;
    transition: .2s;
		border: 1px solid #023047;
}

.sf-secure-application-form-container .file-upload-content .remove-upload-field:hover{
		color: #023047;
		background: #fff;
}

.sf-secure-application-form-container .file-upload-content .file-upload-content-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* sf-ein-business-loans-last-update-date */
.sf-ein-business-loans-last-update-date .shield-funding-last-update {
    display: inline-block;
    color: #969696;
    font-size: 12px;
    font-family: 'Inter';
    line-height: 20px;
    margin-bottom: 0px;
}

.sf-ein-business-loans-last-update-date a {
    color: #969696;
    font-size: 12px;
    font-family: 'Inter';
    line-height: 20px;
    text-decoration: underline;
}

.sf-industries-we-serve-button-tab-outer {
    display: none;
}

.sf-apply-now-form.wizard .gform-loader{
    position: absolute;
    bottom: 15px;
}

/* sf-ein-business-table-box */
.sf-ein-business-table-box .elementor-toc__list-item .elementor-toc__list-wrapper li svg {
    display: none;
}

.sf-ein-business-table-box .elementor-toc__list-item .elementor-toc__list-wrapper li .elementor-toc__list-item-text {
    color: #187DA3;
	  position: relative;
	  padding-left: 12px;
}

.sf-ein-business-table-box .elementor-toc__list-item .elementor-toc__list-wrapper li .elementor-toc__list-item-text:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 1px;
    width: 5px;
    height: 10px;
    background-size: cover;
    background-image: url(https://shieldfunding.com/wp-content/uploads/2024/02/elements-1.png);
    z-index: 999;
}

.sf-ein-business-table-box .elementor-toc__list-item .elementor-toc__list-wrapper li .elementor-toc__list-item-text:hover {
    text-decoration: underline;
}

.small-business-loans-container {
    height: max-content;
}

.sf-reviews-minify-title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sf-reviews-minify h2 {
    height: 110px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lp-custom-sheild-slider-tabs .slick-track {
    width: 1120px !important;
}
.lp-custom-sheild-slider-tabs .slick-track .slick-slide {
    width: 33% !important;
}

.business-loan-merchant a.elementor-icon {
    display: none;
}
.business-loan-merchant:hover a.elementor-icon {
    display: block;
}

.sf-content-minify p {
    height: 70px;
    overflow: hidden;
	cursor: pointer;
	position: relative;
}

.sf-content-minify p.expanded,
.sf-content-minify-short.expanded{
  	height: max-content !important;
}

.sf-content-minify p:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    box-shadow: 0px -4px 20px 11px #ffffff;
}

.sf-content-minify-short.sm-business-loan:after {
    box-shadow: 0px -4px 20px 11px #f5f6f8;
}

.sf-content-minify p.expanded:after,
.sf-content-minify-short.expanded:after{
    box-shadow: none;
}

.elementor-widget-image a img[src$=".svg"] {
    width: inherit !important;
}

.sf-content-minify-short {
    height: 77px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.sf-content-minify-short:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    box-shadow: 0px -4px 20px 11px #ffffff;
}

.sf-content-minify-short.restaurant {
    height: 300px;
}


/* .sf-calculator-module */
.sf-calculator-module {
    box-shadow: 0px 9px 20px 0px #0000001A;
}

.sf-calculator-module form #field {
    padding: 0;
    margin-bottom: 30px !important;
}

.sf-calculator-module form #field .cff-form-title {
    font-family: Manrope;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #023047;
}

.sf-calculator-module form #fieldlist_1 .pb0.pbreak {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sf-calculator-module form #fieldlist_1 .fields {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 15px;
}

.sf-calculator-module .elementor-button-wrapper .elementor-button {
    width: 100%;
    background: #06C18C;
    border-radius: 10px;
    padding: 15px 0;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
}

.sf-calculator-module .elementor-button-wrapper .elementor-button {
    width: 100%;
    border-radius: 10px;
    padding: 15px 0;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
    transition: all .3s ease-out !important;
    background: #06C18C;
    border: 1px solid #06C18C !important;
}

.sf-calculator-module .elementor-button-wrapper .elementor-button:hover {
    background: #fff;
    color: #06C18C;
}

.sf-calculator-module form #fieldlist_1 .fields.cff-calculated-field {
    padding: 0;
    border: none;
}

.sf-calculator-module form #fieldlist_1 .fields > label {
    margin-bottom: 5px !important;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: block;
}

.sf-calculator-module form #fieldlist_1 .fields.cff-calculated-field input {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    background: #fff;
    padding: 10px 15px;
    font-family: Manrope;
    line-height: 30px;
    color: #023047;
}

.sf-calculator-module form #fieldlist_1 .fields.cff-calculated-field input:focus {
    box-shadow: none;
}

.sf-calculator-module form #fieldlist_1 .fields span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #023047;
}

.sf-calculator-module form #fieldlist_1 .fields.fieldname2_1 .dfield {
    gap: 0 30px;
}

.sf-calculator-module form #fieldlist_1 .fields.fieldname2_1 .dfield .one_column {
    width: fit-content;
}

.sf-calculator-module form #fieldlist_1 .fields.fieldname2_1 .dfield .one_column input[type="radio"]:checked {
    background: #06C18C;
    border: 1px solid #06C18C;
    border-radius: 2px;
}

.sf-calculator-module form #fieldlist_1 .fields.fieldname2_1 .dfield .one_column input[type="radio"]:checked:focus {
    box-shadow: none;
}

.sf-calculator-module form #fieldlist_1 .fields.fieldname2_1 .dfield .one_column input[type="radio"]:checked::before {
    background-color: #ffffff;
}

.sf-calculator-module form #fieldlist_1 .fields .dfield.slider-container .slider {
    background: #F5F7F9;
    height: 9px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.sf-calculator-module form #fieldlist_1 .fields .dfield.slider-container .ui-slider-range {
    background: #06C18C;
    border-radius: 50px;
}

.sf-calculator-module form #fieldlist_1 .fields .dfield.slider-container .ui-slider-handle {
    width: 26px;
    height: 26px;
    box-shadow: 0px 4px 12px #0000002B;
    background: #06C18C;
    border: 8px solid #fff;
    top: -8px;
    outline: none;
}

/* sheild-funding-blog-post-page */
.sf-blog-post-page {
    background: #F1F4F9;
    padding: 60px 0;
}

.sf-blog-post * {
    margin: 0;
}

.sf-blog-post a {
    text-decoration: none;
}

.sf-blog-post {
    background: #fff;
    border: 1px solid #E4E7EC;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 20px;
}

.sf-blog-post .post-heading {
    margin-bottom: 10px;
}

.sf-blog-post .post-heading h2 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #0B1E27;
    transition: .2s;
}

.sf-blog-post .post-heading h2:hover {
    color: #187DA3;
}

.sf-blog-post .post-description {
    margin-bottom: 7px;
}

.sf-blog-post .post-description p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.4px;
    color: #58514F;
}

.sf-blog-post .post-details {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sf-blog-post .post-details a {
    background: #F8F9FC;
    border-radius: 26px;
    padding: 10px 15px;
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    color: #6D798B;
    transition: .2s;
}

.sf-blog-post .post-details a:hover {
    background: #e3e3e3c7;
}

.sf-blog-post .post-details .post-publish-date {
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #6D798B;
}

.sf-blog-post .post-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sf-blog-post .post-author-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.sf-blog-post .post-author-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sf-blog-post .post-author-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sf-blog-post .post-author-name h3 {
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #187DA3;
    transition: .2s;
}

.sf-blog-post .post-author-name h3:hover {
    color: #d50c0c;
}

.sf-blog-post .post-author-name a {
    width: fit-content;
    display: block;
}

.sf-blog-post .post-author-bio p {
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.3px;
    color: #6D798B;
}

.sf-blog-post-page-sidebar h2 {
    font-family: Inter;
    font-size: 34px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: -0.61px;
    color: #187DA3;
    margin-bottom: 20px;
}

.sf-blog-post-page-sidebar ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #D7DEE9;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sf-blog-post-page-sidebar ul li {
    list-style: none;
}

.sf-blog-post-page-sidebar ul li a {
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #023047;
    text-decoration: none;
    transition: .2s;
}

.sf-blog-post-page-sidebar ul li a:hover {
    color: #187DA3;
}

/* sheild-funding-blog-single-page */
.single-post .post-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
}

.single-post .post-author-image {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
}

.single-post .post-author-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.single-post .post-author a {
    text-decoration: none;
}

.single-post .post-author * {
    margin: 0;
}

.single-post .post-author-details {
    display: flex;
    flex-direction: column;
}

.single-post .post-author-name h3 {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #141F2F;
    transition: .2s;
    margin-left: 13px;
}

.single-post .post-author-name h3:hover {
    color: #187DA3;
}

.single-post .post-details {
    display: flex;
    align-items: center;
    gap: 5px;
}

.single-post .post-details a {
    background: #F8F9FC;
    border-radius: 26px;
    padding: 10px 15px;
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    color: #6D798B;
    transition: .2s;
}

.single-post .post-details a:hover {
    background: #e3e3e3c7;
}

.single-post .post-details .post-publish-date {
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #6D798B;
}

.single-post .single-post-title {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #023047;
}

/*   css to be update in page css */

.page-id-27024 #shield-header,.page-id-27035 #shield-header {
    display: none !important;
}

.page-id-27024 .sheild-footer-section, .page-id-27035 .sheild-footer-section {
    display: none !important;
}

.single.single-post p {
    color: #4E5B6D;
    font-size: 18px;
    line-height: 27px;
}
@media (min-width: 1400px){
#shield-header .container {
    max-width: 1410px;
}
}
.shield-reviews-slider-slider .slick-slide {
    border-color: #fff !important;
}
.shield-reviews-slider-slider .slick-slide.slick-current.slick-active {
    border-color: #00B67A !important;
	 opacity: 1 !important;
    box-shadow: 0px 17px 31px 0px rgba(200.6, 200.6, 200.6, 0.5) !important;
}
.business-loan-merchant:hover .business-loan-merchant-icon .elementor-icon-wrapper .elementor-icon svg path {
    fill: #137499 !important;
}
.elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-group{padding-right:calc( 10px/2 );padding-left:calc( 10px/2 );margin-bottom:15px;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-form-fields-wrapper{margin-left:calc( -10px/2 );margin-right:calc( -10px/2 );margin-bottom:-15px;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-group.recaptcha_v3-bottomleft, .elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-23190 .elementor-element.elementor-element-23190 .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-23190 .elementor-element.elementor-element-23190 .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-23190 .elementor-element.elementor-element-23190 .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-group > label, .elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-subgroup label{color:#FFFFFF;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-type-html{padding-bottom:0px;color:#000000;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-group .elementor-field{color:#000000;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-group .elementor-field, .elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-subgroup label{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;border-width:1px 1px 1px 1px;border-radius:6px 6px 6px 6px;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;border-width:1px 1px 1px 1px;border-radius:6px 6px 6px 6px;}.elementor-23190 .elementor-element.elementor-element-23190 .e-form__buttons__wrapper__button-next{background-color:#24B56E;color:#ffffff;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-button[type="submit"]{background-color:#24B56E;color:#ffffff;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-button[type="submit"] svg *{fill:#ffffff;}.elementor-23190 .elementor-element.elementor-element-23190 .e-form__buttons__wrapper__button-previous{color:#ffffff;}.elementor-23190 .elementor-element.elementor-element-23190 .e-form__buttons__wrapper__button-next:hover{color:#ffffff;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-button[type="submit"]:hover{color:#ffffff;}.elementor-23190 .elementor-element.elementor-element-23190 .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}.elementor-23190 .elementor-element.elementor-element-23190 .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-23190 .elementor-element.elementor-element-23190{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}.elementor-23190 .elementor-element.elementor-element-23190 > .elementor-widget-container{padding:25px 25px 25px 25px;background-color:#24414B;border-style:solid;border-width:1px 1px 1px 1px;border-color:#24B56E;border-radius:10px 10px 10px 10px;}/* Start custom CSS for form, class: .elementor-element-23190 */.elementor-message-success{
    color:#ffffff;
}
.elementor-form button{
    max-width: unset;
}
.circle-position {
    position: absolute !important;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

/*sf-apply-now-form-style2*/
.sf-apply-loan-form {
    padding: 25px;
    background-color: #24414B;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #24B56E;
    border-radius: 10px;
}

.sf-apply-loan-form .gform_fields input, .sf-apply-loan-form .ginput_container select {
    border-radius: 6px !important;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    color: #000000;
}

.sf-apply-loan-form .gform_fields input::placeholder {
    color: #fff;
}

.sf-apply-loan-form .gform-theme--foundation .hidden_label .gfield_label,
.sf-apply-loan-form .gform-theme--foundation .hidden_sub_label,
.sf-apply-loan-form .gform-theme--foundation .screen-reader-text,
.sf-apply-loan-form .gfield .gfield_label {
    color: #fff !important;
    cursor: pointer;
    font-weight: 400 !important;
    font-size: 18px !important;
    position: initial !important;
    width: auto !important;
    height: auto !important;
    clip-path: unset !important;
    margin: 0 0 0.5rem 0 !important;
    font-family: "Lato", sans-serif;
}

.sf-apply-loan-form .gfield span label {
    display: none !important;
}

.sf-apply-loan-form .gform_fields {
    row-gap: 15px;
}

.sf-apply-loan-form .gform_footer {
    margin-top: 15px;
}

.sf-apply-loan-form #gform_submit_button_2 {
    border-radius: 4px;
    width: fit-content;
    margin: auto;
    padding: 13px 30px;
    font-size: 16px;
    transition: all .3s ease-out !important;
    background: #24B56E;
    border: 1px solid #24B56E !important;
}

.sf-apply-loan-form #gform_submit_button_2:hover{
  	background: #24b56e9e;
}

/* updated-new-code */
@media (max-width: 767px){
.sf-secure-application-form-container .gfield.gfield--type-text, .sf-secure-application-form-container .gfield.gfield--type-select, .sf-secure-application-form-container .gfield.gfield--type-date, .sf-secure-application-form-container .gfield.gfield--type-email, .sf-secure-application-form-container .gfield.gfield--type-name {
    width: calc(100% - 8px) !important;
}
	
.sf-secure-application-form-container #gform_next_button_1_11 {
		padding: 13px 20px;
}

.sf-secure-application-form-container .gform_fields .gfield label, .sf-secure-application-form-container .gform_fields .gfield .gfield_label{
	    font-size: 11px;
        
}
	.sf-secure-application-form-container #field_1_65 .business-step-heading,
	.sf-secure-application-form-container #field_7_65 .business-step-heading,
	.sf-secure-application-form-container #field_8_65 .business-step-heading,
	.sf-secure-application-form-container #field_9_65 .business-step-heading,
    .sf-secure-application-form-container .top-steps-position .business-step-heading{
		    font-size: 30px;
	}
	.sf-secure-application-form-container #field_1_65,
	.sf-secure-application-form-container #field_7_65,
	.sf-secure-application-form-container #field_8_65,
	.sf-secure-application-form-container #field_9_65,
    .sf-secure-application-form-container .top-steps-position{
    margin-bottom: 10px;
}
	
	#shield-funding-loan-contact-form {
    width: 100%;
}
	
	#shield-funding-loan-contact-form .cwp-field-container.cwp-field-text {
    width: 100%;
}
	
	#shield-funding-loan-contact-form .cwp-field-container.cwp-field-text:first-child {
    margin-right: 0px !important;
}
	
	.shiled-fancy-text-icon-bg {
    background-image: none;
}
	
.shield-header-main {
    justify-content: space-between;
}
	.shield-header-mobile-menus button {
    display: block;
}
	
.sf-our-experience {
    max-height: 325px;
    background: #fff;
    margin-bottom: 40px;
}

.shield-header-main .shield-header-logo {
    width: 80%;
}

#shield-funding-contact-form {
    width: 100%;
}

.sf-secure-application-form-container #gform_1_validation_container,
	.sf-secure-application-form-container #gform_7_validation_container,
	.sf-secure-application-form-container #gform_8_validation_container,
	.sf-secure-application-form-container #gform_9_validation_container{
    padding: 10px;
    top: 19px;
    left: 0px;
    right: 0px;
    margin: 0px 20px;
}
	
	.gform-theme--framework .gform_validation_errors .gform_submission_error {
    font-size: 10px;
    flex-direction: row;
}
	
	.sf-secure-application-form-container .step-secure-application-1 {
    transform: translateY(-200px);
}
	
}

.shield-header-buttons ul .button-apply{
    transition: all .3s ease-out;
    background: #1BD582;
    border: 1px solid #1BD582;
}

.shield-header-buttons ul .button-apply:hover{
	color: #1BD582;
    background: #fff;
}

.shield-header-buttons ul .button-contact{
    transition: all .3s ease-out;
    background: #137499;
    border: 1px solid #137499;
}

.shield-header-buttons ul .button-contact:hover{
    color: #137499;
    background: #fff;
}

.sheild-funding-btn1 .elementor-button {
    transition: all .3s ease-out;
    border: 1px solid #1BD582;

}

.sheild-funding-btn1 .elementor-button:hover{
		border: 1px solid #1BD582 !important;
}


.sheild-funding-btn2 .elementor-button{
    transition: all .3s ease-out;
    background: #FFF;
}

.sheild-funding-btn2 .elementor-button:hover{
	  background-position: left bottom;
		color: #1BD582;
}

.sf-apply-now-form-container #gform_submit_button_2 {
    border-radius: 8px;
    width: 100%;
    padding: 14px 0;
    color: #FFF;
    font-size: 15px;
    font-weight: 800;
    line-height: 19px;
    font-family: "Lato", Sans-serif;
    transition: all .3s ease-out !important;
    background: #023047;
    border: 1px solid #023047 !important;
}

.sf-apply-now-form-container #gform_submit_button_2:hover {
    background: #fff;
    color: #023047 !important;
}


.sf-secure-application-form-container #gform_next_button_1_11,
.sf-secure-application-form-container #gform_next_button_7_11 ,
.sf-secure-application-form-container #gform_next_button_8_11 ,
.sf-secure-application-form-container #gform_next_button_9_11,
.sf-secure-application-form-container .gform_next_button {
	border-radius: 4px !important;
    padding: 16px 24px !important;
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    transition: all .3s ease-out !important;
    background: #06C18C !important;
    border: 1px solid #06C18C !important;
}

.sf-secure-application-form-container #gform_next_button_1_11:hover,
.sf-secure-application-form-container #gform_next_button_7_11:hover,
.sf-secure-application-form-container #gform_next_button_8_11:hover,
.sf-secure-application-form-container #gform_next_button_9_11:hover,
.sf-secure-application-form-container .gform_next_button:hover{
    background: #fff !important;
    color: #06C18C !important;
}

/* shield-header-offcanvas-body */
.shield-header-main {
    display: flex;
	justify-content: space-between;
}

.offcanvas-header {
    background: #6ec1e46b;
}

.offcanvas-body .shield-header-buttons {
    display: block;
    padding: 16px 0px;
    background: #e8f8ff;
}
.offcanvas-body .shield-header-buttons ul {
    justify-content: center;
}

.offcanvas-body .shield-header-menus.mobile {
    display: block;
}

.shield-header-menus.mobile ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.shield-header-menus.mobile ul li {
    list-style: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 25px;
}

.shield-header-menus.mobile ul li a {
    color: #333333d1;
    font-family: var(--primary-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: var(--transition);
    text-decoration: none;
}

.offcanvas-body {
    padding: 0px;
}

.offcanvas.show {
    z-index: 999999;
}

.sf-blog-post-page .pagination {
    column-gap: 25px;
}

.sf-secure-application-form-container .gfield .gfield--type-signature .gfield_signature_image a {
    color: #023047;
    margin-top: 10px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    width: fit-content;
    transition: .2s;
}

.sf-secure-application-form-container .gfield .gfield--type-signature .gfield_signature_image a:hover {
    color: #0087ff;
}

.sf-secure-application-form-container #gform_next_button_1_11:focus,
.sf-secure-application-form-container #gform_next_button_7_11:focus,
.sf-secure-application-form-container #gform_next_button_8_11:focus,
.sf-secure-application-form-container #gform_next_button_9_11:focus,
.sf-secure-application-form-container .gform_next_button:focus{
    box-shadow: none !important;
}
.shield-funding-error-page {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 190px 0px 275px 0px;
    background-color: #fcf0f3;
}
.shield-funding-error-page .sf-error-page-404 h1 {
    font-size: 120px;
	  text-align: center;
    color: #fc517f;
}

.sf-error-page-content h2.sub-heading {
    font-size: 48px;
}
.sf-error-page-content h3 {
    color: #333333;
    font-size: 20px;
    margin: 25px 0px;
}
.sf-error-page-content a {
    width: 164px;
    height: 44px;
    background-color: #1fd3b7;
    background-image: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    color: #fff;
}
.sf-ein-business-table-box .elementor-toc__body .elementor-toc__list-item-text:hover {
    color: #4c87ac !important;
}
.sf-request-contract {
    padding: 8px 13px;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    transition: all .3s ease-out;
    background: linear-gradient(to left, #137499 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid #137499;
}
.sf-request-contract:hover {
    color: #137499 !important;
    background: #fff;
}
.sf-date-field .gform-grid-row {
    flex-flow: row !important;
}

#input_9_17,#input_8_17 {
    background: #e2e2e2;
}
.authorization-text {
    padding: 0px !important;
    position: unset !important;
    margin-bottom: 40px;
    margin-top: -60px;
}
.authorization-text .gsection_title {
    margin-bottom: 10px !important;
}
.sf-secure-application-form-container.ach-authorization .gform-theme--framework .gfield--type-section {
    padding-left: 0px;
}
#field_73_103 {
    width: 100%;
}
fieldset#field_73_110 {
    width: 100%;
    float: right !important;
    display: flex;
    justify-content: flex-end;
}
.authorization-text .gsection_description {
    font-size: 12px;
}

/* Spinner styles */
.spinner {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 3px solid #ccc;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* Suggestion box styles */
#suggestion-box {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding:6px;
    z-index: 999;
    font-family: Arial, sans-serif;
    max-height: 200px;
    overflow-y: auto;
}

/* Suggestion item styles */
.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 13px;
    line-height: 26px;
    border-radius: 8px;
}

.suggestion-item:hover {
    background: #137499 !important;
    color: #fff;
	border-radius: 8px;
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

/* Input container styling */
.input-container {
    position: relative;
    display: inline-block;
}