@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

* ::-moz-selection, * ::-moz-selection {
  background: #a8a8a88c;
  color: #fff;
}

* ::selection, * ::-moz-selection {
  background: #a8a8a88c;
  color: #fff;
}

body, p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  color: var(--primary-color);
  line-height: 1.25937rem;
}

@media (max-width: 575px) {
  p {
    font-size: 0.875rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Rubik', serif;
  color: var(--primary-color);
  line-height: 1.2;
}

h1, .h1 {
  font-size: clamp(1.875rem, calc(1.875rem + (45 - 30) * (100vw - 375px) / (1440 - 375)), 2.8125rem);
  font-weight: bold;
  margin-bottom: 0.875rem;
}

h2, .h2 {
  font-size: clamp(1.875rem, calc(1.875rem + (40 - 30) * (100vw - 375px) / (1440 - 375)), 2.5rem);
  margin-bottom: 0.875rem;
  text-transform: capitalize;
}

h3, .h3 {
  font-size: clamp(1.5625rem, calc(1.5625rem + (39.5 - 25) * (100vw - 375px) / (1440 - 375)), 2.46875rem);
  letter-spacing: normal;
}

h4, .h4 {
  font-size: 1.52875rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.0625rem;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes pulse2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.815rem;
  font-weight: 500;
  font-style: italic;
}

.beacon, .available .dot {
  position: relative;
  height: 8px;
  width: 8px;
  padding: 3px;
  border-radius: 50%;
  background: #36db62;
  margin-right: 8px;
}

.beacon::after, .beacon::before, .available .dot::after, .available .dot::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #36db62;
  display: block;
}

.beacon::before, .available .dot::before {
  -webkit-animation: pulse2 2s ease 0s infinite;
          animation: pulse2 2s ease 0s infinite;
}

.beacon::after, .available .dot::after {
  -webkit-animation: pulse 2s ease 0s infinite;
          animation: pulse 2s ease 0s infinite;
}

.secure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  font-size: 0.815rem;
  font-weight: 500;
  font-style: italic;
}

.secure::before {
  content: url("../img/shield.svg");
  display: inline-block;
  margin-right: 0.375rem;
  bottom: -2px;
  position: relative;
}

.bg-white {
  background: #fff;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin: 0 auto;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.875rem;
}

.mb-3 {
  margin-bottom: 1.3125rem;
}

@media (max-width: 575px) {
  .mb-3 {
    margin-bottom: 0.625rem;
  }
}

.mb-4 {
  margin-bottom: 1.75rem;
}

.mb-5 {
  margin-bottom: 2.1875rem;
}

.w100 {
  width: 100%;
}

.fs-s {
  font-size: 0.625rem;
}

.fs-m {
  font-size: 0.75rem;
}

.flickity-button svg {
  opacity: 0;
}

.flickity-button.previous:before {
  content: url("/wp-content/uploads/2025/01/right-arrow.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  line-height: 0;
}

.flickity-button.next:before {
  content: url("/wp-content/uploads/2025/01/right-arrow.svg");
  display: inline-block;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  line-height: 1.2;
}

.entry-content h2 {
  font-size: clamp(1.875rem, calc(1.875rem +(40 - 30)*(100vw - 375px) /(1440 - 375)), 2.5rem);
  font-style: italic;
  border-bottom: 4px solid #688F4E;
  padding-bottom: 1.25rem;
  margin-bottom: 2.1875rem;
}

.entry-content h3 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: normal;
}

.btn_free_eval {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.btn_free_eval .secure {
  margin-top: 0.125rem;
}

.btn_free_eval.m .btn {
  font-size: 1.00313rem;
}

.btn_free_eval.m .secure {
  font-size: 0.99562rem;
}

.btn_free_eval.l .btn {
  font-size: 1.17125rem;
}

.btn_free_eval.l .secure {
  font-size: 1.16187rem;
}

.btn_free_eval.l .secure:before {
  content: url("../img/shield-l.svg");
}

.btn-call {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.btn-call.l .btn {
  font-size: 1.17125rem;
}

.btn-call.l .available {
  font-size: 1.16187rem;
}

.exp_holder {
  padding: 20px;
  max-width: 200px;
  margin-top: -42%;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  border: 0.15431rem solid var(--White, #FFF);
  left: 0;
  position: absolute;
}

.exp_holder p {
  color: #fff;
}

.exp_holder .exp_icon img {
  max-width: 136px;
  margin-bottom: -7px;
}

.exp_holder .exp_years {
  color: var(--White, #FFF);
  font-size: clamp(3.625rem, calc(3.625rem + (69.493 - 58) * (100vw - 375px) / (1440 - 375)), 4.34331rem);
  font-weight: 700;
  letter-spacing: -2.085px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}

.exp_holder h4 {
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 0.891rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 22.81px */
  letter-spacing: -0.02675rem;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}

.exp_holder p {
  font-size: 0.66312rem;
  margin-bottom: 0.3125rem;
  line-height: 1.6;
}

.top_text_header {
  font-size: 1.05675rem;
  font-family: "Open Sans", serif;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.top_text_header:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  background-color: var(--primary-color);
  margin-left: 20px;
}

#desktop_header .container {
  padding-top: 0.9375rem;
  padding-bottom: 0.3125rem;
  max-width: 1280px;
}

#desktop_header .sub-menu > li:has(.sub-menu) > a::after {
  content: ' »';
}

.header_buttons {
  gap: 20px;
}

.header_buttons .btn_group {
  font-size: 0.75rem;
  gap: 5px;
}

.nav_holder {
  background: var(--primary-color);
  font-size: 0.875rem;
}

.subtitle {
  font-size: 0.98562rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.125rem;
  margin-bottom: 0.3125rem;
}

.cta_hero.standard_hero {
  color: var(--primary-color);
}

.cta_hero.standard_hero .container > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (min-width: 992px) {
  .cta_hero.standard_hero .container > .row .col-lg-6 {
    max-width: 62%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
  }
}

.cta_hero.standard_hero .container > .row .subtitle {
  font-size: 1.16562rem;
}

.cta_hero.standard_hero .container > .row .h1 {
  font-size: clamp(1.90512rem, calc(1.90512rem + (37.28 - 30.482) * (100vw - 375px) / (1440 - 375)), 2.33rem);
  color: var(--primary-color);
  font-style: italic;
}

.cta_hero.standard_hero .container > .row .subcopy {
  margin-bottom: 1.25rem;
  font-size: 0.92063rem;
}

.cta_hero.standard_hero .container > .row .btn_free_eval {
  margin: 0 auto;
}

.content-area:has(.staff_wrap) {
  padding: 0;
}

.content-area:has(.about_youcantrust) {
  padding: 0;
}

.content-area:has(.about_youcantrust) .practice_area_wrap {
  background-image: none !important;
}

.content-area:has(.about_youcantrust) .get_in_touch_section {
  background: #042923;
  background-image: none !important;
}

.site-content:has(.results_wrap.custom) .hero_overlay {
  z-index: 0;
}

.results_wrap {
  padding: 0;
  padding-bottom: .5rem;
  overflow: hidden;
  padding-top: 1.875rem;
  margin-top: -30px;
}

.results_wrap .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results_wrap .results_holder .att-slider:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results_wrap .results_holder .flickity-button {
  display: none;
}

.results_wrap .results_holder .att-slider .flickity-viewport {
  overflow: visible;
}

.results_wrap .results_holder .att-slider .carousel-cell {
  background: #fff;
  text-align: center;
  margin: 0 0.0625rem;
  padding: 1.25rem;
  min-height: 100%;
  width: 15%;
}

@media (max-width: 1360px) {
  .results_wrap .results_holder .att-slider .carousel-cell {
    width: 20%;
  }
}

@media (max-width: 1199px) {
  .results_wrap .results_holder .att-slider .carousel-cell {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .results_wrap .results_holder .att-slider .carousel-cell {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .results_wrap .results_holder .att-slider .carousel-cell {
    width: 60%;
  }
}

.results_wrap .results_holder .att-slider .carousel-cell:before, .results_wrap .results_holder .att-slider .carousel-cell:after {
  content: '';
  display: block;
  background: var(--secondary-color);
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  opacity: 0;
}

.results_wrap .results_holder .att-slider .carousel-cell::before {
  top: 0px;
}

.results_wrap .results_holder .att-slider .carousel-cell:after {
  bottom: 0px;
}

.results_wrap .results_holder .att-slider .carousel-cell:hover {
  background: var(--secondary-color);
  color: #fff;
}

.results_wrap .results_holder .att-slider .carousel-cell:hover h3, .results_wrap .results_holder .att-slider .carousel-cell:hover span {
  color: #fff;
}

.results_wrap .results_holder .att-slider .carousel-cell:hover::before {
  top: -25px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.results_wrap .results_holder .att-slider .carousel-cell:hover:after {
  bottom: -25px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.results_wrap .results_holder .att-slider .carousel-cell a {
  text-decoration: none;
  color: var(--primary-color);
}

.results_wrap .results_holder .att-slider .carousel-cell h3 {
  font-size: 1.875rem;
  font-weight: 500;
  font-style: italic;
}

.results_wrap .results_holder .att-slider .carousel-cell h3 + span {
  text-transform: uppercase;
  font-size: 0.70562rem;
  letter-spacing: 0.125rem;
}

.results_wrap.results_page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.results_wrap.results_page .row > .col-md-3 {
  padding: 20px;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .results_wrap.results_page .row > .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}

.results_wrap.results_page .results_box_ {
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.results_wrap.results_page .results_box_ h3 {
  font-size: 1.875rem;
  font-weight: 500;
  font-style: italic;
}

.results_wrap.results_page .results_box_ h3 + span {
  text-transform: uppercase;
  font-size: 0.70562rem;
  letter-spacing: 0.125rem;
  padding: 0 0.875rem;
}

.results_wrap.results_page .results_box_:hover {
  background: var(--secondary-color);
  color: #fff;
}

.results_wrap.results_page .results_box_:hover h3 {
  color: inherit;
}

.why_choose_us_heading {
  padding-bottom: 0;
}

.why_choose_us_heading .col-12 {
  max-width: 890px;
  margin: 0 auto;
}

.why_choose_us_section {
  padding-top: 1.5rem;
}

.why_choose_us_section .align-items-center {
  margin: 0;
  gap: clamp(1.25rem, calc(1.25rem + (75 - 20) * (100vw - 375px) / (1440 - 375)), 4.6875rem);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media (max-width: 767px) {
  .why_choose_us_section .align-items-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.why_choose_us_section .align-items-center > div {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .why_choose_us_section .align-items-center > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .why_choose_us_section .align-items-center > div .btn_free_eval {
    margin: 0 auto;
  }
}

.practice_area_wrap .pa-slider:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flickity-page-dots .dot {
  opacity: 1;
  background: #fff;
  width: 24px;
  height: 24px;
}

.flickity-page-dots .dot.is-selected {
  background: var(--primary-color);
}

.practice_area_wrap .flickity-button {
  display: none;
}

@media (max-width: 992px) {
  .practice_area_wrap {
    padding: 3rem 0;
  }
}

@media (max-width: 767px) {
  .practice_area_wrap .intro {
    text-align: center;
  }
}

.practice_area_wrap .intro h2 {
  font-style: italic;
  margin: 0;
}

@media (min-width: 768px) {
  .practice_area_wrap .intro h2 {
    text-align: left;
  }
}

.practice_area_wrap .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .practice_area_wrap .flickity-slider > div {
    min-height: 100%;
    width: 33.33%;
  }
}

.practice_area_wrap .flickity-slider > div > .practice_area_box_custom {
  min-height: 100%;
}

.practice_area_wrap .practice_area_box_custom {
  padding: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 18px 0px #02141166;
          box-shadow: 0px 4px 18px 0px #02141166;
}

@media (max-width: 992px) {
  .practice_area_wrap .practice_area_box_custom {
    margin: 2.5rem 0 3.5rem 0;
  }
}

.practice_area_wrap .practice_area_box_custom p {
  margin: 0.875rem 0 1.25rem;
  max-height: 101px;
  overflow-y: auto;
}

.practice_area_wrap .practice_area_box_custom .pa_content {
  padding: 1.5rem 1.875rem;
  text-align: left;
}

.practice_area_wrap .pa-inner-cont {
  display: block;
}

.practice_area_wrap .pa-inner-cont:hover {
  text-decoration: none;
}

.practice_area_wrap .pa-inner-cont .img-holder img {
  width: 100%;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .practice_area_wrap .flickity-page-dots {
    display: none;
  }
}

.split_container_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.get_in_touch_section {
  color: #fff;
  padding: 3rem 0;
}

.get_in_touch_section .split_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .get_in_touch_section .split_container .subtitle, .get_in_touch_section .split_container .h3 {
    text-align: center !important;
  }
  .get_in_touch_section .split_container .btn_free_eval, .get_in_touch_section .split_container .btn-call {
    margin: 0 auto;
    padding-top: 1rem;
  }
}

.get_in_touch_section h2 {
  color: #fff;
  margin: 0;
}

.get_in_touch_section .btn {
  min-width: 320px;
  text-align: center;
}

.get_in_touch_section .btn-call {
  color: #fff;
  margin-top: 1.875rem;
}

.get_in_touch_section .btn-call .btn {
  border-color: #fff;
  color: #fff;
}

.contact_our_lawfirm {
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .contact_our_lawfirm {
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .contact_our_lawfirm .row {
    margin: 0 -60px;
  }
}

.contact_our_lawfirm .row > div {
  padding-right: 25px;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .contact_our_lawfirm .row > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact_our_lawfirm .row > div:last-child {
    text-align: center;
  }
  .contact_our_lawfirm .row > div:last-child .h4 {
    text-align: center !important;
  }
}

.claiims_we_handle {
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .claiims_we_handle {
    padding-bottom: 2rem;
  }
}

.claiims_we_handle .split_container {
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .claiims_we_handle .split_container {
    padding-top: 2rem;
  }
}

.claiims_we_handle .split_container h2 {
  font-size: clamp(1.875rem, calc(1.875rem + (40 - 30) * (100vw - 375px) / (1440 - 375)), 2.5rem);
  font-style: italic;
  border-bottom: 4px solid #688F4E;
  padding-bottom: 1.25rem;
  margin-bottom: 2.1875rem;
}

.claiims_we_handle .split_container h3 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 992px) {
  .claiims_we_handle .split_container .col-lg-4 {
    margin-top: 6rem;
  }
}

.claiims_we_handle .split_container .col-lg-4 p img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .claiims_we_handle .split_container .col-lg-4 p:has(img):first-child {
    margin-bottom: 2.8125rem;
  }
}

.toggle_wrap.faq_holder {
  background: #F0EEEB;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .toggle_wrap.faq_holder > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    text-align: left;
  }
}

.toggle_wrap.faq_holder > .container h2 {
  text-align: left;
  font-size: clamp(1.75rem, calc(1.75rem + (40 - 28) * (100vw - 375px) / (1440 - 375)), 2.5rem);
  font-style: italic;
  border-bottom: 4px solid #688F4E;
  padding-bottom: 0.75rem;
  margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
  .toggle_wrap.faq_holder > .container > div:first-child {
    width: 40%;
    padding-top: 1.25rem;
  }
  .toggle_wrap.faq_holder > .container > div:last-child {
    width: 60%;
  }
}

@media (max-width: 992px) {
  .toggle_wrap.faq_holder > .container .intro {
    margin-bottom: 20px;
  }
}

.toggle_wrap.faq_holder > .container .accordion_copy {
  background: var(--secondary-color);
  color: #fff;
}

.toggle_wrap.faq_holder > .container .accordion_copy p {
  color: #fff;
}

.toggle_wrap.faq_holder > .container .accordion_copy p:last-child {
  margin-bottom: 0;
}

.toggle_wrap.faq_holder > .container .accordion_heading {
  padding-right: 50px;
  text-transform: uppercase;
}

.form_style_2 .cta_hero_form_wrap {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 992px) {
  .form_style_2 .cta_hero_form_wrap {
    margin-top: 0 !important;
  }
}

.form_style_2 .cta_hero_form_wrap input, .form_style_2 .cta_hero_form_wrap textarea {
  font-size: 0.93037rem;
  padding: 12px !important;
  -webkit-box-shadow: 0px 0px 14.849px 6.364px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 14.849px 6.364px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #DDDDDD !important;
  height: 45px !important;
  text-align: left;
}

.form_style_2 .cta_hero_form_wrap input::-webkit-input-placeholder, .form_style_2 .cta_hero_form_wrap textarea::-webkit-input-placeholder {
  color: var(--primary-color);
}

.form_style_2 .cta_hero_form_wrap input:-ms-input-placeholder, .form_style_2 .cta_hero_form_wrap textarea:-ms-input-placeholder {
  color: var(--primary-color);
}

.form_style_2 .cta_hero_form_wrap input::-ms-input-placeholder, .form_style_2 .cta_hero_form_wrap textarea::-ms-input-placeholder {
  color: var(--primary-color);
}

.form_style_2 .cta_hero_form_wrap input::placeholder, .form_style_2 .cta_hero_form_wrap textarea::placeholder {
  color: var(--primary-color);
}

.form_style_2 .cta_hero_form_wrap textarea {
  resize: none;
}

.form_style_2 .cta_hero_form_wrap .ginput_container_consent {
  text-align: center;
}

.form_style_2 .cta_hero_form_wrap .ginput_container_consent input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 20px;
  height: 20px !important;
  padding: 0 !important;
}

.form_style_2 .cta_hero_form_wrap .ginput_container_consent label {
  font-size: 0.9085rem;
  text-align: center;
  line-height: 1.4;
  color: var(--primary-color);
}

.form_style_2 .cta_hero_form_wrap .gform-footer {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form_style_2 .cta_hero_form_wrap .gform-footer .gform_button {
  color: #fff;
  cursor: pointer;
  background-color: var(--secondary-color) !important;
  padding: 0.5rem 1.375rem;
  color: #FFF !important;
  border-radius: 3.125rem !important;
  font-size: 0.82125rem !important;
  letter-spacing: 0.125rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  display: inline-block;
  border: 0.125rem solid var(--secondary-color);
}

.form_style_2 .cta_hero_form_wrap .gform-footer .secure {
  font-size: 0.98775rem;
  color: var(--primary-color);
  font-style: italic;
  font-weight: 500;
}

.the_form_wrap {
  padding-bottom: 1.25rem;
}

.the_form_wrap input, .the_form_wrap textarea {
  padding: 12px !important;
  -webkit-box-shadow: 0px 0px 14.849px 6.364px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 14.849px 6.364px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #DDDDDD !important;
  height: 45px !important;
  text-align: left;
  font-size: 0.75rem !important;
}

.the_form_wrap input::-webkit-input-placeholder, .the_form_wrap textarea::-webkit-input-placeholder {
  color: var(--primary-color);
}

.the_form_wrap input:-ms-input-placeholder, .the_form_wrap textarea:-ms-input-placeholder {
  color: var(--primary-color);
}

.the_form_wrap input::-ms-input-placeholder, .the_form_wrap textarea::-ms-input-placeholder {
  color: var(--primary-color);
}

.the_form_wrap input::placeholder, .the_form_wrap textarea::placeholder {
  color: var(--primary-color);
}

.the_form_wrap textarea {
  resize: none !important;
}

.the_form_wrap .ginput_container_consent {
  text-align: center;
}

.the_form_wrap .ginput_container_consent input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 24px;
  height: 24px !important;
  padding: 0 !important;
}

.the_form_wrap .ginput_container_consent label {
  text-align: center;
  line-height: 1.4;
  color: var(--primary-color);
}

.the_form_wrap .ginput_container_consent {
  text-align: center;
}

.the_form_wrap .ginput_container_consent input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 24px;
  height: 24px !important;
  padding: 0 !important;
}

.the_form_wrap .ginput_container_consent label {
  text-align: center;
  line-height: 1.4;
  color: var(--primary-color);
}

.the_form_wrap .gform-footer {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.the_form_wrap .gform-footer .gform_button {
  color: #fff;
  cursor: pointer;
  background-color: var(--secondary-color) !important;
  padding: 0.5rem 1.375rem;
  color: #FFF !important;
  border-radius: 3.125rem !important;
  font-size: 0.82125rem !important;
  letter-spacing: 0.125rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  display: inline-block;
  border: 0.125rem solid var(--secondary-color);
}

.the_form_wrap .gform-footer .secure {
  font-size: 0.75rem;
  color: var(--primary-color);
  font-style: italic;
  font-weight: 500;
}

.footer_with_form .hero_overlay {
  display: none;
}

.footer_with_form .row.align-items-center {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media (min-width: 992px) {
  .footer_with_form .row.align-items-center > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 3rem;
  }
}

.footer_with_form .row.align-items-center > div:first-child h2 {
  font-size: 1.84337rem;
  font-style: italic;
  margin-bottom: 0;
}

.content-area:has(.get_in_touch_section) {
  padding-bottom: 0;
}

.content-area:has(.results_wrap.custom) {
  padding-top: 0;
}

.site-footer .secure {
  font-size: 0.75rem;
}

.site-footer .footer_bg {
  background-image: url("/wp-content/uploads/2025/01/footer_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.site-footer .footer_bg .footer-form {
  max-width: 613px;
  border-radius: 0.55288rem;
  background: var(--White, #FFF);
  margin: 0 auto;
  padding: 1.75rem 3.125rem;
  bottom: -4rem;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .footer_bg .footer-form {
    padding: 1.5625rem;
  }
}

.site-footer .footer_bg .footer-form h2 {
  margin-bottom: 1rem;
}

.site-footer .footer_bg .footer-form .available {
  -ms-grid-column-align: center;
      justify-self: center;
  font-size: 0.9375rem;
  font-weight: 600;
}

.site-footer .footer_bg .footer-form .gform_wrapper .ginput_container input, .site-footer .footer_bg .footer-form .gform_wrapper .ginput_container textarea {
  font-size: 14px;
  color: #000;
  padding: 8px 20px;
  border: 1px solid;
}

.site-footer .footer_bg .footer-form .gform_wrapper .ginput_container input::-webkit-input-placeholder, .site-footer .footer_bg .footer-form .gform_wrapper .ginput_container textarea::-webkit-input-placeholder {
  color: #000;
}

.site-footer .footer_bg .footer-form .gform_wrapper .ginput_container input:-ms-input-placeholder, .site-footer .footer_bg .footer-form .gform_wrapper .ginput_container textarea:-ms-input-placeholder {
  color: #000;
}

.site-footer .footer_bg .footer-form .gform_wrapper .ginput_container input::-ms-input-placeholder, .site-footer .footer_bg .footer-form .gform_wrapper .ginput_container textarea::-ms-input-placeholder {
  color: #000;
}

.site-footer .footer_bg .footer-form .gform_wrapper .ginput_container input::placeholder, .site-footer .footer_bg .footer-form .gform_wrapper .ginput_container textarea::placeholder {
  color: #000;
}

.site-footer .footer_bg .footer-form .gform_wrapper .ginput_container textarea {
  resize: none;
}

.site-footer .footer_bg .footer-form .gform_wrapper .ginput_container_consent {
  text-align: center;
}

.site-footer .footer_bg .footer-form .gform_footer {
  padding-bottom: 0;
}

.site-footer .social_media_list {
  padding-top: 1.25rem;
}

@media (max-width: 992px) {
  .site-footer .social_media_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .site-footer .social_media_list {
    padding-bottom: 2rem;
    gap: 10px;
  }
}

.site-footer .footer_info_holder {
  border-bottom: 12px solid var(--secondary-color);
}

.site-footer .footer_info_holder > .container {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.site-footer .footer_info_holder > .container > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .footer_info_holder > .container .footer_logo {
  margin: 0;
}

.site-footer .footer_info_holder > .container .footer_logo img {
  max-width: 423px;
  width: 100%;
}

.site-footer .footer_info_holder > .container .location_box1 .address {
  margin-bottom: 0.75rem;
}

.site-footer .footer_info_holder > .container .location_box1 .address a {
  display: block;
}

.site-footer .footer_info_holder > .container .location_box1 .address a img {
  max-width: 100%;
  height: 111px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
}

.site-footer .footer_info_holder > .container .col-md-7 {
  gap: clamp(1.25rem, calc(1.25rem + (100 - 20) * (100vw - 375px) / (1440 - 375)), 6.25rem);
}

@media (min-width: 768px) {
  .site-footer .footer_info_holder > .container .col-md-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .site-footer .footer_info_holder > .container .col-md-7 > div {
    width: 40%;
  }
}

.site-footer .footer_info_holder > .container .col-md-7 > div .add_info {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .site-footer .footer_info_holder > .container .col-md-7 > div .add_info {
    text-align: left;
    margin-bottom: 20px;
  }
}

.site-footer .footer_info_holder > .container .col-md-7 > div h5 {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.site-footer .footer_info_holder > .container .col-md-7 > div h5.tel_header {
  margin-top: 0.9375rem;
}

.site-footer .footer_info_holder > .container .tel_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.5rem;
}

@media (max-width: 767px) {
  .site-footer .footer_info_holder > .container .tel_social {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.site-footer .footer_info_holder > .container .tel_social h4 {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.625rem;
  text-align: left;
}

.site-footer .footer_info_holder > .container .tel_social .social_holder {
  padding-left: clamp(0.625rem, calc(0.625rem + (95 - 10) * (100vw - 375px) / (1440 - 375)), 5.9375rem);
}

@media (max-width: 767px) {
  .site-footer .footer_info_holder > .container .tel_social .social_holder {
    padding-left: 3rem;
  }
}

.site-footer .footer_info_holder > .container .tel_social .social_media_list {
  display: block;
  padding: 0;
}

.site-footer .footer_info_holder > .container .tel_social .social_media_list li + li {
  padding-left: 0.5rem;
}

.site-footer .footer_info_holder > .container .tel_social .social_media_list a {
  padding: 0;
}

.process-sect:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* flickity on by default */
.process-sect:after {
  content: 'flickity';
  display: none;
}

@media (min-width: 992px) {
  /* disable Flickity for large devices */
  .process-sect:after {
    content: '';
  }
}

.process_wrap {
  padding-top: 6rem;
  padding-bottom: 10rem;
  position: relative;
}

@media (max-width: 992px) {
  .process_wrap {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}

.process_wrap .container {
  position: relative;
}

.process_wrap::before {
  content: '';
  background-image: url("/wp-content/uploads/2025/01/our_process_bg.svg");
  width: 100%;
  height: 116px;
  position: absolute;
  top: 0;
}

.process_wrap::after {
  content: '';
  background-image: url("/wp-content/uploads/2025/01/our_process_bg.svg");
  width: 100%;
  height: 116px;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.process_wrap .intro {
  text-align: center;
}

.process_wrap .hh {
  font-style: italic;
  font-size: clamp(1.875rem, calc(1.875rem + (45 - 30) * (100vw - 375px) / (1440 - 375)), 2.8125rem);
}

@media (min-width: 992px) {
  .process_wrap .process-sect {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 992px) {
  .process_wrap .process-sect {
    padding: 0 4em;
  }
}

.process_wrap .process-sect:before {
  content: '';
  height: 15px;
  background: #F0EEEB;
  border-radius: 100px;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 992px) {
  .process_wrap .process-sect:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.process_wrap .process-sect .process-step {
  padding: 0;
}

@media (max-width: 992px) {
  .process_wrap .process-sect .process-step {
    margin: 40px 20px;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .process_wrap .process-sect .process-step {
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .process_wrap .process-sect .process-step {
    margin: 0 -45px;
  }
  .process_wrap .process-sect .process-step:before {
    content: url("/wp-content/uploads/2025/01/dot.svg");
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .process_wrap .process-sect .process-step:nth-child(odd) {
    top: 56px;
  }
  .process_wrap .process-sect .process-step:nth-child(odd)::before {
    top: -45px;
  }
  .process_wrap .process-sect .process-step:nth-child(even) {
    top: -56px;
  }
  .process_wrap .process-sect .process-step:nth-child(even)::before {
    top: 34px;
    -webkit-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
  }
  .process_wrap .process-sect .process-step:nth-child(even) > div:last-child {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    top: 0;
  }
}

.process_wrap .process-sect .process-step > div {
  border: 1px solid var(--primary-color);
}

.process_wrap .process-sect .process-step > div:first-child {
  padding: 10px 10px;
  text-align: center;
}

@media (max-width: 992px) {
  .process_wrap .process-sect .process-step > div:first-child {
    background: var(--secondary-color);
  }
}

.process_wrap .process-sect .process-step > div:first-child h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.98569rem;
  margin-bottom: 0;
  letter-spacing: 0.0625rem;
}

@media (max-width: 992px) {
  .process_wrap .process-sect .process-step > div:first-child h4 {
    color: #fff;
  }
}

.process_wrap .process-sect .process-step > div:last-child {
  background: #fff;
  padding: 12px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--Green-Accent, #688F4E);
  background: var(--white, #FFF);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.22);
}

@media (min-width: 992px) {
  .process_wrap .process-sect .process-step > div:last-child {
    opacity: 0;
    position: absolute;
  }
}

.process_wrap .process-sect .process-step > div:last-child p {
  text-align: center;
}

.process_wrap .process-sect .process-step > div:last-child p:last-child {
  margin-bottom: 0;
}

.process_wrap .process-sect .process-step:hover > div:first-child {
  background: var(--secondary-color);
}

.process_wrap .process-sect .process-step:hover > div:first-child h4 {
  color: #fff;
}

.process_wrap .process-sect .process-step:hover > div:first-child + .step-content {
  opacity: 1;
}

.flickity-prev-next-button {
  height: 36px;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

@media (min-width: 992px) {
  .about_youcantrust {
    padding: 4rem 0;
  }
}

@media (min-width: 992px) {
  .about_youcantrust .row > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}

@media (max-width: 992px) {
  .about_youcantrust .row > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .about_youcantrust .row > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.staff_wrap {
  padding-bottom: 6rem;
}

.staff_wrap .flickity-page-dots {
  bottom: -48px;
}

.staff_wrap .col-lg-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  max-width: 28%;
}

@media (max-width: 1199px) {
  .staff_wrap .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 992px) {
  .staff_wrap .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .staff_wrap .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}

.staff_wrap .flickity-button {
  display: none;
}

.staff_wrap > .container.is_slider {
  max-width: 1920px;
  padding: 0;
}

.staff_wrap .staff_box {
  padding: 0;
}

.staff_wrap .staff_box img {
  background: #fff;
  max-height: 387px;
  -o-object-fit: contain;
     object-fit: contain;
}

.staff_wrap .staff_box > a {
  display: block;
  background: #042923;
  text-decoration: none;
  padding: 10px;
  margin-top: -10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.staff_wrap .staff_box > a:hover {
  background: var(--secondary-color);
}

.staff_wrap .staff_box > a .h5, .staff_wrap .staff_box > a .h3 {
  color: #fff;
  text-align: center;
}

.staff_wrap .staff_box > a .h3 {
  font-size: clamp(1.25rem, calc(1.25rem + (24.529 - 20) * (100vw - 375px) / (1440 - 375)), 1.53306rem);
  font-style: italic;
  font-weight: 700;
}

.staff_wrap .staff_box > a .h5 {
  font-size: 0.79025rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-attorney .standard_hero .heroh1 {
  font-size: clamp(1.875rem, calc(1.875rem + (50.573 - 30) * (100vw - 375px) / (1440 - 375)), 3.16081rem) !important;
}

.site-main.single_attorney_wrap {
  padding: 0;
}

.site-main.single_attorney_wrap p, .site-main.single_attorney_wrap ul {
  font-size: 0.875rem;
}

.site-main.single_attorney_wrap ul {
  padding-left: 1.5rem;
}

.site-main.single_attorney_wrap h3, .site-main.single_attorney_wrap h2 {
  font-size: 1.91rem;
  font-style: italic;
  border-bottom: 2px solid;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
  .site-main.single_attorney_wrap .att-pic-col {
    padding-right: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
    max-width: 39%;
  }
}

.site-main.single_attorney_wrap .att-pic-col img {
  background: #EDECE8;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .site-main.single_attorney_wrap .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61%;
            flex: 0 0 61%;
    max-width: 61%;
  }
}

.site-main.single_attorney_wrap .get_in_touch a {
  font-size: clamp(1.25rem, calc(1.25rem + (24.27 - 20) * (100vw - 375px) / (1440 - 375)), 1.51687rem);
  color: var(--primary-color);
}

.site-main.single_attorney_wrap .get_in_touch a::before {
  content: url("/wp-content/uploads/2025/01/forward_to_inbox.svg");
  top: 4px;
  position: relative;
  margin-right: 10px;
}

.has_form_holder h1 {
  font-size: clamp(1.875rem, calc(1.875rem + (34 - 30) * (100vw - 375px) / (1440 - 375)), 2.125rem);
  font-style: italic;
}

.has_form_holder .container > .row > div {
  max-width: 50% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
}

.has_form_holder .container > .row > div:first-child {
  text-align: left;
}

.has_form_holder .container > .row > div:first-child .btn_free_eval {
  margin-left: 0;
}

.has_form_holder .tel_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  gap: clamp(1.25rem, calc(1.25rem + (70 - 20) * (100vw - 375px) / (1440 - 375)), 4.375rem);
}

.has_form_holder .tel_social h4 {
  font-size: 1.03481rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  margin: 0;
  letter-spacing: 1px;
}

.has_form_holder .tel_social .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.has_form_holder .tel_social .tel h4 {
  margin-right: 0.5rem;
}

.has_form_holder .tel_social .social_media_list {
  padding: 0;
}

.has_form_holder .tel_social a {
  font-size: 1.03481rem;
  color: var(--primary-color);
}

.has_form_holder .tel_social path {
  fill: var(--primary-color);
}

#contact-overlay h2 {
  text-align: center;
  font-size: clamp(1.875rem, calc(1.875rem + (48.12 - 30) * (100vw - 375px) / (1440 - 375)), 3.0075rem);
  letter-spacing: 1px;
}

#contact-overlay h2 a {
  color: var(--primary-color);
}

#contact-overlay .contact-form-wrap img {
  max-width: 578px;
  padding: 0;
  width: 100%;
}

#contact-overlay .row {
  margin: 0;
}

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

body:has(.results_page) .results_wrap.custom {
  display: none;
}

.the_form_wrap {
  margin: 1rem 0;
  background: #F8F8F8;
  background: var(--White, #FFF);
  -webkit-box-shadow: 0px 0px 37.98px 0px #00000061;
          box-shadow: 0px 0px 37.98px 0px #00000061;
}

.the_form_wrap > h2 {
  margin: 0 -15px;
  color: var(--White, #FFF);
  font-family: "Playfair Display";
  font-size: 2.06113rem;
  font-weight: 700;
  line-height: 2.00125rem;
  text-transform: capitalize;
  text-align: center;
  background: var(--primary-color);
  padding: 1.125rem;
  border-bottom: 4px solid #000;
  margin-bottom: 1.125rem;
}

.the_form_wrap .holder-tel {
  text-align: center;
}

.the_form_wrap .holder-tel .available {
  -ms-grid-column-align: center;
      justify-self: center;
}

.the_form_wrap .holder-tel a {
  color: var(--Black, #000);
  font-size: 2.06113rem;
  font-weight: 700;
  line-height: 2.00125rem;
  letter-spacing: 2.638px;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  display: inline-block;
  margin-top: 0.3125rem;
}

.the_form_wrap .gform_heading {
  background: var(--secondary-color);
  color: #fff;
  text-align: center;
  padding: 0.875rem 1.875rem 0.0625rem 1.875rem;
}

.the_form_wrap .gform_heading h2 {
  font-size: 2.75188rem;
  color: #fff;
  margin-bottom: 0;
}

.the_form_wrap form {
  padding: 1.2rem 1.6rem 0;
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 8px;
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"]), .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea {
  -webkit-box-shadow: 0px 0px 11.69px 0px #00000040;
          box-shadow: 0px 0px 11.69px 0px #00000040;
  font-size: 0.875rem;
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::-webkit-input-placeholder, .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::-webkit-input-placeholder {
  color: var(--font-color);
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"]):-ms-input-placeholder, .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea:-ms-input-placeholder {
  color: var(--font-color);
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::-ms-input-placeholder, .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::-ms-input-placeholder {
  color: var(--font-color);
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container input:not([type="checkbox"])::placeholder, .the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::placeholder {
  color: var(--font-color);
}

.the_form_wrap .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea {
  resize: none;
  height: 122px;
}

.the_form_wrap .ginput_container_consent {
  text-align: center;
}

.megamenu > .sub-menu {
  width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.megamenu > .sub-menu > li {
  width: 50%;
  padding: 0.3rem 0;
}

.nav_holder .main_navigation > div .sub-menu {
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav_holder .main_navigation > div .sub-menu li {
  padding: 10px;
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav_holder .main_navigation > div .sub-menu li a {
  color: #fff;
  border-bottom: 0 !important;
  display: block;
}

.nav_holder .main_navigation > div .sub-menu li:hover {
  background: var(--secondary-color);
}

.nav_holder .main_navigation > div .sub-menu li .sub-menu li {
  background-color: #fff;
}

.nav_holder .main_navigation > div .sub-menu li .sub-menu li a {
  color: var(--primary-color);
}
/*# sourceMappingURL=custom.css.map */