
:root {
	--blue: rgba(61, 82, 116, 1);
	--yellow: rgba(235, 196, 103, 1);
	--font-liberation: "liberation-sans", sans-serif;
}

html {
	margin-top: 0px !important;
}

#header .header-right-top li a {
	color: rgba(235, 196, 103, 1);
}

.attorney-row ul li:first-child .attorney-signature {
	font-family: "BrittanySignature";
	font-size: 20px;
}

.mobile-number-list a {
	color: rgba(235, 196, 103, 1);
}

.banner-main-row-new {
	flex-direction: column;
	align-items: flex-start;
}

.banner-badges {
	display: flex;
	justify-content: center;
	column-gap: 53px;
	padding-top: 20px;
}

.banner-badges img {
	width: 150px;
}

.attorney-row ul li:last-child .attorney-signature {
	font-family: "autographyregular";
	font-size: 20px;
}

.menu-loaction-new .sub-menu {
	max-height: 70vh;
	overflow-y: auto;
}

.home-new-header .avbar-nav li a {
	color: var(--yellow);
}

.header-right-bottom .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.home-attorney-section a, .home-defence-section a {
	color: #fff;
	text-decoration: none;
}

.home-attorney-section a:hover, .home-defence-section a:hover {
	color: var(--yellow);
}

.available-text {
	display: flex;
	padding-top: 0px;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	justify-content: center;
	color: rgba(235, 196, 103, 1);
	line-height: normal;
}

.header-phone-number a {
	font-size: 20px;
	color: #e6c066;
	font-family: var(--font-liberation);
	font-weight: 700;
}

.header-phone-number {
	margin-right: 30px;
	margin-top: 18px;
}

.header-phone-number svg {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-top: 2px;
	margin-right: 3px;
}

.attorney-link:hover {
	color: #fff !important;
}

.mobile-search-active .mobile-search-bar-box {
	transform: translate(0);
	z-index: 9999999;
	opacity: 1;
}

.mobile-search-bar-box {
	position: fixed;
	top: 0;
	width: 100%;
	height: 135px;
	z-index: 10000;
	background-color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: all ease-in-out .5s;
}

.home-new-header .primary-menu-wrapper .sub-menu {
	left: 0px;
}

.owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	max-height: 130px;
}

#menu-main-new-menu .sub-menu .sub-menu {
	display: none;
}

#menu-main-new-menu .sub-menu li:hover .sub-menu {
	display: block;
}

#menu-main-new-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0%;
}

#menu-main-new-menu .sub-menu .sub-menu li a {
	background: #fff;
	color: rgba(0, 30, 47, 1) !important;
}

#menu-main-new-menu .sub-menu .sub-menu li:hover a {
	background: rgba(0, 30, 47, 1) !important;
	color: #fff !important;
}

#menu-main-new-menu li.menu-item-has-children {
	position: relative;
}

#menu-main-new-menu li.menu-item-has-children:after {
	content: "";
	position: absolute;
	top: 0;
	margin: auto;
	right: -5px;
	background-size: 10px;
	background-repeat: no-repeat;
	background-image: url("https://cdn-ilabboh.nitrocdn.com/OCqMiEXVUhurKWdvKrxFPdIRhlkFogCB/assets/images/optimized/rev-351f290/www.leifertlaw.com/wp-content/themes/Leifert/img/down-arrow-yellow.svg");
	background-position: center;
	height: 10px;
	width: 10px;
	bottom: -1px;
	transition: .5s;
}

#menu-main-new-menu .sub-menu li:after {
	transform: rotate(275deg);
	right: 2px;
	background-size: 16px;
	height: 16px;
	width: 16px;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box {
	width: 100%;
	position: relative;
}

.close-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	opacity: 1;
	font-size: 0;
	color: #fff;
	border: none;
	background: #2867ea;
	border-radius: 45px;
	z-index: 1;
}

.close-btn:hover {
	opacity: 1;
	cursor: pointer;
	background-color: #46658e;
}

.close-btn:before, .close-btn:after {
	position: absolute;
	left: 0;
	content: " ";
	height: 18px;
	width: 2px;
	background-color: #fff;
	right: 0;
	margin: auto;
}

.close-btn:hover:before, .close-btn:hover:after {
	opacity: 1;
	background-color: #fff;
}

.close-btn:before {
	transform: rotate(45deg);
}

.close-btn:after {
	transform: rotate(-45deg);
}

.modal-dialog-scrollable .modal-content {
	overflow: inherit;
}

.mobile-search-bar-box {
	display: none;
}

.mobile-search-bar-box {
	position: fixed;
	top: 0;
	width: 100%;
	height: 142px;
	z-index: 10000;
	background-color: var(--blue);
	display: flex !important;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: all ease-in-out .5s;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .42);
	opacity: 0;
}

.mobile-search-active .mobile-search-bar-box {
	transform: translate(0);
	z-index: 999999;
	opacity: 1;
}

.mobile-search-bar-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-search-bar-box .search-input-box input::placeholder {
	color: #fff;
}

.mobile-search-bar-box .search-input-box input {
	font-size: 16px;
	border: 1px solid #fff !important;
	color: #fff;
	height: 46px;
	padding-left: 20px;
	padding-right: 50px;
	background: transparent;
	border-radius: 0px;
}

.mobile-search-bar-box .search-icon-form img {
	width: 28px;
	max-width: 54px;
}

.search-icon-form button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
	height: 22px;
	top: 0px;
	position: relative;
	background-image: url("https://www.leifertlaw.com/wp-content/themes/Leifert/img/search-icon-white.svg");
	opacity: .7;
}

.search-icon-form button.nitro-lazy {
	background-image: none !important;
}

.search-icon-form button:hover {
	opacity: 1;
}

.search-input-box .form-control:focus {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.mobile-search-bar-box .search-input-box {
	position: relative;
}

.req-error {
	position: absolute;
	font-size: 11px;
	bottom: 1px;
	display: none;
	color: #fff;
	font-weight: normal;
	right: 50px;
	background-color: #b30000;
	padding: 1px 5px;
	border-radius: 4px 4px 0px 0px;
	line-height: normal;
	text-transform: capitalize;
}

.mobile-search-bar img {
	cursor: pointer;
	top: -3px;
	position: relative;
}

.m-close-search .bar {
	background: #fff;
	border-radius: 0;
	display: block;
	height: 1px;
	width: 45px;
	display: none;
}

.m-close-search .bar:nth-of-type(2) {
	width: 25px;
	margin-bottom: 9px;
	margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
	padding: 0;
	margin-left: 15px;
	margin-right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 3px;
	width: 40px;
}

.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus {
	background-color: transparent;
}

.nav-menu-inner .nav-menu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: relative;
}

header#header.small-header .nav-menu-inner .nav-menu {
	top: 0;
}

.header-main-right .nav li a {
	font-size: 21px;
	line-height: normal;
}

/* Mobile Search Bar */
.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.heading {
	font-family: "Playfair Display", serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 163%;
	text-transform: uppercase;
	letter-spacing: .96px;
}

.body-text, .body-text p {
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 18px;
	line-height: 180%;
}

.home-new-header {
	background-color: transparent !important;
}

header#header {
	padding: 10px 0px !important;
}

.header-left-logo {
	width: 400px;
	position: relative;
}

.header-main-right {
	width: calc(100% - 400px);
}

.header-left-logo, .header-main-right {
	padding: 0px !important;
}

.header-left-logo img {
	width: 100%;
}

.header-right-top {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-right-top ul {
	display: flex;
	margin-bottom: 10px;
}

.phone-top-text {
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
}

.phone-number-bottom img {
	width: 18px;
}

.phone-number-bottom {
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	margin-top: 5px;
}

.header-right-top ul li {
	padding: 0px 30px;
	border-left: 1px solid rgba(255, 255, 255, 1);
}

.header-right-top ul li:last-child {
	padding-right: 0px;
}

.home-new-header.sticky {
	background-color: var(--blue) !important;
}

#menu-main-new-menu {
	position: relative;
	transition: all ease-in-out .5s;
	text-align: left;
	justify-content: space-between;
	display: flex;
	flex-direction: row;
}

.header-main-right .menu-search {
	display: none;
}

.header-right-bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
}

.btn {
	background-color: var(--blue);
	color: #fff !important;
	display: inline-block;
	padding: 10px 30px;
	transition: all ease-in .2s;
	border: 2px solid var(--blue);
	font-family: var(--font-liberation);
	font-weight: 600;
	font-size: 16px;
	line-height: 39.6px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}

.white-btn {
	background-color: transparent;
	color: #fff !important;
	display: inline-block;
	padding: 10px 30px;
	transition: all ease-in .2s;
	border: 3px solid #fff;
	font-family: var(--font-liberation);
	font-weight: 600;
	font-size: 16px;
	line-height: 39.6px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}

.home-new-header .primary-menu-wrapper {
	margin-top: 0px;
}

.white-search-icon {
	display: block;
	height: max-content;
}

.home-new-header .navbar-collapse {
	padding: 0px !important;
}

.mobile-search-bar {
	margin: 0px 45px 0px 27px;
	cursor: pointer;
}

.header-top {
	position: relative;
}

.header-top::before {
	content: "";
	position: absolute;
	width: 78%;
	right: 0px;
	top: 61%;
	transform: translateY(50%);
	border-bottom: 2px solid rgba(255, 255, 255, .6);
}

.home-new-header .navbar-nav li>a {
	color: var(--yellow) !important;
	padding: 10px 15px;
}

.primary-menu-wrapper li+li {
	margin-left: 25px;
}

.home-new-header ul.sub-menu li a {
	color: #06487a !important;
}

.contact-form-right .form-control::placeholder {
	color: #fff;
}

/* Home-banner */
.home-new-banner {
	height: calc(100vh - 70px);
	padding-top: 180px;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.home-new-banner .video-background {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-new-banner::before {
	content: "";
	background-color: rgba(14, 38, 64, .4);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.home-new-banner .container {
	z-index: 2;
}

.home-banner-inner {
	background: linear-gradient(100.21deg, rgba(0, 0, 0, .4) 42.37%, rgba(0, 0, 0, .4) 88.33%);
	padding: 30px 40px;
	width: 50%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.banner-sub-heading {
	font-family: var(--font-liberation);
	font-weight: 800;
	font-size: 30px;
	line-height: 139%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--yellow);
}

.banner-sub-heading span {
	font-size: 40px;
	font-weight: bold;
}

.banner-heading {
	font-family: "Playfair Display", serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 139%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.new-banner-buttons {
	margin: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}

.banner-numbers-row ul {
	justify-content: center;
}

.new-banner-buttons .white-btn, .new-banner-buttons .btn {
	font-size: 18px;
	line-height: 39.6px;
	padding: 10px 15px;
}

.banner-numbers-top {
	font-family: "Playfair Display", serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 163%;
	text-transform: uppercase;
	color: #fff;
}

.banner-numbers-bottom {
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 22px;
	line-height: 158%;
	letter-spacing: 0%;
	color: #fff;
}

.banner-numbers-row ul {
	display: flex;
	padding-top: 50px;
}

.banner-numbers-row ul li:first-child {
	padding-right: 40px;
	border-right: 1.5px solid rgba(255, 255, 255, 1);
}

.banner-numbers-row ul li:last-child {
	padding-left: 40px;
}

.home-banner-inner .inner-content {
	text-align: center;
}

.home-new-banner .banner-image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: calc(100% - 150px);
	object-fit: contain;
	object-position: bottom right;
	width: 50%;
}

.overflow-hidden {
	overflow: hidden;
}

.trust-logos.fullwidth {
	padding: 15px 0px;
}

.trust-logos .trust-logo-carousel.owl-carousel .owl-item {
	border-right: 1px solid #ddd;
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.home-about-image img {
	padding-left: 50px;
	padding-right: 95px;
}

.home-about-image img {
	width: 100%;
}

.home-about-content, .home-about-image {
	padding: 0px;
}

.home-about-section {
	padding-top: 110px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-about-image::before {}

.home-about-section::before {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	background-image: url("https://www.leifertlaw.com/wp-content/uploads/2025/10/yellow-shape.webp");
	width: 103px;
	height: 249px;
}

.form-sub-heading {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 150%;
	letter-spacing: 1.3px;
	color: rgba(61, 61, 61, 1);
}

.form-control {
	border: 1px solid rgba(93, 48, 59, 1) !important;
	border-radius: 1px !important;
	color: rgba(14, 14, 14, 1);
}

.home-footer-form .form-control::placeholder {
	color: #000 !important;
}

.home-footer-form .container {
	display: flex;
	justify-content: center;
}

.home-footer-form .container .home-form-row {
	box-shadow: 3.6px 3.6px 54px 0px rgba(0, 0, 0, .1);
	border-radius: 36px;
	padding: 60px 90px;
	width: 78%;
	z-index: 999;
	background: #fff;
}

.home-footer-form {
	margin-top: -72px;
}

.trust-logos .owl-stage {
	display: flex;
	height: 100%;
}

.home-footer-form input.wpcf7-form-control.wpcf7-submit {
	background: rgba(61, 82, 116, 1);
	color: #fff;
	height: 47px;
	padding: 0 40px;
	font-size: 18px;
	border: none !important;
	width: 100%;
	font-family: Liberation Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px !important;
}

.home-footer-form input.wpcf7-form-control.wpcf7-submit {
	color: #fff !important;
}

.home-footer-form input.wpcf7-form-control {
	height: 47px;
	padding: 0 20px;
	background: 0 0;
	border-radius: 5px !important;
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 14.4px;
	line-height: 34.56px;
	margin-bottom: 0px;
}

.home-form-row p {
	margin: 0;
}

.home-form-row .col-md-4 {
	padding: 0px 20px 43px 20px;
}

.wpcf7-spinner {
	position: absolute;
}

.video-heading {
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 30px;
	line-height: 39px;
	vertical-align: middle;
}

.video-bar {
	background: #fff;
	height: 126px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 45px;
	margin-top: 20px;
	margin-bottom: 36px;
}

.home-about-content .body-text {
	padding-right: 100px;
}

.video-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(40, 103, 234, 1);
	width: 130px;
	height: 100%;
	position: absolute;
	left: -120px;
}

.practice-row h2 {
	background: #fff;
	width: 800px;
	margin: auto;
	padding-bottom: 40px;
}

.home-practice-areas.position-relative {
	margin-top: 115px;
}

.areas-inner {
	width: 100%;
	height: 300px;
	border: 4px solid rgba(235, 196, 103, 1);
	background: rgba(40, 103, 234, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.areas-inner a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.areas-list .owl-item img {
	width: auto;
	margin: 0px;
	max-height: 50px;
}

.areas-inner span {
	background: rgba(40, 103, 234, 1);
	border-radius: 0px 20px 0px 0px;
	font-family: Liberation Sans;
	font-weight: 700;
	font-size: 28px;
	line-height: 114%;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 5px;
	color: #fff;
}

.areas-list {
	margin-top: 127px;
}

.areas-list .owl-stage-outer {
	padding: 0 20% 0 0 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 46px;
	margin-bottom: 25px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(40, 103, 234, 1);
}

.practice-row .btn {
	margin-bottom: 64px;
}

button:focus {
	outline: 1px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

.home-florida-section {
	background-color: #0f5599;
	padding: 110px 0px;
}

.home-florida-section .florida-image {
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.home-florida-section .body-text {
	padding: 30px 100px 55px 0px;
}

.defence-right {
	padding: 0px 147px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.defence-left {
	padding: 70px 80px 70px 0px;
}

.defence-left .body-text p {
	line-height: 36px;
}

.home-case-section::after {
	content: "";
	background-image: url("https://cdn-ilabboh.nitrocdn.com/OCqMiEXVUhurKWdvKrxFPdIRhlkFogCB/assets/images/optimized/rev-351f290/www.leifertlaw.com/wp-content/themes/Leifert/img/case-bg.webp");
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0px;
	background-size: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.home-case-section .case-right {
	z-index: 2;
}

img.case-right-image {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.case-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 90px 0px;
	row-gap: 66px;
	margin: 100px 0px;
}

.case-results-row ul {
	display: flex;
	flex-direction: column;
	row-gap: 96px;
}

.case-title {
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 30px;
	line-height: 27px;
	text-align: center;
}

.case-sub-title {
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 24px;
	line-height: 22.5px;
	text-align: center;
	margin-top: 17px;
}

.case-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	row-gap: 30px;
}

.home-case-section .row {
	justify-content: space-between;
}

.case-left {
	max-width: 44%;
}

.case-main-row {
	display: flex;
	justify-content: space-between;
}

.case-left::before {
	content: "";
	background-image: url("https://cdn-ilabboh.nitrocdn.com/OCqMiEXVUhurKWdvKrxFPdIRhlkFogCB/assets/images/optimized/rev-351f290/www.leifertlaw.com/wp-content/themes/Leifert/img/Case%20Left%20Bg.webp");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: -109px;
	z-index: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-size: 100%;
}

.case-left h2, .case-left .case-results-row, .case-left a {
	position: relative;
	z-index: 2;
}

.home-case-section::before {
	content: "";
	background-image: url("https://cdn-ilabboh.nitrocdn.com/OCqMiEXVUhurKWdvKrxFPdIRhlkFogCB/assets/images/optimized/rev-351f290/www.leifertlaw.com/wp-content/themes/Leifert/img/case-bottm-shape.webp");
	width: 810px;
	height: 619px;
	position: absolute;
	background-size: 100%;
	bottom: 0;
	left: 0;
}

.home-attorney-section {
	background: rgba(18, 54, 105, 1);
	padding: 55px 0px;
}

.attorney-left {
	width: 40%;
}

.attorney-right {
	width: 60%;
	padding-left: 70px;
}

.attorney-left .heading {
	margin-bottom: 30px;
}

.attorney-main-row {
	display: flex;
	align-items: center;
}

.attorney-row ul {
	display: flex;
	justify-content: space-between;
}

.attorney-row ul li {
	width: 49%;
}

.attorney-box {
	background: rgba(69, 114, 150, 1);
	border: 3px solid #fff;
}

.attorney-box {
	position: relative;
	height: 637px;
	background: rgba(69, 114, 150, 1);
	border: 3px solid #fff;
	display: flex;
	align-items: flex-end;
	padding: 17px 30px;
}

.attorney-box img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}

.attorney-link {
	width: 100%;
	background: rgba(69, 114, 150, 1);
	padding: 24px 19px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 20px;
	line-height: 39.6px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 12px;
	align-items: center;
}

.attorney-title {
	font-family: var(--font-liberation);
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 136%;
	letter-spacing: 2px;
	text-transform: uppercase;
	z-index: 2;
}

.home-contact-form {
	background: rgba(245, 245, 245, 1);
	padding-top: 105px;
}

.contact-form-left {
	width: 51%;
	padding-bottom: 52px;
}

.contact-form-right {
	width: 49%;
	display: flex;
	align-items: flex-end;
	justify-content: end;
}

.contact-form-row {
	display: flex;
}

.contact-form-row .body-text, .contact-form-row .body-text p {
	font-size: 24px;
	line-height: 158%;
}

.consult-sub-heading {
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 36px;
	line-height: 43.2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	column-gap: 100px;
}

.consult-heading {
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 45px;
	line-height: 54px;
	text-transform: uppercase;
}

.home-footer-top {
	padding: 100px 0px 74px 0px;
}

.footer-top-right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	row-gap: 24px;
}

.footer-top-right ul li {
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 28px;
	line-height: 58.14px;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0px 30px;
}

.footer-top-right ul .footer-list:nth-child(1) {
	width: 100%;
}

.footer-top-right ul .footer-list:nth-child(1) li {
	width: fit-content;
	margin: auto;
}

.row-footer-top {
	justify-content: space-between;
}

.row-footer-top::before, .row-footer-top::after {
	display: none;
}

.home-practice-areas .row {
	margin: 0;
}

.footer-main.overflow-hidden.position-relative {
	background: rgba(26, 26, 26, 1);
	padding: 72px 0px 47px 0px;
}

.footer-content.body-text.text-white {
	margin-top: 44px;
}

.form-box {
	padding: 53px 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 672px;
	border-radius: 15px 15px 0px 0px;
	z-index: 2;
}

.contact-form-right .form-sub-heading {
	font-family: "Playfair Display", serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 163%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 54px;
}

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

.contact-form-right .form-control {
	font-size: 22px;
	height: 52px;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	padding: 0px 0px 20px 0px;
	color: #fff;
}

.contact-form-right .col-md-12 p {
	margin-bottom: 40px;
}

.contact-form-right .wpcf7-list-item {
	margin: 0px;
}

.wpcf7-list-item-label {
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}

.wpcf7-list-item-label a {
	color: rgba(24, 151, 188, 1);
}

.contact-form-right input.wpcf7-form-control.wpcf7-submit {
	background: rgba(61, 82, 116, 1);
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 21px 63px;
	height: 64px;
	border-radius: 6px;
	margin: auto;
	display: block;
	border: 0;
	color: #fff;
}

.contact-form-left .body-text p:last-child {
	margin-bottom: 0px;
}

.contact-form-right {
	position: relative;
}

.contact-form-right::after {}

.contact-form-left p {
	color: rgba(35, 40, 65, 1);
}

.contact-form-right textarea.wpcf7-form-control {
	min-height: 112px;
}

.footer-title {
	font-family: var(--font-liberation);
	font-weight: 700;
	font-size: 22.5px;
	line-height: 45px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
	margin-bottom: 20px;
}

.footer-row {
	padding-top: 72px;
}

.footer-main-menu li a, #menu-homepage-new-footer-menu li a {
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 19.8px;
	line-height: 23.76px;
	color: #fff;
	margin-bottom: 20px;
	display: block;
	padding: 0;
}

.footer-main-menu li:last-child a {
	margin-bottom: 0px;
}

.footer-row p, .footer-row li {
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 19.8px;
	line-height: 29.7px;
	color: #fff;
}

.footer-address svg {
	position: absolute;
	top: 0px;
	left: 0px;
}

.footer-address li {
	padding-left: 28px;
	margin-bottom: 10px;
}

.footer-address li:last-child {
	margin-bottom: 0px;
}

.footer-row a {
	color: #fff;
}

.footer-address-phone {
	text-decoration: none !important;
}

.footer-address li a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover {
	color: #ebc467;
}

.footer-address ul {
	position: relative;
}

.footer-social-item span {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, .3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-social-item a {
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 27px;
	margin-bottom: 12px;
}

.footer-end-column {
	display: flex;
	justify-content: flex-end;
}

.footer-bottom-new {
	background: rgba(11, 37, 82, 1);
	padding: 25px 0px;
	justify-content: center;
	display: flex;
}

.footer-bottom-new p {
	margin-bottom: 0px;
	color: #fff;
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 16.2px;
	line-height: 32.4px;
	letter-spacing: 0%;
	text-align: center;
}

.footer-bottom-new p a {
	margin-bottom: 0px;
	color: #fff;
	font-family: var(--font-liberation);
	font-weight: 400;
	font-size: 16.2px;
	line-height: 32.4px;
	letter-spacing: 0%;
	text-align: center;
}

.banner-numbers-row ul li a, .banner-numbers-row ul li {
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.banner-numbers-logo img {
	width: 55px;
}

.footer-address-bottom {
	width: 25% !important;
	max-width: 25% !important;
}

.fold-up-text {
	width: max-content;
	font-family: var(--font-liberation);
	font-weight: 800;
	font-size: 16px;
	line-height: 139%;
	color: #fff;
	margin-top: -42px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, .17);
	padding: 10px 30px;
	border-radius: 64px;
}

.home-video-section.position-relative {
	background-color: #0f5599;
	padding: 110px 0px;
}

.home-video-section h2 {
	color: #fff;
	margin-bottom: 100px;
}

.video-section-title {
	background: #fff;
	margin-top: -7px;
	font-size: 36px;
	font-family: "Playfair Display", serif;
	color: #333;
	font-weight: 600;
	padding: 15px;
	margin-bottom: 30px;
}

@media (min-width: 1400px) {
	header .container, .container {
		width: 1300px;
		max-width: 1300px;
	}
}

@media (min-width: 1600px) {
	header .container, .container {
		width: 1500px;
		max-width: 1500px;
	}
}

@media (min-width: 1700px) {
	header .container, .container {
		width: 1540px;
		max-width: 1540px;
	}
}

@media (min-width: 1800px) {
	header .container, .container {
		width: 1600px;
		max-width: 1600px;
	}
}

@media (min-width: 1900px) {
	header .container, .container {
		width: 1852px;
		max-width: 1852px;
	}
	
	.footer-main .container {
		width: 1588px;
		max-width: 1588px;
	}
}

@media (max-width: 1900px) {
	header .container, .container {
		width: 1625px;
		max-width: 1625px;
	}
	
	.banner-heading {
		font-size: 40px;
	}
	
	.header-right-bottom {
		margin-top: 10px;
	}
	
	.banner-sub-heading {
		font-size: 20px;
	}
	
	.banner-numbers-row ul {
		display: flex;
		padding-top: 30px;
	}
	
	.heading {
		font-size: 42px;
	}
	
	.attorney-box {
		height: 560px;
	}
	
	.attorney-title {
		font-size: 25px;
	}
	
	.case-results-row ul {
		display: flex;
		flex-direction: column;
		row-gap: 70px;
	}
	
	.footer-top-right ul li {
		font-size: 23.6px;
		line-height: 58.14px;
	}
}

@media (max-width: 1800px) {
	header .container, .container {
		width: 1620px;
		max-width: 1620px;
	}
	
	.banner-heading {
		font-size: 40px;
	}
	
	.banner-sub-heading {
		font-size: 20px;
	}
	
	.new-banner-buttons {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.banner-numbers-row ul {
		padding-top: 20px;
	}
	
	.banner-numbers-top {
		font-size: 42px;
	}
	
	.banner-numbers-row ul {
		padding-top: 45px;
	}
	
	.video-heading {
		font-size: 24px;
	}
	
	.heading {
		font-size: 37px;
		line-height: 150%;
	}
	
	.attorney-box {
		height: 515px;
	}
	
	.attorney-title {
		font-size: 24px;
	}
	
	.attorney-link {
		padding: 10px 19px;
		font-size: 18px;
		line-height: 39.6px;
	}
	
	.case-title {
		font-size: 26px;
		line-height: 27px;
	}
	
	.case-sub-title {
		font-size: 20px;
		line-height: 22.5px;
		margin-top: 10px;
	}
	
	.case-results-row ul {
		row-gap: 50px;
	}
	
	.case-left {
		padding: 50px 0px;
		row-gap: 55px;
		margin: 70px 0px;
	}
	
	.contact-form-right::after {
		width: 783px;
		height: 876px;
	}
	
	.consult-sub-heading {
		font-size: 26px;
		line-height: 35.2px;
	}
	
	.consult-heading {
		font-size: 36px;
		line-height: 48px;
	}
	
	.consult-sub-heading svg {
		display: none;
	}
}

@media (max-width: 1700px) {
	.video-section-title {
		font-size: 28px;
	}
	
	.home-new-header .navbar-nav li>a {
		padding: 10px 10px;
	}
	
	.banner-badges {
		padding-top: 10px;
	}
	
	header .container, .container {
		width: 1560px;
		max-width: 1560px;
	}
	
	.btn {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 25.6px;
	}
	
	.header-right-bottom {
		margin-top: 17px;
	}
	
	.phone-top-text {
		font-size: 12px;
	}
	
	.banner-sub-heading {
		font-size: 16px;
	}
	
	.banner-heading {
		font-size: 38px;
	}
	
	.home-banner-inner {
		padding: 30px 36px;
		width: 51%;
	}
	
	.new-banner-buttons .white-btn, .new-banner-buttons .btn {
		font-size: 16px;
		line-height: 30.6px;
	}
	
	.banner-numbers-top {
		font-size: 36px;
	}
	
	.banner-numbers-bottom {
		font-size: 18px;
		line-height: 158%;
	}
	
	.form-sub-heading {
		font-size: 22px;
	}
	
	.home-footer-form .container .home-form-row {
		border-radius: 30px;
		padding: 40px 60px;
		width: 78%;
	}
	
	.home-form-row .col-md-4 {
		padding: 0px 15px 43px 15px;
	}
	
	.video-bar {
		padding-left: 45px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.video-heading {
		font-size: 21px;
	}
	
	.video-icon {
		width: 110px;
		left: -110px;
	}
	
	.body-text, .body-text p {
		font-size: 15px;
		line-height: 180%;
	}
	
	.heading {
		font-size: 34px;
		line-height: 150%;
	}
	
	.attorney-box {
		height: 458px;
	}
	
	.attorney-title {
		font-size: 23px;
	}
	
	.home-florida-section .body-text {
		padding: 15px 100px 20px 0px;
	}
	
	.defence-left .body-text p {
		line-height: 26px;
	}
	
	.heading {
		font-size: 30px;
		line-height: 150%;
	}
	
	.case-results-row ul {
		row-gap: 35px;
	}
	
	.case-sub-title {
		font-size: 18px;
		line-height: 22.5px;
		margin-top: 10px;
	}
	
	.case-left {
		padding: 50px 0px;
		row-gap: 35px;
		margin: 70px 0px;
	}
	
	.home-case-section::before {
		width: 583px;
		height: 470px;
	}
	
	.contact-form-row .body-text, .contact-form-row .body-text p {
		font-size: 20px;
		line-height: 153%;
	}
	
	.form-box {
		width: 566px;
	}
	
	.contact-form-right .form-control {
		font-size: 20px;
		height: 40px;
	}
	
	.wpcf7-list-item-label {
		font-size: 13px;
		line-height: 23px;
	}
	
	.form-box {
		padding: 32px 50px;
	}
	
	.contact-form-right::after {
		width: 674px;
		height: 726px;
	}
	
	.consult-sub-heading {
		font-size: 21px;
		line-height: 28.2px;
	}
	
	.consult-heading {
		font-size: 32px;
		line-height: 44px;
	}
	
	.footer-top-right ul li {
		font-size: 20px;
		line-height: 41px;
	}
	
	.footer-top-right img {
		width: 25px;
	}
	
	.footer-title {
		font-size: 18px;
		line-height: 35px;
	}
	
	.footer-row p, .footer-row li {
		font-size: 16px;
		line-height: 24px;
	}
	
	.footer-social-item span {
		width: 38px;
		height: 38px;
	}
	
	.footer-social-item a {
		font-size: 18px;
		line-height: 27px;
		column-gap: 16px;
		margin-bottom: 12px;
	}
	
	.footer-bottom-new {
		background: rgba(11, 37, 82, 1);
		padding: 10px 0px;
		justify-content: center;
		display: flex;
	}
	
	.footer-bottom-new p {
		font-size: 14.2px;
		line-height: 19.4px;
	}
}

@media (max-width: 1600px) {
	.header-main-right .nav li a {
		font-size: 17px;
	}
	
	.contact-form-right::after {
		right: 0px;
	}
	
	header .container, .container {
		width: 1415px;
		max-width: 1415px;
	}
	
	.btn {
		padding: 8px 16px;
		font-size: 12px;
		line-height: 20px;
	}
	
	.header-right-bottom {
		margin-top: 13px;
	}
	
	.phone-top-text {
		font-size: 16px;
	}
	
	.banner-sub-heading {
		font-size: 20px;
	}
	
	.banner-heading {
		font-size: 32px;
	}
	
	.banner-numbers-row ul {
		padding-top: 16px;
	}
	
	.home-banner-inner {
		padding: 15px 30px;
		width: 51%;
	}
	
	.new-banner-buttons .white-btn, .new-banner-buttons .btn {
		font-size: 12px;
		line-height: 20px;
	}
	
	.banner-numbers-top {
		font-size: 32px;
	}
	
	.banner-numbers-bottom {
		font-size: 16px;
		line-height: 158%;
	}
	
	.form-sub-heading {
		font-size: 20px;
	}
	
	.home-footer-form .container .home-form-row {
		border-radius: 30px;
		padding: 30px 50px;
		width: 78%;
	}
	
	.home-form-row .col-md-4 {
		padding: 0px 15px 35px 15px;
	}
	
	.video-bar {
		padding-left: 40px;
		margin-top: 8px;
		margin-bottom: 15px;
	}
	
	.video-heading {
		font-size: 16px;
	}
	
	.video-icon {
		width: 100px;
		left: -100px;
	}
	
	.body-text, .body-text p {
		font-size: 14px;
		line-height: 180%;
	}
	
	.heading {
		font-size: 30px;
		line-height: 150%;
	}
	
	.attorney-box {
		height: 440px;
	}
	
	.attorney-title {
		font-size: 17px;
	}
	
	.home-florida-section .body-text {
		padding: 15px 80px 20px 0px;
	}
	
	.defence-left .body-text p {
		line-height: 24px;
	}
	
	.case-results-row ul {
		row-gap: 25px;
	}
	
	.case-sub-title {
		font-size: 16px;
		line-height: 22px;
		margin-top: 8px;
	}
	
	.case-left {
		padding: 30px 0px;
		row-gap: 30px;
		margin: 50px 0px;
	}
	
	.home-case-section::before {
		width: 500px;
		height: 430px;
	}
	
	.contact-form-row .body-text, .contact-form-row .body-text p {
		font-size: 18px;
		line-height: 153%;
	}
	
	.form-box {
		width: 500px;
	}
	
	.contact-form-right .form-control {
		font-size: 18px;
		height: 40px;
	}
	
	.wpcf7-list-item-label {
		font-size: 12px;
		line-height: 20px;
	}
	
	.form-box {
		padding: 25px 40px;
	}
	
	.contact-form-right::after {
		width: 600px;
		height: 700px;
	}
	
	.consult-sub-heading {
		font-size: 20px;
		line-height: 24px;
	}
	
	.consult-heading {
		font-size: 32px;
		line-height: 44px;
	}
	
	.footer-top-right ul li {
		font-size: 18px;
		line-height: 36px;
	}
	
	.footer-top-right img {
		width: 25px;
	}
	
	.footer-title {
		font-size: 18px;
		line-height: 35px;
	}
	
	.footer-row p, .footer-row li {
		font-size: 16px;
		line-height: 24px;
	}
	
	.footer-social-item span {
		width: 38px;
		height: 38px;
	}
	
	.footer-social-item a {
		font-size: 18px;
		line-height: 27px;
		column-gap: 16px;
		margin-bottom: 12px;
	}
	
	.footer-bottom-new {
		background: rgba(11, 37, 82, 1);
		padding: 10px 0px;
		justify-content: center;
		display: flex;
	}
	
	.footer-bottom-new p {
		font-size: 14.2px;
		line-height: 19.4px;
	}
	
	.video-bar {
		height: 90px;
		padding-left: 20px;
	}
	
	.video-icon svg {
		width: 50px;
	}
	
	.areas-inner span {
		font-size: 24px;
	}
	
	.areas-inner {
		height: 190px;
	}
	
	.areas-list {
		margin-top: 80px;
	}
	
	.case-title {
		font-size: 20px;
		line-height: 24px;
	}
	
	.contact-form-right .col-md-12 p {
		margin-bottom: 22px;
	}
	
	.consult-sub-heading {
		font-size: 18px;
		line-height: 24px;
	}
	
	.home-form-row .col-md-4 {
		padding: 0px 15px 20px 15px;
	}
	
	.home-footer-form input.wpcf7-form-control {
		height: 39px;
		padding: 0 10px;
	}
	
	.home-footer-form input.wpcf7-form-control.wpcf7-submit {
		height: 39px;
	}
	
	.defence-right {
		padding: 0px 100px;
	}
	
	.owl-carousel .owl-item img {
		max-height: 110px;
	}
	
	.trust-logos.fullwidth {
		padding: 15px 0px;
	}
}

@media (max-width: 1500px) {
	.primary-menu-wrapper li+li {
		margin-left: 13px;
	}
	
	.mobile-search-bar {
		margin: 0px 25px 0px 10px;
	}
	
	.header-top::before {
		width: 83%;
	}
	
	header#header {
		padding: 13px 0px !important;
	}
	
	.phone-top-text {
		font-size: 14px;
	}
	
	.phone-number-bottom {
		font-size: 16px;
		line-height: 16px;
	}
	
	.header-top::before {
		top: 59%;
	}
	
	.header-right-bottom {
		margin-top: 5px;
	}
	
	header .container, .container {
		width: 1300px;
		max-width: 1300px;
	}
	
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 6px;
		font-size: 12px;
	}
}

@media (max-width: 1400px) {
	header .container, .container {
		width: 1300px;
		max-width: 1300px;
	}
	
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 6px;
		font-size: 12px;
	}
}

@media (max-width: 1300px) {
	.header-main-right {
		width: calc(100% - 300px);
	}
	
	.header-left-logo {
		width: 300px;
	}
	
	header .container, .container {
		width: 1200px;
		max-width: 1200px;
	}
	
	.footer-top-right ul .footer-list {
		width: 100%;
	}
	
	.footer-top-right ul .footer-list li {
		width: fit-content;
		margin: auto;
	}
	
	#menu-main-new-menu li.menu-item-has-children:after {
		right: -2px;
	}
	
	.primary-menu-wrapper li+li {
		margin-left: 10px;
	}
	
	.mobile-search-bar {
		margin: 0px 25px 0px 10px;
	}
}

@media (min-width: 1199px) {
	.menu-wrap {
		display: none;
	}
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.home-about-image img {
		padding-left: 50px;
		padding-right: 60px;
	}
	
	.video-bar {
		height: 73px;
		padding-left: 20px;
	}
	
	.video-icon {
		width: 80px;
		left: -80px;
	}
	
	.attorney-box {
		height: 366px;
	}
	
	.home-florida-section .body-text {
		padding: 15px 32px 10px 0px;
	}
}

@media (max-width: 1199px) {
	.header-left-logo {
		width: 300px;
	}
	
	.header-main-right {
		width: calc(100% - 300px);
	}
	
	.footer-address-bottom {
		width: 33% !important;
		max-width: 33% !important;
	}
	
	.header-right-top {
		display: none;
	}
	
	.header-right-bottom {
		display: none;
	}
	
	header .container, .container {
		width: 100%;
		max-width: 100%;
		padding: 0px 15px;
	}
	
	.contact-form-right::after {
		width: 100%;
		height: auto;
	}
	
	.menu-wrap {
		background-color: var(--bs-darkgrey);
		position: fixed;
		top: 87px;
		height: 100%;
		width: 100%;
		right: -100%;
		font-size: 1em;
		font-weight: 700;
		overflow: auto;
		transition: .5s;
		z-index: 12;
		display: flex;
		justify-content: center;
	}
	
	.menu-full-wrapper {
		width: 100%;
		position: relative;
	}
	
	.menu-show {
		right: 0;
		box-shadow: none;
		display: block;
		max-width: 100%;
		background: #001f2e;
	}
	
	.menu-sidebar {
		margin: 0;
		position: relative;
		top: 0;
		width: 100%;
		margin-left: auto;
		padding-top: 15px;
	}
	
	.menu-bar-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper li {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		margin: 0;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, .14);
		padding: 0;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid rgba(184, 184, 184, .13);
	}
	
	.menu-sidebar .menu-bar-wrapper li:last-child {
		border: none;
	}
	
	.menu-sidebar .menu-bar-wrapper li>a {
		color: #000;
		font-weight: normal;
		padding: 7px 20px;
		position: relative;
		display: block;
		font-weight: 400;
		font-size: 16px;
	}
	
	.menu-sidebar .menu-bar-wrapper li>a:hover::after {
		opacity: 1;
	}
	
	.menu-sidebar .menu-bar-wrapper li>a:hover {
		background-color: var(--bs-white);
		color: var(--bs-darkgrey);
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper li>a:hover::after {
		opacity: 1;
	}
	
	.menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
		font-weight: 500;
		background-color: var(--bs-white);
		color: var(--yellow);
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
		background: none;
	}
	
	.menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
		color: #0e2743;
	}
	
	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>a {
		font-weight: 500;
		width: 100%;
		background-color: var(--bs-white);
		color: var(--bs-darkgrey);
	}
	
	.current-menu-ancestor>a {
		font-weight: 500;
		color: #fff;
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>a+.sidebar-menu-arrow::after {
		background-image: url("https://www.leifertlaw.com/wp-content/themes/Leifert/images/down-arrow.svg");
	}
	
	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>a::after {
		opacity: 1;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
		position: relative;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
		position: absolute;
		right: 0;
		top: 0;
		height: 42px;
		width: 40px;
	}
	
	.menu-sidebar .menu-bar-wrapper li#menu-item-328.menu-item-has-children .sidebar-menu-arrow {
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
		display: none;
		background: none;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
		font-size: 16px;
		padding-left: 30px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li a br, .menu-sidebar .menu-bar-wrapper li a br {
		display: none;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li ul li a {
		padding-left: 50px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li ul li ul li a {
		padding-left: 65px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {
		padding: 0 10px;
		font-size: 16px;
	}
	
	.sidebar-menu-arrow::after {
		cursor: pointer;
		content: "";
		position: absolute;
		top: 0px;
		margin: auto;
		bottom: 0px;
		right: 0;
		background-size: 14px;
		background-repeat: no-repeat;
		background-image: url("https://www.leifertlaw.com/wp-content/themes/Leifert/images/down-arrow.svg");
		background-position: center;
		height: 40px;
		width: 40px;
	}
	
	.sidebar-menu-arrow::after {
		pointer-events: none;
		opacity: 1;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
		transform: rotate(180deg);
		display: block;
	}
	
	.sidebar-menu-arrow:hover::after {
		background-image: url("https://www.leifertlaw.com/wp-content/themes/Leifert/images/down-arrow.svg");
	}
	
	.menu-sidebar .menu-bar-wrapper li a:hover+.sidebar-menu-arrow::after {
		background-image: url("https://www.leifertlaw.com/wp-content/themes/Leifert/images/down-arrow.svg");
	}
	
	.menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
		background-image: url("https://www.leifertlaw.com/wp-content/themes/Leifert/images/down-arrow.svg");
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li a::after {
		display: none;
	}
	
	.menu-button:hover {
		cursor: pointer;
	}
	
	.menu-button {
		position: relative;
		z-index: 12;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: transparent;
		border-radius: 0px;
		border: 2px solid var(--blue);
		width: 50px;
		height: 50px;
	}
	
	.menu-button .menu-bar {
		position: relative;
		border-radius: 0;
		width: 25px;
		transition: .5s;
		opacity: 1;
		display: block;
		height: 2px;
		background: var(--yellow);
		margin-top: 6px;
		text-align: center;
	}
	
	.menu-button .menu-bar-middle {
		width: 25px;
	}
	
	.menu-button .menu-bar-top {
		margin: 0;
	}
	
	header#header.small-header .menu-button.button-open .menu-bar {
		background: #fff;
	}
	
	.menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
		border-color: #fff;
	}
	
	.button-open {
		z-index: 16;
	}
	
	.menu-button.button-open {
		background: #000;
		z-index: 13;
		right: 0;
		top: 0;
		position: relative;
		width: 55px;
		border: transparent;
	}
	
	.button-open .menu-bar {
		opacity: 1;
	}
	
	.button-open .menu-bar-top {
		border-color: #fff;
		transform: rotate(45deg) translate(8px, 8px);
		transition: .5s;
	}
	
	.button-open .menu-bar-middle {
		background-color: #fff;
		transform: translate(230px);
		transition: .1s ease-in;
		opacity: 0;
	}
	
	.button-open .menu-bar-bottom {
		border-color: #fff;
		transform: rotate(-45deg) translate(5px, -5px);
		transition: .5s;
		right: 0;
	}
	
	.menu-button.button-open .menu-bar-top {
		border-color: #fff;
		width: 25px;
		top: -3px;
		background: #fff;
	}
	
	.menu-button.button-open .menu-bar-bottom {
		border-color: #fff;
		width: 25px;
		background: #fff;
		bottom: 1px;
	}
	
	.mobile-search-bar {
		border-radius: 50%;
		margin-right: 10px;
		top: 0;
		height: 45px;
		width: 45px;
		background: var(--bs-darkgrey);
		border: 0 solid var(--bs-darkgrey);
		padding-left: 0;
	}
	
	.mobile-search-bar .white-search-icon {
		background-image: url("https://www.leifertlaw.com/wp-content/themes/Leifert/images/search-icon-white.svg");
		background-position: center;
	}
	
	.mobile-search-bar .white-search-icon.nitro-lazy {
		background-image: none !important;
	}
	
	.mobile-header-sec {
		display: flex !important;
		justify-content: flex-end;
	}
	
	.header-top::before {
		display: none;
	}
	
	header#header {
		padding: 18px 0px 10px 0px !important;
		border-bottom: 1px solid #fff;
	}
	
	.mobile-number-list ul {
		display: flex;
		justify-content: space-between;
		padding-top: 10px;
		margin-bottom: 0;
	}
	
	.home-banner-inner {
		padding: 25px 30px;
		width: 90%;
		margin: auto;
	}
	
	.home-new-banner {
		height: auto;
		padding-bottom: 150px;
	}
	
	.banner-badges img {
		width: 100px;
	}
	
	.home-new-banner .banner-image {
		height: 250px;
	}
	
	.home-footer-form .container .home-form-row {
		border-radius: 15px;
		padding: 20px;
		width: 100%;
	}
	
	.home-footer-form {
		margin-top: -20px;
	}
	
	.form-sub-heading br {
		display: none;
	}
	
	.form-sub-heading {
		margin-bottom: 20px;
	}
	
	.home-form-row .col-md-4 {
		padding: 0px 15px 20px 15px !important;
	}
	
	.trust-logos.fullwidth {
		padding: 50px 0px;
	}
	
	.home-about-image img {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.home-about-section {
		padding-top: 50px;
	}
	
	.home-about-image::before {
		width: 15px;
		z-index: 0;
		height: 285px;
	}
	
	.video-icon {
		width: 100px;
		left: 0px;
	}
	
	.video-bar {
		height: 90px;
		padding-left: 125px;
	}
	
	.video-heading {
		font-size: 16px;
		line-height: 24px;
	}
	
	.home-about-content .body-text {
		padding-right: 0px;
	}
	
	.home-about-content, .home-about-image {
		padding: 0px 10px;
	}
	
	.practice-row h2 {
		width: 90%;
		padding-bottom: 20px;
	}
	
	.home-practice-areas.position-relative {
		margin-top: 50px;
	}
	
	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}
	
	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}
	
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
	.attorney-left {
		width: 100%;
	}
	
	.attorney-main-row {
		flex-wrap: wrap;
	}
	
	.attorney-right {
		width: 100%;
		padding-left: 0px;
	}
	
	.attorney-box {
		height: 250px;
		padding: 10px;
	}
	
	.attorney-title {
		font-size: 14px;
	}
	
	.attorney-link {
		padding: 10px 10px;
		font-size: 15px;
		line-height: 20px;
	}
	
	.attorney-link svg {
		width: 20px;
	}
	
	.home-florida-section {
		padding: 50px 0px;
	}
	
	.home-florida-section .florida-image {
		position: relative;
	}
	
	.home-florida-section {
		padding: 0px 0px 50px 0px;
	}
	
	.home-florida-section .body-text {
		padding: 0px;
	}
	
	.defence-left {
		padding: 50px 15px;
	}
	
	.defence-right {
		padding: 30px 30px;
	}
	
	.case-left {
		padding: 20px;
		row-gap: 30px;
		margin: 20px 0px 0px 0px;
	}
	
	.case-left {
		max-width: 100%;
	}
	
	.home-case-section .case-right {
		width: 100%;
	}
	
	.case-main-row {
		flex-wrap: wrap;
	}
	
	.home-case-section::after {
		display: none;
	}
	
	.case-right {
		padding: 0px;
	}
	
	.case-right {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		row-gap: 10px;
	}
	
	.contact-form-row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.contact-form-left {
		width: 100%;
		padding-bottom: 52px;
	}
	
	.contact-form-right {
		width: 100%;
	}
	
	.form-box {
		padding: 25px 15px;
	}
	
	.footer-top-right ul li {
		font-size: 16px;
		line-height: 25px;
		padding: 0px 20px;
	}
	
	.col-md-7.footer-top-right {
		padding-top: 30px;
	}
	
	.home-footer-top {
		padding: 50px 0px;
	}
	
	.plantation-column {
		padding-left: 10px;
	}
	
	.west-column {
		padding-left: 10px;
	}
	
	.footer-main-menu li a, #menu-homepage-new-footer-menu li a {
		font-family: var(--font-liberation);
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #fff;
		margin-bottom: 20px;
		display: block;
	}
	
	.navbar-collapse {
		display: block;
	}
	
	header#header .primary-menu-wrapper {
		top: 0px;
	}
	
	header#header .primary-menu-wrapper li a {
		font-size: 14px !important;
		padding: 5px 20px;
		font-weight: 400;
	}
	
	.form-box {
		width: 100%;
	}
	
	.consult-sub-heading {
		column-gap: 30px;
	}
	
	.header-icon-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: transparent;
		border-radius: 0px;
		border: 2px solid var(--yellow);
		width: 50px;
		height: 50px;
	}
	
	.header-icon-mobile a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
	}
	
	.header-icon-mobile svg path {
		fill: var(--yellow);
	}
	
	.header-icon-mobile svg {
		width: 20px;
		height: auto;
	}
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
	color: #fff;
	font-weight: 400;
	position: absolute;
	bottom: -22px;
	right: 0px;
	font-size: 13px;
	letter-spacing: .5px;
	background-color: #b30000;
	border-radius: 0px;
	line-height: 14px;
	text-transform: capitalize;
	margin: 0;
	padding: 4px 7px;
	display: block;
	font-family: var(--font-inter);
}

.home-contact-form .wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
	color: #fff;
	text-align: center;
}

.header-icon-mobile {
	margin-right: 5px;
}

header .btn {
	color: rgba(235, 196, 103, 1) !important;
}

@media (max-width: 991px) {
	.florida-row {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.footer-menu-wraper {
		order: 1;
	}
	
	.footer-address-wraper {
		order: 3;
	}
	
	.footer-social-wraper {
		order: 2;
	}
	
	.areas-inner span {
		font-size: 18px;
	}
	
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.home-about-image img {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}
	
	.areas-list {
		margin-top: 50px;
	}
	
	.practice-row .btn {
		margin-bottom: 50px;
	}
	
	.consult-heading {
		font-size: 24px;
	}
	
	.home-contact-form {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.home-new-banner .container {
		padding: 0 !important;
	}
	
	.home-video-section h2 {
		margin-bottom: 20px;
	}
	
	.home-video-section.position-relative {
		padding: 50px 0px;
	}
	
	.heading {
		font-size: 24px;
	}
	
	.home-new-banner .banner-image {
		height: 300px;
		left: 0;
		margin: 0 auto;
		width: 100%;
	}
	
	.banner-numbers-row ul li:last-child {
		padding-left: 20px;
	}
	
	.home-new-header ul.sub-menu li a {
		color: var(--yellow) !important;
	}
	
	.attorney-signature {
		font-size: 12px;
	}
	
	.footer-address-bottom {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.new-banner-buttons .white-btn, .new-banner-buttons .btn {
		font-size: 10px;
		line-height: 20px;
		padding: 8px 6px;
	}
	
	.video-bar {
		height: 90px;
		padding-left: 20px;
	}
	
	.home-video-section iframe {
		height: 220px;
	}
	
	.video-section-title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.header-left-logo {
		width: 150px;
	}
	
	.header-main-right {
		width: calc(100% - 150px);
	}
	
	.home-new-banner {
		height: max-content;
		padding-bottom: 310px;
	}
	
	.home-new-banner {
		height: max-content;
	}
	
	.new-banner-buttons {
		padding-top: 15px;
		padding-bottom: 15px;
		column-gap: 6px;
	}
	
	.white-btn {
		padding: 10px 20px;
	}
	
	.home-banner-inner {
		padding: 25px 10px;
		width: 100%;
	}
	
	.banner-numbers-row ul li:first-child {
		padding-right: 20px;
		border-right: 1.5px solid rgba(255, 255, 255, 1);
	}
	
	.footer-end-column {
		display: flex;
		justify-content: flex-start;
	}
	
	.banner-numbers-logo img {
		width: 45px;
	}
}
