@import url("https://use.typekit.net/syr8pvp.css");
:root {
  --wp--font-primary: "proxima-nova", sans-serif;
  --wp--font-secondary: "filson-soft", sans-serif;
}

body {
  --wp--preset--font-family--primary: "proxima-nova", sans-serif !important;
  --wp--preset--font-family--secondary: "filson-soft", sans-serif !important;
}

.wp-site-blocks {
  padding: 0px;
}

body.block-editor-iframe__body.editor-styles-wrapper.admin-color-fresh.wp-embed-responsive.vsc-initialized {
  padding: 0px;
}

.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  margin-top: 0px;
}

.wp-block-image img {
  vertical-align: unset;
}

body.block-editor-iframe__body.editor-styles-wrapper.admin-color-fresh.wp-embed-responsive {
  padding-top: 0px;
}

a.wp-block-button__link.wp-element-button {
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1803921569);
}
a.wp-block-button__link.wp-element-button:hover {
  color: white !important;
  background-color: var(--wp--preset--color--primary) !important;
}

.wp-block-background_slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-bg-slide {
  position: relative;
  overflow: hidden;
}

.background-slide-img {
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.background-slide-img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.background-slide-img.is-active {
  opacity: 1;
}

.wp-block-faqs .tab-list {
  border-radius: 2.14286rem;
  background: #fff;
  padding: 2.14286rem 1.71429rem;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 2.14286rem 1.71429rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.07143rem;
}
.wp-block-faqs .tab-list .tab-item {
  border-radius: 1.78571rem;
  border: 1px solid #ccc;
  display: flex;
  padding: 1.64286rem 1.42857rem 1.42857rem 2.14286rem;
  align-items: flex-start;
  gap: 0.71429rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.57143rem;
  font-style: normal;
  font-weight: 500;
  color: #0e9748;
  font-family: var(--wp--font-secondary);
}
.wp-block-faqs .tab-list .tab-item.active {
  color: #fff;
  border: none;
}
.wp-block-faqs .faq-item {
  border-radius: 1.78571rem;
  border: 1px solid #ccc;
  padding: 1.42857rem 2.5rem;
  padding: 5px 30px;
}
.wp-block-faqs .faq-item:has(.active) {
  border-radius: 1.78571rem;
  border: 1px solid #0e9748;
  background: #fff;
}
.wp-block-faqs .faq-question span {
  color: #0e9748;
}
.wp-block-faqs .faq-container {
  border-left: 0px !important;
}

.wp-block-loan-application {
  max-width: 30.14286rem;
  padding: 2.85714rem 0rem;
  border-radius: 2.14286rem;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  color: #1e265a;
}
.wp-block-loan-application #loan-slider {
  width: 80%;
  margin: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 30px;
}
.wp-block-loan-application p:has(#demo) {
  color: #1e265a;
  font-size: 4.57143rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  margin: 0px;
}
.wp-block-loan-application #loan-slider .slider {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  height: 0.57143rem;
}
.wp-block-loan-application .range-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wp-block-loan-application .loan-footer {
  width: 100%;
  border-top: #4caf50 1px dashed;
  padding-top: 1.42857rem;
  display: flex;
  justify-content: center;
}
.wp-block-loan-application #loan-slider .slider:hover {
  opacity: 1;
}
.wp-block-loan-application #loan-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1e265a;
  cursor: pointer;
}
.wp-block-loan-application #loan-slider .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1e265a;
  cursor: pointer;
}
.wp-block-loan-application select {
  color: #1e265a;
  font-size: 1.57143rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.35714rem;
  border: none;
}
.wp-block-loan-application .btn-primary {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.14286rem;
  margin: 4px 2px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2.14286rem;
  padding: 1.07143rem 2rem;
  background: #0e9748;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.57143rem;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
}

.editor-styles-wrapper .wp-block-mobile-select {
  display: block !important;
  background-color: #4caf50;
}

@media (max-width: 768px) {
  .tab-select-container .card {
    // display: none;
  }
  .tab-select-container .card.active {
    // display: block;
  }
}
.wp-block-navigation a:where(:not(.wp-element-button)):hover {
  text-decoration: underline;
  text-decoration: none;
  color: var(--wp--preset--color--accent);
}

a {
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--accent);
}

.link-block {
  text-decoration: none !important;
}

.paper a {
  text-decoration: none !important;
}
.paper figure {
  min-width: 51px;
}

.paper {
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.111);
}

.feature-box-rounded {
  position: relative;
  z-index: 1;
  margin: auto;
  margin-top: -100px;
  margin-bottom: -85px;
  max-width: 1222px;
  padding: 30px 60px;
}

footer a {
  text-decoration: none;
}

label.gform-field-label,
label.gform-field-label.gform-field-label--type-sub {
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 16px;
}

.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  padding: 0;
}

.card figure.wp-block-image.size-full.has-custom-border {
  position: relative;
  height: 220px;
}
.card figure.wp-block-image.size-full.has-custom-border img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.owl-dots {
  width: 100%;
  display: flex;
  gap: 20px;
  max-width: var(--wp--style--global--wide-size);
  margin: auto;
  z-index: 3;
}
.owl-dots > button {
  cursor: pointer;
  height: 9px;
  width: 70px;
  border-radius: 5px;
  background-color: white;
  border: none;
}
.owl-dots > button.active {
  background-color: var(--wp--preset--color--accent);
}

.owl-stage-outer {
  overflow: hidden;
}

.owl-stage-outer,
.owl-dots {
  max-width: var(--wp--style--global--wide-size) !important;
}

.owl-stage {
  display: flex;
  overflow: hidden;
}

.owl-dots {
  position: relative;
  top: -100px;
}

.owl-nav.disabled {
  display: none;
}

.cta-block {
  border-radius: 25px;
  overflow: hidden;
}

.blog-card a {
  text-decoration: none;
}

.category-links {
  padding: 2.14286rem 1.71429rem;
  border-radius: 2.14286rem;
}
.category-links ul {
  list-style: none;
  padding: 0px;
  gap: 1.07143rem;
  display: flex;
  flex-direction: column;
}
.category-links ul li.current-cat a {
  max-width: 20.78571rem;
  padding: 1.64286rem 1.42857rem 1.42857rem;
  border-radius: 1.78571rem;
  background: #0e9748;
  color: white;
}
.category-links ul li a {
  display: block;
  padding: 1.64286rem 1.42857rem 1.42857rem;
  border-radius: 1.78571rem;
  border: 1px solid #ccc;
}

body:not(.editor-styles-wrapper, .wp-admin) .testimonial-slide {
  overflow: hidden;
  padding: 30px;
  flex-wrap: nowrap;
  overflow: hidden;
  display: flex;
  margin-left: -2.5%;
  min-width: 100vw;
}
body:not(.editor-styles-wrapper, .wp-admin) .testimonial-slide .paper {
  min-width: 380px;
  width: 380px;
  flex: 0 0 auto;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
}
body:not(.editor-styles-wrapper, .wp-admin) .testimonial-slide img {
  width: 80px;
}
body:not(.editor-styles-wrapper, .wp-admin) .testimonial-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
}
body:not(.editor-styles-wrapper, .wp-admin) .testimonial-slide .paper {
  flex: 0 0 auto;
  margin-right: 10px;
  animation: scroll 5s linear infinite;
}
body:not(.editor-styles-wrapper, .wp-admin) .sticky-pos {
  position: sticky;
  top: 60px;
}
body:not(.editor-styles-wrapper, .wp-admin) .segment-line-text {
  display: flex;
  align-items: center;
  gap: 30px;
}
body:not(.editor-styles-wrapper, .wp-admin) .segment-line-text a {
  text-decoration: none;
  min-width: max-content;
}
body:not(.editor-styles-wrapper, .wp-admin) .segment-line-text::before {
  margin-top: 0px !important;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-right: 20px;
  margin-top: 10px;
}
body:not(.editor-styles-wrapper, .wp-admin) .segment-line-text::after {
  margin-top: 0px !important;
  margin: 0px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-left: 20px;
  margin-top: 10px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* Scroll all items */
  }
}
body:not(.editor-styles-wrapper, .wp-admin) .scrolling-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
}
body:not(.editor-styles-wrapper, .wp-admin) .scrolling-item {
  flex: 0 0 auto;
  /* Adjust size and style as needed */
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-color: #f0f0f0;
  animation: scroll 5s linear infinite;
}

.faq-block {
  margin: 20px 0;
}

.tab-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid;
  width: 100%;
  max-width: 350px;
  height: 100%;
  margin: 0;
  border: none;
}

.tab-item {
  padding: 10px;
  cursor: pointer;
  font-size: 22px;
}

.tab-item.active {
  color: white;
  border-bottom: 2px solid rgba(0, 123, 255, 0);
  background-color: #0b9748;
  padding-left: 20px;
}

.faq-container {
  display: none;
  padding-left: 40px;
  width: 100%;
  border-left: 1px solid #0b974a !important;
}

.faq-container.active {
  display: block;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  gap: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: var(--wp--preset--color--primary);
}
.faq-question.active {
  color: #0e9748;
}
.faq-question p {
  margin: 0;
}

.faq-answer {
  display: none;
  padding: 10px 0;
}
.faq-answer.active {
  display: block;
}

.wp-block-spacer {
  height: 50px !important;
  margin: 0px !important;
}

.faq-block {
  margin: 20px 0;
  display: flex;
}

.mobile-tab-select,.mb-tab-select,
.faq-tab-select-container {
  display: none;
}

.img-buttons-container {
  display: flex;
  gap: 0px;
}
.img-buttons-container > div {
  width: 47%;
  padding: 20px 15px !important;
}
.img-buttons-container > div.is-active {
  background-color: #0b9748;
  border-radius: 1.78571rem;
  background: rgba(14, 151, 72, 0.8);
}

.hero-bg-slide {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.631372549), transparent);
}

.entry-content.wp-block-post-content.is-layout-flow > * {
  margin-top: 0px !important;
}

body .is-layout-flow > * {
  margin: 0px !important;
}

.wp-block-group.contact-us-field.has-global-padding.is-layout-constrained {
  max-width: 40rem;
  margin-left: calc(var(--wp--style--root--padding-right) * 3.5) !important;
}

p.gform_required_legend {
  display: none;
}

.contact-us-field input[type=submit] {
  border-radius: 2.14286rem;
  background: #0e9748;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 13.78571rem;
  padding: 1.07143rem;
  justify-content: center;
  align-items: center;
  gap: 0.57143rem;
  color: white;
  font-weight: 500;
  color: #fff;
  font-size: 1.14286rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border: none;
}

input[type=text],
input[type=email],
textarea {
  border-radius: 2.85714rem;
  border: 2px solid #c7c7c7;
  background: #fcfcfc;
}

input[type=text],
input[type=email] {
  height: 4.28571rem;
}

.contact-us-field .gform_footer.top_label {
  display: flex;
  justify-content: center;
}

.locations-container a {
  text-decoration: none !important;
}

.wp-block-button__link.wp-element-button:has(svg) {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wp-block-navigation-item__label {
  transition: all 0.3s ease-in-out;
}
.wp-block-navigation-item__label:hover {
  color: #0e9748 !important;
}

.top-nav a {
  text-decoration: none !important;
  box-sizing: content-box;
  position: relative;
}
.top-nav a ::after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  background: #0e9748;
  transition: width 0.3s;
  bottom: -5px;
  left: 0%;
}
.top-nav a:hover {
  color: white !important;
}
.top-nav a:hover ::after {
  width: 100%;
}

.owl-stage-outer {
  min-width: 100vw;
}

.wp-block-mobile-select {
  display: none;
}

@media (max-width: 768px) {
  .tab-select-container {
    gap: 0px !important;
  }
  .tab-select-container .card {
    margin-top: 0px !important;
  }
  #hero-slider .wp-block-group.is-vertical.is-layout-flex {
    padding: 20px !important;
  }
  .faq-tab-select-container svg {
    color: white;
    background-color: #0b9748 !important;
  }
  .wp-block-mobile-select {
    display: block;
  }
  .mobile-tab-select,.mb-tab-select {
    color: white;
    display: block;
    border: none;
    width: 100%;
    padding: 15px;
    outline: none;
    background-color: #0b9748;
    color: #fff;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .faq-question p {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }
  .faq-tab-select-container {
    display: block;
    border-radius: 40px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1e265a;
    overflow: hidden;
    position: relative;
  }
  .faq-tab-select-container svg {
    position: absolute;
    right: 0px;
    z-index: 2;
    top: 0px;
    background: white;
    padding: 20px;
    pointer-events: none;
  }
  .tab-list {
    display: none;
  }
  .tab-list {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #0b974a;
  }
  .tab-item {
    padding: 10px;
    cursor: pointer;
    font-size: 22px;
    border-right: 1px solid #0b974a;
  }
  .tab-item.active {
    color: white;
    border-bottom: 2px solid rgba(0, 123, 255, 0);
    background-color: #0b9748;
    padding-left: 20px;
  }
  .faq-container {
    display: none;
    padding-left: 0px;
    width: 100%;
    border-left: 0px solid #0b974a !important;
  }
  .faq-container.active {
    display: block;
  }
  .faq-item {
    margin-bottom: 20px;
  }
  .faq-question {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
    gap: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    color: var(--wp--preset--color--primary);
  }
  .faq-question.active {
    color: #0e9748;
  }
  .faq-question p {
    margin: 0;
  }
  .faq-answer {
    display: none;
    padding: 10px 0;
  }
  .faq-answer p {
    font-size: 16px;
    margin: 0px;
  }
  .faq-answer.active {
    display: block;
  }
  .faq-block {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
  }
  .tab-list {
    display: none !important;
  }
  .img-buttons-container > div {
    width: 100%;
    padding: 11px 12px !important;
  }
  .wp-block-cover__background.has-background-dim.has-background-dim-0 {
    opacity: 0.7 !important;
  }
  .select-item {
    display: none;
  }
  .select-item.active {
    display: block;
  }
}
@media (max-width: 568px) {
  .owl-dots {
    margin-top: -30px !important;
    margin-bottom: 170px !important;
    padding-left: 20px !important;
  }
  .owl-dots > button {
    cursor: pointer;
    height: 19px;
    width: 19px;
    border-radius: 25px;
  }
  .feature-box-rounded {
    position: relative;
    z-index: 1;
    margin: auto;
    margin-top: -170px;
    margin-bottom: -50px;
    max-width: 1222px;
    border-radius: 40px !important;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
  }
  .rounded-grid {
    justify-content: center;
  }
  .owl-dots {
    margin-top: -100px;
    position: relative;
    top: -20px;
  }
  .top-nav {
    gap: 5px !important;
    justify-content: space-between !important;
  }
  .top-nav a .wp-block-group.is-nowrap.is-layout-flex {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 4px;
    font-size: 14px;
  }
  .header-nav button.wp-block-navigation__responsive-container-open {
    color: #0b9748;
  }
  .header-nav > .wp-block-group {
    gap: 0px !important;
  }
  .header-nav > .wp-block-group .wp-block-site-logo {
    width: 50%;
  }
  .header-nav > .wp-block-group nav {
    order: 1; /* Moves the second flex item before its previous sibling */
  }
  .header-nav > .wp-block-group .wp-block-button a {
    padding: 12px 15px !important;
  }
  .header-nav > .wp-block-group .wp-block-button a svg {
    display: none;
  }
  .wp-block-loan-application p:has(#demo) {
    color: #1e265a;
    font-size: 3.07143rem;
  }
  footer {
    text-align: center;
  }
  footer h5 {
    text-align: center;
    width: 100%;
  }
  footer a {
    display: inline-block !important;
  }
  footer a span {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  footer li.wp-block-navigation-item.wp-block-navigation-link {
    width: 100%;
    justify-content: center;
  }
  footer .is-layout-flex {
    display: flex;
    align-content: center;
    align-items: center !important;
    justify-content: center !important;
  }
  footer p.span {
    display: block;
  }
  body:not(.editor-styles-wrapper, .wp-admin) .testimonial-slide {
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
  }
  h2.wp-block-heading.has-text-align-center.has-primary-color.has-text-color {
   // font-size: 30px;
  }
  h4.wp-block-heading.alignwide.has-text-align-center.has-primary-color.has-text-color.has-50-font-size {
   // font-size: 27px !important;
  }
  h1.wp-block-heading {
   // font-size: 40px !important;
  }
  .wp-block-group.contact-us-field.has-global-padding.is-layout-constrained {
    margin-left: 20px !important;
  }

  .wp-block-navigation-item__content{
    position: relative;
  }
  .wp-block-navigation-item__content::after {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 2px;
    background: #0e9748;
    transition: width 0.3s;
    bottom: -5px;
    left: 0%;
  }

  .wp-block-navigation-item__content:hover::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0e9748;
    transition: width 0.3s;
    bottom: -5px;
    left: 0%;
  }



.faq-tab-select-container {height: 43px;padding-top: 0px !important;
    padding-bottom: 10px !important;}
.faq-tab-select-container:has(.blog-select) {height: 43px;padding-top: 3px !important;
    padding-bottom: 54px !important;}
.faq-tab-select-container svg {border-radius: 100px}

.mobile-tab-select,.mb-tab-select {
    min-height: 54px !important;
    overflow: hidden !important;
    padding: 10px;
}
footer .no-center .is-layout-flex {
    display: flex;
    align-content: flex-start !important;
   align-items: flex-start !important;
   
}

footer .no-center .is-layout-flex {
  text-align: left;
}
footer .no-center a {
    width: 100%;
}
footer .no-center a span {
    display: block;
    width: 100%;
    text-align: left !important;
}


.wp-block-column:has(.no-center) {
    order: 2;
}

.wp-block-group.no-center {
    display: flex;
    align-content: flex-start !important;
    align-items: flex-start !important;
    justify-content: space-between !important;

}
.wp-block-group.no-center p {
  width: 100%;
}
.no-center  .mobile-left-text a  {
    display: block;
    width: 100%;
    text-align: right !important;
}

.img-buttons-container > div {
    min-width: 100%;
}
.wp-block-group.img-buttons-container.is-layout-flex {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.wp-block-group.hero-bg-slide.has-global-padding.is-layout-constrained {
    background-color: #000000a3;
}
.wp-block-loan-application select {
    color: #0b9748;
    font-family: 'proxima-nova';
    font-weight: 600 !important;
    background-color: transparent;
}

.wp-block-columns.alignwide.are-vertically-aligned-center.is-layout-flex.wp-container-21 h2.wp-block-heading.has-primary-color.has-text-color {
    font-size: 30px !important;
}
img.wp-image-467 {
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}
img.custom-logo {
    width: 130px;
}

.cta-block p.has-text-align-left.has-text-color.has-secondary-font-family,.cta-block h1 {
    font-size: 20px !important;
}
.cta-block{
    min-height: 173px !important;
}
.cta-block img{
    object-position: 70% 47% !important;
}
.cta-block .wp-block-cover__background.has-background-dim.has-background-dim-0 {
    opacity: 0.2 !important;
    background: black !important;
}
.sticky-pos * { text-align: center !important;
}
figure.wp-block-image.size-full.social-icon {
  background-color: white !important;
}

.social-container .wp-block-group.is-nowrap.is-layout-flex{
    width: 100%;
    background: #CBE4F8;
    padding: 15px;
    border-radius: 30px;
    color: #1E265A;
    font-family: Filson Soft;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}
.social-container  p{
  display:block !important;
}

.social-container img{
  width:30px;
}
figure.wp-block-image.size-full.social-icon {
    width: 30px !important;
    height: 30px !important;
}

h4.wp-block-heading.alignwide.has-text-align-center.has-primary-color.has-text-color.has-50-font-size {
    font-size: 27px !important;
    max-width: 70%;
    text-align: left;
    margin-left: 0px !important;
}


.wp-block-group.img-buttons-container.is-layout-flex {
    overflow: hidden;
    max-width: 115%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.img-buttons-container img {
    vertical-align: unset;
    width: 40px;
}
.img-buttons-container > div {
    min-width: max-content;
    padding-right: 20px !important;
        background: #ffffff29;
    border-radius: 100px;
}

.input-item::before {
    top: 5px !important;
}
.wp-block-background_slide {
    height: 470px;
}
.header-nav > .wp-block-group .wp-block-button a svg {
    display: block;
}
.wp-block-loan-application #loan-slider p:has(#demo) {
    font-family: 'proxima-nova';
    font-weight: 600 !important;
}

.wp-block-loan-application #loan-slider select {
    color: #0b9748;
    font-family: 'proxima-nova';
    font-weight: 600 !important;
}


.background-slide-img {
    /* object-position: right; */
}

.wp-block-group.hero-bg-slide.has-global-padding.is-layout-constrained {
    background-color: #00000000;
}
.wp-block-background_slide:before {
    content: "";
    background: #00000073;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.wp-block-group.hero-bg-slide.has-global-padding.is-layout-constrained {
    background-color: #00000000;
    background-image: none;
}
.wp-block-template-part:has(.header-nav) {
    position: sticky;
    top: -22px;
    z-index: 20;
    background: white;
}


}
/* .img-buttons-container > div {
    min-width: 284px;
} */

.img-buttons-container .wp-block-group.is-layout-flex {
    gap: 0.5rem;
}




.social-container  p{
  display:none;
}
figure.wp-block-image.size-full.social-icon {
    padding: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #CBE4F8;
    display: flex;
    align-items: center;
}
/*# sourceMappingURL=main.css.map */


.clip-border-radius{
    border-radius:30px;
    overflow: hidden;
}



.line-img {
    position: relative;
    isolation: isolate;
}

.line-img::before {
height: 71%;
    width: 2px;
    background: #0b9748;
    content: "";
    position: absolute;
    left: 62px;
    z-index: -1;
}

.line-img figure{
  min-width: 60px;
}
