* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: smooth;
  font-size: 0.9375vw;
}

html body {
  font-family: Questrial;
  font-weight: normal;
  overflow-x: clip;
  background: #fff;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

html body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

*::-moz-selection {
  color: #fff;
  background: #737e5a;
}

*::selection {
  color: #fff;
  background: #737e5a;
}

*::-moz-selection {
  color: #fff;
  background: #737e5a;
}

*::-webkit-selection {
  color: #fff;
  background: #737e5a;
}

*::-ms-selection {
  color: #fff;
  background: #737e5a;
}

* {
  scrollbar-color: #737e5a;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  height: 3px;
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: #737e5a;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #9fa5b9;
  border-radius: 6px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: Questrial;
  border: 0;
  outline: 0;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: Questrial;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .inner-heading {
  font-family: Jost;
  color: #333b4b;
  margin: 0;
  font-weight: 700;
}

body h1,
body .inner-heading {
  font-size: 5.1111rem;
  font-weight: 500;
  line-height: 109%;
  letter-spacing: -3.68px;
}

body h1 span,
body h2 span,
body .inner-heading span {
  color: #d2b296;
  font-family: inherit;
  font-weight: inherit;
}

body h2,
.page-template-common-template .common-template h1,
.page-template-practice-area-detail .pa-detail h1 {
  font-size: 3.889rem;
  font-weight: 500;
  line-height: 114.286%;
  letter-spacing: -2.8px;
  padding-bottom: 2.222rem;
  position: relative;
}

body h2::before,
.page-template-common-template .common-template h1::before,
.page-template-practice-area-detail .pa-detail h1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 204px;
  height: 9px;
  background-image: url(../images/title-line-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

body h2.center::before {
  width: 384px;
  height: 9px;
  background-image: url(../images/title-line-center.svg);
  left: 0;
  right: 0;
  margin: 0 auto;
}

body h2,
.page-template-practice-area-detail .pa-detail h1,
body p.small-title {
  text-transform: capitalize;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p,
.blog-detail .content ul li,
.sub-faq-section .answer_faq ul li,
.blog-detail .content ol li,
.meet-att .otherinfo ul li,
.common-template .content ul li {
  color: #212121;
  font-family: Questrial;
  font-weight: normal;
  font-size: 1rem;
  line-height: 166%;
  margin: 0 0 15px 0;
  display: block;
}

body a {
  font-family: Questrial;
  font-size: 1rem;
  font-weight: normal;
  color: #212121;
  text-decoration: none;
  line-height: normal;
  outline: none !important;
  display: inline-block;
  line-height: 160%;
}

body a:hover {
  color: #d3b396;
}

body a:focus {
  outline: none !important;
}

body p:last-of-type {
  margin-bottom: 0;
}

body p.small-title {
  color: #99522c;
  font-family: "DM Sans";
  font-size: 1.056rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.padding {
  padding: 6.667rem 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.for-mobile {
  display: none;
}

.gform_wrapper.gravity-theme {
  position: relative;
}

.gform_wrapper.gravity-theme form .gform_body input::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body select::-moz-placeholder, .gform_wrapper.gravity-theme form .gform_body textarea.large::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.gform_wrapper.gravity-theme form .gform_body input::placeholder,
.gform_wrapper.gravity-theme form .gform_body select::placeholder,
.gform_wrapper.gravity-theme form .gform_body textarea.large::placeholder,
.gform_wrapper.gravity-theme form .gform_body select,
.gform_wrapper.gravity-theme form .gform_body select option.gf_placeholder {
  color: #333;
  opacity: 1;
}

.gform_wrapper.gravity-theme form .gform_body input,
.gform_wrapper.gravity-theme form .gform_body select,
.gform_wrapper.gravity-theme form .gform_body textarea.large {
  border-radius: 50px;
  height: 48px;
  line-height: 48px;
  padding: 0 23px;
  color: #333;
  font-family: Questrial;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  min-height: unset !important;
}

.gform_wrapper.gravity-theme form .gform_body input::-webkit-outer-spin-button,
.gform_wrapper.gravity-theme form .gform_body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_wrapper.gravity-theme form .gform_body select {
  cursor: pointer;
}

.gform_wrapper.gravity-theme form .gform_body textarea.large {
  height: 113px !important;
  resize: none;
  border-radius: 18px;
  line-height: normal !important;
  padding-top: 20px !important;
}

.gform_wrapper.gravity-theme form .gform_body label.gfield_label {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 2.222rem;
}

.gform_wrapper.gravity-theme form .gform_body label.gfield_label span {
  display: none;
}

.banner .gform_wrapper.gravity-theme form .gform_fields {
  grid-column-gap: 17px;
  grid-row-gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.banner .gform_wrapper.gravity-theme form .gform_body .gfield {
  margin-bottom: 20px;
  grid-column: unset;
  position: relative;
}

.banner .gform_wrapper.gravity-theme form .gform_body .gfield:nth-child(2) {
  grid-column: 1/2;
}

.banner .gform_wrapper.gravity-theme form .gform_body .gfield:nth-child(3) {
  grid-column: 1/2;
}

.banner .gform_wrapper.gravity-theme form .gform_body .gfield:last-child {
  grid-column: 2/3;
  grid-row: 1/3;
}

.gform_confirmation_message {
  font-size: 1.2rem;
}

.gform_wrapper.gravity-theme .gform_footer {
  position: relative;
}

.banner .gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: calc(50% - 10px);
}

.gform_wrapper.gravity-theme .gform_footer::before {
  position: absolute;
  content: "";
  background: url(../images/button-arrow.svg) no-repeat;
  background-size: contain;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.gform_wrapper.gravity-theme .gform_footer img {
  display: none;
}

.gform_wrapper.gravity-theme form input[type=submit] {
  background: #737e5a;
  font-family: "DM Sans";
  width: 100%;
  padding: 14px 0 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  margin: 0 !important;
  min-height: unset !important;
  line-height: normal;
  box-shadow: 0 8px 15px rgba(115, 126, 90, 0.3);
}

.gform_wrapper.gravity-theme form input[type=submit]:hover {
  background: #9b532f;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border: 0;
  padding: 0 0 11px;
  box-shadow: unset;
  margin: 0;
  display: none;
}

.gform_wrapper.gravity-theme .ginput_container_phone .instruction.validation_message {
  display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors span::before {
  content: none;
}

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

.gform_wrapper.gravity-theme form .validation_message {
  background: transparent;
  padding: 10px 0 0;
  margin: 0;
  border: 0;
  color: red;
  font-size: 14px;
}

.banner .gform_wrapper.gravity-theme form .validation_message {
  position: absolute;
  left: 10px;
  bottom: -13px;
  font-size: 11px;
}

.gform_confirmation_wrapper {
  color: green;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin: 1.1rem 0;
}

span.id-wrapper {
  margin-top: -8.056rem;
  padding-top: 8.056rem;
  display: block;
  width: 100%;
  pointer-events: none;
}

body a.btn-main {
  color: #fff;
  font-size: 0.917rem;
  font-weight: 700;
  line-height: 100%;
  border-radius: 50px;
  background: #737e5a;
  padding: 1.1111rem 4.4444rem 1.1111rem 1.6667rem;
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 8px 15px rgba(115, 126, 90, 0.3);
  font-family: "DM Sans";
}

body a.btn-main .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2222rem;
  width: 2.2222rem;
  right: 0.5556rem;
  transition: all 0.3s;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
}

body a.btn-main .icon svg {
  position: absolute;
  transform: translateX(-50%);
  transition: all ease 0.5s;
}

body a.btn-main .icon svg:first-child {
  left: -50%;
}

body a.btn-main .icon svg:last-child {
  left: 50%;
}

body a.btn-main:hover .icon svg:first-child {
  left: 50%;
}

body a.btn-main:hover .icon svg:last-child {
  left: 150%;
}

@font-face {
  font-family: "Mansory";
  src: url("./fonts/Mansory-Regular.woff2") format("woff2"), url("./fonts/Mansory-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 0;
}

#header.scroll-down {
  pointer-events: none;
}

#header.scroll-down .wrapper {
  transform: translateY(-105%);
  opacity: 0;
}

#header.scroll-down.fixed {
  pointer-events: all;
}

#header.scroll-down.fixed .wrapper {
  transform: translateY(0);
  opacity: 1;
}

#header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.278rem 2.778rem;
  transition: all ease 0.3s;
  position: relative;
}

#header.fixed .wrapper {
  background-color: #000;
}

#header .logo {
  width: 13.556rem;
}

#header .main-menu {
  margin-left: auto;
  margin-right: 2.778rem;
}

#header ul#menu-header-menu {
  display: flex;
  align-items: center;
  gap: 2.111rem;
}

#header ul#menu-header-menu li {
  position: relative;
}

#header ul#menu-header-menu li.menu-item-has-children {
  padding-right: 1.111rem;
}

#header ul#menu-header-menu li span.submenu-click-arrow {
  background: url("../images/dropdown-arrow.svg") no-repeat;
  display: block;
  width: 0.611rem;
  height: 0.389rem;
  position: absolute;
  left: auto;
  right: 0rem;
  top: 0.389rem;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
}

#header ul#menu-header-menu li a {
  color: #FFF;
  font-size: 0.889rem;
  font-weight: 700;
  line-height: normal;
  font-family: "DM Sans", sans-serif;
}

#header ul#menu-header-menu li a:hover,
#header ul#menu-header-menu li.current-menu-item a {
  color: #D3B396;
}

#header ul#menu-header-menu li ul.sub-menu {
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  min-width: 10rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0.556rem;
  top: 1.611rem;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 1.111rem rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 5px;
}

#header ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -8px;
  height: 10px;
}

#header ul#menu-header-menu li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 0.278rem;
  position: relative;
  padding: 0rem;
  text-align: left;
  border-radius: 5px;
}

#header ul#menu-header-menu li ul.sub-menu li:hover,
#header ul#menu-header-menu li ul.sub-menu li.current-menu-item {
  background: #E9E4DD;
}

#header ul#menu-header-menu li ul.sub-menu li a {
  display: block;
  padding: 0.556rem 1.111rem;
  font-size: 0.778rem;
  color: #001F25;
}

#header .header-contact {
  padding-left: 3.444rem;
  position: relative;
}

#header .header-contact p {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 0.778rem;
  font-weight: 700;
  text-transform: uppercase;
}

#header .header-contact a {
  color: #D3B396;
  font-family: "DM Sans";
  font-size: 1.833rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

#header .header-contact a:hover {
  color: #737E5A;
}

#header .header-contact a::before {
  position: absolute;
  content: "";
  background: url(../images/header-call.svg) no-repeat;
  background-size: contain;
  width: 2.667rem;
  height: 2.667rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/**/
#header .res_navigation {
  width: 26px;
  height: 17px;
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 26px;
  height: 17px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 2px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:last-child {
  transition: 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:last-child {
  top: auto;
  bottom: 0;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 16px !important;
}

.res_navigation .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.res_navigation .nav-toggle.active span:first-child,
.res_navigation .nav-toggle.active span:last-child {
  top: 15px;
}

.container {
  max-width: 90.556rem;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  padding-top: 9rem;
  background-size: cover;
  background-attachment: fixed;
}

.banner .btn-wrap {
  display: none;
}

.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 11.1111rem;
  background: linear-gradient(180deg, rgba(26, 13, 7, 0.7) 4.2%, rgba(26, 13, 7, 0) 95.8%);
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}

.banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: -7.7778rem;
  background: linear-gradient(178deg, rgba(4, 2, 0, 0) 61.46%, #040200 83.59%);
  z-index: -1;
  pointer-events: none;
}

.banner .wrapper {
  display: grid;
  grid-template-columns: 38.2222rem 55.333rem;
  padding-right: 1.6667rem;
  padding-left: 8.8889rem;
  grid-gap: 2rem;
}

.banner .wrapper .right-image {
  position: relative;
  z-index: -1;
  bottom: -2.2222rem;
}

.banenr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-position: right;
  background-size: contain;
}

.banner h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5556rem;
}

.banner p.sub-title {
  color: #fff;
  font-family: "DM Sans";
  font-size: 1.2222rem;
  font-weight: 500;
  line-height: 136%;
  margin-bottom: 2.2222rem;
}

.banner .banner-form {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 0.6667rem 0 rgba(0, 0, 0, 0.6);
  position: relative;
  padding: 2.6111rem 2.2222rem;
}

.banner .banner-form::before {
  position: absolute;
  content: "";
  top: 0.5556rem;
  right: 0.5556rem;
  bottom: 0.5556rem;
  left: 0.5556rem;
  border-radius: 18px;
  border: 3px solid #9b532f;
  pointer-events: none;
}

.banner .banner-form p.banner-title {
  color: #9b532f;
  font-family: "Jost", sans-serif;
  font-size: 1.5556rem;
  font-weight: 600;
  line-height: 107%;
  padding-bottom: 1.4444rem;
}

.slider-wrapper {
  position: relative;
}

.result-sec {
  background: #000;
  position: relative;
  z-index: 1;
}

.result-wrap .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.result-sec .btn-wrap {
  margin-top: 2.5rem;
}

.result-sec .btn-wrap .btn-main {
  margin: 0 auto;
}

.result-wrap {
  padding: 2.7778rem 1.1111rem;
  position: relative;
  border: 1px solid #737f5b;
  border-radius: 20px;
  height: 100%;
}

.result-wrap .border-animation {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.result-wrap .border-animation::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: conic-gradient(transparent, #9b532f, #ffffff, #ffffff, transparent 40%);
  animation: borderRotate 4s linear infinite;
  will-change: transform;
  z-index: -1;
  pointer-events: none;
}

.result-wrap .border-animation::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: #000;
  border-radius: 20px;
  z-index: -1;
  pointer-events: none;
}

@keyframes borderRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.result-wrap p.title {
  color: #d3b396;
  font-family: "DM Sans";
  font-size: 0.7778rem;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1.4px;
  margin-bottom: 1rem;
}

.result-wrap p.amount {
  color: #fff;
  font-family: Mansory;
  font-size: 2.7778rem;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  padding: 0.8889rem 0;
  border-radius: 15px;
}

.result-slider .swiper-slide {
  height: auto;
  padding: 2px 0px;
}

.result-slider .swiper-slide:nth-child(4n+1) .result-wrap p.amount {
  background: #788e9c;
}

.result-slider .swiper-slide:nth-child(4n+2) .result-wrap p.amount {
  background: #737f5b;
}

.result-slider .swiper-slide:nth-child(4n+3) .result-wrap p.amount {
  background: #9b532f;
}

.result-slider .swiper-slide:nth-child(4n+0) .result-wrap p.amount,
.result-slider .swiper-slide:nth-child(4n+4) .result-wrap p.amount {
  background: #343b4b;
}

.result-wrap p.result-for {
  color: #9b532f;
  font-family: "DM Sans";
  font-size: 1.1111rem;
  font-weight: 600;
  line-height: normal;
  padding: 1.2778rem 0 0.7222rem;
  margin-bottom: 1.6667rem;
  position: relative;
}

.result-wrap p.result-for::before {
  position: absolute;
  content: "";
  background: #d3b396;
  width: 10.5556rem;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.result-wrap .content p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.18px;
}

.arrow-layout .swiper-button-next,
.arrow-layout .swiper-button-prev {
  width: 0.611rem;
  height: 1.222rem;
  background-image: url(../images/slider-angle-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.arrow-layout .swiper-button-prev {
  left: -3.333rem;
}

.arrow-layout .swiper-button-next {
  right: -3.333rem;
  background-image: url(../images/slider-angle-arrow-right.svg);
}

.arrow-layout .swiper-button-next::after,
.arrow-layout .swiper-button-prev::after {
  content: none;
}

.about-sec h2 {
  margin-bottom: 2.778rem;
}

.about-sec .wrapper {
  display: grid;
  grid-template-columns: 53.333rem 1fr;
  padding-right: 9.722rem;
  grid-gap: 3.722rem;
}

.about-sec .wrapper .left-col {
  position: relative;
}

.about-sec .wrapper .img-wrap {
  display: flex;
  align-items: flex-start;
}

.about-sec .wrapper .img-wrap img:first-child {
  border-bottom-right-radius: 20px;
  width: 30rem;
}

.about-sec .wrapper .img-wrap img:nth-child(2) {
  margin-left: -4.444rem;
  margin-top: -3.333rem;
  margin-right: -4.444rem;
  position: relative;
  width: 13.333rem;
  z-index: 1;
}

.about-sec .wrapper .img-wrap img:last-child {
  margin-top: 3.333rem;
  border-radius: 20px;
  width: 18.667rem;
}

.about-sec .right-col h3 {
  font-family: Mansory;
  font-size: 2rem;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -1.44px;
  margin-bottom: 0.833rem;
}

.about-sec .right-col a.btn-main {
  margin-top: 2.222rem;
}

.about-contact {
  padding: 4.222rem 2.556rem 1.5rem 7.222rem;
  border-radius: 30px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  position: absolute;
  right: 3.5rem;
  top: 24.944rem;
}

.about-contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e9e4dd;
  border-radius: 30px;
  z-index: -1;
}

.about-contact p {
  color: #333b4b;
  font-family: "DM Sans";
  font-size: 0.778rem;
  font-weight: 700;
  text-transform: uppercase;
}

.about-contact a {
  color: #9b532f;
  font-family: "DM Sans";
  font-size: 1.833rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.about-contact a:hover {
  color: #737e5a;
}

.about-contact a::before {
  position: absolute;
  content: "";
  background: url(../images/header-call.svg) no-repeat;
  background-size: contain;
  width: 2.667rem;
  height: 2.667rem;
  left: 3.889rem;
  bottom: 2.222rem;
}

.about-sec .bottom-wrap {
  padding-top: 5.556rem;
}

.about-sec .bottom-wrap .title-wrap {
  position: relative;
  margin-bottom: 2.778rem;
}

.about-sec .bottom-wrap .title-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background: #e9e4dd;
  top: 0.889rem;
  z-index: -1;
}

.about-sec .bottom-wrap h3 {
  color: #001f25;
  font-family: "DM Sans";
  font-size: 1.333rem;
  font-weight: 600;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 2.222rem;
}

.logo-slider .swiper-slide {
  width: auto;
}

.logo-slider .swiper-wrapper {
  align-items: center;
}

.our-practice-area {
  padding: 10.556rem 0 6.667rem;
  position: relative;
  background: url(../images/what-case-bg.png) no-repeat;
  background-size: contain;
  background-position: top;
}

.our-practice-area .top-wrap {
  display: grid;
  grid-template-columns: 1fr 41.111rem;
  padding-bottom: 3.5rem;
}

.our-practice-area .top-wrap .right-wrap {
  padding-top: 1.889rem;
}

.our-practice-area .practice-area-wrap {
  cursor: pointer;
  position: relative;
}

.our-practice-area .practice-area-wrap .img-wrap {
  position: relative;
  border-radius: 30px;
  height: 100%;
  width: 100%;
}

.our-practice-area .practice-area-wrap .img-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.61%, rgba(0, 0, 0, 0.85) 100%);
  border-radius: 30px;
  pointer-events: none;
  transition: all ease 0.3s;
}

.our-practice-area .practice-area-wrap:hover .img-wrap::before {
  opacity: 0;
}

.our-practice-area .practice-area-wrap .img-wrap img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-practice-area .practice-area-wrap p.title {
  color: #fff;
  text-align: center;
  font-family: Jost;
  font-size: 1.778rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.our-practice-area .practice-area-wrap .img-wrap p.title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.667rem;
  transition: all ease 0.3s;
}

.our-practice-area .practice-area-wrap:hover .img-wrap p.title {
  opacity: 0;
}

.our-practice-area .practice-area-wrap .content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  border: 4px solid #9b532f;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.667rem;
  opacity: 0;
  transition: all ease 0.3s;
}

.our-practice-area .practice-area-wrap:hover .content-wrap {
  opacity: 1;
}

.our-practice-area .practice-area-wrap .content {
  padding: 0.889rem 0 1.667rem;
}

.our-practice-area .practice-area-wrap .content p {
  color: #fff;
  text-align: center;
}

.our-practice-area .practice-area-wrap a.button {
  color: #fff;
  font-family: "DM Sans";
  font-size: 0.889rem;
  font-weight: 700;
  line-height: normal;
  padding: 0.556rem 1.667rem;
  background: #9b532f;
  border-radius: 50px;
}

.our-practice-area .practice-area-wrap a.button:hover {
  background: #737e5a;
}

.round-arrow-layout .btn-wrap {
  display: flex;
  margin-top: 3.333rem;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.round-arrow-layout .btn-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #d9e0e1;
  transform: translateY(-50%);
  pointer-events: none;
}

.round-arrow-layout .swiper-button-prev.swiper-button-disabled,
.round-arrow-layout .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}

.round-arrow-layout .swiper-button-next,
.round-arrow-layout .swiper-button-prev {
  position: unset;
  transform: unset;
  margin-top: 0;
  width: auto;
  height: auto;
  color: #9b532f;
  font-family: "DM Sans";
  font-size: 0.889rem;
  font-weight: 700;
  display: flex;
  gap: 0.667rem;
  background-color: #fff;
  opacity: 1;
}

.round-arrow-layout .swiper-button-next {
  padding-left: 1.667rem;
}

.round-arrow-layout .swiper-button-prev {
  padding-right: 1.667rem;
}

.round-arrow-layout .swiper-button-next::after,
.round-arrow-layout .swiper-button-prev::after {
  content: none;
}

.recovery-sec {
  background: #f2f4f5;
}

.recovery-sec p.sub-title {
  max-width: 48.333rem;
  margin: 2.222rem auto 4.444rem;
  color: #212121;
  font-size: 1.222rem;
  line-height: 145%;
  letter-spacing: 0.132px;
}

.recovery-sec .wrap {
  display: grid;
  grid-template-columns: 46.111rem 1fr;
  grid-gap: 6.111rem;
  padding-right: 9.722rem;
}

.recovery-sec .right-col {
  position: relative;
  z-index: 1;
}

.recovery-sec .right-col::before {
  position: absolute;
  content: "";
  top: 1.333rem;
  bottom: 5.556rem;
  left: 4.5rem;
  width: 0.111rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
  background-repeat: repeat-y;
  background-size: 0.333rem 0.944rem;
  z-index: -1;
}

.recovery-sec .left-col img {
  border-radius: 0 30px 30px 0px;
}

.recovery-sec .single {
  display: flex;
  gap: 2.222rem;
  padding-bottom: 2.778rem;
  align-items: flex-start;
}

.recovery-sec .single:last-child {
  padding-bottom: 0 !important;
}

.recovery-sec .single img {
  flex: 0 0 8.5rem;
  width: 8.5rem;
}

.fight-for-rights {
  background-repeat: no-repeat;
  background-size: cover;
}

.fight-for-rights .wrap {
  display: grid;
  grid-template-columns: 1fr 48.333rem;
  align-items: center;
  padding-top: 3.333rem;
  padding-bottom: 2rem;
}

.fight-for-rights h2 {
  color: #fff;
}

.fight-for-rights .content {
  max-width: 35.333rem;
  margin: 1.944rem 0;
}

.fight-for-rights .content p {
  color: #fff;
}

.fight-for-rights .content h3 {
  color: #fff;
  font-family: Mansory;
  font-size: 1.944rem;
  font-weight: 400;
  line-height: 111.429%;
  letter-spacing: -0.7px;
  margin: 1.111rem 0;
}

.fight-for-rights .content h3 a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.team-sec .swiper {
  padding: 3.889rem 0.556rem;
}

.team-wrap {
  padding: 0.278rem;
  box-shadow: 0px 0 0.611rem rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  transition: all ease 0.3s;
  position: relative;
}

.team-wrap a.page-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.team-wrap img {
  border-radius: 30px;
}

.team-wrap .content-wrap {
  padding: 1.111rem 1.667rem 1.667rem;
  background: #fff;
  border-radius: 0 0 30px 30px;
  transition: all ease 0.3s;
}

.team-wrap .content-wrap p.title {
  color: #33394b;
  font-family: Jost;
  font-size: 1.444rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.04px;
  margin: 0;
  padding-bottom: 0.167rem;
  transition: all ease 0.3s;
}

.team-wrap .content-wrap p.designation {
  color: #9a522e;
  font-family: "DM Sans";
  font-size: 0.833rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.75px;
  transition: all ease 0.3s;
}

.team-wrap:hover {
  cursor: pointer;
  background: #9b532f;
}

.team-wrap:hover .content-wrap {
  background: #9b532f;
}

.team-wrap:hover .content-wrap p.title,
.team-wrap:hover .content-wrap p.designation {
  color: #fff;
}

.team-sec .btn-wrap {
  margin: 0;
}

.trsted-attorneys {
  background: #e9e4de;
}

.trsted-attorneys .wrapper {
  display: grid;
  grid-template-columns: 1fr 53.556rem;
  padding-left: 9.722rem;
}

.trsted-attorneys .left-col {
  padding: 6.111rem 0 0;
}

.trsted-attorneys .left-col h2::before {
  content: none;
}

.trsted-attorneys .left-col .box {
  border-radius: 30px;
  background: #737e5a;
  padding: 3.333rem;
  position: relative;
  margin-right: -8.889rem;
}

.trsted-attorneys .left-col .box .single {
  display: flex;
  gap: 2.778rem;
  padding-bottom: 2.222rem;
  margin-bottom: 2.778rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.trsted-attorneys .left-col .box .single:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.trsted-attorneys .left-col .box .single .icon {
  flex: 0 0 max-content;
}

.trsted-attorneys .left-col .box .single p.title {
  color: #fff;
  font-family: "DM Sans";
  font-size: 1.778rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.32px;
}

.trsted-attorneys .left-col .box .single p.text {
  color: #fff;
  font-family: "DM Sans";
}

.trsted-attorneys .left-col .box img.badge {
  position: absolute;
  top: -5rem;
  right: -5.556rem;
}

.trsted-attorneys .small-cta {
  padding: 4.444rem 0 6.667rem;
}

.trsted-attorneys .small-cta h3 {
  color: #333b4b;
  font-family: "DM Sans";
  font-size: 2.444rem;
  font-weight: 600;
}

.trsted-attorneys .small-cta p.cta-sub-title {
  max-width: 53.167rem;
  margin: 1rem auto 1.5rem;
}

.trsted-attorneys .small-cta .btn-main {
  margin: 0 auto;
}

.testimonial-main-wrap .star-icon {
  margin: 2.778rem 0 1.667rem;
}

.testimonial-main-wrap .review-wrap {
  max-width: 66.333rem;
  margin: 0 auto;
}

.testimonial-main-wrap .review-wrap p.review {
  color: #333a4b;
  font-family: "DM Sans";
  font-size: 1.444rem;
  letter-spacing: -0.52px;
  margin-bottom: 2.222rem;
  position: relative;
}

.testimonial-main-wrap .review-wrap p.review::before {
  content: "";
  width: 4.667rem;
  height: 3.556rem;
  display: inline-block;
  background: url(../images/quote.png) no-repeat;
  background-size: contain;
  vertical-align: bottom;
  position: relative;
  right: -1.111rem;
  z-index: -1;
}

.testimonial-main-wrap .review-wrap p.name {
  color: #9b532f;
  font-family: Jost;
  font-size: 1.444rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.52px;
}

.testimonial-main-wrap .swiper-button-next,
.testimonial-main-wrap .swiper-button-prev {
  width: 3.333rem;
  height: 3.333rem;
}

.testimonial-main-wrap .swiper-button-next::after,
.testimonial-main-wrap .swiper-button-prev::after {
  content: none;
}

.testimonial-main-wrap .testimonial-slider {
  padding-bottom: 1.944rem;
}

body .swiper-pagination {
  bottom: 0px !important;
  top: auto !important;
}

body .swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  background: #e9e4dd;
  opacity: 1;
  margin: 0 0.278rem !important;
  width: 0.556rem;
  height: 0.556rem;
  transition: all ease 0.3s;
}

body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d3b396;
  width: 2.222rem;
}

footer {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #343c4b;
  position: relative;
  margin-top: 5rem;
  padding-bottom: 15.222rem;
}

footer::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(181deg, #343c4b 67.38%, rgba(52, 60, 75, 0) 96.06%);
  pointer-events: none;
}

footer::after {
  position: absolute;
  content: "";
  top: -5rem;
  left: 0;
  right: 0;
  height: 7.389rem;
  background: url(../images/footer-pattern.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

footer .top-wrap {
  display: grid;
  grid-template-columns: 1fr 36.111rem;
  grid-gap: 11.944rem;
}

footer h2 {
  color: #fff;
  font-size: 6.111rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -4.4px;
}

footer h2::before {
  content: none;
}

footer .call-wrap {
  display: flex;
  align-items: center;
  gap: 0.778rem;
}

footer .call-wrap p,
footer .call-wrap a {
  color: #fff;
  font-family: Mansory;
  font-size: 1.889rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.68px;
  margin: 0;
}

footer .call-wrap a {
  color: #d2b296;
  transition: all ease 0.2s;
}

footer .call-wrap a:hover {
  border-bottom: 1px solid;
}

footer .call-wrap span {
  color: #000;
  font-size: 1.222rem;
  letter-spacing: -0.44px;
  height: 2.222rem;
  line-height: 2.222rem;
  width: 2.222rem;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}

footer .top-wrap .left-col {
  position: relative;
  padding-top: 6.944rem;
}

footer .top-wrap .left-col::before {
  position: absolute;
  content: "";
  width: 19.444rem;
  height: 6.833rem;
  bottom: -2.778rem;
  right: -7.778rem;
  background: url(../images/footer-arrow.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.footer-form {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 3.333rem 0 rgba(0, 0, 0, 0.12);
  padding: 3.333rem 3.611rem;
  position: relative;
}

.footer-form::before {
  position: absolute;
  content: "";
  border-radius: 30px;
  border: 5px solid #9b532f;
  box-shadow: 0 0 3.333rem 0 rgba(0, 0, 0, 0.15);
  top: 1.111rem;
  right: 1.111rem;
  bottom: 1.111rem;
  left: 1.111rem;
  pointer-events: none;
}

.footer-form p.form-title {
  color: #333a4b;
  font-family: Jost;
  font-size: 2.556rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.92px;
}

.footer-form p.sub-title {
  color: #202020;
  font-size: 1.056rem;
  line-height: normal;
  letter-spacing: -0.38px;
  margin-bottom: 1.944rem;
}

.footer-form .gform_wrapper.gravity-theme form .gform_body input,
.footer-form .gform_wrapper.gravity-theme form .gform_body select,
.footer-form .gform_wrapper.gravity-theme form .gform_body textarea.large {
  height: 3.444rem;
  line-height: 62px;
  padding: 0 1.667rem;
  font-size: 1rem;
}

.footer-form .gform_wrapper.gravity-theme form input[type=submit] {
  padding: 1.111rem 0 !important;
  font-size: 0.944rem;
}

.footer-form .gform_wrapper.gravity-theme .gform_footer::before {
  position: absolute;
  content: "";
  background: url(../images/button-arrow.svg) no-repeat;
  background-size: contain;
  top: 1.444rem;
  right: 0.556rem;
  width: 2.333rem;
  height: 2.333rem;
}

footer .top-wrap .right-col {
  margin-top: -11.111rem;
}

footer .bottom-wrap {
  padding-top: 7.778rem;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}

footer .bottom-wrap .single:first-child {
  display: flex;
  flex-direction: column;
}

footer p.copyright {
  color: #fff;
  font-size: 0.889rem;
  margin-top: auto;
}

.social-wrap {
  display: flex;
  gap: 1.111rem;
  margin-top: 2.778rem;
}

.social-wrap a {
  width: 3.333rem;
  height: 3.333rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-wrap a:hover {
  opacity: 0.4;
}

footer p.footer-title {
  color: #d3b396;
  font-family: Jost;
  font-size: 1.333rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 1.111rem;
}

footer ul li a {
  color: #fff;
  font-size: 0.889rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.4px;
}

footer ul li.current-menu-item a {
  color: #d3b396;
}

footer .location,
footer .call,
footer .fax {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.667rem;
}

footer .location::before,
footer .call::before,
footer .fax::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../images/footer-location.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1.333rem;
}

footer .call::before {
  background-image: url(../images/footer-call.svg);
  width: 1.222rem;
  height: 1.222rem;
}

footer .fax::before {
  background-image: url(../images/footer-fax.svg);
  width: 1.222rem;
  height: 1.222rem;
}

footer .location p.location-title {
  color: #fff;
  font-family: "DM Sans";
  font-weight: 600;
  line-height: normal;
}

footer .location p.location-text {
  color: #fff;
  font-size: 0.889rem;
}

footer .call p,
footer .call a,
footer .fax p,
footer .fax a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.889rem;
}

footer .call a,
footer .fax a {
  color: #fff;
}

footer .call a:hover,
footer .fax a:hover {
  color: #d3b396;
}

footer p.office-time {
  color: #fff;
  font-family: "DM Sans";
  font-weight: 600;
  margin: 2.111rem 0;
}

footer p.office-time span {
  font-family: Questrial;
  font-size: 0.889rem;
  font-weight: 400;
}

footer a.office-direction {
  color: #d3b396;
  font-family: "DM Sans";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  gap: 2.611rem;
  border-bottom: 1px solid #d3b396;
  padding-bottom: 0.556rem;
}

footer a.office-direction:hover {
  opacity: 0.7;
}

.about-banner {
  aspect-ratio: 1920/650;
  background-size: cover;
  padding-top: 8.8889rem;
  overflow: hidden;
  background-repeat: no-repeat;
}

.about-banner .inner-heading {
  color: #fff;
  margin-bottom: 1rem;
}

.about-banner p.sub-title {
  color: #fff;
  font-family: Mansory;
  font-size: 1.4444rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.52px;
  margin-bottom: 1.9444rem;
}

.about-banner .wrap {
  display: grid;
  grid-template-columns: auto 48.6667rem;
}

.about-buckman .wrap {
  display: grid;
  grid-template-columns: 42.6667rem 1fr;
  grid-gap: 6.2778rem;
  margin-top: 5rem;
}

.about-buckman .wrap .left-wrap {
  position: relative;
}

.about-buckman .wrap .left-wrap img:first-child {
  border-radius: 30px;
  width: 42.667rem;
}

.about-buckman .wrap .left-wrap img:last-of-type {
  position: absolute;
  top: -1.6667rem;
  right: -3.3333rem;
  width: 11.111rem;
  height: 11.111rem;
}

.about-buckman .about-contact {
  position: relative;
  top: auto;
  right: auto;
  padding-left: 3.4444rem;
  margin-left: 0;
  padding-top: 1.6667rem;
}

.about-buckman .about-contact::before {
  position: absolute;
  content: "";
  top: -7.7778rem;
  left: -166.6667rem;
  right: 0;
  bottom: 0;
  background: #e9e4dd;
  border-radius: 30px;
  z-index: -1;
}

.about-buckman .about-contact a::before {
  left: 0;
}

.about-buckman .wrap .right-wrap {
  padding-top: 1.6667rem;
}

.about-buckman .wrap a.btn-main {
  margin-top: 2.3333rem;
}

.verdicts-settlements {
  background: #343c4b;
}

.verdicts-settlements h2 {
  color: #fff;
}

.verdicts-settlements .slider-wrapper {
  margin-top: 3.8889rem;
}

.verdicts-settlements .result-wrap::before,
.verdicts-settlements .result-wrap::after {
  background: #343c4b;
}

.verdicts-settlements .btn-wrap-main {
  margin-top: 3.6111rem;
}

.verdicts-settlements .btn-wrap-main a {
  margin: 0 auto;
  background-color: #9b532f;
}

.verdicts-settlements .result-slider .swiper-slide:nth-child(4n+0) .result-wrap p.amount,
.verdicts-settlements .result-slider .swiper-slide:nth-child(4n+4) .result-wrap p.amount {
  background: #d2b396;
}

.committed-sec .team-wrap-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6667rem;
  margin-top: 3.8889rem;
}

.their-passion {
  background: #f2f4f5;
}

.their-passion .wrap {
  display: grid;
  grid-template-columns: 1fr 42.7222rem;
  grid-gap: 5.5556rem;
  margin-top: 3.3333rem;
  align-items: center;
}

.their-passion .right-col {
  position: relative;
}

.their-passion .right-col img:first-child {
  border-radius: 30px;
}

.their-passion .right-col img:last-child {
  position: absolute;
  bottom: -1.6667rem;
  left: -5.5556rem;
  height: 10.222rem;
  width: 10.222rem;
}

.their-passion .wrap a.btn-main {
  margin-top: 2.2222rem;
}

.green-pattern {
  height: 5rem;
  background-size: cover;
}

.serving-florida {
  background: #e9e4de;
  padding-bottom: 6.6667rem;
}

.serving-florida .wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 5.2222rem;
}

.serving-florida .top img {
  margin-left: 0px;
  border-radius: 0 0 30px;
  margin-bottom: 1.6667rem;
  width: 42.6667rem;
}

.serving-florida .bottom {
  display: flex;
  gap: 2.3889rem;
  align-items: flex-start;
}

.serving-florida .bottom img:first-child {
  width: 22.2222rem;
  margin: 0;
}

.serving-florida .bottom img:last-child {
  width: 23.8889rem;
  margin: 0;
}

.serving-florida .right-col {
  padding-top: 6.6667rem;
  padding-right: 8.3333rem;
}

.serving-florida .right-col h2 {
  margin-bottom: 2.7778rem;
}

.serving-florida .right-col blockquote p {
  color: #fff;
  font-family: Mansory;
  font-size: 1.9444rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.7px;
  border-radius: 30px;
  background: #737e5a;
  padding: 1.6667rem 3.8889rem;
  margin: 1.6667rem 0;
}

.page-template-about .logo-swiper {
  padding: 6.667rem 0 11.111rem;
}

.inner-banner {
  padding: 230px 0 190px;
  position: relative;
  overflow: hidden;
}

.inner-banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #2b3240 44.25%, rgba(43, 50, 64, 0) 88.25%);
  width: 100%;
  height: 200px;
  left: 0;
  top: 0;
}

.inner-banner .inner-heading {
  color: #fff;
}

.inner-banner .inner-text {
  color: #fff;
  font-family: Mansory;
  font-size: 26px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.52px;
  margin-top: 12px;
  z-index: 1;
  position: relative;
}

.review-section .review-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}

.review-section .review-list .review-box {
  border: 2px solid #d3b396;
  border-radius: 20px;
  padding: 46px;
  position: relative;
}

.review-section .review-list .review-box::before {
  position: absolute;
  content: "";
  background: url("../images/quote.png");
  width: 84px;
  height: 64px;
  z-index: 11;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  z-index: -1;
}

.review-section .review-list .review-box .content {
  padding: 40px 0;
}

.review-section .review-list .review-box .content p {
  color: #333a4b;
  font-family: "DM Sans";
  font-size: 1.3333rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}

.review-section .review-list .review-box .name {
  font-family: Jost;
  font-size: 1.444rem;
  font-weight: 600;
  line-height: normal;
  color: #9b532f;
  letter-spacing: -0.52px;
}

.review-section .review-list .review-box .before-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
}

.review-section .review-list .review-box .before-img img {
  margin: 0;
}

.logo-swiper {
  padding-bottom: 125px;
  padding-top: 20px;
}

.logo-swiper .title-wrap {
  position: relative;
  margin-bottom: 2.778rem !important;
}

.logo-swiper .title-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background: #e9e4dd;
  top: 0.889rem;
  z-index: -1;
}

.logo-swiper .title-wrap h3 {
  color: #001f25;
  font-family: "DM Sans";
  font-size: 1.333rem;
  font-weight: 600;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 2.222rem;
}

.page-template-testimonial footer .bottom-wrap,
.single-post footer .bottom-wrap,
.page-template-locations footer .bottom-wrap,
.page-template-practice-area-detail footer .bottom-wrap,
.error404 footer .bottom-wrap,
.page-template-common-template footer .bottom-wrap,
.page-template-videos footer .bottom-wrap,
.page-template-contact footer .bottom-wrap {
  padding-top: 6rem;
}

.page-template-contact #header > div {
  background: url(../images/contact-header-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.page-template-contact .logo-swiper {
  padding: 4rem 0;
}

.contact-banner {
  padding-top: 11.1111rem;
}

.contact-banner .wrap {
  display: grid;
  grid-template-columns: 1fr 46.5rem;
  align-items: flex-end;
}

.contact-banner .inner-heading {
  padding-bottom: 3.8889rem;
}

.contact-banner .left-col {
  position: relative;
  margin-right: -2.7778rem;
  z-index: 1;
}

.contact-banner .left-col::before {
  position: absolute;
  content: "";
  left: 1.6667rem;
  right: 0;
  top: -4.4444rem;
  width: 39.7222rem;
  height: 36rem;
  background: url(../images/contact-bg.png) no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.case-evaluation .wrap {
  display: grid;
  grid-template-columns: auto 37.8889rem;
  grid-gap: 6.8889rem;
}

.case-evaluation h2 {
  margin-bottom: 1.6667rem;
}

.case-evaluation h3 {
  color: #001f25;
  font-family: "DM Sans";
  font-size: 1.4444rem;
  font-weight: 600;
  letter-spacing: -0.26px;
  margin-bottom: 0.3333rem;
}

.case-evaluation .top {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1.9444rem;
  margin-bottom: 2.0556rem;
}

.case-evaluation .contact-info {
  display: grid;
  align-items: center;
  grid-gap: 1.0556rem;
  grid-template-columns: 4.4444rem 1fr;
}

.case-evaluation .contact-info svg {
  width: 97%;
  height: 100%;
}

.case-evaluation .contact-info p.title {
  color: #99522c;
  font-family: "DM Sans";
  font-size: 1.0556rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-bottom: 0.2222rem;
}

.case-evaluation .location .text {
  font-weight: 500;
}

.case-evaluation .phone a,
.case-evaluation .fax .text {
  font-weight: 600;
}

.case-evaluation iframe {
  margin-top: 3.6111rem;
  height: 24.1667rem;
  border-radius: 10px;
}

.services-we-offer {
  background: #f2f4f5;
}

.services-we-offer p.sub-title {
  margin: 2.2222rem 0 2.7778rem;
}

.services-we-offer ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.3889rem;
}

.services-we-offer ul li a {
  padding: 0.5556rem;
  text-align: center;
  border-radius: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: normal;
  min-height: 5.2222rem;
}

.services-we-offer ul li:nth-child(6n+1) a {
  background: #788e9c;
}

.services-we-offer ul li:nth-child(6n+2) a {
  background: #737f5b;
}

.services-we-offer ul li:nth-child(6n+3) a {
  background: #9b532f;
}

.services-we-offer ul li:nth-child(6n+4) a {
  background: #343b4b;
}

.services-we-offer ul li:nth-child(6n+5) a {
  background: #bfcacc;
  color: #000;
}

.services-we-offer ul li:nth-child(6n+0) a,
.services-we-offer ul li:nth-child(6n+6) a {
  background: #d3b396;
  color: #000;
}

.blog-detail {
  padding: 5.5556rem 0;
}

.blog-detail .blog-wrap,
.pa-detail .wrap {
  display: grid;
  grid-template-columns: auto 22.2222rem;
  grid-gap: 3.8889rem;
}

.blog-detail .author-wrap {
  display: grid;
  grid-template-columns: 13.1111rem auto;
  border-radius: 20px;
  background: #f2f4f5;
  padding: 1.6667rem 2.7778rem 3.3333rem;
}

.blog-detail .author-wrap .right-col {
  padding-top: 2rem;
}

.blog-detail .author-wrap p.author-title {
  color: #000;
  font-family: Jost;
  font-size: 2.3333rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
}

.blog-detail .author-wrap p.author-title span {
  color: #9b532f;
  font-family: Jost;
}

.blog-detail .author-wrap p.attorney-text {
  color: #000;
  font-family: "DM Sans";
  font-size: 1.3333rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin: 0 0 0.3333rem;
}

.blog-detail .author-wrap p.attorney-text strong {
  font-family: "DM Sans";
}

.blog-detail .share-social-wrap {
  display: flex;
  margin-top: 2.2222rem;
  gap: 0.5556rem;
  align-items: center;
}

.blog-detail .share-social-wrap h4 {
  color: #000;
  font-family: "DM Sans";
  font-size: 1.3333rem;
  font-weight: 600;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}

.blog-detail .addtoany_shortcode a {
  font-size: 0;
}

.blog-detail .addtoany_shortcode span.a2a_label {
  display: none;
}

.blog-detail .addtoany_shortcode span.a2a_svg {
  background: #737e5a !important;
  width: 1.7778rem;
  height: 1.7778rem;
  border-radius: 50px;
  line-height: 1.7778rem;
  display: flex;
}

.blog-detail .addtoany_shortcode span.a2a_svg svg {
  width: 1.3333rem;
  height: 1.3333rem;
  margin: auto;
}

.blog-detail p.last-updated {
  color: #333b4b;
  font-family: "DM Sans";
  font-size: 2.4444rem;
  font-weight: 600;
  line-height: normal;
  margin: 4.4444rem 0 1.6667rem;
}

.blog-detail .feature-img {
  margin-bottom: 2.7778rem;
}

.blog-detail .feature-img img,
.blog-detail .content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  height: 27.6111rem;
}

.blog-detail .content img {
  margin: 1.6667rem 0;
}

.blog-detail .content a {
  color: #9b532f;
}

.blog-detail .content h2,
.pa-detail .content h2,
.common-template .content h2 {
  margin: 4.1667rem 0 1.6667rem;
  letter-spacing: 0;
}

.blog-detail .content blockquote {
  border-radius: 20px;
  background: #e9e4de;
  padding: 2.2222rem 2.7778rem;
  border-left: 14px solid #9b532f;
  margin: 1.6667rem 0;
}

.blog-detail .content blockquote * {
  font-family: Mansory;
}

.blog-detail .content blockquote p {
  color: #000;
  font-size: 1.4444rem;
  font-weight: 400;
  line-height: 146%;
  letter-spacing: 0.156px;
}

.blog-detail .content blockquote p strong {
  font-weight: normal;
}

.blog-detail .content blockquote a {
  display: inline;
  font-size: inherit;
}

.blog-detail .content ul li,
.common-template .content ul li {
  margin-left: 20px;
  list-style-type: disc;
  display: list-item;
}

.blog-detail .content ul li strong {
  letter-spacing: 0.5px;
}

.blog-detail .content ol li,
.common-template .content ol li {
  list-style: num;
  display: list-item;
  margin-left: 15px;
}

.blog-detail .content .footer-form {
  margin: 3.3333rem 0;
  background: #e9e4de;
  box-shadow: unset;
}

.blog-detail .content h3,
.pa-detail .content h3,
.meet-att .content h3,
.meet-att .awards-sec h3,
.common-template .content h3 {
  color: #000;
  font-size: 1.6667rem;
  margin: 1.1rem 0 0.8rem;
}

.blog-detail .content h4,
.pa-detail .content h4,
.common-template .content h4 {
  color: #000;
  font-size: 1.4667rem;
  margin: 1.1rem 0 0.8rem;
}

.blog-detail .content h5,
.pa-detail .content h5,
.common-template .content h5 {
  color: #000;
  font-size: 1.2667rem;
  margin: 1.1rem 0 0.8rem;
}

.blog-detail .content h6,
.pa-detail .content h6,
.common-template .content h6 {
  color: #000;
  font-size: 1.1rem;
  margin: 1.1rem 0 0.8rem;
}

table {
  margin: 1.6667rem 0;
  width: 100%;
}

table tr td {
  padding: 0.8333rem;
  background: #f2f4f5;
  font-weight: 400;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.6px;
  border: 1px solid #fff;
}

table tr td:not(:first-child) {
  text-align: center;
}

table tr:first-child td {
  background: #343c4b;
  color: #fff;
  border-color: #fff;
}

table tr:first-child td p {
  color: #fff;
}

table tr:first-child td strong {
  font-weight: normal;
}

.share-article-section {
  border-radius: 10px;
  background: #f2f4f5;
  padding: 1.3889rem;
  margin: 1.6667rem 0;
}

.share-article-section .share-social-wrap {
  margin: 0 !important;
  justify-content: center;
}

.post-next-prev-wrap ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.post-next-prev-wrap ul::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.post-next-prev-wrap ul .img-title-wrap {
  display: flex;
  gap: 1.1667rem;
}

.post-next-prev-wrap ul .img-title-wrap span.common {
  color: #9b532f;
  font-family: "DM Sans";
  font-size: 0.9167rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.099px;
  display: flex;
  align-items: center;
}

.post-next-prev-wrap ul .img-title-wrap span.prev.common svg {
  margin-right: 0.5556rem;
}

.post-next-prev-wrap ul .img-title-wrap span.next.common {
  justify-content: right;
}

.post-next-prev-wrap ul .img-title-wrap span.next.common svg {
  margin-left: 0.5556rem;
}

.post-next-prev-wrap ul h4 {
  color: #000;
  font-family: "DM Sans";
  font-size: 0.8889rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  width: 16.3333rem;
}

.post-next-prev-wrap ul li:last-child .img-title-wrap {
  flex-flow: row-reverse;
  text-align: right;
}

.post-next-prev-wrap ul li .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.1111rem;
}

.post-next-prev-wrap ul img {
  height: 7.3889rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-detail .blog-right > div,
.pa-detail .right-col .category-list,
.pa-detail .right-col .case-result-box {
  border-radius: 12px;
  background: #e9e4de;
  padding: 1.1111rem;
  margin-bottom: 3.3333rem;
}

.blog-detail .blog-right > div:last-child {
  margin-bottom: 0 !important;
}

.blog-detail .blog-right p.category-title,
.pa-detail .right-col p.category-title {
  text-align: center;
  color: #fff;
  font-family: Jost;
  font-size: 1.8889rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.68px;
  border-radius: 10px;
  background: #9b532f;
  padding: 0.9444rem 0;
  margin-bottom: 1.8333rem;
}

.blog-detail .blog-right ul li,
.pa-detail .right-col ul li {
  color: #333a4b;
  font-family: "DM Sans";
  border-bottom: 1px solid #fff;
}

.blog-detail .blog-right ul li:last-child,
.pa-detail .right-col ul li:last-child {
  border: 0;
}

.blog-detail .blog-right ul li a,
.pa-detail .right-col ul li a {
  color: #333a4b;
  font-family: "DM Sans";
  font-size: 1.3333rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin: 1.1111rem 0.5556rem;
  padding-left: 1.6667rem;
  position: relative;
}

.blog-detail .blog-right ul li a::before,
.pa-detail .right-col ul li a::before {
  position: absolute;
  content: "";
  top: 0.5556rem;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background: #9b532f;
}

.blog-detail .blog-right .recent-post,
.pa-detail .right-col .case-result-box {
  background: #f2f4f5;
  position: sticky;
  top: 7.2222rem;
}

.blog-detail .blog-right .recent-post p.category-title,
.pa-detail .right-col .case-result-box p.category-title {
  background: #343c4b;
}

.blog-detail .blog-right .recent-post ul li a {
  color: #212121;
  font-family: Questrial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.108px;
}

.buckman-blog .wrap {
  border-radius: 20px;
  background: #f2f4f5;
  padding: 3.0556rem;
  margin: 2.2222rem 0 4.4444rem;
  display: grid;
  grid-template-columns: 33.3333rem auto;
  grid-gap: 3.0556rem;
  align-items: center;
}

.buckman-blog .wrap img {
  border-radius: 20px;
}

.buckman-blog .wrap a.blog-title {
  color: #333a4b;
  font-family: Jost;
  font-size: 2.1111rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -1.14px;
  margin-bottom: 0.5556rem;
}

.buckman-blog .wrap .date-wrap {
  display: flex;
  margin-bottom: 2.2222rem;
}

.buckman-blog .wrap .date-wrap p.text {
  color: #d3b396;
  font-family: "DM Sans";
  font-weight: 600;
  letter-spacing: 0.9px;
  margin: 0 0.5556rem 0 0;
}

.buckman-blog .wrap .date-wrap p.date {
  color: #9a522e;
  font-family: "DM Sans";
  font-weight: 600;
  letter-spacing: 0.9px;
}

.buckman-blog .wrap .content {
  margin-bottom: 1.6667rem;
}

.buckman-blog ul.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.0556rem;
}

.buckman-blog ul.blog-list .content-wrap {
  padding: 1.4444rem 1.6667rem 1.1111rem;
}

.buckman-blog ul.blog-list li {
  padding: 0.2778rem;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 2.2222rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.buckman-blog ul.blog-list li a.readmore-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.buckman-blog ul.blog-list .img-wrap {
  height: 19.6111rem;
}

.buckman-blog ul.blog-list .img-wrap a {
  display: block;
  height: 100%;
}

.buckman-blog ul.blog-list .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.buckman-blog ul.blog-list p.text {
  color: #d3b396;
  font-family: "DM Sans";
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
}

.buckman-blog ul.blog-list a.post-title {
  color: #33394b;
  font-family: "DM Sans";
  font-size: 1.3333rem;
  font-weight: 600;
  line-height: 146%;
  letter-spacing: -0.78px;
  margin-bottom: 1.1111rem;
  transition: none;
}

.buckman-blog ul.blog-list p.date {
  color: #9a522e;
  font-family: "DM Sans";
  font-weight: 600;
  letter-spacing: 0.9px;
}

.buckman-blog ul.blog-list li:hover {
  background: #9b532f;
}

.buckman-blog ul.blog-list li:hover p,
.buckman-blog ul.blog-list li:hover a {
  color: #fff;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4.4444rem 0 2.7778rem;
  gap: 0.8889rem;
}

.pagination-wrap .page-numbers {
  color: #788e9c;
  font-family: "DM Sans";
  font-size: 1.1111rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.12px;
  cursor: pointer;
}

.pagination-wrap .page-numbers:hover,
.pagination-wrap .page-numbers.current {
  color: #9b532f;
}

.page-template-caseresult .inner-banner,
.page-template-locations .inner-banner,
.single-post .inner-banner {
  padding-bottom: 6.6667rem;
}

.result-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5rem;
}

.result-list ul li {
  border-radius: 20px;
  border: 1px solid #798f9d;
  padding: 2.7778rem 1.1111rem 4.4444rem;
  text-align: center;
  display: none;
}

.result-list ul li p.text {
  color: #737e5a;
  font-size: 0.8333rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.75px;
  margin-bottom: 1.1111rem;
}

.result-list ul li p.amount {
  color: #333a4b;
  font-family: Mansory;
  font-size: 2.7778rem;
  font-weight: 400;
  line-height: 100%;
}

.result-list ul li p.case-type {
  color: #9b532f;
  font-family: "DM Sans";
  font-size: 1.1111rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 1.6667rem;
  padding-bottom: 0.8333rem;
  position: relative;
}

.result-list ul li p.case-type::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #d3b396;
  height: 1px;
  width: 190px;
}

.result-list .btn-wrap a {
  color: #9b532f;
  font-family: "DM Sans";
  font-size: 0.9167rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.099px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1111rem;
  margin-top: 3.8889rem;
}

.page-template-caseresult .testimonial-sec {
  background: #f2f4f5;
}

.page-template-caseresult .logo-swiper {
  padding: 5.5556rem 0 13.4444rem;
}

.location-detail-banner {
  aspect-ratio: 1920/800;
  background-position: 30% 100%;
}

.location-detail-banner .wrap {
  grid-gap: 1.1111rem;
}

.location-detail-banner .container {
  max-width: 100%;
  padding-left: 8.8889rem;
}

.location-detail-banner p.sub-title {
  color: #d3b396;
  margin-bottom: 0.8333rem;
}

.location-detail-banner p.content {
  color: #fff;
  margin-bottom: 1.1111rem;
}

.page-template-locations-detail .logo-swiper {
  padding: 2.7778rem 0;
}

.page-template-locations-detail .logo-swiper .title-wrap {
  display: none;
}

.about-location {
  background: #f2f4f5;
}

.common-sec h2,
.map-sec h2 {
  margin-bottom: 1.6667rem;
}

.common-sec .content,
.map-sec .content {
  max-width: 73.4444rem;
  margin: 0 auto;
}

.map-sec iframe {
  height: 33.7222rem;
  margin-bottom: 2.7778rem;
}

.cta {
  aspect-ratio: 1920/535;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.8889rem 0;
}

.cta p.cta-title {
  color: #fff;
  text-align: center;
  font-family: Jost;
  font-size: 2.7778rem;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -2px;
  max-width: 65.7778rem;
  margin-bottom: 1.6667rem;
}

.cta a.btn-main {
  margin: 0 auto;
}

.what-should-do h2 {
  margin-bottom: 1.6667rem;
}

.what-should-do .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4.4444rem;
  align-items: center;
  margin-bottom: 5.5556rem;
}

.what-should-do .wrap:last-child {
  margin-bottom: 0;
}

.what-should-do .wrap:nth-child(even) .content {
  order: 2;
}

.what-should-do .wrap:nth-child(even) .image {
  order: 1;
}

.page-template-locations-detail .result-wrap p.result-for {
  margin-bottom: 0;
}

.page-template-locations-detail .result-wrap p.result-for::before {
  content: none;
}

.statistics-sec {
  padding-bottom: 0 !important;
}

.statistics-sec .statistics-box {
  background: #f2f4f5;
  border-radius: 20px;
  margin-top: 3.8889rem;
  padding: 4.4444rem 5.5556rem;
}

.statistics-sec .statistics-box p.box-title.center {
  color: #333a4b;
  font-family: Jost;
  font-size: 2.7778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
  text-transform: capitalize;
}

.statistics-sec .statistics-box .wrap {
  display: flex;
  gap: 2.2222rem;
  margin-top: 3.3333rem;
  justify-content: center;
}

.statistics-sec .statistics-box .single {
  padding: 1.6667rem 1.6667rem;
  text-align: center;
  border: 1px solid #9b532f;
  border-radius: 20px;
  min-width: 18.3889rem;
}

.statistics-sec .statistics-box p.type {
  color: #fff;
  font-family: "DM Sans";
  font-size: 1.2222rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 12px;
  background: #9b532f;
  padding: 0.9444rem 1.5rem;
  margin-top: -3.3333rem;
}

.statistics-sec .statistics-box p.amount {
  color: #000;
  font-family: Mansory;
  font-size: 3.8889rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.8px;
  text-transform: capitalize;
}

.cta.no-wrap p.cta-title {
  max-width: 100%;
}

.sub-faq-section .wrap {
  display: grid;
  grid-template-columns: auto 34.7778rem;
  grid-gap: 2.7778rem;
  align-items: center;
}

.sub-faq-section .wrap li.faq-wrap {
  border-bottom: 1px solid #bdbbb9;
  padding: 1.6667rem 0;
  cursor: pointer;
}

.sub-faq-section .wrap li.faq-wrap p.faq-question {
  color: #333a4b;
  font-family: Jost;
  font-size: 2.7778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
  position: relative;
  padding-right: 20px;
}

.sub-faq-section .wrap li.faq-wrap p.faq-question span {
  position: absolute;
  right: 0;
  top: 0.5556rem;
}

.sub-faq-section .wrap li.faq-wrap p.faq-question span.minus {
  top: 0 !important;
}

.sub-faq-section .wrap li.faq-wrap p.faq-question span.minus,
.sub-faq-section .wrap li.faq-wrap p.faq-question[data-status=open] span.plus {
  display: none;
}

.sub-faq-section .wrap li.faq-wrap p.faq-question[data-status=open] span.minus {
  display: block;
}

.sub-faq-section .wrap li.faq-wrap .answer_faq {
  padding-top: 1.6667rem;
}

.sub-faq-section .answer_faq ul li,
.meet-att .otherinfo ul li {
  margin-left: 1.1111rem;
  list-style-type: disc;
  display: list-item;
}

.sub-faq-section .answer_faq ul li:last-child,
.meet-att .otherinfo ul li:last-child {
  margin-bottom: 0;
}

.sub-faq-section .answer_faq ul li::marker {
  color: #9b532f;
}

.trusted-lawyer {
  background: #e9e4de;
}

.trusted-lawyer .wrap {
  display: grid;
  grid-template-columns: 1fr 31.6667rem;
  grid-gap: 4.4444rem;
  align-items: center;
}

.trusted-lawyer .right-col {
  border-radius: 20px;
  border: 1px solid #9b532f;
  background: #fff;
  padding: 1.1111rem;
}

.trusted-lawyer .right-col img {
  height: 15.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1.1111rem;
}

.trusted-lawyer .right-col p.name {
  color: #333a4b;
  font-family: Jost;
  font-size: 2.7778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
  margin: 0;
}

.trusted-lawyer .right-col p.desihnation {
  color: #9b532f;
  font-family: "DM Sans";
  font-size: 1.1111rem;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0.7778rem;
  margin-bottom: 1.1111rem;
  position: relative;
}

.trusted-lawyer .right-col p.desihnation::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24.2778rem;
  height: 1px;
  background: #bdbbb9;
}

.trusted-lawyer .right-col p.text {
  color: #000;
  font-size: 1.1111rem;
  letter-spacing: 0.12px;
  max-width: 22.2222rem;
  margin: 0 auto 1.6667rem;
}

.trusted-lawyer .right-col a.btn-main {
  margin: 0 auto 1.6667rem;
}

.trusted-lawyer h2 {
  margin-bottom: 1.6667rem;
}

.trusted-lawyer .left-col p {
  margin-bottom: 1.1111rem;
}

.our-practice-are ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
  margin-top: 4.5rem;
  grid-gap: 2.2222rem;
}

.our-practice-are ul li {
  padding: 2.7778rem 1.1111rem;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 3.3333rem 0 rgba(0, 0, 0, 0.12);
  position: relative;
}

.our-practice-are ul li a.page-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.our-practice-are ul li p {
  color: #333a4b;
  font-family: Jost;
  font-size: 1.5556rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
  margin: 1.1111rem 0 0;
}

.our-practice-are ul li:last-child {
  background: #737e5a;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-practice-are ul li:last-child p.text {
  margin: 0 0 0.8333rem;
  color: #fff;
  font-family: "DM Sans";
  font-size: 0.9167rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.099px;
}

.our-practice-are ul li:last-child svg {
  width: 100%;
  height: 28px;
}

.faq-sec {
  background: #f2f4f5;
}

.faq-sec h2 {
  margin-bottom: 3.3333rem;
}

.faq-sec li.faq-wrap {
  border-bottom: 1px solid #bdbbb9;
  padding: 1.6667rem 0;
  cursor: pointer;
}

.faq-sec li.faq-wrap p.faq-question {
  color: #333a4b;
  font-family: Jost;
  font-size: 1.6667rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
  letter-spacing: -0.3px;
  padding-right: 20px;
}

.faq-sec li.faq-wrap p.faq-question span {
  position: absolute;
  right: 0;
  top: 0.5556rem;
}

.faq-sec li.faq-wrap p.faq-question span.minus,
.faq-sec li.faq-wrap p.faq-question[data-status=open] span.plus {
  display: none;
}

.faq-sec li.faq-wrap p.faq-question[data-status=open] span.minus {
  display: block;
}

.faq-sec li.faq-wrap .answer_faq {
  padding-top: 1.1111rem;
}

.take-first-step {
  padding: 5.5556rem 0 12.7778rem !important;
}

.take-first-step .btn-wrap {
  margin-top: 1.6667rem;
}

.take-first-step .btn-wrap a {
  margin: 0 auto;
}

.location-list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
  grid-gap: 2rem;
}

.location-list ul li {
  position: relative;
  border-radius: 30px;
  height: 17.222rem;
}

.location-list ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(26, 24, 24, 0) 47.85%, rgba(0, 0, 0, 0.85) 86.59%);
  pointer-events: none;
}

.location-list ul li img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-list ul li p.location-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.2222rem;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 1.7778rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

.location-list ul li a.page-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.firm-video,
.motorcycle-videos {
  background: #f2f4f5;
}

.firm-video h2::before,
.personal-injury-video h2::before,
.motorcycle-videos h2::before,
.estate-videos h2::before {
  content: none;
}

ul.video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6667rem;
}

ul.video-list li {
  padding: 0.3889rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 2.2222rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

ul.video-list li p.text {
  padding: 1.1111rem;
  color: #001f25;
  font-family: "DM Sans";
  font-size: 1.2222rem;
  font-weight: 500;
  line-height: 154%;
  letter-spacing: -0.22px;
}

ul.video-list li a.video-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

ul.points {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1.1111rem 0;
  margin-top: 3.3333rem;
  width: 51rem;
}

ul.points li a {
  color: #9b532f;
  font-family: "DM Sans";
  font-size: 1.1111rem;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

ul.points li {
  display: list-item;
  list-style: disc;
  margin-left: 1.1111rem;
}

ul.points li::marker {
  color: #9b532f;
}

.pa-detail .wrap > div {
  display: block;
  overflow: hidden;
}

.pa-detail .right-col .result-wrap {
  padding: 0;
  border: 0;
  margin: 0;
}

.pa-detail .right-col .result-wrap::before,
.pa-detail .right-col .result-wrap::after {
  content: none;
}

.pa-detail .right-col .result-wrap p.amount {
  color: #333a4b;
}

.pa-detail .right-col .result-wrap .content p {
  color: #212121;
}

.pa-detail .right-col .result-wrap .content {
  margin-bottom: 0;
}

.pa-detail .right-col .sidebar-result-slider {
  padding-bottom: 3rem;
}

.pa-detail .right-col .swiper-button-next,
.pa-detail .right-col .swiper-button-prev {
  top: auto;
  bottom: 2.2222rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.1389rem;
  height: 0.6667rem;
}

.pa-detail .right-col .swiper-button-next::after,
.pa-detail .right-col .swiper-button-prev::after {
  content: none;
}

.pa-detail .right-col .swiper-button-prev {
  left: -1.3889rem;
}

.pa-detail .right-col .swiper-button-next {
  right: -1.3889rem;
}

.pa-detail .right-col .swiper-button-next svg,
.pa-detail .right-col .swiper-button-prev svg {
  width: 1.1389rem;
  height: 0.6667rem;
}

.pa-detail .right-col .footer-form {
  padding: 2.7778rem 2.2222rem;
  box-shadow: unset;
  background: #f2f4f5;
}

.pa-detail .right-col .footer-form p.form-title {
  font-size: 1.8889rem;
}

.pa-detail .right-col .footer-form p.sub-title {
  font-size: 0.8333rem;
}

.pa-detail .content p a {
  border-bottom: 1px solid;
  line-height: 130%;
  display: unset;
}

.pa-detail .content a.btn-main {
  padding: 1.1111rem 1.6667rem;
  display: inline-block;
  border: 0;
}

.pa-detail .content a.btn-main:hover {
  background: #D3B396;
}

.pa-detail .content h2:first-child {
  margin-top: 0;
}

.pa-detail .content p.small-title {
  display: none;
}

.pa-detail .content .testimonial-main-wrap .testimonial-slider {
  padding-bottom: 0;
}

.pa-detail .content .testimonial-main-wrap .swiper-pagination {
  display: none;
}

.pa-detail .content .testimonial-main-wrap .review-wrap {
  max-width: 53rem;
}

.pa-cta .cta-wrap {
  display: grid;
  grid-template-columns: 1fr 16.6667rem;
  align-items: center;
  border-radius: 20px;
  background: #f9f9f9;
  margin: 2.7778rem 0 0;
}

.pa-cta .cta-wrap .right-cta {
  position: relative;
  background: url(../images/cta-image-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
}

.pa-cta .cta-wrap .left-cta {
  padding: 2.2222rem;
}

.pa-cta .cta-wrap p.title {
  color: #333b4b;
  font-family: "DM Sans";
  font-size: 2.4444rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.88px;
}

.pa-cta .cta-wrap a.btn-main {
  margin-top: 1.3333rem;
  background-color: #9b532f;
}

.practice-area-list {
  background: #f2f4f5;
}

.practice-area-list .main-pa {
  display: grid;
  grid-template-columns: 21.1111rem auto;
  grid-gap: 4.1667rem;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 2.2222rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 4.1667rem;
  padding: 0.2778rem;
}

.practice-area-list .main-pa:last-child {
  margin-bottom: 0;
}

.practice-area-list .main-pa img {
  border-radius: 30px;
}

.practice-area-list .main-pa ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 5.5556rem;
  margin-top: 1.9444rem;
}

.practice-area-list .main-pa ul li a {
  display: block;
  padding: 0.8333rem 0;
  border-bottom: 1px solid #d9e0e1;
}

.practice-area-list .main-pa ul li a:hover {
  color: #9b532f;
}

.practice-area-list .main-pa .right-col {
  padding-top: 1.9444rem;
  padding-right: 8.4444rem;
}

.att-info .wrap {
  display: flex;
  gap: 5.8125rem;
  padding: 2.8125rem 0;
}

.att-info .wrap p.title {
  color: #99522c;
  font-family: "DM Sans";
  font-size: 1.1875rem;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 0.625rem;
}

.att-info .wrap p.sub-title {
  color: #212121;
  font-family: "DM Sans";
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: capitalize;
}

.meet-att {
  background: #f2f4f5;
}

.meet-att h2 {
  margin-bottom: 1.875rem;
}

.meet-att .content .btn-main,
.meet-att .awards-sec .btn-main {
  padding: 1.1111rem 1.6667rem !important;
  margin: 1.875rem 0;
}

.meet-att .otherinfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem;
  margin: 3.125rem 0;
}

.meet-att .otherinfo .single {
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 3.75rem 1.875rem;
}

.meet-att .awards-sec {
  margin-top: 6.875rem;
}

.meet-att .awards-sec .img-group {
  display: flex;
  gap: 6.875rem;
  align-items: center;
  margin: 3.125rem 0;
}

.meet-att .awards-sec img {
  margin: 0;
}

.meet-att .content h3 {
  margin: 2.5rem 0 1.3rem;
}

.att-banner .inner-heading {
  margin-bottom: 2.4rem;
}

.att-banner .left-col {
  padding-top: 2.5rem;
}

.att-banner p.sub-title {
  margin-bottom: 1rem;
}

body.error404 #header .wrapper {
  background-color: #000;
}

body.error404 .page-not-found-section {
  margin-top: 5rem;
}

body.error404 .page-not-found-section h2 {
  margin: 2rem 0;
}

body.error404 .page-not-found-section a.btn-main {
  margin: 0 auto;
}

.page-template-common-template .content h2:first-child {
  margin-top: 0 !important;
}

.simple-sitemap-container label {
  background: transparent !important;
  color: #000 !important;
}

.simple-sitemap-container label h3 {
  color: #000 !important;
  margin-bottom: 1rem !important;
  font-size: 3rem !important;
  font-weight: 600 !important;
}

.simple-sitemap-container .simple-sitemap-wrap {
  border-top: 1px solid #ddd !important;
}

.page-template-attorney-detail .about-banner .wrap img {
  width: 24rem;
}

.single-post h1 {
  font-size: 4.0111rem;
}
.single-post h2 {
  font-size: 3.089rem;
}
.single-post .inner-banner .inner-heading {
  max-width: 1100px;
  margin: auto;
}

.category .inner-banner {
  padding: 150px 0 90px;
}
.category .buckman-blog ul.blog-list {
  padding-bottom: 50px;
}

.page-template-locations-detail h1,
.page-template-locations-detail .inner-heading {
  font-size: 3.9111rem;
  letter-spacing: -1px;
}
.page-template-locations-detail h2 {
  font-size: 3.089rem;
}

.page-template-practice-area-detail .inner-heading {
  font-size: 4.2111rem;
}
.page-template-practice-area-detail .pa-detail h1 {
  font-size: 3.089rem;
}
.page-template-practice-area-detail .pa-detail h2 {
  font-size: 2.689rem;
}

.clip-reveal img,
.title-reveal {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  opacity: 0;
  transform: translateY(20px);
}

.our-practice-area.new {
  padding: 6.667rem 0;
  background: #f2f4f5;
  background-size: unset;
  background-position: unset;
}

.our-practice-area.new .practice-area-listing-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.our-practice-area.new .practice-area-listing-wrap:last-child {
  margin-bottom: 0px;
}

.our-practice-area.new .practice-area-wrap .img-wrap {
  border-radius: 15px;
}

.our-practice-area.new .practice-area-wrap .img-wrap img {
  border-radius: 15px;
}

.our-practice-area.new .practice-area-wrap .img-wrap::before {
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.61%, rgb(0, 0, 0) 100%);
}

.our-practice-area.new .practice-area-wrap .content-wrap {
  border-radius: 15px;
  padding: 15px;
}

.our-practice-area.new .practice-area-wrap .content-wrap p.title {
  font-size: 25px;
}

.our-practice-area.new h2 {
  margin-bottom: 2.9444rem;
}

.our-practice-area.new .practice-area-wrap {
  height: 350px;
}

.our-practice-area.new .practice-area-wrap .img-wrap p.title {
  padding: 0px 10px;
  font-size: 25px;
}

.our-practice-area.new .practice-area-wrap .content-wrap .content {
  padding: 10px 0px 25px 0px;
}

.our-practice-area.new .practice-area-wrap .content-wrap .content p {
  font-size: 16px;
  line-height: 140%;
}

.practice-area-list-box-mobile {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  display: none;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}

.practice-area-list-box-mobile h3 {
  font-size: 25px;
}

.practice-area-list-box-mobile .listing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.practice-area-list-box-mobile .listing a.jump-link {
  color: #737e5a;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 19px;
}

.practice-area-list-box-mobile .listing a.jump-link:hover {
  color: #000;
}

.instagram-sec {
  padding: 5.556rem 0 11.111rem;
  background-color: #f9f5f1;
}

.instagram-sec h2 {
  margin-bottom: 50px;
}

.instagram-sec .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.instagram-sec .wrapper .social-wrap {
  margin: 0;
  gap: 12px;
}

.instagram-sec .wrapper .title {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.instagram-sec .social-wrap a {
  border-color: #737e5a;
  background-color: #737e5a;
  height: 50px;
  width: 50px;
  border-radius: 10px;
}

html.modal-open {
  overflow: hidden;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px;
}

.video-modal:not(.hidden) {
  display: flex;
}

.video-modal video, .video-modal #youtube-frame {
  max-width: 70%;
  max-height: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 7px solid white;
  border-radius: 3px;
}

.video-modal .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: auto;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0px;
  font-weight: bolder;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 0.2392156863);
}

.month-year {
  font-weight: 600;
  background-color: #f0f1ed;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px !important;
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 15px;
  letter-spacing: 0.9px;
}

.result-sec .result-wrap .month-year {
  background-color: #272727;
  color: #fff;
}

.attorneys-info-details-sec {
  position: relative;
  background-color: #F2F4F5;
}

.attorneys-info-details-sec .row-wrap-top {
  padding-top: 8.8889rem;
  display: grid;
  grid-template-columns: 684px auto;
  position: relative;
  align-items: end;
  min-height: 417px;
}

.attorneys-info-details-sec .row-wrap-top .attorneys-content-wrap {
  position: relative;
  z-index: 1;
}

.attorneys-info-details-sec .row-wrap-bottom {
  display: grid;
  grid-template-columns: 542px auto;
  gap: 90px;
  position: relative;
}

.attorneys-info-details-sec .row-wrap-top::before {
  content: "";
  display: block;
  background-image: url(https://buckmanc.wpenginepowered.com/wp-content/uploads/2026/03/attorneys-banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.attorneys-info-details-sec .row-wrap-bottom .left-wrap {
  margin-top: -250px;
}

.attorneys-info-details-sec .info-box {
  padding: 20px 20px 100px 20px;
  background-color: white;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  z-index: 5;
  height: 100%;
}

.attorneys-info-details-sec .info-box .image {
  height: 725px;
  width: 100%;
  margin-bottom: 50px;
}

.attorneys-info-details-sec .info-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px;
}

.attorneys-info-details-sec .info-box .bottom {
  padding: 0px 30px;
}

.info-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.attorneys-info-details-sec .info-box .small-title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 25px;
}

.attorneys-info-details-sec .info-box .small-title:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 204px;
  height: 9px;
  background-image: url(../images/title-line-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.attorneys-info-details-sec .info-box ul {
  position: relative;
  padding-left: 20px;
  gap: 17px;
  display: flex;
  flex-direction: column;
}

.attorneys-info-details-sec .info-box ul li {
  color: #212121;
  letter-spacing: 0.108px;
  position: relative;
  list-style: disc;
  line-height: 140%;
}

.attorneys-info-details-sec .info-box .logo-list {
  margin-top: 60px;
}

.attorneys-info-details-sec .info-box .logo-list .logo-listing-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}

.attorneys-info-details-sec h1.inner-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 90px;
  font-size: 75px;
}

ul.attorneys-contact-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #5D5E62;
  background: #3E4755;
  padding-left: 90px;
  padding-right: 20px;
}

ul.attorneys-contact-list li {
  padding: 15px 30px;
  position: relative;
  border-right: 1px solid #5D5E62;
}

ul.attorneys-contact-list li .contact-title {
  color: #9B532F;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

ul.attorneys-contact-list li a, ul.attorneys-contact-list li p {
  color: #FFF;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  line-height: 150%;
}

ul.attorneys-contact-list li a:hover {
  color: #d2b296;
}

ul.attorneys-contact-list li:first-child {
  padding-left: 0px;
}

ul.attorneys-contact-list li:last-child {
  padding-right: 0px;
  border-right: 0px;
  padding-left: 0px;
}

ul.attorneys-contact-list li:nth-child(3) {
  margin-right: 30px;
}

.attorneys-info-details-sec .row-wrap-bottom .right-wrap {
  padding: 50px 0px;
  position: relative;
}

.meet-att h2, .meet-att h3 {
  font-size: 32px !important;
  color: #001F25;
  font-weight: 700;
  letter-spacing: 0px;
}

.testimonial-sec.bg-light {
  background-color: #F2F4F5;
}

.verdicts-settlements .result-wrap {
  border: 1px solid #798F9D;
}

.verdicts-settlements .result-wrap::before, .verdicts-settlements .result-wrap::after {
  position: absolute;
  content: "";
  background: #343c4b;
  width: 10.2778rem;
  height: 5px;
  left: 0;
  right: 0;
  top: -0.2778rem;
  margin: 0 auto;
}

.verdicts-settlements .result-wrap::after {
  top: auto;
  bottom: -0.2778rem;
}

.pt-100 {
  padding-top: 100px !important;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .single-post h1 {
    font-size: 3.7111rem;
  }
  .single-post h2 {
    font-size: 2.789rem;
  }
  .page-template-locations-detail h1,
  .page-template-locations-detail .inner-heading {
    font-size: 3.6111rem;
  }
  .page-template-locations-detail h2 {
    font-size: 2.889rem;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  html {
    font-size: 1.1vw;
  }
  .container {
    max-width: 87rem;
  }
  .padding {
    padding: 6.067rem 0;
  }
  .our-practice-area.new {
    padding: 6.067rem 0;
  }
  .banner {
    padding-top: 7.1111rem;
  }
  body h1,
  body .inner-heading {
    font-size: 4.4111rem;
  }
  .attorneys-info-details-sec h1.inner-heading {
    font-size: 3.5rem;
  }
  .banner .banner-form p.banner-title {
    font-size: 1.3556rem;
  }
  .banner .wrapper {
    grid-template-columns: 36.2222rem 46.333rem;
    padding-right: 2.6667rem;
    padding-left: 3rem;
  }
  .banner .wrapper .right-image {
    bottom: 0;
  }
  .slider-wrapper .swiper {
    margin: 0 2rem;
  }
  .arrow-layout .swiper-button-prev {
    left: 0;
  }
  .arrow-layout .swiper-button-next {
    right: 0;
  }
  .about-sec .wrapper {
    grid-template-columns: 48.333rem 1fr;
    padding-right: 2.6667rem;
    grid-gap: 3.722rem;
  }
  .about-sec .wrapper .img-wrap img:first-child {
    width: 27rem;
  }
  .about-sec .wrapper .img-wrap img:nth-child(2) {
    width: 10.333rem;
  }
  .about-contact {
    right: 2rem;
  }
  .about-sec .right-col h3 {
    font-size: 1.8rem;
  }
  .our-practice-area {
    padding: 9.556rem 0 6.067rem;
  }
  .recovery-sec .wrap {
    grid-template-columns: 37.111rem 1fr;
    padding-right: 2.6667rem;
    grid-gap: 4.111rem;
  }
  .fight-for-rights {
    background-position: 80% 100%;
  }
  .fight-for-rights .content h3,
  .fight-for-rights .content h3 a {
    font-size: 1.744rem;
  }
  .trsted-attorneys .wrapper {
    grid-template-columns: 1fr 49.556rem;
    padding-left: 2.6667rem;
  }
  .trsted-attorneys .small-cta {
    padding: 3.944rem 0 6.167rem;
  }
  .instagram-sec {
    padding: 5.556rem 0 9.111rem;
  }
  footer .top-wrap {
    grid-template-columns: 1fr 36.111rem;
    grid-gap: 5.944rem;
  }
  footer .top-wrap .right-col {
    margin-top: -9.111rem;
  }
  footer h2 {
    font-size: 5.111rem;
    letter-spacing: -2.8px;
  }
  footer .call-wrap p,
  footer .call-wrap a {
    font-size: 1.689rem;
  }
  footer .call-wrap span {
    font-size: 1.022rem;
    height: 2.022rem;
    line-height: 2.022rem;
    width: 2.122rem;
  }
  footer .top-wrap .left-col::before {
    width: 16.444rem;
    height: 5.833rem;
    bottom: 1.222rem;
    right: -2.778rem;
  }
  footer .bottom-wrap {
    padding-top: 4.778rem;
  }
  footer {
    margin-top: 3rem;
    padding-bottom: 12.222rem;
  }
  .inner-banner {
    padding: 180px 0 100px;
  }
  .inner-banner .inner-text {
    font-size: 1.3556rem;
  }
  .about-buckman .wrap {
    grid-template-columns: 38.6667rem 1fr;
    grid-gap: 5.2778rem;
  }
  .serving-florida .top img {
    width: 35.6667rem;
  }
  .serving-florida .bottom img:first-child {
    width: 18.2222rem;
  }
  .serving-florida .bottom img:last-child {
    width: 18.8889rem;
  }
  .serving-florida .right-col {
    padding-top: 5rem;
    padding-right: 2.6667rem;
  }
  .serving-florida .right-col h2 {
    margin-bottom: 1.7778rem;
  }
  .serving-florida .right-col blockquote p {
    font-size: 1.6444rem;
    padding: 1.2667rem 2.2889rem;
    margin: 1.0667rem 0;
  }
  .page-template-about .logo-swiper,
  .page-template-contact .logo-swiper {
    padding: 5rem 0 8rem;
  }
  .contact-banner .left-col::before {
    top: -6.4444rem;
    width: 33.3222rem;
    height: 31.1rem;
  }
  .location-detail-banner {
    aspect-ratio: 1920/890;
    background-position: 60% 100%;
  }
  .location-detail-banner .container {
    padding-left: 15px;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question {
    font-size: 1.7778rem;
    letter-spacing: -0.6px;
  }
  .our-practice-are ul {
    grid-gap: 1.7222rem;
  }
  .pa-detail .content .testimonial-main-wrap .review-wrap {
    max-width: 50rem;
  }
  .att-banner .right-col img {
    width: 18rem;
  }
  .page-template-attorney-detail .about-banner .wrap img {
    width: 20rem;
  }
  .single-post h1 {
    font-size: 3.7111rem;
  }
  .single-post h2 {
    font-size: 2.789rem;
  }
  .page-template-locations-detail h1,
  .page-template-locations-detail .inner-heading {
    font-size: 3.6111rem;
  }
  .page-template-locations-detail h2 {
    font-size: 2.889rem;
  }
  .page-template-practice-area-detail .inner-heading {
    font-size: 3.5111rem;
  }
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 2.789rem;
  }
  .page-template-practice-area-detail .pa-detail h2 {
    font-size: 2.289rem;
  }
  .attorneys-info-details-sec .row-wrap-top {
    grid-template-columns: 555px auto;
    min-height: 400px;
    padding-top: 8rem;
  }
  .attorneys-info-details-sec .row-wrap-bottom {
    grid-template-columns: 510px auto;
  }
  ul.attorneys-contact-list li {
    padding: 15px 17px;
  }
  ul.attorneys-contact-list li:nth-child(3) {
    margin-right: 17px;
  }
  .attorneys-info-details-sec .info-box {
    padding: 20px 20px 60px 20px;
  }
  .attorneys-info-details-sec .row-wrap-bottom .left-wrap {
    margin-top: -220px;
  }
  .info-list-wrap {
    gap: 50px;
  }
  .attorneys-info-details-sec .info-box .small-title {
    font-size: 26px;
  }
  .attorneys-info-details-sec .info-box .bottom {
    padding: 0px 20px;
  }
  .attorneys-info-details-sec .info-box .image {
    height: 655px;
    margin-bottom: 40px;
  }
  .pt-100 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  html {
    font-size: 1.3vw;
  }
  .container {
    max-width: 100%;
  }
  .padding {
    padding: 4.967rem 0;
  }
  .our-practice-area.new {
    padding: 4.967rem 0;
  }
  body h2,
  .page-template-common-template .common-template h1,
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 3.289rem;
    letter-spacing: -1px;
    padding-bottom: 1.422rem;
  }
  body h2.center::before,
  .page-template-common-template .common-template h1::before,
  .page-template-practice-area-detail .pa-detail h1::before {
    width: 284px;
    height: 7px;
  }
  .page-template-practice-area-detail .pa-detail h1 {
    height: auto !important;
  }
  #header .wrapper {
    padding: 1.278rem 15px;
  }
  #header ul#menu-header-menu {
    gap: 1.411rem;
  }
  #header ul#menu-header-menu li ul.sub-menu li a {
    font-size: 0.878rem;
  }
  .banner {
    padding-top: 8.2111rem;
  }
  body h1,
  body .inner-heading {
    font-size: 2.9111rem;
    letter-spacing: -0.7px;
  }
  .attorneys-info-details-sec h1.inner-heading {
    font-size: 2.9111rem;
  }
  .banner p.sub-title {
    font-size: 1.1222rem;
    margin-bottom: 1.7222rem;
  }
  .banner .banner-form p.banner-title {
    font-size: 1.1556rem;
  }
  .banner .wrapper {
    grid-template-columns: 34.2222rem 38.333rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner .wrapper .right-image {
    bottom: 0;
  }
  .slider-wrapper .swiper {
    margin: 0 2rem;
  }
  .result-wrap p.amount {
    font-size: 2.2778rem;
  }
  .arrow-layout .swiper-button-prev {
    left: 0;
  }
  .arrow-layout .swiper-button-next {
    right: 0;
  }
  .about-sec h2 {
    margin-bottom: 4.978rem;
  }
  .about-sec .wrapper {
    grid-template-columns: 41.333rem 1fr;
    padding-right: 15px;
    grid-gap: 3.522rem;
  }
  .about-sec .wrapper .img-wrap img:first-child {
    width: 23rem;
  }
  .about-sec .wrapper .img-wrap img:nth-child(2) {
    width: 7.833rem;
    margin-left: -2.444rem;
    margin-top: -3.533rem;
    margin-right: -2.444rem;
  }
  .about-sec .wrapper .img-wrap img:last-child {
    margin-top: 1.333rem;
    width: 15.367rem;
  }
  .about-contact {
    right: -1rem;
    top: 19rem;
  }
  .about-sec .right-col h3 {
    font-size: 1.4rem;
  }
  .about-sec .bottom-wrap {
    padding-top: 4.356rem;
  }
  .our-practice-area {
    padding: 8.556rem 0 5.367rem;
  }
  .our-practice-area .practice-area-wrap p.title {
    font-size: 1.578rem;
  }
  .recovery-sec p.sub-title {
    max-width: 44.333rem;
    margin: 1.622rem auto 3.044rem;
    font-size: 1.122rem;
  }
  .recovery-sec .wrap {
    grid-template-columns: 33.411rem 1fr;
    padding-right: 15px;
    grid-gap: 2.511rem;
  }
  .recovery-sec .single {
    gap: 1.722rem;
    padding-bottom: 1.678rem;
  }
  .recovery-sec .single img {
    flex: 0 0 6rem;
    width: 6rem;
  }
  .recovery-sec .right-col::before {
    left: 3rem;
  }
  .fight-for-rights {
    background-position: 80% 100%;
  }
  .fight-for-rights .content h3,
  .fight-for-rights .content h3 a {
    font-size: 1.444rem;
  }
  .trsted-attorneys .wrapper {
    grid-template-columns: 1fr 41.556rem;
    padding-left: 2.6667rem;
  }
  .trsted-attorneys .left-col {
    padding: 4.311rem 0 0;
  }
  .trsted-attorneys .left-col .box {
    padding: 2.633rem;
    margin-right: -8.389rem;
  }
  .trsted-attorneys .left-col .box img.badge {
    width: 10rem;
  }
  .trsted-attorneys .left-col .box .single {
    gap: 2.278rem;
    padding-bottom: 1.522rem;
    margin-bottom: 1.522rem;
  }
  .trsted-attorneys .left-col .box .single p.title {
    font-size: 1.478rem;
  }
  .trsted-attorneys .left-col .box .single .icon {
    flex: 0 0 3.1rem;
  }
  .trsted-attorneys .small-cta {
    padding: 3.944rem 0 4.967rem;
  }
  .instagram-sec {
    padding: 5.556rem 0 9.111rem;
  }
  .testimonial-main-wrap .review-wrap p.review {
    font-size: 1.244rem;
    margin-bottom: 1.522rem;
  }
  .testimonial-main-wrap .star-icon {
    margin: 2.278rem 0 1.167rem;
  }
  .testimonial-main-wrap .review-wrap p.name {
    font-size: 1.244rem;
  }
  footer .top-wrap {
    grid-template-columns: 1fr 35.111rem;
    grid-gap: 6.944rem;
  }
  .footer-form p.form-title {
    font-size: 2.156rem;
  }
  footer .top-wrap .left-col {
    padding-top: 5.444rem;
  }
  footer .top-wrap .right-col {
    margin-top: -9.111rem;
  }
  footer h2 {
    font-size: 4.011rem;
    letter-spacing: -1px;
  }
  footer .call-wrap p,
  footer .call-wrap a {
    font-size: 1.289rem;
  }
  footer .call-wrap span {
    font-size: 1.022rem;
    height: 2.022rem;
    line-height: 2.022rem;
    width: 2.122rem;
  }
  footer .top-wrap .left-col::before {
    width: 16.444rem;
    height: 5.833rem;
    bottom: 7.222rem;
    right: -2.778rem;
  }
  footer .bottom-wrap {
    padding-top: 4.778rem;
  }
  footer {
    margin-top: 2rem;
    padding-bottom: 10.222rem;
  }
  .social-wrap a {
    width: 3.133rem;
    height: 3.133rem;
  }
  .inner-banner {
    padding: 180px 0 80px;
  }
  .inner-banner .inner-text {
    font-size: 1.1556rem;
    margin-top: 6px;
  }
  .review-section .review-list {
    gap: 30px;
  }
  .review-section .review-list .review-box .content {
    padding: 40px 0 20px;
  }
  .about-banner {
    aspect-ratio: unset;
    height: 29rem;
    background-position: 50% 100%;
  }
  .about-banner .wrap {
    grid-template-columns: auto 38.6667rem;
  }
  .about-buckman .wrap {
    grid-template-columns: 38.6667rem 1fr;
    grid-gap: 5.2778rem;
  }
  .verdicts-settlements .btn-wrap-main {
    margin-top: 2.5111rem;
  }
  .their-passion .wrap {
    grid-template-columns: 1fr 32.7222rem;
    grid-gap: 4.5556rem;
  }
  .their-passion .right-col img:last-child {
    left: -3.5556rem;
    height: 7.222rem;
    width: 7.222rem;
  }
  .serving-florida {
    padding-bottom: 5rem;
  }
  .serving-florida .top img {
    width: 35.6667rem;
  }
  .serving-florida .bottom img:first-child {
    width: 18.2222rem;
  }
  .serving-florida .bottom img:last-child {
    width: 18.8889rem;
  }
  .serving-florida .right-col {
    padding-top: 5rem;
    padding-right: 2.6667rem;
  }
  .serving-florida .right-col h2 {
    margin-bottom: 1.7778rem;
  }
  .serving-florida .right-col blockquote p {
    font-size: 1.3444rem;
    padding: 1.2667rem 2.2889rem;
    margin: 1.0667rem 0;
  }
  .page-template-about .logo-swiper,
  .page-template-contact .logo-swiper {
    padding: 5rem 0 11rem;
  }
  .contact-banner .inner-heading {
    padding-bottom: 1.8889rem;
  }
  .contact-banner .wrap {
    grid-template-columns: 1fr 38.5rem;
  }
  .contact-banner .left-col::before {
    top: -3rem;
    width: 33.3222rem;
    height: 31.1rem;
  }
  .case-evaluation .wrap {
    grid-gap: 3.8889rem;
  }
  .services-we-offer p.sub-title {
    margin: 1.8222rem 0 2.3778rem;
  }
  .blog-detail .author-wrap {
    grid-template-columns: 10.8111rem auto;
    padding: 1.6667rem 1.6778rem 2.7333rem;
    grid-gap: 1rem;
  }
  .blog-detail .author-wrap p.author-title {
    font-size: 1.7333rem;
  }
  .blog-detail .author-wrap p.attorney-text {
    font-size: 1.1333rem;
  }
  .blog-detail .share-social-wrap {
    margin-top: 1.6222rem;
  }
  .blog-detail p.last-updated {
    font-size: 1.5444rem;
    margin: 3.2444rem 0 1.6667rem;
  }
  .blog-detail .feature-img img,
  .blog-detail .content img {
    height: 24.6111rem;
  }
  .blog-detail .content h2,
  .pa-detail .content h2,
  .common-template .content h2 {
    margin: 2.4667rem 0 1.6667rem;
  }
  .blog-detail .content blockquote {
    padding: 1.8222rem 1.8778rem;
    margin: 1.3667rem 0;
  }
  .blog-detail .content blockquote p {
    font-size: 1.2444rem;
  }
  .blog-detail .content h3,
  .pa-detail .content h3,
  .meet-att .content h3,
  .common-template .content h3 {
    font-size: 1.4667rem;
  }
  .blog-detail .content h4,
  .pa-detail .content h4,
  .common-template .content h4 {
    font-size: 1.2667rem;
  }
  .blog-detail .content h5,
  .pa-detail .content h5,
  .common-template .content h5 {
    font-size: 1.1667rem;
  }
  .blog-detail .content h6,
  .pa-detail .content h6,
  .common-template .content h6 {
    font-size: 1rem;
  }
  .post-next-prev-wrap ul h4 {
    width: 11.3333rem;
  }
  .blog-detail .blog-right p.category-title,
  .pa-detail .right-col p.category-title {
    font-size: 1.4889rem;
    margin-bottom: 1.0333rem;
    letter-spacing: 0;
  }
  .blog-detail .blog-right ul li a,
  .pa-detail .right-col ul li a {
    font-size: 1.1333rem;
    margin: 0.8111rem 0.1556rem;
    padding-left: 1.4667rem;
  }
  .blog-detail .blog-right ul li a::before,
  .pa-detail .right-col ul li a::before {
    top: 0.4556rem;
    height: 7px;
    width: 7px;
  }
  .blog-detail .blog-wrap,
  .pa-detail .wrap {
    grid-template-columns: auto 21.2222rem;
    grid-gap: 2.8889rem;
  }
  .buckman-blog ul.blog-list {
    grid-gap: 1.5556rem;
  }
  .buckman-blog ul.blog-list .img-wrap {
    height: 16.8111rem;
  }
  .buckman-blog ul.blog-list .content-wrap {
    padding: 1.4444rem 1.1667rem 1.1111rem;
  }
  .pagination-wrap {
    margin: 3.1444rem 0 4.9778rem;
  }
  .page-template-caseresult .inner-banner,
  .page-template-locations .inner-banner,
  .single-post .inner-banner {
    padding-bottom: 5.5667rem;
  }
  .result-list ul {
    grid-gap: 1.4rem;
  }
  .result-list .btn-wrap a {
    margin-top: 2.9889rem;
  }
  .location-detail-banner {
    aspect-ratio: unset;
    min-height: 33rem;
    background-position: 60% 100%;
  }
  .location-detail-banner .container {
    padding-left: 15px;
  }
  .common-sec .content,
  .map-sec .content {
    max-width: 67.4444rem;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question {
    font-size: 1.7778rem;
    letter-spacing: -0.6px;
  }
  .our-practice-are ul {
    grid-gap: 1.7222rem;
  }
  .cta p.cta-title {
    font-size: 2.1778rem;
    max-width: 54.7778rem;
    letter-spacing: 0;
  }
  .what-should-do .wrap {
    grid-gap: 3.0444rem;
  }
  .faq-sec h2 {
    margin-bottom: 1.6333rem;
  }
  .location-list ul {
    grid-gap: 1rem;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-next,
  .pa-detail .content .testimonial-main-wrap .swiper-button-prev {
    bottom: 30px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-next {
    right: -70px;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-prev {
    left: -70px;
  }
  .pa-detail .content .testimonial-main-wrap .testimonial-slider {
    padding-bottom: 7rem;
  }
  .pa-cta .cta-wrap p.title {
    font-size: 1.9444rem;
    letter-spacing: 0;
  }
  .att-banner .right-col img {
    width: 18rem;
  }
  .att-info .wrap p.sub-title {
    font-size: 1.075rem;
  }
  .page-template-attorney-detail .about-banner .wrap img {
    width: 16rem;
  }
  .single-post h1 {
    font-size: 3.0111rem;
  }
  .single-post h2 {
    font-size: 2.489rem;
  }
  .page-template-locations-detail h1,
  .page-template-locations-detail .inner-heading {
    font-size: 2.8111rem;
  }
  .page-template-locations-detail h2 {
    font-size: 2.489rem;
  }
  .page-template-practice-area-detail .inner-heading {
    font-size: 3.1111rem;
  }
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 2.789rem !important;
  }
  .page-template-practice-area-detail .pa-detail h2 {
    font-size: 2.089rem;
  }
  .attorneys-info-details-sec .row-wrap-top {
    grid-template-columns: 465px auto;
    min-height: 380px;
    padding-top: 8rem;
  }
  .attorneys-info-details-sec .row-wrap-bottom {
    grid-template-columns: 450px auto;
    gap: 40px;
  }
  ul.attorneys-contact-list li {
    padding: 15px 17px;
  }
  ul.attorneys-contact-list li:nth-child(3) {
    margin-right: 17px;
  }
  .attorneys-info-details-sec .info-box {
    padding: 20px 20px 60px 20px;
  }
  .attorneys-info-details-sec .row-wrap-bottom .left-wrap {
    margin-top: -220px;
  }
  .info-list-wrap {
    gap: 50px;
  }
  .attorneys-info-details-sec .info-box .small-title {
    font-size: 23px;
  }
  .attorneys-info-details-sec .info-box .bottom {
    padding: 0px 20px;
  }
  .attorneys-info-details-sec .info-box .image {
    height: 580px;
    margin-bottom: 30px;
  }
  ul.attorneys-contact-list {
    padding-left: 40px;
  }
  .attorneys-info-details-sec h1.inner-heading {
    padding-left: 40px;
  }
  .attorneys-info-details-sec .info-box ul {
    gap: 10px;
  }
  .meet-att h2, .meet-att h3 {
    font-size: 25px !important;
  }
  .pt-100 {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  html {
    font-size: 1.3vw;
  }
  .container {
    max-width: 100%;
  }
  .padding {
    padding: 4.967rem 0;
  }
  .our-practice-area.new {
    padding: 4.967rem 0;
  }
  body h2,
  .page-template-common-template .common-template h1,
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 3.289rem;
    letter-spacing: -1px;
    padding-bottom: 1.422rem;
  }
  body h2.center::before,
  .page-template-common-template .common-template h1::before,
  .page-template-practice-area-detail .pa-detail h1 {
    width: 284px;
    height: 7px;
  }
  .page-template-practice-area-detail .pa-detail h1 {
    height: auto;
  }
  #header .wrapper {
    padding: 1.278rem 15px;
  }
  #header ul#menu-header-menu {
    gap: 1.411rem;
  }
  #header ul#menu-header-menu li ul.sub-menu li a {
    font-size: 0.878rem;
  }
  .banner {
    padding-top: 8.2111rem;
  }
  body h1,
  body .inner-heading {
    font-size: 2.9111rem;
    letter-spacing: -0.7px;
  }
  .attorneys-info-details-sec h1.inner-heading {
    font-size: 2.9111rem;
  }
  .banner p.sub-title {
    font-size: 1.1222rem;
    margin-bottom: 1.7222rem;
  }
  .banner .banner-form p.banner-title {
    font-size: 1.1556rem;
  }
  .banner .wrapper {
    grid-template-columns: 34.2222rem 38.333rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner .wrapper .right-image {
    bottom: 0;
  }
  .slider-wrapper .swiper {
    margin: 0 2rem;
  }
  .result-wrap p.amount {
    font-size: 2.2778rem;
  }
  .arrow-layout .swiper-button-prev {
    left: 0;
  }
  .arrow-layout .swiper-button-next {
    right: 0;
  }
  .about-sec h2 {
    margin-bottom: 4.978rem;
  }
  .about-sec .wrapper {
    grid-template-columns: 41.333rem 1fr;
    padding-right: 15px;
    grid-gap: 3.522rem;
  }
  .about-sec .wrapper .img-wrap img:first-child {
    width: 23rem;
  }
  .about-sec .wrapper .img-wrap img:nth-child(2) {
    width: 7.833rem;
    margin-left: -2.444rem;
    margin-top: -3.533rem;
    margin-right: -2.444rem;
  }
  .about-sec .wrapper .img-wrap img:last-child {
    margin-top: 1.333rem;
    width: 15.367rem;
  }
  .about-contact {
    right: -1rem;
    top: 19rem;
  }
  .about-sec .right-col h3 {
    font-size: 1.4rem;
  }
  .about-sec .bottom-wrap {
    padding-top: 4.356rem;
  }
  .our-practice-area {
    padding: 8.556rem 0 5.367rem;
  }
  .our-practice-area .practice-area-wrap p.title {
    font-size: 1.578rem;
  }
  .recovery-sec p.sub-title {
    max-width: 44.333rem;
    margin: 1.622rem auto 3.044rem;
    font-size: 1.122rem;
  }
  .recovery-sec .wrap {
    grid-template-columns: 33.411rem 1fr;
    padding-right: 15px;
    grid-gap: 2.511rem;
  }
  .recovery-sec .single {
    gap: 1.722rem;
    padding-bottom: 1.678rem;
  }
  .recovery-sec .single img {
    flex: 0 0 6rem;
    width: 6rem;
  }
  .recovery-sec .right-col::before {
    left: 3rem;
  }
  .fight-for-rights {
    background-position: 80% 100%;
  }
  .fight-for-rights .content h3,
  .fight-for-rights .content h3 a {
    font-size: 1.444rem;
  }
  .trsted-attorneys .wrapper {
    grid-template-columns: 1fr 41.556rem;
    padding-left: 2.6667rem;
  }
  .trsted-attorneys .left-col {
    padding: 4.311rem 0 0;
  }
  .trsted-attorneys .left-col .box {
    padding: 2.633rem;
    margin-right: -8.389rem;
  }
  .trsted-attorneys .left-col .box img.badge {
    width: 10rem;
  }
  .trsted-attorneys .left-col .box .single {
    gap: 2.278rem;
    padding-bottom: 1.522rem;
    margin-bottom: 1.522rem;
  }
  .trsted-attorneys .left-col .box .single p.title {
    font-size: 1.478rem;
  }
  .trsted-attorneys .left-col .box .single .icon {
    flex: 0 0 3.1rem;
  }
  .trsted-attorneys .small-cta {
    padding: 3.944rem 0 4.967rem;
  }
  .instagram-sec {
    padding: 5.556rem 0 9.111rem;
  }
  .testimonial-main-wrap .review-wrap p.review {
    font-size: 1.244rem;
    margin-bottom: 1.522rem;
  }
  .testimonial-main-wrap .star-icon {
    margin: 2.278rem 0 1.167rem;
  }
  .testimonial-main-wrap .review-wrap p.name {
    font-size: 1.244rem;
  }
  footer .top-wrap {
    grid-template-columns: 1fr 35.111rem;
    grid-gap: 6.944rem;
  }
  .footer-form p.form-title {
    font-size: 2.156rem;
  }
  footer .top-wrap .left-col {
    padding-top: 5.444rem;
  }
  footer .top-wrap .right-col {
    margin-top: -9.111rem;
  }
  footer h2 {
    font-size: 4.011rem;
    letter-spacing: -1px;
  }
  footer .call-wrap p,
  footer .call-wrap a {
    font-size: 1.289rem;
  }
  footer .call-wrap span {
    font-size: 1.022rem;
    height: 2.022rem;
    line-height: 2.022rem;
    width: 2.122rem;
  }
  footer .top-wrap .left-col::before {
    width: 16.444rem;
    height: 5.833rem;
    bottom: 7.222rem;
    right: -2.778rem;
  }
  footer .bottom-wrap {
    padding-top: 4.778rem;
  }
  footer {
    margin-top: 2rem;
    padding-bottom: 10.222rem;
  }
  .social-wrap a {
    width: 3.133rem;
    height: 3.133rem;
  }
  .inner-banner {
    padding: 140px 0 60px;
  }
  .inner-banner .inner-text {
    font-size: 1.1556rem;
    margin-top: 6px;
  }
  .review-section .review-list {
    gap: 25px;
  }
  .review-section .review-list .review-box .content {
    padding: 40px 0 20px;
  }
  .review-section .review-list .review-box {
    padding: 35px 20px;
  }
  .review-section .review-list .review-box::before {
    top: 70px;
  }
  .about-banner {
    aspect-ratio: unset;
    height: 29rem;
    background-position: 50% 100%;
  }
  .about-banner .wrap {
    grid-template-columns: auto 38.6667rem;
  }
  .about-buckman .wrap {
    grid-template-columns: 38.6667rem 1fr;
    grid-gap: 5.2778rem;
  }
  .verdicts-settlements .btn-wrap-main {
    margin-top: 2.5111rem;
  }
  .their-passion .wrap {
    grid-template-columns: 1fr 32.7222rem;
    grid-gap: 4.5556rem;
  }
  .their-passion .right-col img:last-child {
    left: -3.5556rem;
    height: 7.222rem;
    width: 7.222rem;
  }
  .serving-florida {
    padding-bottom: 5rem;
  }
  .serving-florida .top img {
    width: 35.6667rem;
  }
  .serving-florida .bottom img:first-child {
    width: 18.2222rem;
  }
  .serving-florida .bottom img:last-child {
    width: 18.8889rem;
  }
  .serving-florida .right-col {
    padding-top: 5rem;
    padding-right: 2.6667rem;
  }
  .serving-florida .right-col h2 {
    margin-bottom: 1.7778rem;
  }
  .serving-florida .right-col blockquote p {
    font-size: 1.3444rem;
    padding: 1.2667rem 2.2889rem;
    margin: 1.0667rem 0;
  }
  .page-template-about .logo-swiper,
  .page-template-contact .logo-swiper {
    padding: 5rem 0 11rem;
  }
  .contact-banner .inner-heading {
    padding-bottom: 1.8889rem;
  }
  .contact-banner .wrap {
    grid-template-columns: 1fr 38.5rem;
  }
  .contact-banner .left-col::before {
    top: -3rem;
    width: 33.3222rem;
    height: 31.1rem;
  }
  .case-evaluation .wrap {
    grid-gap: 3.8889rem;
  }
  .services-we-offer p.sub-title {
    margin: 1.8222rem 0 2.3778rem;
  }
  .services-we-offer ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .blog-detail .author-wrap {
    grid-template-columns: 10.8111rem auto;
    padding: 1.6667rem 1.6778rem 2.7333rem;
    grid-gap: 1rem;
  }
  .blog-detail .author-wrap p.author-title {
    font-size: 1.7333rem;
  }
  .blog-detail .author-wrap p.attorney-text {
    font-size: 1.1333rem;
  }
  .blog-detail .share-social-wrap {
    margin-top: 1.6222rem;
  }
  .blog-detail p.last-updated {
    font-size: 1.5444rem;
    margin: 3.2444rem 0 1.6667rem;
  }
  .blog-detail .feature-img img,
  .blog-detail .content img {
    height: 24.6111rem;
  }
  .blog-detail .content h2,
  .pa-detail .content h2,
  .common-template .content h2 {
    margin: 2.4667rem 0 1.6667rem;
  }
  .blog-detail .content blockquote {
    padding: 1.8222rem 1.8778rem;
    margin: 1.3667rem 0;
  }
  .blog-detail .content blockquote p {
    font-size: 1.2444rem;
  }
  .blog-detail .content h3,
  .pa-detail .content h3,
  .meet-att .content h3 {
    font-size: 1.1667rem;
  }
  .post-next-prev-wrap ul h4 {
    width: 11.3333rem;
  }
  .blog-detail .blog-right p.category-title,
  .pa-detail .right-col p.category-title {
    font-size: 1.4889rem;
    margin-bottom: 1.0333rem;
    letter-spacing: 0;
  }
  .blog-detail .blog-right ul li a,
  .pa-detail .right-col ul li a {
    font-size: 1.1333rem;
    margin: 0.8111rem 0.1556rem;
    padding-left: 1.4667rem;
  }
  .blog-detail .blog-right ul li a::before,
  .pa-detail .right-col ul li a::before {
    top: 0.4556rem;
    height: 7px;
    width: 7px;
  }
  .blog-detail .blog-wrap,
  .pa-detail .wrap {
    grid-template-columns: auto 21.2222rem;
    grid-gap: 2.8889rem;
  }
  .buckman-blog ul.blog-list {
    grid-gap: 1.5556rem;
  }
  .buckman-blog ul.blog-list .img-wrap {
    height: 16.8111rem;
  }
  .buckman-blog ul.blog-list .content-wrap {
    padding: 1.4444rem 1.1667rem 1.1111rem;
  }
  .pagination-wrap {
    margin: 3.1444rem 0 4.9778rem;
  }
  .page-template-caseresult .inner-banner,
  .page-template-locations .inner-banner,
  .single-post .inner-banner {
    padding-bottom: 5.5667rem;
  }
  .result-list ul {
    grid-gap: 1.4rem;
  }
  .result-list .btn-wrap a {
    margin-top: 2.9889rem;
  }
  .page-template-caseresult .logo-swiper {
    padding: 5.5556rem 0 11.6444rem;
  }
  .location-detail-banner {
    aspect-ratio: unset;
    min-height: 33rem;
    background-position: 60% 100%;
  }
  .location-detail-banner .container {
    padding-left: 15px;
  }
  .common-sec .content,
  .map-sec .content {
    max-width: 67.4444rem;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question {
    font-size: 1.7778rem;
    letter-spacing: -0.6px;
  }
  .our-practice-are ul {
    grid-gap: 1.7222rem;
  }
  .cta p.cta-title {
    font-size: 2.1778rem;
    max-width: 54.7778rem;
    letter-spacing: 0;
  }
  .what-should-do .wrap {
    grid-gap: 3.0444rem;
  }
  .faq-sec h2 {
    margin-bottom: 1.6333rem;
  }
  .location-list ul {
    grid-gap: 1rem;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-next,
  .pa-detail .content .testimonial-main-wrap .swiper-button-prev {
    bottom: 30px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-next {
    right: -70px;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-prev {
    left: -70px;
  }
  .pa-detail .content .testimonial-main-wrap .testimonial-slider {
    padding-bottom: 7rem;
  }
  .pa-cta .cta-wrap p.title {
    font-size: 1.9444rem;
    letter-spacing: 0;
  }
  .practice-area-list .main-pa ul {
    grid-gap: 0 4.1556rem;
  }
  .practice-area-list .main-pa .right-col {
    padding-right: 5.8444rem;
  }
  .att-banner .right-col img {
    width: 18rem;
  }
  .att-info .wrap p.sub-title {
    font-size: 1.075rem;
  }
  .att-info .wrap {
    padding: 1.7125rem 0;
  }
  .meet-att .awards-sec {
    margin-top: 4.175rem;
  }
  .meet-att .otherinfo .single {
    padding: 1.85rem 1.375rem;
  }
  .page-template-attorney-detail .about-banner .wrap img {
    width: 16rem;
  }
  .single-post h1 {
    font-size: 3.0111rem;
  }
  .single-post h2 {
    font-size: 2.489rem;
  }
  .single-post .inner-banner .inner-heading {
    max-width: 800px;
  }
  .category .inner-banner {
    padding: 120px 0 70px;
  }
  .page-template-locations-detail h1,
  .page-template-locations-detail .inner-heading {
    font-size: 2.3111rem;
  }
  .page-template-locations-detail h2 {
    font-size: 1.989rem;
  }
  .page-template-practice-area-detail .inner-heading {
    font-size: 3.1111rem;
  }
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 2.789rem !important;
    width: 100%;
  }
  .page-template-practice-area-detail .pa-detail h2 {
    font-size: 2.089rem;
  }
}
@media (max-width: 1279px) {
  .our-practice-area.new .practice-area-listing-wrap {
    gap: 20px;
    margin-bottom: 50px;
    grid-template-columns: repeat(4, 1fr);
  }
  .attorneys-info-details-sec .row-wrap-top {
    grid-template-columns: 363px auto;
    min-height: 380px;
    padding-top: 8rem;
  }
  .attorneys-info-details-sec .row-wrap-bottom {
    grid-template-columns: 350px auto;
    gap: 40px;
  }
  ul.attorneys-contact-list li {
    padding: 15px 17px;
  }
  ul.attorneys-contact-list li:nth-child(3) {
    margin-right: 17px;
  }
  .attorneys-info-details-sec .info-box {
    padding: 20px 20px 60px 20px;
    border-radius: 10px 10px 0px 0px;
  }
  .attorneys-info-details-sec .row-wrap-bottom .left-wrap {
    margin-top: -220px;
  }
  .attorneys-info-details-sec .info-box .image img {
    border-radius: 10px;
  }
  .info-list-wrap {
    gap: 30px;
  }
  .attorneys-info-details-sec .info-box .small-title {
    font-size: 23px;
  }
  .attorneys-info-details-sec .info-box .bottom {
    padding: 0px 0px;
  }
  .attorneys-info-details-sec .info-box .image {
    height: 440px;
    margin-bottom: 30px;
  }
  ul.attorneys-contact-list {
    padding-left: 40px;
  }
  .attorneys-info-details-sec h1.inner-heading {
    padding-left: 40px;
  }
  .attorneys-info-details-sec .info-box ul {
    gap: 10px;
  }
  .meet-att h2, .meet-att h3 {
    font-size: 25px !important;
  }
  ul.attorneys-contact-list li .contact-title {
    font-size: 16px;
  }
  .pt-100 {
    padding-top: 60px !important;
  }
  #header.scroll-down .wrapper {
    transform: unset !important;
    opacity: 1 !important;
    background-color: #000;
    pointer-events: all;
  }
  #header .res_navigation {
    display: block;
    margin-left: 30px;
  }
  #header .main-menu {
    display: block;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #737e5a;
    z-index: 9;
    padding: 0;
    overflow: hidden;
    float: none;
    margin: 0;
    height: auto;
  }
  html.menu-open #header .main-menu {
    left: 0;
    transform: translateX(0) translateY(0);
    overflow-y: auto;
  }
  #header ul#menu-header-menu {
    margin: 120px 15px 0px 15px !important;
    display: block !important;
    height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #header ul#menu-header-menu li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 152%;
    text-transform: uppercase;
  }
  #header .header-contact {
    margin-left: auto;
  }
  #header ul#menu-header-menu > li {
    margin-bottom: 1rem;
  }
  #header ul#menu-header-menu li span.submenu-click-arrow {
    width: 38px;
    height: 38px;
    right: 0;
    top: 0;
    background-size: 12px;
    background-position: center;
  }
  #header ul#menu-header-menu li.menu-item-has-children::after {
    content: none;
  }
  #header ul#menu-header-menu li ul.sub-menu {
    position: static !important;
    min-width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    box-shadow: unset !important;
    transform-origin: unset;
    transition: unset !important;
    padding: 0;
  }
  #header ul#menu-header-menu li ul.sub-menu li {
    margin: 0;
  }
  #header ul#menu-header-menu li ul.sub-menu li a {
    font-size: 1.7rem;
    color: #fff;
  }
  #header ul#menu-header-menu li ul.sub-menu li:hover a,
  #header ul#menu-header-menu li ul.sub-menu li.current-menu-item a {
    color: #000 !important;
  }
  #header .logo {
    position: relative;
    z-index: 99;
    width: 13rem;
  }
  #header .header-contact {
    padding-left: 3.666rem;
  }
  #header .header-contact p {
    font-size: 20px;
  }
  #header .header-contact a {
    font-size: 2.133rem;
  }
  #header .header-contact a::before {
    width: 3rem;
    height: 3rem;
  }
  #header .wrapper {
    padding: 1.278rem 15px;
  }
  #header ul#menu-header-menu {
    gap: 1.411rem;
  }
  #header ul#menu-header-menu li ul.sub-menu li a {
    font-size: 0.878rem;
  }
}
@media (max-width: 1120px) {
  html {
    font-size: 1.3vw;
  }
  .container {
    max-width: 100%;
  }
  .padding {
    padding: 4.967rem 0;
  }
  .our-practice-area.new {
    padding: 4.967rem 0;
  }
  body h2,
  .page-template-common-template .common-template h1,
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 3.289rem;
    letter-spacing: -1px;
    padding-bottom: 1.422rem;
  }
  body h2.center::before,
  .page-template-common-template .common-template h1::before,
  .page-template-practice-area-detail .pa-detail h1 {
    width: 284px;
    height: 7px;
  }
  .page-template-practice-area-detail .pa-detail h1 {
    height: auto;
  }
  .banner {
    padding-top: 8.2111rem;
  }
  body h1,
  body .inner-heading {
    font-size: 2.9111rem;
    letter-spacing: -0.7px;
  }
  .attorneys-info-details-sec h1.inner-heading {
    font-size: 2.9111rem;
  }
  .banner p.sub-title {
    font-size: 1.1222rem;
    margin-bottom: 1.7222rem;
  }
  .banner .banner-form p.banner-title {
    font-size: 1.1556rem;
  }
  .banner .wrapper {
    grid-template-columns: 34.2222rem 38.333rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner .wrapper .right-image {
    bottom: 0;
  }
  .slider-wrapper .swiper {
    margin: 0 2rem;
  }
  .result-wrap p.amount {
    font-size: 2.2778rem;
  }
  .arrow-layout .swiper-button-prev {
    left: 0;
  }
  .arrow-layout .swiper-button-next {
    right: 0;
  }
  .about-sec h2 {
    margin-bottom: 4.978rem;
  }
  .about-sec .wrapper {
    grid-template-columns: 41.333rem 1fr;
    padding-right: 15px;
    grid-gap: 3.522rem;
  }
  .about-sec .wrapper .img-wrap img:first-child {
    width: 23rem;
  }
  .about-sec .wrapper .img-wrap img:nth-child(2) {
    width: 7.833rem;
    margin-left: -2.444rem;
    margin-top: -3.533rem;
    margin-right: -2.444rem;
  }
  .about-sec .wrapper .img-wrap img:last-child {
    margin-top: 1.333rem;
    width: 15.367rem;
  }
  .about-contact {
    right: -1rem;
    top: 19rem;
  }
  .about-sec .right-col h3 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .about-sec .bottom-wrap {
    padding-top: 4.356rem;
  }
  .our-practice-area {
    padding: 8.556rem 0 5.367rem;
  }
  .our-practice-area .practice-area-wrap p.title {
    font-size: 1.578rem;
  }
  .recovery-sec p.sub-title {
    max-width: 44.333rem;
    margin: 1.622rem auto 3.044rem;
    font-size: 1.122rem;
  }
  .recovery-sec .wrap {
    grid-template-columns: 33.411rem 1fr;
    padding-right: 15px;
    grid-gap: 2.511rem;
  }
  .recovery-sec .single {
    gap: 1.722rem;
    padding-bottom: 1.678rem;
  }
  .recovery-sec .single img {
    flex: 0 0 6rem;
    width: 6rem;
  }
  .recovery-sec .right-col::before {
    left: 3rem;
  }
  .fight-for-rights {
    background-position: 80% 100%;
  }
  .fight-for-rights .content h3,
  .fight-for-rights .content h3 a {
    font-size: 1.444rem;
    letter-spacing: 0;
  }
  .trsted-attorneys .wrapper {
    grid-template-columns: 1fr 41.556rem;
    padding-left: 2.6667rem;
  }
  .trsted-attorneys .left-col {
    padding: 4.311rem 0 0;
  }
  .trsted-attorneys .left-col .box {
    padding: 2.633rem;
    margin-right: -8.389rem;
  }
  .trsted-attorneys .left-col .box img.badge {
    width: 10rem;
  }
  .trsted-attorneys .left-col .box .single {
    gap: 2.278rem;
    padding-bottom: 1.522rem;
    margin-bottom: 1.522rem;
  }
  .trsted-attorneys .left-col .box .single p.title {
    font-size: 1.478rem;
  }
  .trsted-attorneys .left-col .box .single .icon {
    flex: 0 0 3.1rem;
  }
  .trsted-attorneys .small-cta {
    padding: 3.944rem 0 4.967rem;
  }
  .instagram-sec {
    padding: 5.556rem 0 9.111rem;
  }
  .testimonial-main-wrap .review-wrap p.review {
    font-size: 1.244rem;
    margin-bottom: 1.522rem;
  }
  .testimonial-main-wrap .star-icon {
    margin: 2.278rem 0 1.167rem;
  }
  .testimonial-main-wrap .review-wrap p.name {
    font-size: 1.244rem;
  }
  footer .top-wrap {
    grid-template-columns: 1fr 35.111rem;
    grid-gap: 6.944rem;
  }
  .footer-form p.form-title {
    font-size: 2.156rem;
  }
  footer .top-wrap .left-col {
    padding-top: 5.444rem;
  }
  footer .top-wrap .right-col {
    margin-top: -9.111rem;
  }
  footer h2 {
    font-size: 4.011rem;
    letter-spacing: -1px;
  }
  footer .call-wrap p,
  footer .call-wrap a {
    font-size: 1.289rem;
  }
  footer .call-wrap span {
    font-size: 1.022rem;
    height: 2.022rem;
    line-height: 2.022rem;
    width: 2.122rem;
  }
  footer .top-wrap .left-col::before {
    width: 16.444rem;
    height: 5.833rem;
    bottom: 7.222rem;
    right: -2.778rem;
  }
  footer .bottom-wrap {
    padding-top: 4.778rem;
  }
  footer {
    margin-top: 2rem;
    padding-bottom: 10.222rem;
  }
  .social-wrap a {
    width: 3.133rem;
    height: 3.133rem;
  }
  .inner-banner {
    padding: 140px 0 60px;
  }
  .inner-banner .inner-text {
    font-size: 1.1556rem;
    margin-top: 6px;
  }
  .review-section .review-list {
    gap: 25px;
  }
  .review-section .review-list .review-box .content {
    padding: 40px 0 20px;
  }
  .review-section .review-list .review-box {
    padding: 35px 15px;
  }
  .review-section .review-list .review-box::before {
    top: 70px;
  }
  .about-banner {
    aspect-ratio: unset;
    height: 29rem;
    background-position: 50% 100%;
  }
  .about-banner .wrap {
    grid-template-columns: auto 38.6667rem;
  }
  .about-buckman .wrap {
    grid-template-columns: 38.6667rem 1fr;
    grid-gap: 5.2778rem;
  }
  .verdicts-settlements .btn-wrap-main {
    margin-top: 2.5111rem;
  }
  .their-passion .wrap {
    grid-template-columns: 1fr 32.7222rem;
    grid-gap: 4.5556rem;
  }
  .their-passion .right-col img:last-child {
    left: -3.5556rem;
    height: 7.222rem;
    width: 7.222rem;
  }
  .serving-florida {
    padding-bottom: 5rem;
  }
  .serving-florida .top img {
    width: 35.6667rem;
  }
  .serving-florida .bottom img:first-child {
    width: 18.2222rem;
  }
  .serving-florida .bottom img:last-child {
    width: 18.8889rem;
  }
  .serving-florida .right-col {
    padding-top: 5rem;
    padding-right: 2.6667rem;
  }
  .serving-florida .right-col h2 {
    margin-bottom: 1.7778rem;
  }
  .serving-florida .right-col blockquote p {
    font-size: 1.3444rem;
    padding: 1.2667rem 2.2889rem;
    margin: 1.0667rem 0;
  }
  .page-template-about .logo-swiper,
  .page-template-contact .logo-swiper {
    padding: 5rem 0 11rem;
  }
  .committed-sec .team-wrap-main .team-wrap {
    width: 30%;
  }
  .contact-banner .inner-heading {
    padding-bottom: 1.8889rem;
  }
  .contact-banner .wrap {
    grid-template-columns: 1fr 38.5rem;
  }
  .contact-banner .left-col::before {
    top: -3rem;
    width: 33.3222rem;
    height: 31.1rem;
  }
  .case-evaluation .wrap {
    grid-gap: 3.8889rem;
  }
  .services-we-offer p.sub-title {
    margin: 1.8222rem 0 2.3778rem;
  }
  .services-we-offer ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .case-evaluation .contact-info {
    grid-gap: 0.8556rem;
    grid-template-columns: 3.8444rem 1fr;
  }
  .case-evaluation .contact-info p.title {
    font-size: 1.3556rem;
  }
  .case-evaluation .location .text,
  .case-evaluation .phone a,
  .case-evaluation .fax .text {
    font-size: 1.1rem;
  }
  .services-we-offer ul li a {
    font-size: 1.1rem;
  }
  .blog-detail .author-wrap {
    grid-template-columns: 10.8111rem auto;
    padding: 1.6667rem 1.6778rem 2.7333rem;
    grid-gap: 1rem;
  }
  .blog-detail .author-wrap p.author-title {
    font-size: 1.7333rem;
  }
  .blog-detail .author-wrap p.attorney-text {
    font-size: 1.1333rem;
  }
  .blog-detail .share-social-wrap {
    margin-top: 1.6222rem;
  }
  .blog-detail p.last-updated {
    font-size: 1.5444rem;
    margin: 3.2444rem 0 1.6667rem;
  }
  .blog-detail .feature-img img,
  .blog-detail .content img {
    height: 24.6111rem;
  }
  .blog-detail .content h2,
  .pa-detail .content h2,
  .common-template .content h2 {
    margin: 2.4667rem 0 1.6667rem;
  }
  .blog-detail .content blockquote {
    padding: 1.8222rem 1.8778rem;
    margin: 1.3667rem 0;
  }
  .blog-detail .content blockquote p {
    font-size: 1.2444rem;
  }
  .blog-detail .content h3,
  .pa-detail .content h3,
  .meet-att .content h3 {
    font-size: 1.1667rem;
  }
  .post-next-prev-wrap ul h4 {
    width: 11.3333rem;
  }
  .blog-detail .blog-right p.category-title,
  .pa-detail .right-col p.category-title {
    font-size: 1.4889rem;
    margin-bottom: 1.0333rem;
    letter-spacing: 0;
  }
  .blog-detail .blog-right ul li a,
  .pa-detail .right-col ul li a {
    font-size: 1.1333rem;
    margin: 0.8111rem 0.1556rem;
    padding-left: 1.4667rem;
  }
  .blog-detail .blog-right ul li a::before,
  .pa-detail .right-col ul li a::before {
    top: 0.4556rem;
    height: 7px;
    width: 7px;
  }
  .blog-detail .blog-wrap,
  .pa-detail .wrap {
    grid-template-columns: auto 21.2222rem;
    grid-gap: 2.8889rem;
  }
  .buckman-blog ul.blog-list {
    grid-gap: 1.5556rem;
  }
  .buckman-blog .wrap .date-wrap {
    margin-bottom: 1.0222rem;
  }
  .buckman-blog ul.blog-list .img-wrap {
    height: 16.8111rem;
  }
  .buckman-blog ul.blog-list .content-wrap {
    padding: 1.4444rem 1.1667rem 1.1111rem;
  }
  .pagination-wrap {
    margin: 3.1444rem 0 4.9778rem;
  }
  .page-template-caseresult .inner-banner,
  .page-template-locations .inner-banner,
  .single-post .inner-banner {
    padding-bottom: 5rem;
  }
  .result-list ul {
    grid-gap: 1.4rem;
  }
  .result-list .btn-wrap a {
    margin-top: 2.9889rem;
  }
  .page-template-caseresult .logo-swiper {
    padding: 5.5556rem 0 11.6444rem;
  }
  .result-list .btn-wrap a svg {
    width: 40px;
    height: 40px;
  }
  .location-detail-banner {
    aspect-ratio: unset;
    min-height: 33rem;
    background-position: 60% 100%;
  }
  .location-detail-banner .container {
    padding-left: 15px;
  }
  .common-sec .content,
  .map-sec .content {
    max-width: 67.4444rem;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question {
    font-size: 1.7778rem;
    letter-spacing: -0.6px;
  }
  .our-practice-are ul {
    grid-gap: 1.7222rem;
  }
  .cta p.cta-title {
    font-size: 2.1778rem;
    max-width: 54.7778rem;
    letter-spacing: 0;
  }
  .what-should-do .wrap {
    grid-gap: 3.0444rem;
  }
  .faq-sec h2 {
    margin-bottom: 1.6333rem;
  }
  .map-sec iframe {
    height: 28.7222rem;
  }
  .page-template-locations-detail .verdicts-settlements .slider-wrapper {
    margin-top: 2.7889rem;
  }
  .statistics-sec .statistics-box p.amount {
    font-size: 2.2889rem;
    letter-spacing: 0;
  }
  .trusted-lawyer .right-col p.name {
    font-size: 2.0778rem;
  }
  footer h2 {
    font-size: 2.211rem !important;
  }
  .sub-faq-section .wrap {
    grid-template-columns: auto 28.7778rem;
    grid-gap: 2.7778rem;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question {
    font-size: 1.5778rem;
  }
  .our-practice-are ul {
    grid-gap: 1.7222rem;
    margin-top: 3.3rem;
  }
  .location-list ul {
    grid-gap: 1rem;
  }
  .location-list ul li {
    height: 17rem;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-next,
  .pa-detail .content .testimonial-main-wrap .swiper-button-prev {
    bottom: 30px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-next {
    right: -70px;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-prev {
    left: -70px;
  }
  .pa-detail .content .testimonial-main-wrap .testimonial-slider {
    padding-bottom: 7rem;
  }
  .pa-cta .cta-wrap p.title {
    font-size: 1.9444rem;
    letter-spacing: 0;
  }
  .practice-area-list .main-pa ul {
    grid-gap: 0 4.1556rem;
  }
  .practice-area-list .main-pa .right-col {
    padding-right: 5.8444rem;
  }
  .att-banner .right-col img {
    width: 18rem;
  }
  .att-info .wrap p.sub-title {
    font-size: 1.075rem;
  }
  .att-info .wrap {
    padding: 1.7125rem 0;
  }
  .meet-att .awards-sec {
    margin-top: 4.175rem;
  }
  .meet-att .otherinfo .single {
    padding: 1.85rem 1.375rem;
  }
  .page-template-attorney-detail .about-banner .wrap img {
    width: 16rem;
  }
  .single-post h1 {
    font-size: 2.7111rem;
  }
  .single-post h2 {
    font-size: 2.189rem;
  }
  .single-post .inner-banner .inner-heading {
    max-width: 500px;
  }
  .category .inner-banner {
    padding: 120px 0 70px;
  }
  .page-template-locations-detail h1,
  .page-template-locations-detail .inner-heading {
    font-size: 2.3111rem;
  }
  .page-template-locations-detail h2 {
    font-size: 1.989rem;
  }
  .page-template-practice-area-detail .inner-heading {
    font-size: 3.1111rem;
  }
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 2.789rem !important;
    width: 100%;
  }
  .page-template-practice-area-detail .pa-detail h2 {
    font-size: 2.089rem;
  }
}
@media (max-width: 991px) {
  body p,
  body a,
  .blog-detail .content ul li,
  .sub-faq-section .answer_faq ul li,
  .blog-detail .content ol li,
  .meet-att .otherinfo ul li,
  .common-template .content ul li {
    font-size: 1.2rem;
  }
  html {
    font-size: 1.6vw;
  }
  body h2,
  .page-template-common-template .common-template h1,
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 2.989rem;
  }
  body a.btn-main {
    font-size: 1.2rem;
  }
  .banner .btn-wrap {
    display: block;
    margin-top: 15px;
  }
  .banner .btn-wrap a {
    margin: 0 auto;
  }
  .banenr-overlay {
    display: none;
  }
  .banner::after {
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -2;
  }
  .banner .wrapper {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    position: relative;
  }
  .banner .banner-form {
    display: none;
  }
  body h1,
  body .inner-heading {
    font-size: 3.1111rem;
  }
  .attorneys-info-details-sec h1.inner-heading {
    font-size: 3.1111rem;
  }
  .banner h1 {
    text-align: center;
    margin-bottom: 1.1rem;
  }
  .banner p.sub-title {
    font-size: 1.5222rem;
    text-align: center;
    max-width: 33rem;
    margin: 0 auto;
  }
  .banner .left-content {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .banner .left-content::before {
    position: absolute;
    content: "";
    height: 230px;
    width: 390px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 391px;
    opacity: 0.7;
    background: #000;
    filter: blur(100px);
  }
  .result-wrap p.title {
    font-size: 1.3778rem;
  }
  .result-wrap p.amount {
    font-size: 2.6778rem;
  }
  .result-wrap p.result-for {
    font-size: 1.4111rem;
  }
  .result-wrap .content p {
    font-size: 1.3rem;
  }
  body p.small-title {
    font-size: 1.256rem;
  }
  .about-sec .wrapper .left-col {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .about-sec .wrapper {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  .about-sec .right-col h3 {
    font-size: 1.8rem;
  }
  .our-practice-area {
    padding: 5rem 0;
  }
  .our-practice-area .top-wrap {
    grid-template-columns: 1fr 34.111rem;
    padding-bottom: 3.5rem;
  }
  .our-practice-area .top-wrap .right-wrap {
    padding-top: 2.789rem;
  }
  body h2::before,
  .page-template-common-template .common-template h1::before,
  .page-template-practice-area-detail .pa-detail h1::before {
    width: 154px;
  }
  .recovery-sec .wrap {
    grid-template-columns: 1fr;
    padding: 0 15px;
    grid-gap: 4rem;
  }
  .recovery-sec .left-col img,
  .about-sec .wrapper .img-wrap img:first-child {
    border-radius: 20px;
  }
  .recovery-sec .single img {
    flex: 0 0 8rem;
    width: 8rem;
  }
  .recovery-sec .right-col::before {
    left: 4rem;
  }
  .recovery-sec .single {
    padding-bottom: 2.678rem;
  }
  .fight-for-rights {
    background-position: 0% 100%;
  }
  .fight-for-rights * {
    text-align: center;
  }
  .fight-for-rights h2 {
    padding-bottom: 0;
  }
  .fight-for-rights h2::before {
    content: none !important;
  }
  .fight-for-rights .content {
    max-width: 35.333rem;
    margin: 2rem auto;
  }
  .fight-for-rights a.btn-main {
    margin: 0 auto;
  }
  .trsted-attorneys .wrapper {
    grid-template-columns: 1fr;
    padding: 0 15px;
    grid-gap: 4rem;
  }
  .trsted-attorneys p.small-title {
    text-align: center;
  }
  .trsted-attorneys h2 {
    text-align: center;
    padding-bottom: 2rem;
  }
  .trsted-attorneys .left-col .box {
    margin-right: 0;
    border-radius: 20px;
  }
  .trsted-attorneys .left-col .box img.badge {
    display: none;
  }
  .trsted-attorneys .right-col img {
    border-radius: 20px;
  }
  .trsted-attorneys .small-cta {
    padding: 3rem 0;
  }
  .instagram-sec {
    padding: 4rem 0;
  }
  .testimonial-main-wrap .review-wrap p.name {
    font-size: 1.444rem;
  }
  .testimonial-main-wrap .review-wrap p.review {
    font-size: 1.244rem;
    max-width: 80%;
    margin: 0 auto 1rem;
  }
  footer .top-wrap {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  footer .top-wrap .right-col {
    margin-top: 0;
  }
  footer h2 {
    font-size: 4.511rem !important;
    padding-bottom: 2rem;
  }
  footer .call-wrap p,
  footer .call-wrap a {
    font-size: 1.889rem;
  }
  footer .top-wrap .left-col::before {
    content: none;
  }
  footer .call-wrap span {
    font-size: 1.322rem;
    height: 2.222rem;
    line-height: 2.222rem;
    width: 2.222rem;
  }
  .footer-form p.form-title {
    font-size: 2.556rem;
  }
  .footer-form p.sub-title {
    font-size: 1.456rem;
  }
  .footer-form .gform_wrapper.gravity-theme form .gform_body input,
  .footer-form .gform_wrapper.gravity-theme form .gform_body select,
  .footer-form .gform_wrapper.gravity-theme form .gform_body textarea.large {
    font-size: 1.2rem;
  }
  footer .bottom-wrap .logo {
    width: 16rem;
    margin: 0 auto;
  }
  .social-wrap {
    margin-top: 2rem;
    justify-content: center;
  }
  footer .bottom-wrap {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  footer p.copyright {
    font-size: 1.3rem;
    margin-top: 2rem;
    text-align: center;
  }
  footer .bottom-wrap .single:nth-child(2),
  footer .bottom-wrap .single:nth-child(3),
  footer .bottom-wrap .single:last-child {
    display: none;
  }
  footer {
    margin-top: 3rem;
    padding-bottom: 4rem;
    background-image: unset !important;
  }
  footer .top-wrap .left-col {
    padding-top: 3rem;
  }
  footer::after {
    top: -3rem;
    height: 19.389rem;
  }
  .inner-banner {
    padding: 160px 0 60px;
  }
  .logo-swiper {
    padding-bottom: 70px;
    padding-top: 0;
  }
  .about-banner {
    height: 33rem;
    background-position: 60% 100%;
  }
  .about-banner .wrap {
    grid-template-columns: auto 32.6667rem;
  }
  .about-buckman .wrap {
    grid-template-columns: 28.6667rem 1fr;
    grid-gap: 3.2778rem;
  }
  .about-buckman .wrap .left-wrap img:last-of-type {
    top: -2.6667rem;
    right: -2.3333rem;
    width: 7.111rem;
    height: 7.111rem;
  }
  .their-passion .wrap {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  .their-passion .wrap .right-col {
    order: 1;
    width: 90%;
    margin: 0 auto;
  }
  .their-passion .wrap .left-col {
    order: 2;
  }
  .serving-florida {
    padding-bottom: 0rem;
  }
  .serving-florida .wrap {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    padding: 4rem 15px;
  }
  .serving-florida .left-col {
    order: 2;
  }
  .serving-florida .right-col {
    padding: 0;
    order: 1;
  }
  .serving-florida img {
    border-radius: 20px !important;
  }
  .serving-florida .top img {
    width: 35.6667rem;
    margin: 0 auto 2rem;
  }
  .serving-florida .bottom {
    gap: 2rem;
    justify-content: center;
  }
  .serving-florida .right-col blockquote p {
    border-radius: 10px;
  }
  .page-template-about .logo-swiper,
  .page-template-contact .logo-swiper {
    padding: 4rem 0;
  }
  .contact-banner .wrap {
    grid-template-columns: 1fr;
  }
  .contact-banner .inner-heading {
    padding-bottom: 2.4889rem;
  }
  .contact-banner .left-col::before {
    top: 0;
    width: 43.3222rem;
    height: 39.1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .contact-banner .left-col {
    width: 90%;
    margin: 0 auto;
  }
  .footer-form .gform_wrapper.gravity-theme .gform_footer::before {
    top: 1.844rem;
  }
  .case-evaluation .wrap {
    grid-gap: 2rem;
    grid-template-columns: 1fr;
  }
  .blog-detail .blog-wrap,
  .pa-detail .wrap {
    grid-template-columns: 1fr;
  }
  .post-next-prev-wrap ul h4 {
    width: 18.3333rem;
    font-size: 1.1rem;
  }
  body .blog-detail h2 {
    font-size: 2.789rem;
  }
  .buckman-blog .wrap {
    padding: 1.7556rem;
    margin: 2.1222rem 0 3.6444rem;
    grid-template-columns: 1fr;
    grid-gap: 2.2556rem;
  }
  .buckman-blog ul.blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .pagination-wrap {
    margin: 3.1444rem 0 0;
  }
  .pagination-wrap .page-numbers {
    font-size: 1.4111rem;
  }
  .result-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .result-list ul li p.case-type::before {
    width: 120px;
  }
  .page-template-caseresult .logo-swiper {
    padding: 3rem 0;
  }
  .about-banner {
    height: auto;
    background-position: 0 100%;
  }
  .about-banner .wrap {
    grid-template-columns: 1fr;
  }
  .what-should-do .wrap {
    grid-template-columns: 1fr;
    grid-gap: 2.3444rem;
  }
  .what-should-do .wrap:nth-child(even) .image {
    order: 2;
  }
  .statistics-sec .statistics-box .wrap {
    gap: 1.3222rem;
  }
  .statistics-sec .statistics-box .single {
    padding: 1.0667rem 1.2667rem;
    border-radius: 10px;
    min-width: 16.3889rem;
  }
  .statistics-sec .statistics-box p.type {
    font-size: 1.1222rem;
    padding: 0.9444rem 0.6rem;
    margin-top: -2.6333rem;
  }
  .sub-faq-section .wrap {
    grid-template-columns: 1fr;
  }
  .trusted-lawyer .wrap {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .our-practice-are ul li:last-child svg {
    height: 19px;
  }
  .take-first-step {
    padding: 4rem 0 !important;
  }
  ul.video-list {
    grid-template-columns: repeat(2, 1fr);
  }
  ul.points li a {
    font-size: 1.3111rem;
  }
  .page-template-practice-area-detail .about-banner h1,
  .page-template-practice-area-detail .about-banner p.sub-title {
    text-align: center;
  }
  .page-template-practice-area-detail .about-banner a.btn-main {
    margin: 0 auto;
  }
  .pa-detail .content .testimonial-main-wrap .review-wrap,
  .pa-detail .content .testimonial-main-wrap .review-wrap p.review {
    max-width: 100%;
  }
  .practice-area-list .main-pa {
    margin-bottom: 4.1667rem;
    margin-top: 0.6444rem;
    grid-template-columns: 23.1111rem auto;
  }
  .practice-area-list .main-pa ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .practice-area-list .main-pa .right-col {
    padding-right: 4.7444rem;
    padding-top: 1.0444rem;
  }
  .att-banner {
    background-position: 60% 100%;
  }
  .att-banner .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .meet-att .content h3 {
    margin: 1.5rem 0 1.3rem;
  }
  .meet-att .otherinfo {
    grid-gap: 1.6rem;
    margin: 2.525rem 0;
  }
  .meet-att .awards-sec .img-group img {
    width: 7rem;
  }
  body .blog-detail h2 {
    font-size: 2.289rem;
  }
  .single-post .inner-banner .inner-heading {
    max-width: 100%;
  }
  .category .inner-banner {
    padding: 100px 0 50px;
  }
  .category .buckman-blog ul.blog-list {
    padding-bottom: 0;
  }
  .page-template-practice-area-detail .inner-heading {
    text-align: center;
  }
  .fight-for-rights .wrap {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  .our-practice-area.new .practice-area-listing-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .instagram-sec h2 {
    margin-bottom: 30px;
  }
  .video-modal video, .video-modal #youtube-frame {
    max-width: 80%;
    max-height: 50%;
  }
  .attorneys-info-details-sec .row-wrap-top {
    grid-template-columns: 100%;
    min-height: auto;
  }
  .attorneys-info-details-sec .info-box {
    margin-top: 50px;
    position: sticky;
    top: 100px;
    height: auto;
  }
  .attorneys-info-details-sec .row-wrap-bottom .left-wrap {
    margin-top: 0;
  }
  .attorneys-info-details-sec .row-wrap-bottom {
    grid-template-columns: 300px auto;
  }
  .attorneys-info-details-sec .info-box .image {
    height: 370px;
    margin-bottom: 25px;
  }
  .attorneys-info-details-sec .info-box .small-title {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 17px;
  }
  .attorneys-info-details-sec .info-box .logo-list {
    margin-top: 30px;
  }
  .attorneys-info-details-sec h1.inner-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
  ul.attorneys-contact-list {
    padding-left: 20px;
  }
  .attorneys-info-details-sec .info-box .logo-list .logo-listing-wrap {
    gap: 30px;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body p,
  body a,
  .blog-detail .content ul li,
  .sub-faq-section .answer_faq ul li,
  .blog-detail .content ol li,
  .meet-att .otherinfo ul li,
  .common-template .content ul li {
    font-size: 1.1rem;
  }
  .padding {
    padding: 4rem 0;
  }
  .our-practice-area.new {
    padding: 4rem 0;
  }
  body a.btn-main {
    font-size: 1.1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  body h2,
  .page-template-common-template .common-template h1,
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 2.389rem;
    letter-spacing: 0;
  }
  body h2 br,
  .page-template-practice-area-detail .pa-detail h1 br {
    display: none;
  }
  #header .header-contact p {
    display: none;
  }
  #header .header-contact a {
    font-size: 0;
  }
  #header .res_navigation {
    margin-left: 20px;
  }
  #header .header-contact {
    padding-left: 0;
    width: 3.167rem;
    height: 3.167rem;
  }
  #header .logo {
    width: 11.556rem;
  }
  #header .wrapper {
    padding: 0.778rem 15px;
  }
  .banner {
    min-height: 80vh;
  }
  .banner .left-content {
    position: unset;
  }
  .banner .wrapper {
    grid-gap: 2rem;
  }
  .banner p.sub-title {
    font-size: 1.3222rem;
  }
  body h1,
  body .inner-heading {
    font-size: 2.6111rem;
  }
  .result-wrap p.amount {
    font-size: 2.3778rem;
  }
  .result-wrap .content p {
    font-size: 1.1rem;
  }
  .about-sec p.small-title,
  .about-sec h2,
  .recovery-sec p.small-title,
  .recovery-sec h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-sec .wrapper {
    grid-gap: 2rem;
  }
  .about-sec .wrapper .img-wrap {
    align-items: center;
    flex-direction: column;
  }
  .about-sec .wrapper .img-wrap img:first-child {
    max-width: 30rem;
    width: 100%;
  }
  .about-sec .wrapper .img-wrap img:nth-child(2) {
    width: 10rem;
    margin: -3rem 0;
  }
  .about-sec .wrapper .img-wrap img:last-child {
    margin-top: 0;
    width: 100%;
    max-width: 30rem;
  }
  .about-sec .wrapper .left-col {
    width: 100%;
  }
  .about-contact {
    right: 0;
    top: 0;
    left: 0;
    position: relative;
    margin: 1rem auto 0;
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    border-radius: 20px;
    background: #e9e4dd;
  }
  .about-contact a {
    font-size: 1.533rem;
  }
  .about-contact a::before {
    left: 1.5rem;
    bottom: 1.722rem;
  }
  .about-contact::before {
    display: none;
  }
  .about-sec .right-col h3 {
    font-size: 1.4rem;
  }
  .about-sec .right-col h3 br {
    display: none;
  }
  .about-sec .right-col a.btn-main {
    margin-top: 1.5rem;
  }
  .about-sec .bottom-wrap {
    padding-top: 3rem;
  }
  .about-sec .bottom-wrap .title-wrap {
    margin-bottom: 1.378rem;
  }
  .about-sec .bottom-wrap .title-wrap::before {
    display: none;
  }
  .about-sec .bottom-wrap h3 {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  .our-practice-area {
    padding: 4rem 0;
    background-image: unset;
    background-color: #e9e4de;
  }
  .our-practice-area .top-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 2.5rem;
  }
  .our-practice-area .top-wrap .right-wrap {
    padding-top: 1.1rem;
  }
  .round-arrow-layout .btn-wrap {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1.5rem;
  }
  .round-arrow-layout .swiper-button-next,
  .round-arrow-layout .swiper-button-prev {
    background: transparent;
    padding: 0;
  }
  .recovery-sec p.sub-title {
    font-size: 1.1rem;
    padding: 0 15px;
    margin: 1.5rem 0 2rem;
  }
  .recovery-sec .wrap {
    grid-gap: 2rem;
  }
  .recovery-sec .single img {
    flex: 0 0 5rem;
    width: 5rem;
  }
  .recovery-sec .right-col::before {
    content: none;
  }
  .round-arrow-layout .btn-wrap::before {
    display: none;
  }
  .team-sec .swiper {
    padding: 2rem 0;
  }
  .team-sec .round-arrow-layout .btn-wrap {
    margin-top: 0;
  }
  .trsted-attorneys .left-col {
    padding: 4rem 0 0;
  }
  .trsted-attorneys .left-col .box {
    padding: 2rem 15px;
  }
  .trsted-attorneys .left-col .box .single {
    gap: 1.378rem;
  }
  .trsted-attorneys .wrapper {
    grid-gap: 2rem;
  }
  .trsted-attorneys .small-cta {
    padding: 3rem 15px;
  }
  .trsted-attorneys .small-cta h3 {
    font-size: 2.144rem;
    line-height: 120%;
  }
  .testimonial-main-wrap .review-wrap p.review {
    font-size: 1.2rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .testimonial-main-wrap .review-wrap p.review::before {
    width: 2.767rem;
    height: 2.056rem;
    right: 0.189rem;
  }
  .testimonial-main-wrap .swiper-button-next,
  .testimonial-main-wrap .swiper-button-prev {
    display: none;
  }
  .testimonial-main-wrap .review-wrap p.name {
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 0.9rem;
  }
  footer {
    margin-top: 0;
    padding: 4rem 0;
  }
  footer::before {
    display: none;
  }
  footer h2 {
    font-size: 2.811rem !important;
    padding-bottom: 1rem;
    line-height: 130%;
  }
  footer .call-wrap {
    align-items: unset;
    flex-direction: column;
  }
  footer .top-wrap .left-col {
    padding-top: 0;
  }
  footer .call-wrap p,
  footer .call-wrap a {
    font-size: 1.489rem;
  }
  .footer-form {
    padding: 2.733rem 2.211rem;
  }
  .footer-form::before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .footer-form p.form-title {
    font-size: 1.956rem;
  }
  .footer-form p.sub-title {
    font-size: 1.356rem;
    line-height: 130%;
    margin-bottom: 1.044rem;
  }
  .footer-form .gform_wrapper.gravity-theme form .gform_body input,
  .footer-form .gform_wrapper.gravity-theme form .gform_body select,
  .footer-form .gform_wrapper.gravity-theme form .gform_body textarea.large {
    font-size: 1rem;
  }
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: normal !important;
  }
  .gform_wrapper.gravity-theme form .gform_body textarea.large {
    padding-top: 15px !important;
    height: 90px !important;
  }
  .footer-form .gform_wrapper.gravity-theme .gform_footer::before {
    top: 1.744rem;
  }
  footer .bottom-wrap {
    padding-top: 3rem;
  }
  footer .bottom-wrap .logo {
    width: 12rem;
  }
  .social-wrap a svg {
    max-width: 1.5rem;
    max-height: 1.5rem;
  }
  footer p.copyright {
    font-size: 1.2rem;
  }
  .inner-banner {
    padding: 120px 0 60px;
  }
  .review-section .review-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .logo-swiper .title-wrap h3 {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  .logo-swiper .title-wrap::before {
    display: none;
  }
  .logo-swiper .title-wrap {
    margin-bottom: 1.378rem;
  }
  .page-template-testimonial footer .bottom-wrap,
  .single-post footer .bottom-wrap,
  .page-template-locations footer .bottom-wrap,
  .page-template-practice-area-detail footer .bottom-wrap,
  .error404 footer .bottom-wrap,
  .page-template-common-template footer .bottom-wrap,
  .page-template-videos footer .bottom-wrap,
  .page-template-contact footer .bottom-wrap {
    padding-top: 0;
  }
  .about-banner {
    height: auto;
    background-position: 100% 100%;
    background: #2b3240;
  }
  .about-banner .wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about-banner p.sub-title {
    font-size: 1.3444rem;
    margin-bottom: 1.1444rem;
  }
  .about-buckman .wrap {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .about-buckman .wrap .left-wrap img:first-child {
    width: 94%;
    margin-left: 0;
  }
  .about-buckman .wrap .left-wrap img:last-of-type {
    right: 0;
  }
  .about-buckman .about-contact {
    padding-left: 5.0444rem;
    margin: 1rem auto 0;
  }
  .about-buckman .about-contact a::before {
    left: 1.5rem;
  }
  .about-buckman .wrap .right-wrap {
    padding-top: 0;
  }
  .verdicts-settlements .slider-wrapper {
    margin-top: 2.1889rem;
  }
  .committed-sec .team-wrap-main {
    gap: 1.9rem;
  }
  .committed-sec .team-wrap-main .team-wrap {
    width: auto;
  }
  .their-passion .wrap {
    margin-top: 2rem;
  }
  .serving-florida .wrap {
    grid-gap: 1rem;
  }
  .serving-florida .bottom {
    flex-direction: column;
  }
  .serving-florida .bottom img:first-child {
    width: 100%;
  }
  .serving-florida .bottom img:last-child {
    width: 100%;
  }
  .serving-florida .right-col blockquote p {
    padding: 1.2667rem 1.2889rem;
  }
  .logo-swiper .title-wrap {
    margin-bottom: 1.978rem !important;
  }
  .contact-banner {
    padding-top: 8.1111rem;
  }
  .contact-banner .left-col::before {
    content: none;
  }
  .case-evaluation h2 {
    margin-bottom: 1.0667rem;
  }
  .case-evaluation .top {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .case-evaluation iframe {
    margin-top: 2rem;
  }
  .services-we-offer ul {
    grid-template-columns: 1fr 1fr;
  }
  .blog-detail {
    padding: 4rem 0;
  }
  .blog-detail .author-wrap {
    grid-template-columns: 1fr;
  }
  .blog-detail .author-wrap img {
    margin: 0;
  }
  .blog-detail .author-wrap .right-col {
    padding-top: 1rem;
  }
  .post-next-prev-wrap ul {
    flex-direction: column;
    gap: 2rem;
  }
  .post-next-prev-wrap ul::before {
    content: none;
  }
  .share-article-section .share-social-wrap {
    flex-direction: column;
  }
  .blog-detail .blog-right > div {
    margin-bottom: 2.1333rem;
  }
  footer::after {
    content: none;
  }
  .post-next-prev-wrap ul h4 {
    width: auto;
  }
  .post-next-prev-wrap ul img {
    height: 7.3889rem;
    width: 7.3889rem;
  }
  .post-next-prev-wrap .img-wrap {
    flex: 0 0 7.3889rem;
  }
  .blog-detail p.last-updated {
    font-size: 1.3444rem;
    margin: 3.2444rem 0 1.3667rem;
  }
  .buckman-blog .wrap {
    padding: 15px;
  }
  .buckman-blog .wrap a.blog-title {
    font-size: 1.6111rem;
  }
  .buckman-blog .wrap .date-wrap {
    flex-direction: column;
  }
  .buckman-blog ul.blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .pagination-wrap {
    margin: 2.5444rem 0 0;
  }
  .pagination-wrap .page-numbers {
    font-size: 1.1111rem;
  }
  .page-template-caseresult .inner-banner,
  .page-template-locations .inner-banner,
  .single-post .inner-banner {
    padding-bottom: 4rem;
  }
  .result-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .result-list .btn-wrap a {
    margin-top: 2.4889rem;
  }
  .cta p.cta-title {
    font-size: 1.6778rem;
    letter-spacing: 0;
  }
  .what-should-do .wrap {
    margin-bottom: 3rem;
  }
  .statistics-sec .statistics-box {
    margin-top: 2.1rem;
    padding: 2.5444rem 2.3556rem;
  }
  .statistics-sec .statistics-box .wrap {
    gap: 3rem;
    flex-wrap: wrap;
  }
  .statistics-sec .statistics-box p.box-title.center {
    font-size: 2.2778rem;
    letter-spacing: 0;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question {
    font-size: 1.2778rem;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question span {
    top: 0.3rem;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question span.plus svg {
    width: 100%;
    height: 0.9rem;
  }
  .sub-faq-section .wrap li.faq-wrap p.faq-question span.minus svg {
    width: 100%;
    height: 0.2rem;
  }
  .sub-faq-section .wrap li.faq-wrap {
    padding: 1.1667rem 0;
  }
  .our-practice-are ul {
    grid-gap: 1.0222rem;
    margin-top: 2.6rem;
  }
  .our-practice-are ul .icon {
    height: 3.9rem;
  }
  .our-practice-are ul li {
    padding: 1.8778rem 0.5111rem;
  }
  .our-practice-are ul li p {
    font-size: 1.2556rem;
    letter-spacing: 0;
    margin: 1.5111rem 0 0;
  }
  .our-practice-are ul li:last-child svg {
    height: 16px;
  }
  .faq-sec li.faq-wrap {
    padding: 1.1667rem 0;
  }
  .faq-sec li.faq-wrap p.faq-question {
    font-size: 1.1667rem;
    letter-spacing: -0.3px;
  }
  .faq-sec li.faq-wrap p.faq-question span {
    top: 0.3rem;
  }
  .faq-sec li.faq-wrap p.faq-question span.plus svg {
    width: 100%;
    height: 0.9rem;
  }
  .faq-sec li.faq-wrap p.faq-question span.minus svg {
    width: 100%;
    height: 0.2rem;
  }
  ul.video-list {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.points {
    grid-template-columns: 1fr;
    margin-top: 2.5333rem;
    width: 100%;
  }
  ul.points li a {
    font-size: 1.3111rem;
  }
  .pa-detail .content .testimonial-main-wrap .swiper-button-prev,
  .pa-detail .content .testimonial-main-wrap .swiper-button-next {
    display: block;
  }
  .pa-cta .cta-wrap {
    grid-template-columns: 1fr;
  }
  .pa-cta .cta-wrap a.btn-main {
    text-align: center;
  }
  .pa-cta .cta-wrap .left-cta {
    padding: 1.5222rem;
  }
  .pa-cta .cta-wrap .right-cta {
    border-radius: 0 0 20px 20px;
  }
  .logo-swiper {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .practice-area-list .main-pa {
    margin-bottom: 3.5667rem;
    grid-template-columns: 1fr;
    grid-gap: 2.2667rem;
  }
  .practice-area-list .main-pa .right-col {
    padding: 0.8444rem;
  }
  .practice-area-list .main-pa ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 2.4556rem;
    margin-top: 0.6rem;
  }
  .practice-area-list .main-pa ul li:last-child a {
    border-bottom: 0;
  }
  .att-banner .wrap {
    grid-template-columns: 1fr;
  }
  .att-banner .inner-heading {
    margin-bottom: 1.4rem;
  }
  .att-banner .left-col {
    padding-top: 0;
  }
  .att-info .wrap {
    padding: 1.7125rem 0;
    gap: 1.8rem;
    flex-direction: column;
  }
  .meet-att .otherinfo {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.6rem;
    margin: 1.725rem 0;
  }
  .meet-att .awards-sec .img-group {
    gap: 2.875rem;
    margin: 2.625rem 0;
    flex-wrap: wrap;
  }
  body .blog-detail h2 {
    font-size: 1.889rem;
  }
  .page-template-practice-area-detail .pa-detail h1 {
    font-size: 2.289rem !important;
  }
  .our-practice-area.new .practice-area-listing-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 35px;
  }
  .our-practice-area.new h2 {
    margin-bottom: 2rem;
  }
  .practice-area-list-box-mobile {
    display: block;
  }
  .banner-scrollbar-image img {
    animation: none;
  }
  .instagram-sec .wrapper {
    margin-top: 20px;
    gap: 10px;
  }
  .instagram-sec .social-wrap a {
    height: 40px;
    width: 40px;
    border-radius: 8px;
  }
  .video-modal video, .video-modal #youtube-frame {
    max-width: 95%;
    max-height: 42%;
    border: 5px solid white;
  }
  .video-modal .close-btn {
    font-size: 35px;
    width: 40px;
    height: 40px;
  }
  ul.attorneys-contact-list li {
    padding: 15px 15px;
    width: 50%;
  }
  ul.attorneys-contact-list li:nth-child(3) {
    margin-right: 0px;
    padding-left: 0px;
  }
  ul.attorneys-contact-list li:last-child {
    padding-left: 15px;
  }
  ul.attorneys-contact-list li a, ul.attorneys-contact-list li p {
    font-size: 13px;
  }
  .attorneys-info-details-sec .row-wrap-bottom {
    grid-template-columns: 100%;
  }
  .attorneys-info-details-sec .info-box {
    position: unset;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .attorneys-info-details-sec .row-wrap-bottom .right-wrap {
    padding: 0px 0px 50px 0px;
  }
  .meet-att h2, .meet-att h3 {
    font-size: 20px !important;
  }
  .attorneys-info-details-sec h1.inner-heading {
    font-size: 30px;
    text-align: center;
  }
  ul.attorneys-contact-list li:nth-child(2) {
    border-right: 0px;
    padding-right: 0px;
  }
  ul.attorneys-contact-list li .contact-title {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */