/* -------------------------
DO NOT TOUCH THIS CODE
If you need to edit code within this file please contact a developer
------------------------- */

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

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

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

.u-container {
  max-width: 1440px;
  margin: 0 auto;
}

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

html,
body {
  overflow-x: hidden;
}

body .entry-content {
  word-break: normal;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family:"Copperplate", sans-serif !important;
}*/
.wp-block-button a {
  font-family: "Copperplate", sans-serif !important;
}

.u-font--georgia {
  font-family: "georgia", sans-serif !important;
}

.u-font--copperplate {
  font-family: "Copperplate", sans-serif !important;
}

.u-border--white {
  color: var(--global-palette6);
}

.u-image--fullwidth img,
.u-image--fullwidth {
  width: 100%;
}

.u-title--red strong {
  color: var(--global-palette2);
}

.u-text--italic {
  font-style: italic;
}

.u-text--center,
.u-text--center-md {
  text-align: center;
}

.u-text--white,
.u-text--white a {
  color: var(--global-palette6);
}

.u-text--right {
  text-align: right;
}

.u-text--left {
  text-align: left;
}

.u-text--bold {
  font-weight: bold;
}

.u-text--underline {
  text-decoration: underline;
}

.u-text--phone a:hover {
  color: var(--global-palette6) !important;
  text-decoration: underline !important;
}

.cta-number.u-text--phone a:hover {
  text-underline-offset: 10px;
}

.u-hide--desktop {
  display: none;
}

.u-hide--mobile {
  display: block;
}

.u-button {
  font-family: "Copperplate", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  border-radius: 0px;
  padding: 20px 60px 20px 60px;
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease;
  display: inline-block;
}

.u-button:hover {
  color: var(--global-palette-btn-hover);
  background: var(--global-palette-btn-bg-hover);
}

.block--no-margin {
  margin: 0;
}

.no__dot {
  padding-left: 0 !important;
}

.no__before li:before {
  display: none;
}

.no__before li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}


.no__dot a {
  text-decoration: none;
}

.no__dot li {
  list-style: none;
}

ul.wp-block-list {
  padding-left: 0 !important;
}

ul.wp-block-list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

ul.wp-block-list li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: var(--global-palette2);
  border-radius: 100%;
  left: 0;
  top: 9px;
}

ul.wp-block-list li ul li:before {
  height: 2px;
  top: 14px;
  border-radius: 0;
}

ol.wp-block-list {
  padding-left: 1em !important;
}

ol.wp-block-list li {
  margin-bottom: 10px;
}

.li__hover-red a:hover {
  color: var(--global-palette2);
}

.kt-accordion-panel ul.wp-block-list li:before {
  background-color: var(--global-palette6);
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent linear-gradient(180deg, #142D50 29%, #142D5000 90%) 0% 0% no-repeat padding-box;
  height: 250px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

.header.scrolled {
  padding: 10px 0;
}

.scrolled .header__logo {
  top: -10px;
}

.scrolled.header::before {
  background: var(--global-palette2);
  height: 100px;
}

.scrolled .header__nav .nav__list li a:hover {
  color: var(--global-palette1);
}

.scrolled .header__phone-link:hover {
  color: var(--global-palette1);
}

.scrolled .header__logo {
  padding: 18px 40px 10px;
}

header.desktopscrolled:before {
  height: 140px;
  background: transparent linear-gradient(180deg, #142D50 50%, #142D5000 90%) 0% 0% no-repeat padding-box;
}

.header__nav {
  margin-left: 180px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  position: relative;
  padding-top: 5px;
}

.header__logo img {
  height: auto;
  width: 118px;
}

.header__logo {
  position: absolute;
  padding: 14px 23px;
  background-color: var(--global-palette2);
  z-index: 1;
  top: 0px;
}

.header__nav .nav__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav__list>li {
  position: relative;
  padding-block: 15px;

  padding-right: 15px;

  margin-right: 15px;
}

.header__nav .nav__list li a {
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--global-palette6);
  font-family: "Copperplate", sans-serif;
}

.nav__list>li:after {
  position: absolute;
  content: "";
  right: 0;
  height: 15px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.nav__list>li:last-child:after {
  display: none;
}

.header__contact {
  display: flex;
  gap: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.header__availability {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__availability-text {
  color: var(--global-palette6);
  font-size: 16px;
}

.header__availability img {
  display: inline-block;
}

.header__phone-link {
  color: var(--global-palette6);
  text-decoration: none;
  font-weight: 800;
  font-size: 27px;
  line-height: 1;
  position: relative;
}

.header__phone-link:after {
  content: "";
  bottom: -9px;
  background-color: var(--global-palette2);
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
}

.header__phone-link:hover {
  color: var(--global-palette2);
}

.header__nav .nav__list li:hover a {

  color: var(--global-palette2);

}

.header__mobile-inner {
  display: none;
}

/*Header Submenu*/

.nav__list .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  background: var(--global-palette6);
  padding-block: 25px;
  left: -15px;
  min-width: 215px;
  margin: 15px 0 0;
  transition: 0.3s;
  box-shadow: 0px 3px 50px #00000029;


}

.nav__list .sub-menu li {
  padding-inline: 25px;
  position: relative;
  line-height: 1.2;
}

.nav__list li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.single-post .content-container.site-container {
  max-width: 100%;
  padding: 0 !important;
}

.header__nav .nav__list .sub-menu li a {
  color: var(--global-palette1);
  font-family: var(--global-body-font-family);
  text-transform: inherit;
}

.header__nav .nav__list .sub-menu li:hover a:hover {
  color: var(--global-palette2);
}

.nav__list .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.nav__list .sub-menu li .sub-menu {
  left: 92%;
  top: 0;
  box-shadow: 0px 3px 50px #00000029;
  margin-top: 0;
}

.header__nav .nav__list .menu-item-has-children>a {
  padding-right: 30px;
  position: relative;
}

.header__nav .nav__list .menu-item-has-children>a:after {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  background: url("../img/down_angle-red.svg") center/contain no-repeat;
  right: 0px;
  top: 0;
  filter: brightness(0) invert(1);
}

.header__nav .sub-menu .menu-item-has-children>a {
  padding-right: 20px;
  display: inline-block;
}

.header__nav .sub-menu .menu-item-has-children>a:after {
  background-image: url("../img/right_angle-blue.svg");
  filter: inherit;
  width: 17px;
  height: 17px;
  top: 3px;
}

.header__nav .sub-menu .menu-item-has-children>a:hover:after {
  background-image: url("../img/right_angle-red.svg");
}


.pipe {
  position: relative;
}

.pipe:after {
  height: 120%;
  width: 1px;
  content: "";
  background-color: var(--global-palette6);
  position: absolute;
  right: -17px;
}

.title__dot strong {
  position: relative;
  margin: 0 20px 0 0;
  font-weight: normal;
}

.title__dot strong:last-child {
  margin-right: 0;
}

.title__dot strong:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background-color: var(--global-palette4);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -14px;
}

.title__dot strong:first-child:after {
  display: none;
}

.head__sep {
  position: relative;
}

.practice-area-listing .wp-block-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  width: 100%;
}

.practice-area-listing .wp-block-list {
  list-style: none;
  position: unset;
  padding-left: unset;
  margin-bottom: unset;
}

.practice-area-listing .wp-block-list li {
  padding-left: 0;
}

.practice-area-listing ul.wp-block-list li:before {
  display: none;
}

.listing-last-row ul.wp-block-list li:first-child {
  grid-column-start: 2;
}


.head__sep:after {
  position: absolute;
  bottom: -25px;
  content: "";
  left: 0;
  background-color: var(--global-palette2);
  height: 2px;
  width: 220px;
}

.align__center .kt-row-column-wrap {
  align-items: center;
}


/*Our Review Slider*/
.our__review .splide .splide__arrow {
  width: 94px;
  height: 94px;
  border-radius: 0;
  opacity: 1;
}

.our__review .splide .splide__arrow.splide__arrow--prev {
  left: -130px;
}

.our__review .splide .splide__arrow.splide__arrow--next {
  right: -130px;
}

.our__review .splide .splide__arrow::before {
  content: "";
  position: absolute;
  height: 29px;
  width: 28px;
  inset: 0;
  background: url(../img/arrow_prev.svg);
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  /*content: "\f060";
    position: absolute;
    height: 26px;
    width: 30px;
    inset: 0;
    margin: auto;
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    font-size: 32px;*/
}

.mobile__bg {
  position: relative;
  margin-top: 0 !important;
  padding-top: 100px;
}

.no__dot-mobile ul.wp-block-list {
  padding: 0;
}

.our__review .splide .splide__arrow--next::before {
  transform: rotateY(180deg);
}

.our__review .splide .splide__arrow svg {
  display: none;
}



.footer {
  background: var(--global-palette2);
  color: var(--global-palette6);
}

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

.footer__left {
  max-width: 450px;
  padding: 70px 70px 70px 0;
  flex-basis: 30%;
  margin-left: auto;
}



.footer__logo {
  margin-left: 50px;
}

.footer__counties {
  margin: 30px 0 20px;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 25px;
}

.footer__counties-heading {
  font-size: 22px;
}

.footer__contact-item {
  display: flex;
  align-items: center;
}

.footer__contact-item i {
  color: #142D4F;
  font-size: 25px;
  display: block;
  min-width: 30px;
}

.footer__contact p,
.footer__contact a {
  margin: 0;
}

.footer__contact a:hover {
  color: #142D4F;
}

.footer__contact-text,
.footer__contact-text a,
.footer__contact-text p {
  font-size: 20px;
  color: var(--global-palette6);
  text-decoration: none;
  font-weight: bold;
}

.footer__contact-text a:active,
.footer__contact-text a:focus {
  color: var(--global-palette6);
}

.footer__contact-icon {
  min-width: 50px;
}

.footer__button {
  display: flex;
}

.footer__contact-second a {
  font-size: 22px;
}

.footer__contact-third i {
  font-size: 20px;
}

.footer__right {
  width: 65%;
}

.footer__right-img {
  height: 100%;
}

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

.footer__bottom {
  background: #142D4F;
  padding: 22px 0;
  text-align: center;
}


.footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.footer__privacy-list {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer__links a {
  color: var(--global-palette6);
  margin-right: 40px;
  text-decoration: none;
  font-size: 25px;
  line-height: 28px;
  font-family: "Copperplate", sans-serif;
}


.footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-family: "Copperplate", sans-serif;
}

.footer__social-link:hover img {
  filter: brightness(0) invert(1);
}

.footer__social i {
  font-size: 35px;
  color: var(--global-palette2);
  transition: 0.5s;
}

.footer__social i:hover {
  color: var(--global-palette6);
}

.footer__social span {
  margin-right: 20px;
}

.footer__copyright {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.footer__copyright p {
  margin: 0;
}

.footer__copyright a {
  color: var(--global-palette6);
  text-decoration: none;
}

.footer__copyright a:hover {
  color: var(--global-palette2);
}

.footer__contact-second i,
.footer__contact-third i {
  margin-top: 8px;
}

.banner-gradient-overlay>.kt-inside-inner-col:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: transparent linear-gradient(256deg, #41331C00 0%, #1A130BC1 100%) 0% 0% no-repeat padding-box;
}

/*Blog Listing*/
.blog-listing .kt-blocks-post-grid-item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 25px 0 25px;
}

.blog-listing .kt-blocks-post-grid-item-inner .entry-title {
  font-style: italic;
  font-size: 24px;
  color: var(--global-palette6);
  line-height: 1.3;
}

.blog-listing .kt-blocks-post-grid-item .entry-content {
  margin-top: auto;
  border-top: 1px solid #FFF;
  padding-top: 30px;
  color: var(--global-palette6);
}

.wp-block-kadence-accordion .kt-accordion-panel-inner a {
  color: var(--global-palette-highlight);
}

.wp-block-kadence-accordion .kt-accordion-panel-inner a:hover {
  color: var(--global-palette-highlight-alt);
}

.blog-listing a.kt-blocks-post-readmore {
  display: block;
  width: calc(100% + 50px);
  position: relative;
  left: -25px;
  text-align: center;
  font-family: "Copperplate", sans-serif;
  padding: 15px;
  background: #b82c2d;
  color: var(--global-palette6);
  margin-top: 30px;
  font-size: 24px;
}

.blog-listing a.kt-blocks-post-readmore:hover {
  background: #f03139;
}

.blog-listing .pagination .nav-links .page-numbers {
  border: 1px solid #919191;
  border-radius: 0 !important;
  font-size: 20px;
  font-family: "Copperplate", sans-serif;
  line-height: 1.6;
  height: 50px;
  width: 50px;
  margin: 5px;
  color: #272429;
}

.blog-listing .pagination .nav-links .page-numbers.current,
.blog-listing .pagination .nav-links .page-numbers:hover {
  background: var(--global-palette2);
  border-color: var(--global-palette2);
  color: var(--global-palette6);
}

.blog-listing .navigation.pagination {
  margin-block: 80px 0;
}

.blog-listing .kt-blocks-post-grid-item-inner-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #142D4F;
}

.attorney--title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.attorney--title::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--global-palette2);
  height: 2px;
  width: 30%;
  inset-inline: 0;
  margin-inline: auto;
}

.faq-header {
  font-size: 30px;
  font-family: 'Crimson Text';
  font-weight: 700;
  cursor: pointer;
  word-wrap: break-word;
  white-space: normal;
  color: var(--global-palette6, #718096);
  background: rgba(0, 0, 0, 0);
  border-top-color: #eeeeee;
  border-top-style: solid;
  border-right-color: #eeeeee;
  border-right-style: solid;
  border-bottom: 2px solid var(--global-palette2, #2B6CB0);
  border-left-color: #eeeeee;
  border-left-style: solid;
  padding: 10px 14px 10px 0;
  position: relative;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  transition: all ease-in-out .2s;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
  display: flex;

}

.faq-header .kt-blocks-accordion-icon-trigger:before {
  background: var(--global-palette6, #718096);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: 50% center;
  content: "";
  height: 4px;
  position: absolute;
  width: 20px;
  left: 2px;
  top: 10px;
  transition: 0.133333s ease-in-out;
}

.faq-header .kt-blocks-accordion-icon-trigger:after {
  background: var(--global-palette6, #718096);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform-origin: 50% center;
  content: "";
  height: 4px;
  position: absolute;
  width: 20px;
  left: 2px;
  top: 10px;
  transition: 0.133333s ease-in-out;
}

.faq-header:hover,
.faq-header:focus,
.faq-header:active {
  background-color: transparent;
}

.faq-panel {
  color: var(--global-palette6);
}

.faq-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger::after,
.faq-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.faq-header-wrap {
  margin: 0;
}

.custom-faq-accordion {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}


.faq-header .kt-blocks-accordion-icon-trigger {
  display: inline-block;
  height: 24px;
  margin-left: auto;
  position: relative;
  transition: all ease-in-out .2s;
  width: 24px;
  min-width: 24px;
  box-sizing: content-box;
}

body .website__form .gform_wrapper.gravity-theme .gfield_label,
body .website__form .gform_wrapper.gravity-theme label {
  display: none;
  color: var(--global-palette6);
}

body .website__form .gform_wrapper.gravity-theme .agree__check label {
  display: block;
}

body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: #2C2C2C !important;
  opacity: 1;
}

body .gform_wrapper input::-webkit-input-placeholder,
body .gform_wrapper textarea::-webkit-input-placeholder {
  color: #2C2C2C !important;
}

body .gform_wrapper input:-ms-input-placeholder,
body .gform_wrapper textarea:-ms-input-placeholder {
  color: #2C2C2C !important;
}

body .gform_wrapper input::-ms-input-placeholder,
body .gform_wrapper textarea::-ms-input-placeholder {
  color: #2C2C2C !important;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  padding: 1px 10px !important;
}

body .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 18px;
}

.agree__check .gfield_checkbox [type=checkbox] {
  height: 26px;
  width: 26px;
  min-width: 26px;
  border: 1px solid #707070;
  margin-top: 7px !important;
  cursor: pointer;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 18px !important;
  Padding: 13px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #2c2c2c !important;
}

.agree__check {
  position: relative;
}

.agree__check .validation_message {
  position: absolute;
}

.agree__check .gfield_checkbox div {
  display: flex;
  align-items: self-start;
  width: 62%;
}

.website__form form {
  position: relative;
}

.agree__check .gfield_checkbox label {
  margin-left: 20px;
  cursor: pointer;
}

.website__form .gform-footer input {
  margin: 0 !important;
}

.website__form .gform-footer {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 !important;
  margin: 0 !important;
}

.consult__photo {
  min-width: 540px;
  margin-left: -80px;
}

.website__form .gform-footer input[type="submit"] {
  font-family: "Copperplate", sans-serif !important;
  background-color: var(--global-palette2);
}

.website__form .gform-footer input:hover {
  background-color: var(--global-palette-btn-bg-hover);
}

.error404 .page-content,
.search .site-main {
  margin: 180px 0 60px !important;
}

/* Blog Details Page  */
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
  color: var(--global-palette3);
}

.single-content h4,
.single-content h5,
.single-content h6 {
  color: var(--global-palette3);
}

.single-post-content h2 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.single-post-content h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--global-palette2);
  height: 2px;
  width: 110px;
  inset-inline: 0;
  margin-inline: auto;
}

.single-post-content ul {
  padding-left: 0 !important;
}

.single-post-content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.single-post-content ul li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: var(--global-palette2);
  border-radius: 100%;
  left: 0;
  top: 9px;
}

.single-post-content ol {
  padding-left: 1em !important;
}

.single-post-content ol li {
  margin-bottom: 10px;
}

.next-prev-post .post-navigation-link-previous {
  border-right: 2px solid var(--global-palette2);
  padding-right: 30px;
  margin-right: 15px;
}

.next-prev-post .wp-block-post-navigation-link {
  font-family: "Copperplate", sans-serif !important;
  position: relative;
  line-height: 1.3;
  font-size: 22px;
}

.single-auther-box .saboxplugin-wrap {
  border: 1px solid #707070;
  padding-inline: 0;
}

.single-auther-box .saboxplugin-wrap .vcard.author span {
  color: var(--global-palette3);
  font-weight: 700;
}

.next-prev-post .wp-block-post-navigation-link a::before,
.next-prev-post .wp-block-post-navigation-link a::after {
  font-size: 25px;
  line-height: 10px;
  display: inline-block;
  font-weight: normal;
  position: relative;
  top: 2px;
}

.next-prev-post .post-navigation-link-previous a::before {
  content: "<";
  margin-right: 20px;
}

.next-prev-post .post-navigation-link-next a::after {
  content: ">";
  margin-left: 20px;
}

.blog-listing.related-post .kt-post-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}

.related-post .wp-post-image {
  aspect-ratio: 1/0.65;
  object-fit: cover;
}

.blog-listing.related-post .kt-blocks-post-grid-item .entry-content p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.areas-of-practice-blocks .kt-image-overlay-color::before {
  background: transparent linear-gradient(180deg, #19396500 0%, #284F72 100%) 0% 0% no-repeat padding-box !important;
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.areas-of-practice-blocks .kt-inside-inner-col:hover .kt-image-overlay-color::before {
  height: 270px;
}

.areas-of-practice-blocks .kt-image-overlay-color {
  background-color: transparent !important;
}

.areas-of-practice-blocks .image-overlay-subtitle {
  font-family: "Copperplate", sans-serif;
}

.area-of-practice-accordion .kt-blocks-accordion-header::before {
  content: "";
  position: absolute;
  right: 0;
  border-top: 12px solid #C1272D;
  border-inline: 10px solid transparent;
  border-bottom: 0;
}

.area-of-practice-accordion .kt-blocks-accordion-header.kt-accordion-panel-active::before {
  transform: rotateX(180deg);
}

.cta-number .wp-block-group__inner-container {
  display: flex;
  line-height: 1.2;
  margin-top: 15px;
}

.cta-number .wp-block-group__inner-container a:first-child {
  border-right: 1px solid #FFF;
  padding-right: 30px;
  margin-right: 30px;
}

body:has(.next-prev-post .post-navigation-link-next:empty) .next-prev-post .post-navigation-link-previous {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.areas-of-practice-blocks .kt-block-intrisic img {
  aspect-ratio: 1/0.58;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.areas-of-practice-blocks .kt-block-intrisic {
  padding-bottom: 0 !important;
  height: 265px;
}

.areas-of-practice-blocks .kt-image-overlay-wrap {
  max-width: 100% !important;
}

.area-of-practice-accordion .kt-blocks-accordion-header {
  padding-right: 25px !important;
}

.wp-block-list a,
.wp-block-kadence-advancedheading a,
.wp-block-kadence-accordion .kt-accordion-panel-inner a,
.single .kt-inside-inner-col a {
  text-decoration: underline !important;
}

.practice-area-listing .wp-block-list a,
.u-text--phone a, .single .kt-inside-inner-col .entry-title a, .single .kt-inside-inner-col .kt-blocks-post-readmore {
  text-decoration: none !important;
}

.wp-block-list a:hover,
.wp-block-kadence-advancedheading a:hover,
.wp-block-kadence-accordion .kt-accordion-panel-inner a:hover,
.single .kt-inside-inner-col a:hover {
  text-decoration: none !important;
}

.u-text--phone a:hover {
  text-decoration: underline !important;
}
.category .entry-hero {
    margin-top: 50px;
}

/*Changes*/
@media screen and (min-width: 1200px) {
  .hero-image .ban-photo img {
    max-width: 40vw;
    margin: 0 auto;
    width: 55vh;
  }
}

@media screen and (min-width: 1500px) {
  .hero-image .ban-photo img {
    width: 58vh;
  }
}

.bg-attachment-fixed>.kt-inside-inner-col {
  background-attachment: fixed !important;
}


/* Responsive */

@media screen and (max-width: 1600px) {

  /*review slider*/
  .our__review-slider {
    width: 82%;
    margin-inline: auto;
  }

  .our__review .splide .splide__arrow {
    width: 75px;
    height: 75px;
  }

  .our__review .splide .splide__arrow.splide__arrow--prev {
    left: -100px;
  }

  .our__review .splide .splide__arrow.splide__arrow--next {
    right: -100px;
  }

  header.desktopscrolled:before {
    height: 130px;
  }

  .consult__photo {
    min-width: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 1440px) {
  .u-container {
    max-width: 100%;
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
    width: 100%;
  }

  .footer__left {
    margin-left: 6rem !important;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .header__nav {
    margin-left: 160px;
  }

  .header__phone-link {
    font-size: 20px;
  }

  .header__availability-text {
    font-size: 14px;
    line-height: 18px;
  }

  .header__logo {
    padding: 10px 20px;
    left: 0;
  }

  .header__nav {
    margin-left: 150px;
  }

  .nav__list>li {
    padding-block: 5px;
    padding-right: 10px;
    margin-right: 10px;
  }

  .header__nav .nav__list .menu-item-has-children>a:after {
    height: 14px;
    width: 14px;
  }

  .header__nav .nav__list .menu-item-has-children>a {
    padding-right: 22px;
  }

  .header__container {
    justify-content: space-around;
  }

  .nav__list .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    background: #FFF;
    padding-block: 25px;
    left: 0;
    min-width: 205px;
    margin: 15px 0 0;
    transition: 0.3s;
    box-shadow: 0px 3px 50px #00000029;
  }

  .header__nav .nav__list li a {
    font-size: 15px;
  }

  .scrolled .header__logo {
    padding: 8px 20px 10px;
  }

  .scrolled.header::before {
    height: 80px;
  }

  .scrolled .header__logo img {
    width: 90px;
  }

  header.desktopscrolled:before {
    height: 120px;
  }

  .footer__links a,
  .footer__social span {
    font-size: 20px;
  }

  .footer__social i {
    font-size: 25px;
  }

  .footer__bottom-inner {
    margin-bottom: 5px;
  }

  .footer__logo img {
    max-width: 150px;
  }

  .footer__contact-text,
  .footer__contact-text a,
  .footer__contact-text p {
    font-size: 18px;
    line-height: 21px;
  }

  .footer__counties-heading {
    font-size: 18px;
    line-height: 25px;
  }

  .header__nav .nav__list li li a {
    font-size: 14px;
  }

  .u-text--phone {
    flex-direction: column;
    text-align: center;
  }

  .pipe:after {
    display: none;
  }

  .phone__left p {
    text-align: center !important;
  }

  .full-height-banner>.kt-inside-inner-col {
    min-height: 84vh !important;
  }

}

@media screen and (max-width: 1300px) {
  .agree__check .gfield_checkbox div {
    width: 70%;
  }

  .consult__wrap {
    align-self: center !important;
    padding: 10px 10px 0 10px;
  }

  .consult__photo {
    border: 1px solid var(--global-palette6);
    padding: 10px 10px 0 10px;
  }
}

@media screen and (max-width: 1200px) {


  .u-button {
    padding: 20px 30px 20px;
  }

  h1,
  .h1 {
    font-size: 45px;
  }

  h2,
  .h2 {
    font-size: 45px;
    line-height: 55px;
  }

  h3,
  .h3 {
    font-size: 35px;
    line-height: 45px;
  }

  h4,
  .h4 {
    font-size: 25px;
    line-height: 35px;
  }

  h5,
  .h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6,
  .h6 {
    font-size: 16px;
    line-height: 25px;
  }

  .header__logo {
    padding: 10px 10px;
  }

  .header__nav .nav__list li a {
    font-size: 12px;
  }

  .header__nav {
    margin-left: 110px;
  }

  .header__nav .nav__list {
    gap: 23px;
  }

  .header__logo img {
    width: 80px;
  }

  .nav__list>li:after {
    right: -14px;
    height: 12px;
    right: -2px;
  }

  .footer__contact-icon {
    min-width: 40px;
  }

  .nav__list .sub-menu {
    min-width: 165px;
    padding-block: 20px;
  }

  .nav__list .sub-menu li {
    padding-inline: 15px;
  }

  .header__nav .nav__list .menu-item-has-children>a {
    padding-right: 18px;
  }

  .header__phone-link {
    font-size: 18px;
  }

  .header__nav .nav__list {
    gap: 5px;
  }

  .header__nav .nav__list .menu-item-has-children>a:after {
    height: 13px;
    width: 13px;
  }

  /*review slider*/
  .our__review-slider .review-star .kt-inside-inner-col {
    column-gap: 0;
  }

  .review-star .kt-inside-inner-col img {
    width: 16px;
  }

  .agree__check .gfield_checkbox div {
    width: 100%;
  }

  .website__form .gform-footer,
  .agree__check .validation_message {
    position: static;
  }

  .website__form .gform-footer {
    margin-top: 30px !important;
  }

  .full-height-banner>.kt-inside-inner-col {
    min-height: 500px !important;
  }

  .mobile__bg .title__dot strong {
    font-size: 16px;
    margin: 0 14px 0 0;
  }


}

@media screen and (max-width: 1024px) {



  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  h3,
  .h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  h5,
  .h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  h6,
  .h6 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .header__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .header__toggle-menu {
    position: relative;
    cursor: pointer;
    height: 30px;
  }

  .menu_button--open .header__toggle-menu-bar:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }

  .menu_button--open .header__toggle-menu-bar:nth-child(2) {
    transform: translateX(100%) scale(0);
  }

  .menu_button--open .header__toggle-menu-bar:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }

  .header__toggle-menu-bar {
    display: block;
    position: absolute;
    inset-inline: 0;
    width: 40px;
    height: 3px;
    transition: top 0.4s ease-out, transform 0.4s ease-out;
    background-color: var(--global-palette6);
    border-radius: 4px;
    margin-inline: auto;
  }

  .header__mobile-button {
    line-height: 1;
    width: 45px;
    text-align: center;
    margin-left: auto;
  }

  .menu_button--open .header__toggle-menu {
    height: 36px;
  }

  .header__toggle-menu-bar:nth-child(1) {
    top: 0;
  }

  .header__toggle-menu-bar:nth-child(2) {
    top: 12px;
  }

  .header__toggle-menu-bar:nth-child(3) {
    top: 24px;
  }

  .header__menu-label {
    font-size: 11px;
    color: var(--global-palette6);
    text-transform: uppercase;
    font-family: "Copperplate", sans-serif !important;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .mobile__nav {
    position: fixed;
    width: 100%;
    left: 0;
    background: #C1272D;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-block: 0;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 0;
    max-height: 0;
    overflow: auto;
    transition: 0.3s;
  }

  .mobile__nav.show_menu {
    transform: translateY(0);
    padding-block: 50px 30px;
    min-height: 80%;
    max-height: 90%;
  }

  .header__mobile-inner .nav__list {
    margin: 0 0 30px;
    text-align: center;
    list-style: none;
  }

  .nav__list .sub-menu {
    width: auto;
    position: unset;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: inherit !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: var(--global-palette1) !important;
    max-width: 80%;
    margin: 0 auto !important;
  }

  .mobile__nav ul li a {
    font-family: "Copperplate", sans-serif !important;
    text-decoration: none;
    color: var(--global-palette6);
  }

  .nav__list>li:after {
    display: none;
  }

  .nav__list>li {
    padding: 0;
    margin-right: 0;
  }

  .header__mobile-inner .nav__list li {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .header__mobile-inner .nav__list .sub-menu li {
    margin-bottom: 10px;
  }

  .header__mobile-inner .submenu-toggle {
    height: 16px;
    width: 18px;
    display: inline-block;
    background: url("../img/down_angle-red.svg") center/contain no-repeat;
    margin-left: 10px;
    filter: brightness(0) invert(1);
    position: relative;
    top: 4px;
  }

  .submenu-toggle.open {
    transform: rotateX(180deg);
  }

  .sub-menu.sub__menu-open {
    display: block;
  }

  .mobile-nav-cta {
    max-width: 335px;
    margin: auto auto 0;
    text-align: center;
  }

  .mobile-nav-cta__title {
    font-size: 30px;
    color: var(--global-palette6);
    line-height: 1.2;
    max-width: 225px;
    margin: 0 auto;
  }

  .mobile-nav-cta__subtitle {
    color: var(--global-palette6);
    margin: 6px 0 0;
  }

  .mobile-nav-cta a.u-button {
    display: inline-block;
    margin-top: 35px;
  }


  nav.header__nav {
    display: none;
  }

  .header__mobile-inner {
    display: block;
  }

  .header__container {
    padding: 0;
  }

  .header__logo {
    position: static;
  }

  .header.scrolled {
    padding: 0;
  }

  .scrolled .header__logo {
    padding: 10px 10px;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__left {
    order: 2;
    width: 100%;
    margin: 0 auto !important;
    padding: 40px;
  }

  .footer__right {
    order: 1;
    width: 100%;
  }

  .footer__logo img {
    margin: 0 auto;
  }

  .footer__logo {
    margin-left: 0;
  }

  .footer__button {
    justify-content: center;
  }

  .scrolled .header__logo img {
    width: 80px;
  }

  .header::before {
    background: var(--global-palette2);
    height: 75px;
  }

  .scrolled.header::before {
    height: 75px;
  }

  /*review slider*/
  .our__review .splide .splide__arrow {
    width: 50px;
    height: 50px;
  }

  .our__review .splide .splide__arrow.splide__arrow--next {
    right: -60px;
  }

  .our__review .splide .splide__arrow.splide__arrow--prev {
    left: -60px;
  }

  .our__review .splide .splide__arrow::before {
    font-size: 25px;
  }


  .inner-banner-bg {
    position: relative;
  }

  .inner-banner-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #142D4F 0%, #27272700 100%) 0% 0% no-repeat padding-box;
    inset: 0;
    z-index: 1;
  }

  .blog-listing .kt-blocks-post-grid-item-inner .entry-title {
    font-size: 20px;
  }

  .blog-listing.related-post .kt-post-grid-wrap {
    column-gap: 15px;
  }

  .blog-listing .kt-blocks-post-grid-item-inner {
    padding: 15px 15px 0 15px;
  }

  .blog-listing a.kt-blocks-post-readmore {
    width: calc(100% + 30px);
    left: -15px;
    font-size: 22px;
  }

  .faq-header {
    font-size: 18px;
    line-height: 1;
  }

  .website__form .gform-footer {
    justify-content: center;
  }

  .error404 .page-content,
  .search .site-main {
    margin: 50px 0 60px !important;
  }

  .mobile__bg .title__dot strong {
    font-size: 14px;
  }
  .header__phone-link:hover {
    color: #FFFFFF;
  }
  .header__mobile-inner .nav__list > li > .sub-menu {
      overflow: auto !important;
  }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {


  h1,
  .h1 {
    font-size: 27px;

  }

  h2,
  .h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  h3,
  .h3 {
    font-size: 20px;
    line-height: 30px;
  }

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

  h5,
  .h5 {
    font-size: 16px;
    line-height: 26px;
  }

  h6,
  .h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .u-hide--desktop {
    display: block;
  }

  .u-hide--mobile {
    display: none;
  }

  .head__sep:after {
    display: none;
  }

  .mobile__bg:before {
    display: block !important;
    position: absolute;
    content: "";
    background: transparent linear-gradient(180deg, #142D4F 0%, #27272700 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    width: 100%;
    inset: 0;
  }

  .head__sep-h2:after {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
  }

  .no__dot ul.wp-block-list {
    padding: 0;
  }

  .mobile__bg .title__dot strong {
    margin: 0 6px 0 0;
  }

  .no__dot-mobile ul.wp-block-list {
    padding: 0;
  }

  .no__dot-mobile ul.wp-block-list li a {
    font-size: 18px;
  }

  .photo__aspect img {
    aspect-ratio: 0.9;
    background-position: center;
  }

  .title__dot strong {
    margin: 0 10px 0 0;
  }

  .footer__copyright {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    margin-top: 30px;
  }

  .footer__privacy-list {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .footer__bottom-inner {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .footer__social span {
    margin-right: 0px;
  }

  .footer__links a {
    margin-right: 0;
  }

  .u-button {
    padding: 20px 60px 20px 60px;
  }

  .footer__counties-heading {
    margin-bottom: 0;
  }

  .footer__counties {
    margin: 30px 0 20px;
  }

  .footer__bottom {
    padding: 35px 0;
    text-align: center;
  }

  .header__availability-text {
    font-size: 16px;
  }

  .header__phone-link {
    font-size: 22px;
  }

  .header__logo img {
    width: 75px;
  }

  .scrolled .header__logo img {
    width: 75px;
  }

  .scrolled.header::before {
    height: 70px;
  }

  .header::before {
    height: 70px;
  }

  /*review slider*/
  .our__review-slider {
    width: 90%;
    padding-bottom: 100px;
  }

  .our__review .splide .splide__arrow {
    width: 94px;
    height: 94px;
  }

  .our__review .splide .splide__arrow::before {
    font-size: 32px;
    width: auto;
  }

  .our__review .splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: -70px;
    margin: 0 auto;
    inset-inline: 0;
    max-width: 208px;
  }

  .our__review .splide .splide__arrow.splide__arrow--prev {
    left: 0;
  }

  .our__review .splide .splide__arrow.splide__arrow--next {
    right: 0;
  }

  .title__dot strong:after {
    display: block;
    width: 3px;
    height: 3px;
    background: var(--global-palette2);
    left: -8px;
  }

  .u-border--white img {
    border: none !important;
  }

  .u-image--fullwidth,
  .u-image--fullwidth img {
    width: 100%;
    margin: 0 !important;
  }

  .u-mobile--nopad .kt-row-column-wrap {
    padding: 0;
  }

  .u-mobile--pad {
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
  }

  .u-color--f4f4f4 {
    background-color: #F4F4F4;
  }

  .legal__services--slider .wp-block-group__inner-container {
    display: flex;
  }

  .legal__services--slider .glide__arrows {
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }

  .legal__services--slider .glide__arrows .glide__arrow {
    background: #C1272D;
    height: 94px;
    width: 94px;
    position: relative;
    text-indent: -9999px;
  }

  .legal__services--slider .glide__arrows .glide__arrow:hover {
    background: #F03139;
  }

  .legal__services--slider .glide__arrows .glide__arrow::before {
    content: "";
    position: absolute;
    height: 26px;
    width: 30px;
    inset: 0;
    background: url(../img/arrow_prev.svg);
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .legal__services--slider .glide__arrows .glide__arrow--right::before {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }

  .mobile__bg-color>.kt-inside-inner-col {
    background: #142D4F !important;
  }

  .practice-area-listing .wp-block-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }

  .listing-last-row ul.wp-block-list li:first-child {
    grid-column-start: inherit;
  }

  .blog-listing .navigation.pagination {
    margin-block: 30px 0;
  }

  .blog-listing .kt-blocks-post-grid-item-inner {
    display: block;
    height: inherit;
  }

  .next-prev-post .post-navigation-link-previous {
    padding-right: 15px;
    margin-right: 0;
  }

  .next-prev-post .post-navigation-link-previous a::before {
    margin-right: 10px;
  }

  .next-prev-post .post-navigation-link-next a::after {
    margin-left: 10px;
  }

  .single-post-content ul li:before {
    height: 8px;
    width: 8px;
    top: 8px;
  }

  .single-post-content ul li {
    padding-left: 15px;
  }

  ul.wp-block-list li::before {
    height: 8px;
    width: 8px;
    top: 8px;
  }

  ul.wp-block-list li {
    padding-left: 15px;
  }

  .blog-listing.related-post .kt-post-grid-wrap {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .blog-listing .kt-blocks-post-grid-item .entry-content {
    padding-top: 20px;
  }

  .blog-listing a.kt-blocks-post-readmore {
    margin-top: 20px;
    font-size: 18px;
  }

  .blog-listing .pagination .nav-links .page-numbers {
    font-size: 16px;
    height: 40px;
    width: 40px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    padding: 6px 10px !important;
    font-size: 16px !important;
  }

  body .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 16px;
  }

  .agree__check .gfield_checkbox [type=checkbox] {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-top: 5px !important;
  }

  .agree__check .gfield_checkbox label {
    margin-left: 15px;
  }

  .cta-number .wp-block-group__inner-container {
    display: flex;
    line-height: 1.2;
    margin-top: 15px;
    flex-direction: column;
    row-gap: 24px;
  }

  .cta-number .wp-block-group__inner-container a:first-child {
    all: unset;
  }

  .full-height-banner>.kt-inside-inner-col {
    min-height: 350px !important;
  }

  .next-prev-post .wp-block-post-navigation-link {
    font-size: 18px;
  }

}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  /*Home page hero section changes*/
  .hero-image .ban-photo img {
    width: auto;
    max-height: 22vh;
    margin-inline: auto;
  }
}
@media screen and (max-width: 400px) {
  .hero-image .ban-photo img {
    max-height: 16vh;
  }
}