@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-BlackItalic.woff2') format('woff2'),
        url('fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black.woff2') format('woff2'),
        url('fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('fonts/Lato-Hairline.woff2') format('woff2'),
        url('fonts/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('fonts/Lato-HairlineItalic.woff2') format('woff2'),
        url('fonts/Lato-HairlineItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-LightItalic.woff2') format('woff2'),
        url('fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Italic.woff2') format('woff2'),
        url('fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



.container-fluid {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 15px !important;
}

.social-icons.contact-info {
  display: flex;
}

body {
  font-family: "Lato", sans-serif;
}

a {
  color: #EFAF24;
}

p strong {
  color: #EFAF24;
}

@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 clamp(180px, 15vw, 622px);
    width: 100%;
  }
}

@media (max-width: 1599px) {
  .container-fluid {
    padding: 0 6vw;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 clamp(20px, 2vw, 58px);
    width: 100%;
  }
}

@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5)
  }
}

@media (max-width: 576px) {
  .row {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: 0;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px)
}

@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }

  .back-to-top {
    bottom: 65px !important;
  }

  .footer .box .d-flex.justify-content-center.align-items-start.gap-3 .text-center p.white.text-18 {
    font-size: 16px !important;
  }

  footer.footer.text-light .row>div {
    display: grid;
    align-items: stretch
  }

  .footer .box {
    margin-bottom: 0 !important;
    min-width: 100% !important;
  }

  body footer.footer.text-light .row>div {
    margin-bottom: 20px !important;
  }

  body ul#menu-footer-menu {
    margin-bottom: 20px !important;
  }

  body ul#menu-footer-3nd-menu {
    margin-bottom: 20px;
  }

  .footer .box {
    margin-bottom: 30px !important;
  }

  .footer .row.gap-3.pb-4 {
    display: block !important;
  }
}

.top-bar {
  background-color: #0B192B;
  color: #fff;
  font-size: .9rem
}

.text-center.contact-info.p-3 {
  border-left: 1px solid #2F3B4B
}

.nav-bar {
  background-color: #27303C;
  padding: .5rem 1rem
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
}

.nav-link.active {
  color: #00bcd4 !important;
}

.navbar-expand-lg .navbar-nav li.nav-item a:hover {
  color: #00D5EC !important;
}

.navbar-expand-lg .navbar-nav li.nav-item a {
  font-size: 15px;
  padding: 0;
}

.black {
  color: #0F0F0F !important;
}

.white {
  color: #FFF !important;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  gap: 22px;
}

.apply-btn {
  border: 2px solid #fbbf24;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
  background: none;
}

.apply-btn:hover {
  background-color: #fbbf24;
  color: #000;
}

.search-icon {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 10px;
}

.social-icons a {
  color: #fff;
  padding: 31px 18px;
  border-right: 1px solid #2F3B4B;
  font-size: 22px;
  border-left: 1px solid #2F3B4B
}

h1,
.h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

@media (max-width: 1199px) {

  h1,
  .h1 {
    font-size: clamp(46px, 4.837vw, 69px)
  }
}

@media (max-width: 820px) {

  h1,
  .h1 {
    font-size: clamp(38px, 5.61vw, 58px)
  }
}

h2,
.h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
}

@media (max-width: 1199px) {

  h2,
  .h2 {
    font-size: 36px;
  }
}

@media (max-width: 820px) {

  h2,
  .h2 {
    font-size: clamp(33px, 1.979vw, 48px)
  }
}

h3,
.h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1199px) {

  h3,
  .h3 {
    font-size: clamp(33px, 1.927vw, 48px)
  }
}

.hero-sec .btn-block a i.fa.fa-chevron-right {
  font-size: 15px;
}

@media (max-width: 820px) {

  h3,
  .h3 {
    font-size: clamp(28px, 1.667vw, 38px)
  }
}

h4,
.h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

@media (max-width: 1199px) {

  h4,
  .h4 {
    font-size: 28px;
  }
}

@media (max-width: 820px) {

  h4,
  .h4 {
    font-size: 28px;
  }
}

h5,
.h5 {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 1.198vw, 62px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1199px) {

  h5,
  .h5 {
    font-size: clamp(20px, 1.302vw, 32px)
  }
}

@media (max-width: 820px) {

  h5,
  .h5 {
    font-size: clamp(18px, 1.042vw, 24px)
  }
}

h6,
.h6 {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 1199px) {

  h6,
  .h6 {
    font-size: 28px;
  }
}

@media (max-width: 820px) {

  h6,
  .h6 {
    font-size: 20px;
  }

  .txt-19 {
    font-size: 16px;
  }
}

.text-16,
p {
  color: #5E5E5E;
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.txt-19 {
  font-size: 19px;
}

@media (max-width: 399px) {

  .text-16,
  p {
    font-size: 14px;
  }
}

.hero-sec .btn-block a {
  width: 100%;
  max-width: max-content;
  display: flex;
  justify-content: center;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: url("https://injurylawsuitloans.com/wp-content/uploads/2026/03/hero-legal-funding.webp") no-repeat center;
  background-size: cover;
  padding: 50px 80px;
  color: #fff;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000080;
}

.hero>* {
  position: relative;
  z-index: 2
}

.hero-left {
  width: 45%;
}

.hero-left h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.hero-left span {
  color: orange;
}

.hero-left p {
  margin-bottom: 20px;
}

.hero-buttons button {
  padding: 10px 20px;
  border: none;
  margin-right: 10px;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
}

.apply-btn {
  background: orange;
  color: #fff;
}

.call-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.rating {
  margin-top: 20px;
}

.cus-btn {
  position: relative;
  overflow: hidden;
  padding: 15px 68px;
  border-radius: 100px;
  background: #EFAF24;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
  border: 1px solid #6b666600;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px !important;
}

.cus-btn .text {
  position: relative;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
}

.cus-btn.text {
  position: relative;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
}

.cus-btn i {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: clamp(16px, 1.042vw, 96px);
  color: #fff;
  transition: all .5s ease-in-out;
}

.cus-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: clamp(28px, 2.5vw, 120px);
  width: 0;
  height: 101%;
  opacity: 1;
  z-index: 0;
  transition: all .5s ease-in-out;
  background: #00d5ec;
  transition: all .5s ease-in-out;
}

.cus-btn:hover {
  border: 1px solid #00d5ec
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cus-btn.w-50.py-3.mb-3.text-center.text.text-uppercase:hover {
  background: #00d5ec
}

.cus-btn:hover .text,
.cus-btn:hover i {
  color: #FFF;
}

.cus-btn:hover::before {
  width: 101%;
}

.text-24 {
  font-size: 24px !important;
}

.custom-logo-link img {
  max-width: 175px !important;
  height: 110px !important;
}

a.cus-btn.bg-none {
  background: none;
  border: 2px solid #fff;
  color: #EFAF24 !important;
  padding: 10px 30px;
  border-color: #EFAF24 !important;
}

a.cus-btn.bg-none span.text {
  color: #fff;
}

i.fa.fa-search {
  font-size: 25px;
}

.hero-sec {
  background: url("https://injurylawsuitloans.com/wp-content/uploads/2026/03/hero-legal-funding.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}

@media (max-width: 490px) {
  .hero-sec {
    background: url(../media/hero/mobile-hero.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding: 220px 0;
  }

  .hero-sec .hero-wrapper {
    text-align: center
  }
}

.hero-sec h1 {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -2.4px;
}

.text-16 {
  font-size: 16px !important;
}

.hero-sec .btn-block {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 72px)
}

.text-skey-blue {
  color: #00BCD4;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
  font-family: "Lato", sans-serif;
}

@media (max-width: 490px) {
  .hero-sec .btn-block {
    justify-content: center
  }
}

.hero-sec .user-review-block {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 50px)
}

.cus-btn-2 .text {
  position: relative;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  color: #FFF;
}

.cus-btn-2 i {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: clamp(16px, 1.042vw, 96px);
  color: #FFF;
  transition: all .5s ease-in-out;
}

.cus-btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: clamp(28px, 2.5vw, 120px);
  width: 0;
  height: 101%;
  opacity: 1;
  z-index: 0;
  transition: all .5s ease-in-out;
  background: #00d5ec;
  transition: all .5s ease-in-out;
}

.cus-btn-2:hover {
  border: 1px solid #00d5ec
}

.cus-btn-2:hover .text,
.cus-btn-2:hover i {
  color: #FFF;
}

.cus-btn-2:hover::before {
  width: 101%;
}

.cus-btn-2 {
  position: relative;
  overflow: hidden;
  padding: 18px 68px;
  border-radius: 100px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 36px);
  text-align: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
  border: 1px solid #FFF;
}

.cus-btn-2.border-black {
  border: 1px solid #0F0F0F;
}

.cus-btn-2.border-black .text,
.cus-btn-2.border-black i {
  color: #0F0F0F;
}

.hero-form {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 40%;
  color: #333
}

.hero-form h3 {
  margin-bottom: 20px !important;
}

.hero-form .radio-group {
  margin-bottom: 15px;
}

.hero-form input {
  width: 100%;
  padding: 10px;
  margin: 6px 0;
  border-radius: 100px !important;
  border: 1px solid #00BCD4;
  height: 50px !important;
  
}

.form-contact {
  margin-top: 10px;
  font-size: 12px;
}

.form-contact a {
  color: #00BCD4;
  text-decoration: none;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #d4d2d2
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #00BCD4;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #EFAF24;
}

.accordion-box {
  position: relative;
  padding: 0;
}

.accordion-box .block {
  position: relative;
  background: transparent;
  border-radius: 6px;
  overflow: hidden
}

.accordion-box .block.active-block {
  background-color: #fff;
}

.accordion-box .block:last-child {
  margin-bottom: 0;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  padding: 20px 0;
  color: #14100c;
  transition: all 500ms ease;
  border-top: 1px solid #A9A9A9;
}

.accordion-box .block .acc-btn.size-20 {
  font-size: 18px;
}

.accordion-box .block .acc-btn .count {
  color: #ac835d;
  padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
  position: absolute;
  right: 18px;
  top: 25px;
  height: 30px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
  content: "";
  transition: all 500ms ease;
  width: 14px;
  height: 14px;
  line-height: 35px;
  border-radius: 100%;
  text-align: center;
  background-image: url(../img/minus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.accordion-box .block .acc-btn.active {
  border-top: 1px solid #A9A9A9;
  color: #000;
}

.accordion-box .block .acc-btn.active:before {
  content: "";
  color: #14100c;
  background-image: url(../img/plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .content {
  position: relative;
  padding: 0;
  background-color: transparent;
  color: #817f7c
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #666
}

section.General-information-sec {
  padding: 80px 0;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(130px, 8.021vw, 240px);
  height: clamp(130px, 8.021vw, 240px);
  font-size: clamp(44px, 4vw, 116px);
  border-radius: clamp(18px, 1.25vw, 96px);
  background: #efaf24;
  color: #FFF;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s
}

.back-to-top:hover {
  background: #1E1F20;
  color: #FFF;
}

.back-to-top.show {
  opacity: 1
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none !important;
}

.gap-20 {
  gap: 20px;
}

.how-it-works_inner_content {
  max-width: 1001px;
  margin: 0 auto;
}

section.how-it-works {
  background: #F6F6F6;
  padding: 80px 0;
}

.how-it-works-img img {
  max-width: 388px;
}

.feature {
  position: relative;
  width: 100%;
  padding: 52px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.feature .feature-item {
  margin-bottom: 30px;
}

.feature .feature-icon {
  height: 170px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121518;
  width: 100%;
}

.feature .feature-icon i {
  width: 100px;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  font-size: 60px;
  color: #aa9166;
  background: #000;
  transition: .5s
}

.feature .feature-item:hover .feature-icon i {
  margin-right: -15px;
}

.feature .feature-item h4 {
  position: relative;
  margin-bottom: 15px !important;
  padding-bottom: 10px;
  font-weight: 600;
  font-style: italic
}

.feature .feature-item h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #efaf24;
}

.feature .feature-item p {
  margin: 0;
}

.feature .feature-img {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #121518
}

.feature .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-icon img {
  width: 60px;
}

.feature-icon:hover {
  background: #00D5EC
}

.feature-sec .work-contant {
  max-width: 253px;
  margin: 0 auto;
  margin-left: 20px;
}

.comparison-section {
  padding: 90px 0;
  background-color: #F6F6F6;
  text-align: center;
}

.comparison-title {
  font-weight: 600;
  color: #00BFFF;
}

.comparison-table {
  max-width: 1024px;
  margin: 0 auto;
}

.comparison-table thead th {
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #a9a9a970;
  font-size: 28px;
  padding-bottom: 30px;
  color: #000;
}

.feature-labels {
  color: #fff;
  border-radius: 15px 0 0 15px;
}

.feature-labels td {
  padding: 30px 20px;
  border: none;
  font-size: 16px;
}

.comparison-section td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #a9a9a970;
}

.comparison-section tr.feature-labels td:nth-child(1) {
  background: #27303C;
  color: #fff;
  border: none !important;
  width: 280px;
  text-align: start;
  padding: 30px 50px;
}

.comparison-section p.text-20.text-center {
  max-width: 650px;
  margin: 0 auto;
  font-size: 20px;
}

.comparison-section td img {
  max-width: 32px;
}

.comparison-section td.border-t-12 {
  border-radius: 27px 27px 0 0;
}

.comparison-section td.border-b-12 {
  border-radius: 0 0 27px 27px;
}

.comparison-section th.text-start {
  border: none !important;
}

strong {
  color: #EFAF24;
}

.state-content p {
  padding-bottom: 20px;
}

.state-content h2 {
  padding-bottom: 20px;
  color: #0F0F0F !important;
}

.state-content h3 {
  padding-bottom: 20px;
  color: #0F0F0F !important;
}

.state-content ul {
  padding-bottom: 20px;
}

.state-content h5 {
  padding-bottom: 20px;
  color: #0F0F0F !important;
}

.state-content h4 {
  padding-bottom: 20px;
  color: #0F0F0F !important;
}

.state-content h6 {
  padding-bottom: 20px;
  color: #0F0F0F !important;
}

.state-content table {
  padding-bottom: 20px;
}

.state-content h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table {
  margin-bottom: 0 !important;
}

.state-content h2.wp-block-heading.mb-4 {
  margin-bottom: 0 !important;
}

section.split-section span.text-skey-blue {
  text-align: center;
}

body section.case-side-bar.single-state-sidebar .case-sidebar-widget section.case-side-bar.single-state-sidebar {
      padding: 0 !important;
}

.text-16.py-2.mb-4 li:first-child {
  padding-top: 20px;
}

.right-site-content li {
  padding-bottom: 15px;
  padding-bottom: 15px;
  color: #5E5E5E;
  margin-bottom: 0 !important;
  font-family: 'Lato';
  font-size: 16px;
}

.right-site-content h3 {
  font-weight: 700 !important;
  color: #0f0f0f !important;
  padding: 1rem 0;
}

.right-panel {
  padding-top: 0;
}

.left-panel h2 {
  margin-top: 0 !important;
}

.content-section.py-3 {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .comparison-table thead {
    display: none;
  }

  .apply-now-form .form {
    background: #F9F9F9;
    padding: 30px 10px;
  }

  .left-panel p {
    padding-bottom: 10px;
  }

  .singleblogcontent {
    padding: 40px 10px !important;
  }

  body .single-state-sidebar .sidebar-content {
    padding: 0;
  }

  section.latest-posts-sec.py-5 .post-content {
    margin-bottom: 10px !important;
  }

  section.latest-posts-sec.py-5 .d-flex.justify-content-between.gap-4.flex-wrap {
    gap: 40px !important;
  }

  body section.latest-posts-sec.py-5 .btn-block {
    position: relative;
    bottom: 0 !important;
  }

  .glossary-terms .glossary-box a.cus-btn.py-3.px-5.mb-3 {
    margin-top: 15px !important;
  }

  section.py-5.glossary-terms {
    padding-bottom: 0 !important;
  }

  section.latest-posts-sec.py-5 .post-img img {
    height: auto !important;
  }

  .back-to-top {
    bottom: -25px !important;
  }

  .comparison-table tbody td {
    display: block;
    text-align: left;
    padding-left: 50%;
    position: relative;
  }

  .comparison-table tbody td::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    white-space: nowrap;
    font-weight: 700;
  }
}

.testimonial {
  position: relative;
  padding: 45px 0;
}

.testimonial .testimonials-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.testimonial .testimonial-item {
  position: relative;
  margin: 0 15px;
  padding: 30px;
  background: #121518;
  overflow: hidden
}

.testimonial .testimonial-item i {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-size: 16px;
  z-index: 1;
  background: #ffb108;
  padding: 12px;
}

.testimonial .testimonial-item .col-12 {
  margin-top: 20px;
}

.testimonial .testimonial-item img {
  width: 100%;
}

.testimonial .testimonial-item h2 {
  color: #00D5EC;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  font-style: italic
}

.testimonial .testimonial-item p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

.testimonial .owl-nav,
.testimonial .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.testimonial .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #efaf24;
}

.testimonial .owl-dot.active {
  background: #121518
}

section.cases-we-fund-sec {
  padding: 74px;
  background: #F6F6F6
}

.cases-we-fund-sec .step-header {
  display: flex;
  justify-content: start;
  border-radius: 12px 12px 0 0;
}

.cases-we-fund-sec .step-header .step {
  flex: 1;
  text-align: center;
  padding: 20px 31px;
  cursor: pointer;
  border-right: 2px solid #e4e4e4;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 29px;
}

.cases-we-fund-sec .step-header .step.active {
  font-weight: 700;
  color: #00D5EC;
  border-color: #00D5EC;
  background-color: #fff;
  border: 2px solid;
  border-radius: 12px 0 0 0;
  border-bottom: 0;
  margin-bottom: -2px;
}

.cases-we-fund-sec .form-section {
  background-color: #fff;
  box-shadow: 0 4px 12px #0000004a;
  border-radius: 12px;
}

.cases-we-fund-sec .form-section h2 {
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
  font-style: italic
}

.cases-we-fund-sec .form-section p {
  text-align: center;
  color: #000;
  font-size: 19px;
  padding-bottom: 50px;
}

.cases-we-fund-sec .form-control {
  border-radius: 50px;
  padding: .75rem 1.5rem;
  box-shadow: 0 4px 12px 0 #00000042;
  border: none;
  margin-bottom: 20px;
}

.cases-we-fund-sec .btn-warning {
  border-radius: 50px;
  padding: .75rem 2rem;
  font-weight: 700;
}

.cases-we-fund-sec small.notice {
  font-size: 13px;
  color: #000;
  display: block;
  text-align: start;
  margin-top: 1rem;
  line-height: 20px;
  margin-left: 10px;
}

.we-fund.text-center {
  max-width: 771px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

.cases-we-fund-sec .fund-img img {
  max-width: 135px;
  margin: 0 auto;
}

.cases-we-fund-sec .cases-sec-box {
  padding: 30px;
  background: #fff;
  display: grid;
  gap: 30px;
  text-align: center;
  padding-bottom: 45px;
  border: 1px solid #00BCD4;
  box-shadow: 0 4px 4px 0 #00000042;
  height: 100%;
}

.cases-we-fund-sec .auto-accident {
  max-width: 1110px;
  margin: 0 auto;
}

a.cus-btn.py-3.px-5.my-4 {
  width: 100%;
  max-width: max-content;
}

.cases-we-fund-sec .step:nth-child(3) {
  border-radius: 12px 12px 0 0;
}

.form-control:focus {
  border: 1px solid #b4b956
}

.cases-we-fund-sec label.black.text-16 {
  padding-bottom: 15px;
}

.single.single-post h2 {
  margin: 0 !important;
  padding-top: 0 !important;
}

.single.single-post .sidebar-content {
  padding-top: 0 !important;
}

.single.single-post .right-site-content {
  padding-top: 0 !important;
}

.state-content h6.py-2 {
  font-weight: 700;
}

.single.single-post .state-content h2 {
  padding-top: 0 !important;
}

.single.single-post .state-content .content-section.py-3 {
  padding-bottom: 30px !important;
}

section.faqs-sec {
  padding: 80px 0;
}

.acc-btn.size-20 {
  display: flex;
  gap: 20px;
}

span.faqs-list {
  width: 40px;
  height: 40px;
  background: #efaf24;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100px;
}

.acc-btn.size-20.active span.faqs-list {
  background: #00D5EC
}

.bg-overlay {
  background: url(../img/Appointment.png) no-repeat center center/cover;
  backdrop-filter: brightness(0.6);
  padding: 90px 0;
}

.form-box {
  background-color: #04040470;
  max-width: 720px;
  width: 100%;
  padding: 30px !important;
}

.form-control,
.form-select {
  border-radius: .5rem
}

.btn-warning {
  background-color: #f7b731;
  border: none;
  border-radius: .5rem
}

.btn-warning:hover {
  background-color: #f5a623
}

section.get-an-appointment input.form-control {
  line-height: 30px;
  font-size: 16px;
  background-color: #fff !important;
}

section.get-an-appointment input::placeholder {
  font-size: 16px !important;
}

section.get-an-appointment select.form-select {
  line-height: 30px;
}

section.get-an-appointment a.cus-btn.py-3.px-5 {
  border-radius: 0 !important;
  width: 100%;
}

section.get-an-appointment .cus-btn::before {
  border-radius: 0;
}

section.get-an-appointment {
  padding: 80px 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
}

.footer {
  background-color: #1f2a38;
  color: #fff;
  padding: 90px 0 0;
}

.footer .box {
  background-color: #323B46;
  padding: 20px 10px !important;
  margin-bottom: 20px;
}

footer.footer.text-light .row>div {
  padding: 0;
}

.footer h5,
.footer h6 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer a:hover {
  color: #fff;
}

.footer .social-icons a {
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  padding: 8px;
  display: inline-block;
  transition: .3s;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .social-icons a:hover {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.footer .partner-logos img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

fieldset {
  display: none;
}

.row.text-center.text-md-start.mb-4 {
  gap: 2px;
}

.footer p.text-16.py-3.m-0 {
  max-width: 250px;
  line-height: 25px;
}

.social-icons {
  display: flex;
}

.footer .box .fa::before {
  font-size: 28px;
  color: #00BCD4;
}

.footer .box strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: start;
}

.logo img {
  max-width: 300px;
}

.footer .box a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer .box .d-flex.justify-content-center.align-items-start.gap-3 .text-center p.white.text-18 {
  font-size: 16px !important;
}

.footer .box i.fa {
  margin-top: 5px;
}

.text-18 {
  font-size: 18px;
}

a:hover {
  color: #00BCD4 !important;
}

.footer-bottom {
  background-color: #323B46;
  text-align: center;
  padding: 26px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.testimonial .container {
  max-width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-light.py-3 {
  background: #27303C
}

.stricky-header.stricked-menu.stricky-fixed .header-logo img {
  width: 145px;
  min-height: auto !important;
  height: auto !important;
}

.stricky-header.stricked-menu.stricky-fixed ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  justify-content: end;
  display: flex;
  width: 72%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}

.stricky-header.main-menu {
  padding: 0 !important;
}

.stricky-header.stricky-fixed {
  transform: translateY(0)
}

section.how-it-works a.cus-btn.py-3.px-5.mb-3 {
  margin-top: 20px;
}

.onlymobile {
  display: none;
}

@media (max-width: 768px) {
  .stricky-header {
    display: block;
    position: fixed;
    transform: translateY(0%) !important;
  }

  .onlymobile {
    display: block !important;
  }

  img.custom-logo.ls-is-cached.lazyloaded {
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light.py-3 .container {
    justify-content: space-between;
    gap: 10px;
  }

  .custom-logo-link img {
    max-width: 100px !important;
    height: auto !important;
  }

  .back-to-top {
    bottom: -30px !important;
    right: -25px !important;
  }

  .main-data-box {
    position: relative;
    top: 70px;
    background: #0B192B;
   padding-top: 25px;
  }

  nav.navbar.navbar-expand-lg.nav-bar.py-3 {
    display: none;
  }

  button.navbar-toggler {
    border: none;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggle-menu.png) !important;
  }

  .fw-bold.fs-4 {
    display: none;
  }

  header.top-bar .social-icons.contact-info {
    display: none;
  }

  .text-13 {
    font-size: 13px !important;
  }

  header.top-bar .text-center.contact-info.p-3 {
    padding: 20px 5px !important;
  }

  header.top-bar .d-flex.justify-content-between.align-items-center .d-flex.align-items-center.gap-4 {
    width: 100%;
    gap: 0 !important;
  }

  header.top-bar .d-flex.justify-content-between.align-items-center {
    width: 100%;
  }

  header.top-bar .d-flex.justify-content-between.align-items-center .d-flex.align-items-center.gap-4 .text-center.contact-info.p-3 {
    width: 100%;
  }

  header.top-bar div#navbarNav {
    position: fixed;
    width: 100%;
    background: #27303c;
    left: 0;
    top: 100%;
    padding: 30px;
    z-index: 1.0E+22;
    padding-top: 10px;
  }

  header.top-bar div#navbarNav .header-logo img {
    max-width: 270px;
    margin-bottom: 20px;
  }

  .hero-sec {
    background-image: url("https://injurylawsuitloans.com/wp-content/uploads/2026/03/hero-mob-bg.webp");
    padding: 100px 0 !important;
    height: 100%;
  }

  .cus-btn {
    padding: 10px 18px !important;
  }

  h1 {
    font-size: 35px;
    line-height: 61px !important;
    word-spacing: 3px;
  }

  .hero-wrapper {
    max-width: 346px;
    margin: 0 auto;
  }

  section.hero-sec.mb-0 h6 {
    font-size: 22px;
    line-height: 30px;
  }

  section.hero-sec.mb-0 a.cus-btn-2 {
    padding: 10px 30px;
  }

  section.hero-sec.mb-0 .btn-block a {
    width: 50% !important;
    max-width: 50% !important;
  }

  .stricky-header a.cus-btn.bg-none.px-5 span {
    line-height: 20px !important;
  }

  section.hero-sec.mb-0 p.white {
    font-size: 19px;
  }

  section.hero-sec.mb-0 .user-review-block.wow.zoomIn.animated.animated img,
  svg {
    width: 22px;
    font-size: 22px;
  }

  section.hero-sec.mb-0 .hero-form h3 {
    line-height: 38px;
  }

  section.hero-sec.mb-0 .hero-form.w-100 {
    padding: 27px;
  }

  section.hero-sec.mb-0 .hero-form.w-100 form .pb-3.w-50 {
    width: 100% !important;
  }

  section.hero-sec.mb-0 .radio-group.d-flex.gap-2.pt-2 {
    display: flex !important;
  }

  section.hero-sec.mb-0 label.d-flex.gap-2.text-14.black.align-items-center {
    display: flex !important;
  }

  section.hero-sec.mb-0 a.cus-btn.w-50.py-3.mb-3 {
    width: 70% !important;
  }

  section.hero-sec.mb-0 p.form-contact.fs-5.black {
    font-size: 16px !important;
  }

  section.hero-sec.mb-0 .row.row-gap-4.align-items-center {
    gap: 50px !important;
  }

  .hero-sec .hero-wrapper {
    text-align: start !important;
  }

  .text-24 {
    font-size: 21px !important;
  }

  h2 {
    font-size: 28px;
  }

  section.General-information-sec img {
    padding-bottom: 30px;
  }

  a.cus-btn.py-3.mb-3 {
    max-width: 254px;
    width: 100%;
    margin: 0 !important;
  }

  section.General-information-sec {
    padding: 50px 10px;
  }

  section.how-it-works {
    padding: 50px 10px;
  }

  .how-it-works-img img {
    max-width: 100%;
    padding-bottom: 30px;
  }

  section.how-it-works a.cus-btn.py-3.px-5.mb-3 {
    margin-top: 25px !important;
  }

  section.how-it-works .row.pb-5.align-items-center:nth-child(2) {
    flex-direction: column-reverse;
  }

  .feature .feature-icon {
    max-width: 170px;
    margin: 0 auto;
  }

  .feature-sec .work-contant {
    text-align: center;
    padding: 40px 0;
    margin: 0 auto;
  }

  .feature .feature-item h4::after {
    width: 100%;
  }

  .feature .feature-item {
    margin: 0;
  }

  .comparison-section tr.feature-labels td:nth-child(1) {
    width: 50%;
    display: flex;
    font-size: 14px;
    justify-content: start;
    padding-left: 17px !important;
    line-height: 30px;
  }

  section.comparison-section tr.feature-labels {
    display: flex
  }

  section.comparison-section .comparison-table tbody td {
    padding: 10px !important;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center
  }

  section.comparison-section thead {
    display: block !important;
  }

  section.comparison-section .comparison-table thead th {
    font-size: 14px !important;
    padding-bottom: 5px;
    border: none;
  }

  section.comparison-section .comparison-table thead tr {
    display: flex;
    justify-content: end;
    padding-bottom: 0 !important;
  }

  section.comparison-section .pb-5 {
    padding-bottom: 25px !important;
  }

  section.comparison-section .comparison-title {
    padding-bottom: 25px;
  }

  section.comparison-section {
    padding: 60px 0;
  }

  .comparison-section td.cross img {
    width: 15px !important;
  }

  .comparison-section td img {
    max-width: 18px !important;
  }

  section.cases-we-fund-sec {
    padding: 50px 0;
  }

  .txt-19 {
    font-size: 18px;
  }

  .cases-we-fund-sec .auto-accident .col-md-4 {
    margin-bottom: 30px;
  }

  .cases-we-fund-sec .step-header {
    display: flex
  }

  .cases-we-fund-sec .step-header .step {
    background: none;
    padding: 10px;
    font-size: 17px;
    text-align: start;
  }

  .text-center.mt-4.d-flex.justify-content-between.gap-4 {
    display: block !important;
  }

  section.faqs-sec {
    padding: 50px 0;
  }

  .cases-we-fund-sec form {
    margin: 0 !important;
    padding: 20px;
  }

  .footer .partner-logos img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .cases-we-fund-sec .form-section h2 {
    text-align: start;
    padding-bottom: 15px !important;
  }

  body .cases-we-fund-sec .form-section p {
    text-align: start !important;
  }

  section.faqs-sec img {
    padding-bottom: 30px;
  }

  .form-box.p-4.rounded {
    max-width: 100%;
    margin: 20px;
  }

  section.get-an-appointment .container-fluid {
    padding: 0 !important;
  }

  section.get-an-appointment {
    padding: 50px 0 !important;
  }

  .bg-overlay.d-flex.align-items-center.justify-content-center {
    padding: 50px 0;
  }

  .footer .row.text-center.text-md-start.mb-4.justify-content-between {
    display: block
  }

  .footer .box {
    max-width: 90% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 26px;
  }

  .footer .row.gap-3.pb-4 {
    padding: 10px;
  }

  .footer p.white.text-18.pb-3 {
    padding-bottom: 10px !important;
  }

  section.get-an-appointment .row.g-3.mb-4 {
    gap: 25px;
  }

  .footer-bottom {
    margin-top: 0 !important;
  }
  nav.navbar.navbar-expand-lg.navbar-light.py-3 .d-flex.align-items-center.gap-4 {
    justify-content: end;
}

.page h4 {
    font-size: 25px;
}
body section.case-sec {
    padding-top: 120px !important;
    padding-bottom: 50px !important;
}

}

section.usa-map-sec {
  padding-bottom: 0;
}

section.usa-map-sec h2.fw-500.text-center {
  padding-top: 90px;
}

div#mapViewContainer.container {
  width: 100%;
}

div#mapViewContainer.container .mapContainer {
  overflow: visible;
}

div#mapViewContainer.container svg {
  overflow: visible !important;
}

.et_right_sidebar #main-content .container:before {
  display: none !important;
}

#usa_map_intirelative {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 120px auto;
  border: none;
}

#tooltip {
  z-index: 99999;
}

#tooltip::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  border-color: #fff transparent transparent;
  display: none;
}

#infoWindow {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #000000b3;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  display: none;
}

.location-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(https://jitfosteryouth.org/wp-content/uploads/2024/11/icon-p-map-7-3.png);
  background-size: cover;
  display: none;
}

#zoomOutBtn {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 25px;
  background: #00AEEF;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  z-index: 1000;
}

.tooltipTitle {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.tooltipImmage {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.tooltipImmage img {
  width: 100%;
  float: left;
}

.tooltipTitleBig {
  float: left;
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

div#tooltip {
  box-sizing: border-box;
  max-width: 310px;
  display: none;
  position: absolute;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
}

.et_pb_row {
  width: 80%;
  max-width: 1366px;
  margin: 0 auto;
}

.tooltipDesc {
  float: left;
  width: 100%;
  text-align: center;
}

.tooltipDesc a,
div#usa_map_intirelative a {
  color: #1FC4D9;
  color: #1FC4D9;
  cursor: pointer;
  display: inline;
  font-size: 20px;
  text-decoration: none;
}

.icon_state_code {
  text-transform: uppercase;
}

div#tooltip {
  box-shadow: 0 2px 7px 1px #0000004d;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  border: none;
}

.tooltipDesc a,
div#usa_map_intirelative a {
  font-weight: 500;
}

div#usa_map_intirelative .tooltipDesc .wpgmza_infowindow_link {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 16px;
}

.tooltipImmage img {
  max-width: max-content;
  max-height: 130px;
  display: inline-block;
  float: none;
}

text.upercaseCode {
  text-transform: uppercase;
}

div#usa_map_intirelative.usa_map_inti.zoomout .all_flag {
  display: block;
}

div#usa_map_intirelative.usa_map_inti .all_flag {
  display: block;
}

.mapContainer {
  max-width: 1050px;
  margin: auto;
}

image.all_flag.flag_ma,
image.all_flag.flag_nj {
  max-width: 100% !important;
  display: block;
}

h1.communitypartners {
  margin-top: 0;
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
  padding-top: 0;
}

body div#usa_map_intirelative {
  margin-top: 37px;
}

body div#tooltip {
  width: 100% !important;
  height: auto !important;
  max-width: 300px !important;
}

.tooltipImmage img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  display: inline-block;
  text-align: center !important;
  float: none;
}

body .withoutdesc {
  float: left;
  width: 100%;
  display: block;
  padding: 20px;
}

body .tooltipImmage {
  min-height: auto;
}

a.tooltip_first_anchor,
a.tooltipother_anchor {
  background: #1FC4D9;
  padding: 5px;
  margin-bottom: 28px !important;
  width: 100%;
  max-width: 260px !important;
  border-radius: 5px;
  display: block;
  font-size: 18px !important;
}

.tooltipTitleBig a {
  color: #fff !important;
}

.tooltipTitleBig {
  margin-bottom: 22px;
}

.tooltipDesc a,
div#usa_map_intirelative a {
  padding: 5px 15px;
  display: inline-block;
  font-size: 16px !important;
  margin-bottom: 9px !important;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  text-align: left;
  padding-right: 20px !important;
}

.tooltipTitleBig {
  margin-bottom: 0;
}

.tooltipDesc a:after,
div#usa_map_intirelative a:after {
  content: '';
  position: absolute;
  right: 7px;
  top: 9px;
  height: 12px;
  width: 7px;
  background: url(https://jitfosteryouth.org/wp-content/uploads/2024/11/Arrows-Set-2-Icon-Pack.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tooltipTitleBig.custom_state {
  color: #1FC4D9;
  padding: 32px 0;
}

div#tooltip.tx {
  max-width: 260px !important;
}

.mapContainer {
  position: relative;
}

div#usa_map_inti {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 50px;
}

.pb-3 .d-flex.gap-2.align-items-center {
  flex-wrap: wrap;
}

section.get-an-appointment .bg-overlay.d-flex.align-items-center.justify-content-center {
  max-width: 1240px;
  margin: 0 auto;
}

@media only screen and (max-width: 668px) {
  .footer .box a {
    display: inline-block;
    max-width: 200px;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: start;
  }

  .singleblogcontent section.split-section {
    padding-top: 0 !important;
  }

  .singleblogcontent .col-md-4.sid_bar-max-width {
    padding: 0 !important;
    border-right: none;
  }

  .singleblogcontent section.split-section {
    padding: 0 !important;
  }

  .singleblogcontent .sidebar-content {
    border: none !important;
  }

  .singleblogcontent section.case-side-bar {
    border-right: none !important;
  }

  .singleblogcontent .col-md-8 {
    padding: 0;
  }

  .single.single-post .right-site-content {
    padding-top: 30px !important;
  }

  .singleblogcontent {
    padding: 0 !important;
  }

  .gform-theme--framework .gf_step {
    padding: 10px 15px !important;
    width: 48% !important;
  }

  .stricky-header li.menu-item.menu-item-type-post_type.menu-item-object-page a {
    padding: 0 !important;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .single-state-sidebar .right-site-content .container-fluid {
    padding: 0 !important;
  }

  .state-content h2 {
    font-size: 20px !important;
    line-height: 30px;
  }

  .state-content h3 {
    font-size: 20px !important;
    line-height: 33px !important;
  }

  body .gform-theme--framework .gf_step span {
    font-size: 15px !important;
  }

  .gf_page_steps {
    gap: 10px !important;
    flex-wrap: wrap !important;
  }

  section.hero-sec.mb-0 .hero-form.w-100 .d-flex.gap-20 {
    display: block !important;
  }

  .max-70 {
    max-width: 95% !important;
  }

  section.thumbnail-for-post .col-md-7,
  .col-md-12 {
    padding: 0;
  }

  .socialmediaflex.text-center.mb-4 {
    flex-wrap: wrap;
    gap: 30px;
  }

  .searchHeree-flex {
    flex-wrap: wrap;
  }

  section.split-section {
    padding: 40px 20px !important;
  }

  section.split-section .col-md-7 {
    padding: 20px 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  section.faq-single {
    padding: 20px 0 !important;
  }
  header.top-bar {
         position: relative;
}

/* nav.navbar.navbar-expand-lg.navbar-light.py-3 {
   
    width: 100%;
} */
div#navbarNav .header-logo {
    display: none;
}

  section.glossary-single {
    padding: 40px 0 !important;
  }

  .single-glossary-inner {
    padding: 0 !important;
  }

  .single-faq-inner {
    padding: 0 !important;
  }

  body div#tooltip {
    width: 100% !important;
    height: auto !important;
    max-width: 200px !important;
  }

  #tooltip {
    max-width: 90%;
    font-size: 14px;
  }

  .tooltipDesc a,
  div#usa_map_intirelative a {
    font-size: 12px !important;
    text-align: center
  }

  .tooltipImmage {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  div#usa_map_inti svg {
    max-width: 58% !important;
    margin-left: -50px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1150px) {
  #usa_map_intirelative {
    margin: 0 !important;
    width: 100%;
  }

  .mapContainer {
    max-width: 100%;
    margin: 0;
  }

  div#usa_map_inti svg {
    max-width: 100%;
    margin-left: -45px;
  }
}

@media (max-width: 768px) {
  .tooltipImmage img {
    max-width: 100%;
    max-height: 55px;
  }

  body div#tooltip {
    width: 100% !important;
    height: auto !important;
    max-width: 140px !important;
  }

  .tooltipImmage {
    padding: 0;
  }

  div#tooltip {
    padding: 10px;
  }

  .tooltipTitleBig.custom_state {
    padding: 10px 0;
  }

  .tooltipTitleBig {
    font-size: 14px !important;
    line-height: 1.2
  }

  .tooltipDesc a,
  div#usa_map_intirelative a {
    font-size: 10px !important;
    text-align: center
  }

  section.usa-map-sec svg {
    width: 100% !important;
  }

  section.usa-map-sec {
    padding: 50px 0 !important;
  }

  section.usa-map-sec h2.fw-500.text-center {
    padding: 0 !important;
  }

  div#usa_map_intirelative {
    height: 100%;
    margin: 0;
  }

  div#main-content {
    min-height: 100% !important;
  }

  div#map-section {
    width: 100%;
  }

  div#tooltip {
    top: 10px !important;
  }

  div#usa_map_inti {
    padding: 0;
  }
}

div#usa_map_inti path:hover {
  fill: #efaf24;
}

image.all_flag {
  height: 28px;
  width: 23px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.hero-sec.mb-0 .col-lg-7.col-md-7 {
    max-width: 100%;
  }

  section.how-it-works .row.pb-5.align-items-center {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
  }

  section.how-it-works .row.pb-5.align-items-center .col-md-6 {
    width: 100%;
    max-width: 95% !important;
  }

  .hero-sec .hero-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .hero-sec .btn-block {
    max-width: 400px;
  }

  section.hero-sec.mb-0 {
    background: url("https://injurylawsuitloans.com/wp-content/uploads/2026/03/hero-legal-funding.webp") !important;
    background-position: center
  }

  section.hero-sec.mb-0 .col-lg-5.col-md-5 {
    max-width: 100% !important;
    flex: 100%;
  }

  section.hero-sec.mb-0 .hero-form.w-100 form .d-flex {
    display: flex !important;
  }

  section.General-information-sec .col-lg-6.col-md-12 {
    flex: 50%;
  }

  section.General-information-sec .accordion-box .block .acc-btn {
    padding: 10px 0;
  }

  section.General-information-sec p.text-24.py-3 {
    font-size: 20px;
    padding: 0 !important;
  }

  section.General-information-sec img {
    padding-bottom: 0;
  }

  .pb-2.text-center.pb-5 {
    padding-bottom: 20px !important;
  }

  section.how-it-works .row.pb-5.align-items-center:nth-child(2) {
    flex-direction: row
  }

  .feature .feature-icon {
    height: 100px !important;
  }

  .feature-sec .work-contant {
    text-align: start;
    padding: 20px 0;
  }

  section.comparison-section .comparison-table thead tr {
    gap: 100px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  .cases-we-fund-sec .auto-accident .col-md-4 {
    padding: 10px;
  }

  .cases-we-fund-sec .fund-img img {
    max-width: 85px;
  }

  .cases-we-fund-sec .cases-sec-box {
    gap: 10px !important;
  }

  section.usa-map-sec {
    padding: 50px 0 !important;
  }

  div#usa_map_inti svg {
    width: 100% !important;
    max-width: 100% !important;
  }

  div#usa_map_inti {
    min-height: 400px !important;
  }

  div#main-content {
    min-height: 50vh !important;
  }

  div#map-section {
    min-height: 40vh !important;
  }

  #usa_map_intirelative {
    height: 400px !important;
  }

  section.get-an-appointment .row.g-3.mb-4 {
    display: flex;
    gap: 0;
  }

  .col-md-6 {
    flex: 50% !important;
    max-width: 50% !important;
  }

  .footer .row.text-center.text-md-start.mb-4.justify-content-between {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .footer .col-md-3 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 40%;
  }

  footer.footer.text-light .row.gap-3.pb-4 {
    display: flex;
    flex-wrap: wrap;
  }

  footer.footer.text-light .col-md-3.mb-4 {
    flex: 50%;
    max-width: 50%;
  }

  .col-md-2.mb-4 {
    flex: 46%;
    max-width: 46%;
  }

  .footer .box {
    max-width: 32% !important;
  }

  .how-it-works-img img {
    max-width: 100%;
  }

  .cases-we-fund-sec form {
    margin: 0 !important;
  }

  .cases-we-fund-sec form .text-center.mt-4.d-flex.justify-content-between.gap-4 {
    display: block !important;
  }

  footer.footer.text-light .col-md-4.mb-4 {
    max-width: 50%;
    flex: 50%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1140px) {
  .main-data-box p {
    font-size: 16px !important;
  }

  .main-data-box .fw-bold.fs-4 img {
    max-width: 200px;
  }

  .hero-sec .btn-block {
    max-width: 500px;
  }

  div#usa_map_intirelative {
    margin-bottom: 0 !important;
  }

  div#main-content {
    min-height: 100% !important;
  }
}

body div#usa_map_intirelative {
  margin-top: 37px;
  margin-bottom: 0 !important;
}

ul.dropdown-menu {
  padding: 10px;
}

ul.dropdown-menu a {
  padding: 10px;
  font-size: 15px;
}

.search-wrapper {
  position: relative;
}

.search-box {
  position: absolute;
  top: -20px;
  right: 40px;
  width: 250px;
  padding: 10px;
  border-radius: 4px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s ease, opacity .4s ease;
  pointer-events: none;
  z-index: 999;
}

.search-box.show {
  opacity: 1;
  transform: scaleX(1);
  pointer-events: auto;
}

.search-box.open {
  display: block;
  transform: translateX(0);
  opacity: 1
}

.search-box.position-absolute.p-2.shadow input.form-control {
  background: #fff;
}

label.fw-bold.text-16.black {
  font-weight: 700 !important;
}

.wpcf7-radio {
  display: flex;
  gap: .5rem;
  padding-top: .5rem
}

.wpcf7-list-item {
  display: flex;
  gap: .5rem;
  align-items: center;
  font-size: 14px;
  color: #000;
}

span.wpcf7-form-control.wpcf7-radio.d-flex.gap-2.pt-2 span.wpcf7-list-item-label {
  font-size: 15px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

cf7-fake-placeholder {
  position: absolute;
  top: 10px;
  left: 16px;
  color: #999;
  font-size: 14px;
  pointer-events: none;
  transition: .2s
}

input[type="time"]:focus+.cf7-fake-placeholder,
input[type="time"]:not(:placeholder-shown)+.cf7-fake-placeholder {
  opacity: 0;
}

section.get-an-appointment span.wpcf7-form-control-wrap {
  width: 100%;
}

.noBorderRadius {
  border-radius: 0 !important;
}

.px-left-80 {
  padding: 15px 80px !important;
}

ul#menu-footer-menu {
  gap: 0 !important;
}
body .glossary-terms button.nav-link.tab-button.active {
    background-color: #00D5EC !important;
    color: #fff !important;
}
ul#menu-footer-menu a.nav-link {
  padding: 0 !important;
  margin-bottom: 4px;
}

a.nav-link i.fa.fa-angle-right {
  padding-right: 5px;
}

span.wpcf7-form-control-wrap {
  width: 100%;
}

footer.footer.text-light h6 {
  color: #fff;
}

::marker {
  color: #efaf24 !important;
}
section.General-information-se h2 {
    margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  section.case-side-bar .col-md-4.sid_bar-max-width {
    max-width: 33.3333% !important;
  }

  .pr-4 {
    padding-right: 0 !important;
  }
  section.General-information-sec .pb-2 {
    padding-left: 10px;
}

section.how-it-works p {
    margin-bottom: 20px !important;
}
section.General-information-sec img {
    padding-right: 10px;
}
nav.navbar.navbar-expand-lg.navbar-light.py-3 {
    background: #27303C;
    max-width: 100%;
}
}

.apply-now-form .cus-btn.w-50.text-uppercase.text p a {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}

section.singleLogo-section {
  background: #0B192B;
}

.singleLogo_inner {
  margin: 0 auto;
  display: flex;
  max-width: 300px;
  justify-content: center;
  padding: 10px 0;
}

section.split-section .col-md-5 {
  padding: 0;
}

section.split-section {
  padding: 40px 0 !important;
}

section.split-section .col-md-7 {
  padding: 0 35px;
}

.split-section-box {
  margin-bottom: 30px;
}

.apply-now-form .form {
  background: #F9F9F9;
  padding: 30px;
}

.max-70 {
  max-width: 70%;
}

.searchHere-search-wrapper {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.searchHere-search-heading {
  margin-bottom: 20px;
}

.searchHere-search-bar {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  overflow: hidden
}

.searchHere-search-input {
  flex: 1;
  padding: 12px 20px;
  border: none;
  outline: none;
}

.searchHere-search-button {
  background: #e7a925;
  border: none;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.searchHere-search-button img {
  width: 20px;
  height: 20px;
}

.searchHere-card-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.searchHere-card-item {
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 4px 12px #0000001a;
  border-radius: 8px;
  min-width: 180px;
  text-align: center;
  flex: 1;
  transition: transform .3s ease;
}

.searchHere-card-item:hover {
  transform: scale(1.05)
}

.TrySearchIngHere-Sec {
  padding: 60px 0;
}

.searchHeree-flex {
  display: flex;
  justify-content: space-between
}

input#consentCheckbox {
  border: 2px solid #9f9d9d
}

.socialmediaflex .social-icons a {
  margin: 0 5px;
  background: #000;
  padding: 15px;
  width: 60px;
  border-radius: 8px;
}

.socialmediaflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px !important;
}

section.ConnectUsSocialMedia-sec .icon-circle.me-3 {
  border-radius: 52px;
  width: 60px;
  background: #00D5EC;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
}

.searchHere-search-bar {
  border: 1px solid #e7a925
}

.wpcf7-form-control-wrap {
  display: contents
}

section.case-side-bar .apply-now-form .cus-btn.w-50.text-uppercase.text {
  padding: 15px 30px;
  width: 100% !important;
}

section.case-side-bar .right-panel img {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

section.case-side-bar .apply-now-form .cus-btn.w-50.text-uppercase.text a {
  color: #fff !important;
  position: relative;
  z-index: 999;
}

section.case-side-bar .apply-now-form .cus-btn.w-50.text-uppercase.text a:hover {
  color: #fff !important;
}

section.cases-we-fund-sec .uacf7-buttons button {
  position: relative;
  overflow: hidden;
  padding: 15px 68px;
  border-radius: 100px;
  background: #EFAF24;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6b666600;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

section.cases-we-fund-sec p.uacf7-buttons {
  display: flex;
  justify-content: start;
  margin-top: -60px;
  gap: 25px;
}

section.cases-we-fund-sec .text-center.mt-4.d-flex.justify-content-between.flex-column.flex-md-row.gap-4 {
  margin-bottom: 20px;
}

section.cases-we-fund-sec .uacf7-multisetp-form {
  padding: 50px;
}

.cases-we-fund-sec form {
  padding: 0;
}

body .cases-we-fund-sec form.wpcf7-form.init {
  border-radius: 12px;
  border-top: 0 !important;
  border: 3px solid #1fc4d9;
  padding: 0;
}

body .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
  font-weight: 700;
  border-color: #00D5EC;
  background-color: #fff !important;
  border-radius: 12px 0 0 0;
  border: 3px solid #1fc4d9;
  margin-top: 0;
}

section.cases-we-fund-sec .progressbar-style-1.steps-form .steps-row {
  row-gap: 0 !important;
  column-gap: 0 !important;
  border-radius: 12px !important;
}

section.cases-we-fund-sec .progressbar-style-1.steps-form .steps-row .steps-step {
  border: 0;
  background: none;
}

section.cases-we-fund-sec .steps-form .steps-row .steps-step p {
  padding: 0;
  text-align: center;
  cursor: pointer;
  font-size: 20px !important;
  font-weight: 700;
  color: #000;
  line-height: 29px;
}

.steps-form .steps-row .steps-step .btn-circle {
  background: #fff0 !important;
  border: none;
  padding: 10px !important;
  border-bottom: 3px solid #1fc4d9;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
  height: 100px;
  border-radius: 10px;
}

.uacf7-step.uacf7-step-790.step-content p.uacf7-buttons button {
  margin-top: 0;
}

.uacf7-step.uacf7-step-790.step-content p.uacf7-buttons {
  margin: 0 !important;
}

.uacf7-step.uacf7-step-790.step-content.step-end textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  height: 100px;
  border-radius: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cus-btn {
  color: #fff;
}

section.latest-posts-sec.py-5 .post-img img {
  height: 360px;
  object-fit: cover;
}

nav.navbar.navbar-expand-lg.nav-bar.py-3 ul li a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

ul.sub-menu_old {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  list-style: none;
  z-index: 999;
  box-shadow: 0 2px 8px #0000001a;
  top: 63px;
}

li.menu-item-has-children.open>ul.sub-menu_old a {
  padding: 10px;
  font-weight: 700;
}

li.menu-item-has-children.open>ul.sub-menu_old {
  display: block;
}

nav.navbar.navbar-expand-lg.navbar-light.py-3 ul#menu-navbar a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

nav.navbar.navbar-expand-lg.navbar-light.py-3 ul#menu-navbar ul.sub-menu_old {
  top: 91px;
}

.newsletter_form .btn-block a.cus-btn input {
  border: none;
  background: no-repeat;
  font-size: 18px !important;
  color: #fff;
  font-weight: 500;
  font-family: 'Lato'
}

.newsletter_form .btn-block a.cus-btn {
  display: flex;
  justify-content: center;
}

.newsletter_form span.wpcf7-spinner {
  display: none;
}

.newsletter_form .uacf7-form-940 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.bg-overlay.d-flex.align-items-center.justify-content-center {
  color: #fff;
}

.single-states-sec input.form-control {
  background: #fff !important;
}

.newsletter_form label.form-label {
  width: 70% !important;
}

.featured-content-sec .pagination.mt-4 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 50%;
}

.featured-content-sec .pagination.mt-4 span.page-numbers.current {
  padding: 10px;
  width: 50px;
  height: 50px;
  background: #eee;
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.featured-content-sec a.page-numbers {
  padding: 10px;
  width: 50px;
  height: 50px;
  background: #eee;
  display: flex;
  justify-content: center;
  font-size: 18px;
}

.wpcf7-response-output {
  color: #FFF;
  background: #00000061
}

.apply-now-form-widget .form-check {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
}

.apply-now-form-widget span.wpcf7-form-control-wrap {
  display: flex;
}

.apply-now-form-widget span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-check-input.custom-checkbox {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0;
  background: none;
  border: #ffdead;
  gap: 20px;
}

.apply-now-form-widget span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.form-main-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: none;
  border: #ffdead;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 16px !important;
  position: relative;
  z-index: 99;
  padding: 0;
  line-height: 16px;
}

.form-main-btn.cus-btn.w-50.py-3.my-3.px-2 {
  position: relative;
}

.form-main-btn.cus-btn.w-50.py-3.my-3.px-2 span.wpcf7-spinner {
  position: absolute;
  bottom: -28px;
}

@media(max-width:767px) {
  section.ConnectUsSocialMedia-sec.py-5 {
    padding-top: 0 !important;
  }

  .cus-btn.noBorderRadius {
    display: flex;
    align-items: center;
    justify-content: center
  }

  section.BookAnAppointment-sec.py-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cus-btn.noBorderRadius span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .cus-btn.noBorderRadius input {
    right: 0 !important;
  }

  .onlyMobile {
    display: block
  }

  .row.align-items-center.split-section-box.value_1,
  .row.align-items-center.split-section-box.value_3 {
    flex-direction: column-reverse;
  }

  .sub-menu_old {
    display: none !important;
    margin-left: 15px;
  }

  .sub-menu_old.show {
    display: block !important;
  }

  .menu-item-has-children::after {
    content: "▶";
    position: absolute;
    right: -20px;
    transition: transform .2s
  }

  .menu-item-has-children.open::after {
    content: "▼"
  }

  .menu-item-has-children {
    position: relative;
    cursor: pointer
  }

  .stricky-header.stricked-menu.stricky-fixed ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    width: 100% !important;
  }

  .menu-item-has-children::after {
    content: "▶";
    position: absolute;
    right: 4%;
    transition: transform .2s;
    rotate: 91deg;
    top: 17px;
  }

  nav.navbar.navbar-expand-lg.navbar-light.py-3 ul#menu-navbar ul.sub-menu_old {
    position: relative !important;
    border-radius: 13px;
    padding: 10px 20px;
  }

  nav.navbar.navbar-expand-lg.navbar-light.py-3 ul#menu-navbar a {
    color: #fff !important;
  }

  .menu-item-has-children.open::after {
    content: "▼";
    rotate: none !important;
  }

  .onlyDesktop {
    display: none !important;
  }
}

@media(min-width:768px) {
  .onlyMobile {
    display: none;
  }

  section.latest-posts-sec.py-5 .btn-block {
    position: absolute;
    bottom: 25px !important;
  }

  .onlyDesktop {
    display: block
  }

  .stricky-header.stricked-menu.stricky-fixed .search-wrapper.position-relative {
    display: none;
  }
}

.stricky-header.stricked-menu.stricky-fixed ul#menu-navbar {
  width: 78%;
}

.testimonials .item p,
.testimonials .item h6 {
  font-style: italic
}

section#testimonials h2 {
  font-style: italic
}

section.case-side-bar.single-state-sidebar {
  padding: 40px 0 !important;
}

.single-state-sidebar .sidebar-content {
  padding: 0 20px;
}

.single-state-sidebar .right-site-content {
  padding: 0;
}

.single-state-sidebar ul.funding-list li {
  list-style: decimal-leading-zero;
  padding: 7px;
  border-bottom: 1px solid #579ac2;
  max-width: 500px;
}

.single-state-sidebar ul.funding-list li a {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
}

.single-state-sidebar ul.funding-list {
  display: flex;
  flex-direction: column
}

.state-sidebar-widget section.General-information-sec {
  padding: 0;
}

.case-sidebar-widget .General-information-sec {
  padding: 0;
}

section.case-side-bar .right-panel img {
  margin-top: 15px !important;
}

div#goto1 h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
}

.content-section.py-3 li::marker {
  color: #efaf24;
}

.content-section.py-3 li {
  color: #5E5E5E !important;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

table td {
  color: #5E5E5E;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.content-section.py-3 h3 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.text-16.py-2.mb-4 {
  margin-bottom: 0 !important;
}

.content-section.py-3 p {
  color: #5E5E5E !important;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

table {
  margin-top: 14px;
}

.hero-form .gfield_label.gform-field-label {
  font-weight: 800;
  font-family: "Lato", sans-serif;
}

.hero-form input {
  width: 100%;
  padding: 10px;
  margin: 6px 0;
  border: 1px solid #00BCD4 !important;
}

div#input_1_3 {
  padding-top: 15px !important;
}

body .gform-theme--foundation .gform_fields {
  row-gap: 22px !important;
}

.hero-form input#gform_submit_button_1 {
  position: relative;
  overflow: hidden;
  padding: 10px 84px !important;
  border-radius: 100px;
  background: #EFAF24;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
  border: 1px solid #6b666600;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px !important;
  border-color: #fff !important;
  height: 60px !important;
}
.hero-form div#input_1_3 input {
    height: auto !important;
}

.hero-form input#gform_submit_button_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: clamp(28px, 2.5vw, 120px);
  width: 0;
  height: 101%;
  opacity: 1;
  z-index: 0;
  transition: all .5s ease-in-out;
  background: #00d5ec;
  transition: all .5s ease-in-out;
}

.hero-form input#gform_submit_button_1 :hover {
  border: 1px solid #00d5ec !important;
}

.form-section input#gform_next_button_2_13 {
  position: relative;
  overflow: hidden;
  padding: 15px 68px !important;
  border-radius: 100px;
  background: #EFAF20;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6b666600;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  margin-bottom: 50px;
}

.form-section .ginput_container.ginput_container_text input {
  border-radius: 50px;
  padding: .75rem 1.5rem;
  box-shadow: 0 4px 12px 0 #00000042;
  border: none;
}

.form-section label.gfield_label.gform-field-label {
  font-size: 16px;
  color: #000;
  padding-bottom: 15px;
}

.form-section.cases-we-fund-sec .form-section h2 {
  text-align: center;
  padding-bottom: 15px !important;
  font-style: italic;
  color: #000;
}

.form-section.cases-we-fund-sec .form-section p {
  text-align: center;
  color: #000;
  font-size: 19px;
  padding-bottom: 50px;
}

.form-section.cases-we-fund-sec small.notice {
  font-size: 13px;
  color: #000;
  display: block;
  text-align: start;
  margin-top: 1rem;
  line-height: 20px;
}

.form-section .ginput_container input, .form-section .ginput_container select {
    border-radius: 50px!important;
    padding: .75rem 1.5rem;
    box-shadow: 0 4px 12px 0 #00000042!important;
    border: none!important;
    margin-bottom: 20px;
}

.cases-we-fund-sec .auto-accident form {
    padding: 40px;
}

.cases-we-fund-sec .form-section p {
  text-align: center !important;
  color: #000;
  font-size: 19px;
  padding-bottom: 0 !important;
}

.gf_step.gf_step_active {
  font-weight: 700;
  border-color: #00D5EC;
  background-color: #fff !important;
  border-radius: 12px 0 0 0;
  border: 3px solid #1fc4d9;
  margin-top: 0;
  padding: 15px 57px;
  margin-bottom: -4px;
}

div#gf_page_steps_2 {
  border-bottom: 3px solid#1fc4d9;
}

span.gf_step_label {
  text-align: center;
  cursor: pointer;
  font-size: 20px !important;
  font-weight: 700;
  color: #000 !important;
  line-height: 29px;
  text-align: center !important;
}

.gf_page_steps {
  text-align: center;
  cursor: pointer;
  font-size: 20px !important;
  font-weight: 700;
  color: #000 !important;
  line-height: 29px;
  text-align: center !important;
}

.form-section {
  border: 3px solid #1fc4d9;
  border-top: 0;
}

.gform_page_fields {
  padding: 30px !important;
}

.gform-page-footer.gform_page_footer.top_label .gform-theme-button {
  position: relative;
  overflow: hidden;
  padding: 15px 68px;
  border-radius: 100px;
  background: #EFAF24;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6b666600;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px !important;
}

.ginput_container.ginput_container_date input {
  width: 100% !important;
}

input#gform_previous_button_2_19 {
  position: relative;
  overflow: hidden;
  padding: 15px 68px;
  border-radius: 100px;
  background: #EFAF24;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6b666600;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px !important;
  margin-left: 20px;
}

input#gform_next_button_2_19 {
  position: relative;
  overflow: hidden;
  padding: 15px 68px;
  border-radius: 100px;
  background: #EFAF20;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6b666600;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  margin-bottom: 50px;
}

input#gform_previous_button_2 {
  position: relative;
  overflow: hidden;
  padding: 15px 68px;
  border-radius: 100px;
  background: #EFAF20;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6b666600;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  margin-bottom: 50px;
}

input#gform_submit_button_2 {
  position: relative;
  overflow: hidden;
  padding: 15px 68px;
  border-radius: 100px;
  background: #EFAF20;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6b666600;
  z-index: 2;
  transition: all .5s ease-in-out;
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  margin-bottom: 50px;
}

textarea#input_2_18 {
  border: none;
  height: 100px;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px 0 #00000042
}

textarea#input_2_20 {
  border: none;
  height: 100px;
  border-radius: 10px !important;
  box-shadow: 0 4px 12px 0 #00000042
}

.gform-theme--framework .gf_step_number {
  display: none !important;
}

small.notice {
  display: none !important;
}

.gform-theme--framework .gf_step {
  width: 31% !important;
  text-align: center;
  display: flex;
  justify-content: center;
}

section.get-an-appointment input {
  border-radius: 10px !important;
  line-height: 30px;
  font-size: 16px;
}

section input#gform_submit_button_3 {
  position: relative;
  overflow: hidden;
  padding: 15px 68px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  background-color: #EFAF24 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  padding: 16px !important;
}

body section.get-an-appointment input {
  line-height: 30px;
  font-size: 16px;
  background-color: #fff !important;
  padding: .375rem .75rem !important;
  height: 40px;
}

body select {
  border-radius: 10px !important;
}

input {
  display: block;
  width: 100%;
  padding: .375rem .75rem !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: #ffdead;
  height: 50px !important;
  
}

input::placeholder {
  font-size: 18px;
}

#gform_wrapper_4 div#preview_form_container input::placeholder {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#gform_wrapper_4 div#preview_form_container input {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 40px;
}

div#input_1_3 input {
  padding: 0 !important;
}

.gform-page-footer.gform_page_footer.top_label input {
  padding: 15px 60px !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  outline: none;
}

body input:focus {
  outline: none;
}

body .BookAnAppointment-sec.py-5 .gform-body.gform_body input,body .BookAnAppointment-sec.py-5 .gform-body.gform_body select {
  display: block;
  width: 100%;
  padding: 15px 20px !important;
  font-size: 18px;
  line-height: 30px !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 50px !important;
}
body .BookAnAppointment-sec.py-5 .gform-body.gform_body select{
  padding: 10px 20px !important;

}
body .BookAnAppointment-sec.py-5 .gform-body.gform_body input::placeholder,body .BookAnAppointment-sec.py-5 .gform-body.gform_body select::placeholder {
  font-size: 18px;
  line-height: 40px !important;
  color: #495057 !important;
}

body .BookAnAppointment-sec.py-5 .gform-body.gform_body textarea {
  display: block;
  width: 100%;
  padding: 15px 20px !important;
  font-size: 18px;
  line-height: 30px !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 50px !important;
}

body .BookAnAppointment-sec.py-5 .gform-body.gform_body textarea::placeholder {
  font-size: 18px;
  line-height: 40px !important;
  color: #495057 !important;
}

body .BookAnAppointment-sec.py-5 .gform-body.gform_body input#input_4_8_1 {
  padding: 0 !important;
  height: 22px !important;
  display: flex;
}

body .BookAnAppointment-sec.py-5 input#gform_submit_button_4 {
  overflow: hidden;
  padding: 15px 68px !important;
  border-radius: 100px;
  background: #EFAF24;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
  border: 1px solid #6b666600;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px !important;
}

body .BookAnAppointment-sec.py-5 label.gfield_label.gform-field-label {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 10px;
}

.apply-now-form input {
  border-radius: .5rem !important;
}

.apply-now-form label {
  font-size: 16px !important;
  color: #0f0f0f;
}

body .gform_button.button {
  overflow: hidden;
  padding: 15px 68px !important;
  border-radius: 100px;
  background-color: #EFAF24 !important;
  font-family: "Lato", sans-serif;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all .5s ease-in-out;
  border: 1px solid #6b666600;
  font-size: 16px !important;
  font-weight: 600;
  border-radius: 40px !important;
  position: relative;
}

body .gform_button.button::before {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  border-radius: 100px;
  width: 0;
  height: 101%;
  opacity: 1;
  z-index: 0;
  transition: all .5s ease-in-out;
  background: #00d5ec !important;
}

body .gform_button.button:hover {
  border: 1px solid #00d5ec !important;
}

legend.gfield_label.gform-field-label {
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 600;
}

body .gform_button.button:hover::before {
  width: 100% !important;
}

.gfield_radio input {
  padding: 0 !important;
}

.gfield_checkbox input {
  padding: 0 !important;
}

.right-site-content ul.list-unstyled li a {
  color: #212529;
  font-family: "Lato", sans-serif;
  line-height: 30px;
}

.right-site-content ul.list-unstyled {
  list-style: none !important;
  counter-reset: numbered-list;
  margin: 0;
  padding: 0;
}

.right-site-content ul.list-unstyled li {
  counter-increment: numbered-list;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.right-site-content ul.list-unstyled li::before {
  content: counter(numbered-list) ".";
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 500;
  color: #212529;
}

div#gform_wrapper_6 .gform-body.gform_body input {
  border-radius: .5rem !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

div#gform_wrapper_6 .gform-body.gform_body input::placeholder {
  font-size: 16px;
  font-weight: 600;
}

div#gform_wrapper_6 .gform-body.gform_body select#input_6_4 {
 border-radius: .5rem !important;
    font-size: 16px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    height: 50px;
    line-height: 50px;
}

div#gform_wrapper_6 .gform-body.gform_body select#input_6_4::placeholder {
  font-size: 16px;
  font-weight: 600;
}

.content-box h2.gform_submission_error.hide_summary {
  color: #FFF !important;
}

.content-box div#gform_6_validation_container {
  border-color: #fff;
}

.content-box .gform-theme--framework .gform_validation_errors .gform-icon::before {
  color: #fff;
  border-bottom: #fff;
}

.content-box div#gform_6_validation_container {
  color: #fff;
}

.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #fff !important;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
  display: grid;
  grid-template-columns: 90% 10%;
  gap: 0;
}

.blogtable {
  width: 100%;
  border-collapse: collapse;
  font-family: "Lato", sans-serif;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000000d;
  margin: 30px 0;
}

.blogtable th {
  background: #f5f5f5;
  color: #333;
  text-align: left;
  padding: 12px 15px;
  font-weight: 600;
  border-bottom: 2px solid #e5e5e5;
  font-size: 16px;
}

.blogtable td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  color: #444;
}

.blogtable tr:nth-child(even) td {
  background: #fafafa
}

.blogtable tr:hover td {
  background: #f0f4ff;
}

@media (max-width: 768px) {

  .blogtable,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }

  .blogtable thead {
    display: none;
  }

  .blogtable tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px #0000000d
  }

  .blogtable td {
    padding: 10px;
    text-align: start;
    position: relative;
  }

  .blogtable td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: 700;
    text-align: left;
    color: #333
  }

  section.General-information-sec .col-md-6 {
    padding: 0;
  }

  .col-md-6 {
    padding: 0;
  }

  .col-md-5 {
    padding: 0;
  }

  div#gf_page_steps_2 {
    flex-wrap: wrap !important;
  }

  body .gform-theme--framework .gf_step {
    width: 48% !important;
  }

  .feature {
    padding-top: 0;
  }

  section.split-section {
    padding-bottom: 0 !important;
  }

  .py-5.newsletter_bg {
    padding: 20px  !important;
  }

  body section.newsletter-sec form#gform_7 {
    flex-wrap: wrap;
    justify-content: start !important;
  }

  body section.newsletter-sec .gform-body.gform_body {
    width: 100% !important;
  }
}

.single-state-sidebar .sidebar-content section.latest-posts-sec.py-5 .post-img img {
  height: auto;
}

body section.newsletter-sec form#gform_7 {
  width: 100%;
  display: flex !important;
  align-items: start;
  justify-content: end;
  gap: 15px;
}

body section.newsletter-sec div#gform_wrapper_7 {
  width: 100%;
}

body section.newsletter-sec .gform-footer.gform_footer.top_label {
  margin-top: 0;
  width: 30%;
}

body section.newsletter-sec input::placeholder {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  height: 50px;
}

body section.newsletter-sec input {
  height: 50px;
}

body section.newsletter-sec .gform-body.gform_body {
  width: 70%;
}

body section.newsletter-sec input {
  height: 50px !important;
  border-radius: 12px !important;
  padding-left: 25px;
}

body section.newsletter-sec input#gform_submit_button_7 {
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  border-radius: 12px !important;
  padding: 15px 40px !important;
}

.gform_validation_errors {
  border-color: #fff !important;
}

body section.newsletter-sec h2 {
  color: #fff !important;
}

body section.newsletter-sec .gform-theme--framework .gform_validation_errors .gform-icon {
  color: #fff;
}

body section.newsletter-sec .gform-theme--framework .gform_validation_errors .gform-icon::before {
  color: #fff !important;
}

.cases-we-fund-sec .cases-sec-box:hover {
  cursor: pointer !important;
  border-color: #efaf24;
}

.cases-we-fund-sec .cases-sec-box:hover h4 {
  color: #00BCD4;
}
div#gf_page_steps_2 >div {
    border-left: 1px solid #ddd;
    padding: 22px 20px;
}
div#gf_page_steps_2 {
    gap: 0px !important;
}
body .cases-we-fund-sec .cases-sec-box p {
  text-align: center !important;
  padding-top: 10px !important;
}

.cases-we-fund-sec .cases-sec-box:hover {
  cursor: pointer;
}

section.usa-map-sec div#main-content {
  min-height: 100% !important;
}

body nav.footer-2nd-menu ul li {
  list-style: none !important;
  margin-bottom: 0;
}

body nav.footer-2nd-menu ul li a {
  color: #fff !important;
  font-weight: 500;
  margin-bottom: 5px;
}

.testimonial-section {
  padding: 20px;
}

.custom-quote {
  background-color: #e0f4ff;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  font-style: italic;
  color: #333;
  margin: 0;
  border-radius: 6px;
}

.author-name {
  margin-top: 10px;
  text-align: right;
  font-weight: 700;
  color: #222
}

section.case-side-bar.single-state-sidebar .col-md-12 h2.black.text-center.pb-4.mb-2 {
  font-size: 28px;
  text-align: left !important;
  padding: 0 !important;
}

section.single-states-sec h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color:#fff;
}

.footer .box .d-flex.justify-content-center.align-items-start.gap-3 .text-center p.white.text-18 {
  font-size: 16px !important;
}

footer.footer.text-light .row>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .box {
    width: 100%;
    display: flex;
        max-height: 85px;
}
.footer .box {
  margin-bottom: 0 !important;
}

footer.footer.text-light .row>div {
  margin-bottom: 0 !important;
}

ul#menu-footer-menu {
  margin-bottom: 32px !important;
}

ul#menu-footer-3nd-menu {
  margin-bottom: 40px;
}

section.testimonialsec .owl-nav {
  display: none;
}

section.testimonialsec .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-post-cases.postid-1861 section.case-sec {
    background-image: url(https://injurylawsuitloans.com/wp-content/uploads/2025/08/car-accident-loans.webp) !important;
}
body section.case-sec {
    background-image: url(https://injurylawsuitloans.com/wp-content/uploads/2025/06/case-bg.png) !important;
    padding: 80px 0px !important;
}
section.case-side-bar {
    padding: 80px 0px;
}
.sidebar-content h2 {
    padding-bottom: 20px;
}

.sidebar-content a {
    color: #000;
}


.left-panel ul li a.d-flex.align-items-center.gap-2 {
    padding: 12px;
    border-bottom: 1px solid #579ac2;
}
i.fa.fa-angle-down {
    display: none;
}
li.list-url.active i.fa.fa-angle-down {
    display: block;
    color: #00BCD4;
}
li.list-url.active i.fa.fa-angle-right {
    display: none;
}

li.list-url.active span.state-link {
    color: #00BCD4;
}
section.get-started-sec {
    padding: 80px 0px;
}

section.get-started-sec .btn-block {
    text-align: end;
}
.sidebar-content ul li span {
    font-size: 18px;
    font-weight: 600;
}
.sidebar-content ul li a i:before {
    font-size: 20px;
}

section.case-side-bar section.case-side-bar.single-state-sidebar {
    padding: 0px !important;
}
.page.page-id-527 .apply-now-form.mb-3 {
    margin-top: 0px;
}
section.split-section span.text-skey-blue {
    text-align: center;
    font-size: 20px;
    display: block;
}
footer.footer.text-light ul li a {
    color: #fff !important;
    line-height: 25px;
    padding: 13px 20px;
}
footer.footer.text-light ul {
    list-style: none;
}
.footer .box strong {
    color: #fff;
}

.btn-block.mb-48.wow.fadeInUp.animated.animated {
    padding-top: 30px;
}
.hero-sec .user-review-block img{
    width: 24px !important;
    font-size: 29px !important;
}
.hero-sec .user-review-block svg {
    width: 30px !important;
    height: 20px !important;
}

button.nav-link {
    color: #aaa !important;
    background: #f8f8f8 !important;
    border: 1px solid #ddd !important;
}
ul#glossaryTab {
    gap: 6px;
}
body .gfield_checkbox input {
    height: 20px !important;
}
section.get-started-sec {
    background-image: url('https://injurylawsuitloans.com/wp-content/uploads/2025/06/section-get.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body .gform_confirmation_message_5.gform_confirmation_message {
    color: #000 !important;
}
section.case-side-bar {
    padding: 50px 0px;
}
.single-states-sec .content-box {
    background-color: #19939c6b;
    padding: 30px;
    color: white;
}
section.single-states-sec {
    background-image: url(https://injurylawsuitloans.com/wp-content/uploads/2025/11/states.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
body .forem-header {
    padding: 20px;
    background: #00bcd4 !important;
    border-radius: 20px 20px 0px 0px;
}
body .apply-now-form.mb-3 {
    margin-top: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 9px 0px #ddd;
}
body .forem-header h5.mb-3 {
    color: #fff;
    font-weight: 700;
}
body .forem-header p {
    color: #fff;
}
.glossary-terms .glossary-box a{
  margin-top: 15px;
}


/* ---------------------case css start--------------------- -*/
section.case-sec {
    padding: 90px 0;
    background-image: url(https://injurylawsuitloans.com/wp-content/uploads/2025/06/case-bg.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.state-link {
    cursor: pointer;
    color: #000;
}
.state-link:hover {
    text-decoration: underline;
}
.right-panel {
    padding: 10px;
}
.sidebar {
    border-radius: 8px;
    margin-bottom: 20px;
}
.form-control {
    margin-bottom: 10px;
}
.btn-submit {
    background-color: #ffa726;
    color: #fff;
    width: 100%;
}
.toc a {
    display: block;
    margin-bottom: 5px;
}
.content img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
.apply-now-form form {
    background: #F9F9F9;
    padding: 0;
}
.forem-header {
    padding: 26px;
    background: #00D5EC;
    color: #fff;
    border-radius: 12px 12px 0 0;
}
.forem-header h5.mb-3 {
    font-size: 25px;
}
.forem-header p {
    font-size: 18px;
    color: #fff;
}
.sidebar-content ul.list-unstyled.mb-0 li {
    line-height: 30px;
    background: #ddd0;
    padding: 9px 40px;
    font-size: 18px;
    line-height: 28px;
}
.sidebar-content ul.list-unstyled li:nth-child(odd) {
    background-color: #EDEBEB
}
.sidebar-content ul.list-unstyled li:nth-child(even) {
    background-color: #F9F9F9;
}
.sidebar-content {
    padding: 57px 24px;
    top: 10px;
}
/* .col-md-4.sid_bar-max-width {
    border-right: 1px solid #ddd
} */
.right-site-content {
    padding: 34px 0;
}
.text-40 {
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
}
.fw-500 {
    font-weight: 500;
}
.left-panel li {
    font-size: 21px;
    line-height: 36px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.left-panel li i.fa.fa-angle-right {
    color: #00D5EC;
    padding-top: 3px;
}
.sidebar-content {
    overflow: auto;
    top: 5%;
    scroll-behavior: smooth;
    scroll-initial-target: none;
}
.sidebar-content::-webkit-scrollbar {
    display: none;
}
li.list-url.active span {
    color: #efaf24 !important;
}
section.get-started-sec {
    border-bottom: 10px solid #EFAF24;
    background-image: url(../img/section-get.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 98px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
section.get-started-sec .btn-block {
    display: flex;
    justify-content: end;
    gap: 40px;
}
section.case-side-bar .sidebar-content .custom-checkbox {
    accent-color: green
}
span.text-yellow {
    color: #efaf24;
}
.sidebar-content .custom-checkbox:checked {
    background-color: green;
    border-color: green
}
section.case-side-bar .form-check-input:focus {
    border-color: #fff0;
    outline: 0;
    box-shadow: 0 0 0 !important;
}
a {
    color: #EFAF24;
}
section.case-side-bar .left-panel li:hover span {
    color: #00BCD4;
}
section.case-side-bar .form-control:focus {
    box-shadow: 0 0 0 !important;
    border: 1px solid #00BCD4 !important;
}
section.case-side-bar .left-panel li i.fa.fa-angle-down {
    display: none;
}
section.case-side-bar li.list-url.active i.fa.fa-angle-right {
    display: none;
}
section.case-side-bar li.list-url.active i.fa.fa-angle-down {
    display: block;
    color: #00BCD4;
}
.d-flex.justify-content-center.align-items-start.gap-3,
span,
p {
    text-align: start;
}
h2.text-40.white {
    padding-bottom: 0;
}
.left-panel h2 {
    padding-bottom: 15px;
}
@media (max-width: 668px) {
    .sidebar-content {
        height: 100%;
        min-height: 100%;
        overflow: auto;
        position: relative;
        top: 0;
        padding: 57px 0;
        padding-bottom: 0;
        border: #ffdead
    }
        .left-panel li {
        font-size: 19px;
        line-height: 26px;
    }
        .text-40 {
        font-size: 30px;
        line-height: 44px;
        padding-bottom: 10px;
    }
        .sidebar p {
        font-size: 16px;
        font-size: 16px;
    }
        div#state-content h2 {
        font-weight: 500;
        line-height: 38px;
    }
        .right-site-content {
        padding: 0;
    }
        section.get-started-sec .btn-block a {
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 15px 68px !important;
        width: max-content;
        width: 100%;
        max-width: 220px;
        margin: 0 auto
    }
        section.get-started-sec .btn-block {
        display: block
    }
        section.get-started-sec .btn-block a.cus-btn {
        margin-bottom: 30px;
    }
        section.get-started-sec h2.text-40.white {
        text-align: center;
        padding-bottom: 30px;
    }
        section.get-started-sec {
        padding: 50px 10px;
    }
        .right-panel {
        padding: 0;
    }
        .left-panel li {
        padding: 10px 0;
    }
        .sidebar-content ul.list-unstyled.mb-0 li {
        padding: 9px 20px;
    }
        .d-flex.justify-content-center.align-items-start.gap-3,
    span,
    p {
        text-align: start
    }
        section.case-sec {
        padding-top: 140px;
    }
  body  .glossary-terms .tab-pane {
    display: block !important;
    grid-template-columns: 100% !important;
}
section.single-states-sec .row.align-items-center {
    gap: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 998px) {
    section.case-sec {
        padding-top: 150px;
    }
        .sidebar-content {
        padding: 50px 0 50px 10px;
    }
        .apply-now-form form {
        padding: 15px;
    }
        .forem-header {
        padding: 15px;
    }
        h2.text-40 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }
        .left-panel li {
        line-height: 20px;
        padding: 10px 0;
    }
        .right-panel {
        padding: 0;
    }
        .right-panel h2 {
        font-weight: 500;
        line-height: 40px;
    }
        section.get-started-sec .btn-block {
        gap: 10px;
    }
        section.get-started-sec .btn-block a {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px !important;
        line-height: 20px;
    }
        section.get-started-sec {
        padding: 50px 0;
    }
        .accordion-box .block .acc-btn {
        padding: 10px;
    }
        section.faqs-sec .pb-5 {
        padding-bottom: 20px !important
    }
        .d-flex.justify-content-center.align-items-start.gap-3,
    span,
    p {
        text-align: start;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1140px) {
    .sidebar-content {
        padding: 50px 20px 50px 0;
        top: 0 !important;
    }
        .text-40 {
        padding-bottom: 20px;
    }
        .left-panel li {
        padding: 5px 0;
    }
        .left-panel ul.list-unstyled {
        padding-top: 10px;
    }
        .right-panel {
        padding: 0;
    }
        .right-panel h2 {
        font-weight: 500;
        font-size: 30px;
        line-height: 46px;
    }
        .right-panel h6.py-2 {
        font-size: 22px;
        line-height: 34px;
    }
        .accordion-box .block .acc-btn {
        padding: 15px;
    }
        section.faqs-sec .pb-5 {
        padding-bottom: 20px !important;
    }
        section.get-started-sec {
        padding: 50px 0;
    }
}
.featured-content-sec .featured-img {
    width: 100%;
    border-radius: 15px;
}
.featured-content-sec .section-title {
    font-size: 2rem;
    font-weight: 600;
}
.featured-content-sec .tab-btn {
    border: none;
    background-color: #f0f0f0;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 10px;
}
.featured-content-sec .tab-btn.active {
    background-color: #fcb900;
    color: #fff;
}
.featured-content-sec .read-more-btn {
    background-color: #fcb90000;
    color: #000;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 20px;
}
.featured-content-sec .blog-content {
    display: none;
}
.featured-content-sec .blog-content.active {
    display: block;
}
.featured-content-sec .blog-meta {
    font-size: .85rem;
    color: #888;
}
.featured-content-sec .highlight {
    color: #00D5EC;
}
.author {
    color: #EFAF24;
}
.text-13 {
    font-size: 13px;
    color: #000;
    line-height: 22px;
}
section.featured-content-sec.py-5 .container-fluid {
    max-width: 1430px;
}
section.featured-content-sec p.mb-1 span {
    font-size: 14px;
}
section.featured-content-sec p.text-uppercase.text-primary.mb-1.text-14 {
    color: #00BCD4 !important;
    font-size: 13px;
}
.featured-content-sec .blog-content.active p {
    margin-bottom: 8px !important;
}
.featured-content-sec .blog-content.active a.cus-btn.px-5.py-2 {
    font-size: 13px;
    line-height: 21px;
    padding: 6px 20px !important;
    width: max-content !important;
}
.featured-content-sec button.read-more-btn.active {
    background: #FFC107;
    color: #fff;
}
.featured-content-sec .blog-content img.me-3 {
    border-radius: 20px;
}
.d-flex.w-50.gap-3.justify-content-between {
    border: 1px solid #EFAF24;
    border-radius: 100px;
    max-width: 300px;
}
section.featured-content-sec.py-5 p.text-uppercase.text-primary.mb-1.text-18 {
    color: #00BCD4 !important;
}
.text-14 {
    font-size: 14px !important;
}
.py-5.newsletter_bg {
    background-image: url(https://injurylawsuitloans.com/wp-content/uploads/2025/07/Newsletter.png) !important;
    max-width: 1378px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 82px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsletter_form label.form-label {
    width: 70% !important;
    background: #fff;
    margin: 0;
    border-radius: 12px;
    border: 1px solid #EFAF24;
}
input.form-label.mb-0.border-0 {
    padding: 14px 20px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 12px;
}
.newsletter_form .btn-block {
    width: 25%;
}
.newsletter_form .d-flex.justify-content-end {
    gap: 20px;
    align-items: center;
}
.newsletter_form .btn-block a.cus-btn {
    border-radius: 12px;
    padding: 14px 20px !important;
    line-height: 22px;
    width: 140px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.newsletter_form .btn-block a.cus-btn::before {
    border-radius: 12px !important;
}
section.newsletter-sec {
    padding: 80px 0;
}
section.latest-posts-sec.py-5 .latest-posts {
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}
.text-19 {
    font-size: 19px;
    line-height: 27px;
    padding: 10px 0;
}
section.latest-posts-sec.py-5 {
    padding-bottom: 90px !important;
}
p.text-uppercase.text-primary.mb-1.text-14 {
    color: #00BCD4 !important;
}
section.latest-posts-sec.py-5 a.cus-btn.px-5.py-2 {
    text-transform: uppercase;
}
.blog-meta img {
    max-width: 14px;
}
.blog-meta p {
    display: flex;
    align-items: center;
    gap: 9px;
}
@media screen and (max-width:768px) {
    section.featured-content-sec.py-5 {
        width: 100% !important;
        width: 100% !important;
        padding: 50px 10px;
    }
        div#featured-content-ajax .btn-block {
        margin-bottom: 30px;
    }
        section.featured-content-sec.py-5 .d-flex.align-items-center.justify-content-between.gap-4 {
        display: block !important;
    }
        h2.section-title.mb-4.black.text-start.w-50 {
        width: 100% !important;
    }
        .w-50.mb-4 {
        width: 100% !important;
    }
        .d-flex.w-50.gap-3.justify-content-between {
        max-width: 100% !important;
        width: 100% !important
    }
        section.featured-content-sec.py-5 .d-flex.justify-content-between {
        display: block !important;
        margin-bottom: 30px;
    }
        section.featured-content-sec.py-5 .d-flex.mb-4.pb-1.gap-2.align-items-start {
        display: block !important;
    }
        .featured-content-sec .blog-content img.me-3 {
        width: 100% !important;
        margin: 0;
        margin-bottom: 20px;
    }
        section.latest-posts-sec.py-5 .post-content {
        margin-bottom: 30px;
    }
        .py-5.newsletter_bg {
        max-width: 100%;
        padding: 20px !important;
        border-radius: 12px;
    }
        section.newsletter-sec.pt-0 {
        padding: 20px;
    }
        section.faq-blog-posts.py-5 .faq-blog-posts-content.text-center a.cus-btn {
        padding: 20px !important;
    }
        .newsletter_form .d-flex.justify-content-end {
        display: block !important;
    }
        .newsletter_form label.form-label {
        width: 100% !important;
        display: block;
        margin: 20px 0;
    }
        section.latest-posts-sec.py-5 h2.black.text-center.fw-bold.pb-5.mb-3 {
        margin-bottom: 20px !important;
        text-align: start !important;
        padding: 0 20px !important;
    }
        section.latest-posts-sec.py-5 {
        padding: 50px 0;
    }
        section.get-started-sec .btn-block {
        margin-top: 30px;
    }
        section.get-started-sec p.form-contact.fs-5.white {
        text-align: center;
        margin: 0;
    }
        .glossary-terms h1.white.text-center.pb-4.mb-2 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
        .glossary-terms .tab-pane {
        padding: 0 !important;
    }
        .glossary-terms .glossary-box {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
        .glossary-terms .glossary-box h4.fw-medium.pb-2 {
        font-size: 22px !important;
    }
        section.faq-blog-posts.py-5 .faq-blog-posts-content.text-center {
        margin-bottom: 30px;
    }
    .how-it-works_inner_content {
    width: 100% !important;
    max-width: 100%;
    padding: 10px;
}
.search-wrapper {
    padding-bottom: 20px !important;
}
.top-bar {
    position: relative;
}
footer.footer.text-light ul {
    padding-left: 0px;
}
}
@media screen and (min-width: 768px) and (max-width: 1398px) {
    section.featured-content-sec.py-5 .d-flex.justify-content-between {
        display: block !important;
    }
        section.featured-content-sec.py-5 .d-flex.align-items-center.justify-content-between.gap-4 {
        display: flex !important;
    }
}
.left-panel ul li {
    background: none !important;
}
section.case-side-bar .d-flex.mb-4.pb-1.gap-3.align-items-start img {
    width: 140px;
    border-radius: 13px;
}
.glossary-terms .tab-button {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    margin: 4px;
    background-color: #d9edf1;
    color: #000;
    font-weight: 700;
}
.glossary-terms .tab-button.active {
    background-color: #00D5EC !important;
    color: #fff !important;
}
.glossary-terms .tab-pane {
    padding-top: 30px;
    row-gap: 30px;
    align-items: stretch !important;
    height: 100%;
}
.glossary-terms .tab-pane {
    display: grid !important;
    grid-template-columns: 32% 32% 32%;
    gap: 20px;
}
.glossary-terms .glossary-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.glossary-terms .glossary-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
}
.glossary-terms button.nav-link.tab-button {
    background: #CFEAED !important;
    color: #000 !important;
    width: 40px;
    height: 40px;
}
section.get-an-appointment .container-fluid {
    max-width: 1240px;
    margin: 0 auto;
}
header.top-bar a.nav-link {
    text-transform: uppercase;
}
section.faq-blog-posts.py-5 p.text-center.black.py-3 {
    font-size: 22px;
    max-width: 300px;
    margin: 0 auto;
}
section.faq-blog-posts.py-5 a.cus-btn.py-3.px-5.mb-3 span {
    line-height: 22px !important;
}
.hidden-submit {
    display: none;
}
body section.case-sec {
    padding: 80px 0px !important;
}
body div#gform_confirmation_message_5 {
    color: #000 !important;
}
section.ConnectUsSocialMedia-sec.py-5 .col-md-3 a {
    color: #000 !important;
}
blockquote {
    padding: 15px !important;
    background-color: #eeeeeec7;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    margin-bottom: 30px;
    border-radius: 12px;
    border-left: 6px solid #00d5ec;
}
blockquote p {
    text-align: start;
   font-family: "Lato", sans-serif;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 16px !important;
    padding: 20px;
}
 blockquote:before {
    top: 20px !important;
    background-image: url(https://injurylawsuitloans.com/wp-content/themes/LegalFunding/img/quote.png)!important;
        transform: rotate(180deg);
         content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 20px;
}
 blockquote:after {
    bottom: 20px !important;
      background-image: url(https://injurylawsuitloans.com/wp-content/themes/LegalFunding/img/quote.png) !important;
       content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 20px;
}
.glossary-terms button.nav-link.tab-button.disabled {
    background: #ffffff !important;
}
blockquote {
    position: relative;
}
blockquote {
    margin-bottom: 20px !important;
}

body.wp-singular.post-cases-template-default.single.single-post-cases .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #000000 !important;
}
body section.newsletter-sec div#gform_fields_7 {
 display: flex !important;
    justify-content: start;
}
   
body section.newsletter-sec div#gform_fields_7 {
    display: flex !important;
    justify-content: start;
}
.hero-form select {
    font-size: 18px;
    width: 100%;
    border: 1px solid #00BCD4 !important;
    padding: 5px 10px;
    border-radius: 56px !important;
    margin: 0;
    min-height: 48px;
}