
/*header css start here*/
header#header {
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	width: 100%;
	z-index: 9999;
	-webkit-box-shadow: 0 5px 8px transparent;
	box-shadow: 0 0px 5px transparent;
	position: fixed;
	background: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

header#header.small-header {
	background-color: #fff;
	padding: 0;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.wrap-header .menu-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-left {
	width: 350px;
}

.header-left a {
	display: flex;
}

.header-right {
	width: calc(100% - 350px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 10px 0px;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	justify-content: space-between;
}

/*.small-header .header-row {
    padding: 0 5px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;

}*/
.wrap-header .menu-header ul li {
	padding-left: 0;
}

.wrap-header .menu-header ul li ul li {
	margin-right: 0px;
}

.wrap-header .menu-header ul li {
	position: relative;
}

.wrap-header .menu-header ul li a {
	color: #373737;
	font-size: 16px;
	line-height: 38px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
	text-decoration: none;
	display: block;
	position: relative;
	transition: all .3s ease-in-out;
	padding-right: 35px;
	font-family: "Manrope", sans-serif;
}

.wrap-header .menu-header ul li a:hover {
	color: #32bfff;
}

.wrap-header .menu-header ul li a:before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 0;
	background: #32bfff;
	transition: width .3s ease-in-out;
}

.wrap-header .menu-header ul li a:after {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 0;
	background: #32bfff;
	transition: width .3s ease-in-out;
}

.wrap-header .menu-header ul li a:hover:not(.sub-menu a), .main-menu .menu-header ul .current_page_item > a, .main-menu .menu-header ul .current_page_ancestor > a, .main-menu .menu-header ul .current-menu-ancestor > a {
	color: #0060a8;
}

#mainNav li.menu-item-has-children:hover:before

.main-menu .menu-header ul li.current-menu-ancestor

.wrap-header .menu-header ul li ul li.current-menu-item {
	background: #1b3546;
	color: rgba(255, 255, 255, 1);
}

.wrap-header .menu-header ul li ul li.current_page_item {
	background: #1b3546;
	color: rgba(255, 255, 255, 1);
}

.main-menu .menu-header ul .sub-menu li a {
	color: inherit;
	line-height: 15px;
	padding: 7px 0px;
}

.mobile-contact-title {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-contact-title svg {
	margin-right: 10px;
}

.mobile-phonenumber a.header-ph {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 2px;
	line-height: normal;
}

.mobile-phonenumber a.header-ph:hover {
	color: #bfa95d;
}

.mobile-phonenumber img {
	margin-right: 20px;
	height: 22px;
	width: 22px;
}

.header-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

.header-language.a {
	background: rgba(255, 255, 255, .2);
	padding: 10px 20px;
	border-radius: 40px;
}

.search-icon {
	cursor: pointer;
	display: block;
	margin-right: 30px;
	padding-top: 0px;
	position: relative;
}

.search-icon::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	background: rgba(55, 55, 55, .5);
	left: -5px;
	top: 5px;
}

.search-icon svg {
	height: 20px;
	width: 50px;
}

.search-icon svg:hover path {
	stroke: #32bfff;
}

.mobile-phonenumber a.header-ph svg {
	margin-right: 10px;
}

.social-media-title {
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	padding-right: 15px;
}

.social-media {
	display: flex;
	align-items: center;
}

.quick-links {
	padding: 0px 0px 0px 100px;
}

.footer-contact {
	padding-top: 40px;
}

.social-media a svg path {
	fill: #fff;
}

.social-media svg {
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	padding: 10px;
	transition: .5s;
}

.social-media svg:hover {
	background: #32bfff;
}

.social-media a:hover svg path {
	fill: #fff;
}

.social-media .follow-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
}

.social-media a {
	display: flex;
	margin-right: 20px;
}

.copyright {
	color: #fff;
	padding: 6px 0;
	background: #0060a8;
}

.header-button a.button {
	background: -o-linear-gradient(275.97deg, #1b3546 7.6%, #ceab70 34.13%, #ab8955 83.51%, #815f35 134.29%);
	background: linear-gradient(174.03deg, #1b3546 7.6%, #ceab70 34.13%, #ab8955 83.51%, #815f35 134.29%);
	padding: 12px 36px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-button a.button img {
	margin-right: 12px;
}

.header-button a.button svg {
	margin-right: 10px;
}

/*menu dropdown*/
.menu-header ul.sub-menu {
	display: none !important;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 99%;
	left: 0;
	text-align: left;
	min-width: 250px;
	background: #fff;
	z-index: 2;
	-webkit-box-shadow: 0px 17px 16px rgba(0, 0, 0, .15);
	box-shadow: 0px 17px 16px rgba(0, 0, 0, .15);
}

.menu-header ul.sub-menu li {
	border-bottom: 1px solid #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 0 9px !important;
	position: relative;
}

.menu-header ul.sub-menu li:hover {
	background: #1b3546;
}

.menu-header ul.sub-menu li a {
	color: #000;
}

.menu-header ul.sub-menu li:hover> a {
	color: #17a3e3;
}

#mainNav>li.menu-item-has-children {
	position: relative;
	margin-right: 15px;
}

.menu-header ul.sub-menu li:last-child {
	border: none;
}

.wrap-header .menu-header ul li a:hover::after, .wrap-header .menu-header ul li a:hover::before {
	display: none;
}

.menu-header ul.sub-menu li {
	margin: 0;
}

#mainNav li.menu-item-has-children:hover > ul.sub-menu {
	display: block !important;
}

.menu-header ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
}

.menu-header ul.sub-menu li:hover > a {
	color: #fff !important;
}

#mainNav li.menu-item-has-children:before {
	content: "";
	right: 24px;
	position: absolute;
	top: 49%;
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform-origin: 5px 0px;
	-ms-transform-origin: 5px 0px;
	transform-origin: 5px 0px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
}

#mainNav li.menu-item-has-children:hover:before, #mainNav li.current-menu-ancestor:before {
	-webkit-transform: rotate(225deg) translateY(-50%);
	-ms-transform: rotate(225deg) translateY(-50%);
	transform: rotate(225deg) translateY(-50%);
	border-right: 1px solid #0060a8;
	border-bottom: 1px solid #0060a8;
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: unset;
}

.main-menu .menu-header ul .current_page_parent>a #mainNav li.menu-item-has-children:before {
	border-right: 2px solid #32bfff;
	border-bottom: 2px solid #32bfff;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
	-webkit-transform: rotate(225deg) translateY(-50%);
	-ms-transform: rotate(225deg) translateY(-50%);
	transform: rotate(314deg) translateY(-50%);
	border-right: 2px solid #000;
	border-bottom: 2px solid #161616;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
	content: "";
	right: 12px;
	position: absolute;
	top: 16px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform-origin: 5px 0px;
	-ms-transform-origin: 5px 0px;
	transform-origin: 5px 0px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
}

.menu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:hover:before {
	border-color: #fff;
}

header#heade a.top-logo {
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.small-header .social-media {
	padding: 0;
}

header#header.small-header .top-logo svg {
	height: 70px;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

/*fixed header end css here*/

/*header search icon css start here*/
.header-search-box.open-search {
	opacity: 1;
	height: 100px;
	z-index: 999999;
}

.header-search-box {
	position: fixed;
	background-color: #0060a8;
	width: 100%;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 0;
	height: 0;
	top: 0;
	right: 0;
}

.header-search-box .search-input-wrap .searchform {
	position: absolute;
	left: 50%;
	top: 35%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 70%;
	margin: 0 auto;
	width: 100%;
}

.header-search-box input.search {
	height: 55px;
	background: 0 0;
	color: #fff;
	padding: 8px 58px 8px 10px;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	border-radius: 0;
}

.search-input-wrap svg path {
	stroke: #fff;
}

.search-icon svg:hover path {
	stroke: #0060a8;
}

.search-input-wrap span.msg-side-form {
	position: absolute;
	right: 68px;
	bottom: 0px;
	color: red;
	font-weight: 14px;
}

#site-searchs {
	top: 0;
	position: absolute;
	right: 0;
	width: auto;
	height: 55px;
	border: none;
	padding: 13px 20px;
	line-height: 38px;
	cursor: pointer;
	background: 0 0;
}

#site-searchs svg:hover path {
	stroke: #fff;
	transition: .3s;
}

.header-search-box span.closebtn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #fff;
}

.header-search-box span.closebtn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #fff;
}

.header-search-box span.closebtn:hover:before, .header-search-box span.closebtn:hover:after {
	background-color: #fff;
}

.header-search-box span.closebtn {
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0px;
	width: 35px;
	height: 35px;
}

.header-search-box  input.search::-webkit-input-placeholder {
	color: #fff;
}

.header-search-box  input.search::-moz-placeholder {
	color: #fff;
}

.header-search-box  input.search:-ms-input-placeholder {
	color: #fff;
}

.header-search-box  input.search::-ms-input-placeholder {
	color: #fff;
}

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

.search-icon img.search {
	height: 20px;
	width: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	border-left: 1px solid #000;
	padding-left: 5px;
}

/*header search icon css end here*/

/*header css  end here*/

/*footer css start here*/
footer#footer {
	color: #fff;
	padding-bottom: 40px;
	padding-top: 40px;
	background-color: rgba(55, 55, 55, 1);
	overflow: hidden;
	background-image: unset !important;
}

.footer-heading {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 9px;
	margin-top: 5px;
	font-family: Merriweather;
}

.footer-content p {
	font-size: 16px;
	line-height: 30px;
}

.footer ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 8px 0;
	display: inline-block;
	text-transform: capitalize;
	font-family: "Manrope";
}

.footer-content {
	padding-top: 20px;
}

.footer ul li a:hover {
	color: #c2cad0;
}

.footer ul .current_page_item a {
	color: #32bfff;
}

ul#menu-footer-menu {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.quick-links ul li {
	padding: 0;
	list-style: none;
}

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

.nap-content .get-direction {
	padding-left: 45px;
	padding-bottom: 15px;
}

.nap-content .location-icon, .nap-content .call-img {
	padding-right: 20px;
}

.footer-contact .nap-contact-block a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.nap-address-item {
	margin-left: -13px;
}

.nap-address-item svg {
	height: 24px;
	width: 24px;
}

.footer-nap-call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.footer-nap-call .call-img img {
	height: 26px;
	width: 26px;
}

.footer-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-location .location-icon img {
	padding-right: 18px;
}

.nap-address span {
	font-size: 16px;
}

.nap-address-block {
	text-transform: uppercase;
}

.get-direction a.direction-link {
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	text-transform: uppercase;
}

.get-direction a.direction-link:hover, .nap-address-item a:hover {
	color: #32bfff;
	transition: .5s;
}

/*language translator*/
.header-language.a select {
	background: transparent;
	color: #fff;
	text-shadow: none !important;
}

.header-language.a select {
	color: #fff;
	text-shadow: none !important;
	border: none;
	text-transform: uppercase;
}

.header-language.a option {
	background-color: #1b3546 !important;
}

.top-bar {
	background: rgba(55, 55, 55, 1);
	position: relative;
	width: 100%;
	padding: 5px 0;
	top: 0;
	height: 50px;
}

ul.header-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-out .6s;
}

ul.header-social li {
	list-style: none;
}

ul.header-social {
	display: flex;
	gap: 10px;
}

.head-social {
	text-align: end;
	display: flex;
	gap: 15px;
	justify-content: end;
}

a.head-calling {
	color: white;
	position: absolute;
	top: -19px;
}

ul.footer-social.fullwidth li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-out .6s;
}

ul.footer-social.fullwidth {
	display: flex;
	list-style: none;
	margin-top: 25px;
	padding-left: 0;
	gap: 12px;
}

.row.top-content {
	padding: 0px 0 55px 0;
}

.footer-top-iner-area:after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	border-bottom: 1px solid #43484f;
	width: 85%;
}

.footer-top-content {
	padding-right: 65%;
}

.footer-content p {
	font-size: 13px;
	line-height: 25px;
	color: white;
}

.footer-top-content {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 24px;
}

.pre-footer-nav {
	padding-left: 0;
}

.mobile-phonenumber {
	display: none;
}

.pre-footer-nav li {
	line-height: 25px;
}

/* ================= */
.contact-header-btn .btn svg {
	width: 17px;
	height: 18px;
	margin-left: 10px;
	transform: rotateZ(-45deg);
	transition: .5s;
	margin-top: -5px;
}

.contact-header-btn .btn:hover svg {
	transform: rotateZ(0deg);
}

.contact-header-btn .btn:hover svg path {
	color: #0060a8;
	fill: #0060a8;
}

.top-bar {
	background: rgba(55, 55, 55, 1);
	position: relative;
	width: 100%;
	padding: 5px 0;
	top: 0;
}

ul.footer-social.fullwidth li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-out .6s;
}

ul.footer-social.fullwidth {
	display: flex;
	list-style: none;
	margin-top: 25px;
	padding-left: 0;
	gap: 12px;
}

ul.footer-social svg {
	width: 20px;
	height: 20px;
}

.gt_option svg {
	width: 15px;
	height: 15px;
}

.gt_container-ec7pgp .gt_switcher .gt_selected a {
	border: 1px solid #fff;
	color: #666;
	padding: 3px 5px;
	width: 90px !important;
	display: flex;
	gap: 15px;
	align-items: center;
}

.gt_container--vnaj6k .gt_switcher .gt_selected svg {
	width: 20px;
}

.gt_selector select {
	color: black !important;
	text-shadow: none;
}

.head-social {
	text-align: end;
}

a.head-calling {
	color: white;
}

a.head-calling svg {
	margin-bottom: -3px;
}

.btn-white {
	color: #0060a8;
	text-transform: capitalize;
	background: #fff;
	border-radius: 50px;
	padding: 20px 30px;
	font-weight: 700;
	font-family: "Merriweather";
	transition: .5s;
	border: 1px solid #fff;
}

.btn-white:hover {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	transition: .5s;
}

a.btn-white svg {
	margin-left: 10px;
}

.btn-white svg {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	transition: .5s;
	margin-bottom: -4px;
}

.btn-white:hover svg {
	transform: rotateZ(43deg);
}

.btn-white:hover svg path {
	color: #fff;
	fill: #fff;
}

.exp-icon {
	position: absolute;
	left: 20px;
	bottom: 90px;
}

.home-main-banner {
	padding-top: 130px;
	padding-bottom: 110px;
}

.btn-second {
	color: white;
	font-weight: 600;
	text-decoration: underline;
}

.home-main-banner .btn-white {
	margin-right: 35px;
}

.banner-heading {
	letter-spacing: 2px;
}

.icon {
	margin: auto;
}

.case-boxes {
	border: 1px solid rgba(0, 96, 168, .3);
	border-radius: 20px;
	padding: 30px;
	margin: 15px;
	transition: .5s;
}

.case-boxes:hover {
	border: 1px solid rgba(0, 96, 168, 1);
	transition: .5s;
}

.btn svg {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	transform: rotateZ(-45deg);
	transition: .5s;
	margin-bottom: 0px;
}

.blog-section .btn svg {
	margin-bottom: -5px;
}

.btn:hover svg {
	transform: rotateZ(0deg);
}

.btn:hover svg path {
	color: rgba(0, 96, 168, 1);
	fill: rgba(0, 96, 168, 1);
}

.case-result-title {
	color: rgba(0, 96, 168, 1);
	font-size: 50px;
	font-weight: 700;
	margin-top: 15px;
}

.case-result-content {
	color: rgba(55, 55, 55, 1);
	font-size: 18px;
	font-weight: 500;
}

.our-slider-section {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/04/white-abstract-minimal-background-white-product-background-conceptual-wall-texture-background-1.png");
	margin-top: -350px;
}

.our-slider-section.nitro-lazy {
	background-image: none !important;
}

.our-slider-section {
	padding: 300px 0 130px;
}

.practice-icon-boxes img {
	position: absolute;
	bottom: 17px;
	left: -16px;
	width: 100%;
	height: 90px;
	object-fit: contain;
}

.our-result-heading {
	color: rgba(55, 55, 55, .5);
	font-weight: 500;
	letter-spacing: 1px;
}

.home-form-section {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/04/white-abstract-minimal-background-white-product-background-conceptual-wall-texture-background-1.png");
}

.home-form-section.nitro-lazy {
	background-image: none !important;
}

.form-section-description {
	font-weight: 600;
	color: rgba(55, 55, 55, 1);
	font-size: 18px;
}

.home-contact-frm {
	border: 1px solid rgba(0, 96, 168, .1);
	border-radius: 40px;
	box-shadow: 0px 0px 34px 0px rgba(0, 96, 168, .15);
	padding: 50px 30px;
}

.home-contact-frm .wpcf7-text {
	border: 1px solid rgba(55, 55, 55, .5);
	border-radius: 50px;
	color: black;
}

.home-contact-frm .wpcf7-textarea {
	border: 1px solid rgba(55, 55, 55, .5);
	border-radius: 20px;
}

.home-contact-frm .wpcf7-textarea::placeholder {
	padding: 0px !important;
}

.home-contact-frm .wpcf7-form-control.wpcf7-textarea::placeholder {
	padding: 0px !important;
}

.home-contact-frm .wpcf7-form-control::placeholder {
	color: rgba(55, 55, 55, .5) !important;
	padding: 20px 0px !important;
	text-transform: capitalize;
}

.home-contact-frm .form-group {
	margin-bottom: 20px;
}

.home-contact-frm h2 {
	color: rgba(0, 96, 168, 1);
	font-size: 48px;
	font-weight: 700;
}

.our-result-content a {
	color: rgba(0, 96, 168, 1);
	font-weight: 600;
}

.our-slider-section .our-result-list .slick-next {
	transform: rotate(180deg);
}

.our-slider-section .our-result-list .slick-prev {
	border: 1px solid #373737;
	width: 60px;
	height: 60px !important;
	border-radius: 50px;
	left: -50px;
	transition: .5s;
}

.our-slider-section .our-result-list .slick-next {
	border: 1px solid #373737;
	width: 60px;
	height: 60px !important;
	border-radius: 50px;
	right: -50px;
	top: 118px;
	transition: .5s;
}

.our-slider-section .our-result-list .slick-prev:hover {
	background-color: #0060a8;
	transition: .5s;
}

.our-slider-section .our-result-list .slick-prev:hover svg path {
	color: #fff;
	fill: #fff;
}

.our-slider-section .our-result-list .slick-next:hover {
	background-color: #0060a8;
	transition: .5s;
}

.our-slider-section .our-result-list .slick-next:hover svg path {
	color: #fff;
	fill: #fff;
}

.practice-home-section {
	background-color: rgba(0, 96, 168, .2);
}

.practice-home-custom-head:hover svg {
	transform: rotateZ(45deg);
	transition: .5s;
}

.practice-home-custom-head svg {
	transition: .5s;
	margin-bottom: -3px;
}

.practice-home-custom-head {
	font-family: Merriweather;
	font-weight: 400;
	font-size: 20px;
}

.Custom-boxes {
	border-bottom: 1px solid rgba(0, 96, 168, .5);
	width: 95%;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.practice-home-custom-head svg {
	position: absolute;
	right: 0;
	top: 10px;
}

.practice-list {
	list-style: none;
	column-count: 2;
}

.practice-home-section .container {
	max-width: 75%;
}

.practice-home-inner-content {
	padding-right: 70px;
}

.attorney-name {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}

.our-team .item-wrap {
	background-color: rgba(0, 96, 168, 14%);
	border-bottom-right-radius: 40px;
	border-top-left-radius: 60px;
	transition: .5s;
}

.our-team .att-detail {
	padding: 10px 20px 20px 15px;
}

.our-team .box-col:hover .desigination {
	color: white;
	transition: .5s;
}

.our-team .box-col:hover .attorney-name {
	color: white;
	transition: .5s;
}

.our-team .item-wrap:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
}

.desigination {
	line-height: normal;
	color: rgba(55, 55, 55, 1);
}

.attorney-name svg {
	position: absolute;
	right: 30px;
	top: 23px;
}

.attorney-name svg {
	width: 25px;
	height: 25px;
}

.our-team .box-col:hover svg path {
	color: #fff;
	fill: #fff;
}

.our-team .box-col:hover svg {
	transform: rotateZ(45deg);
	transition: .5s;
}

.our-team .box-col svg {
	transition: .5s;
	top: 40px;
}

.blog-section.space-pd {
	background-color: rgba(0, 96, 168, .1);
}

.blog-section .post-image img {
	height: 250px;
	object-fit: cover;
}

.post-image .featured {
	background-size: cover;
	background-position: center;
}

.blog-section .blog-list-item .post-content {
	background-color: #fff;
	border-radius: 20px;
}

.blog-img img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.blog-section .post-content {
	margin: 0px 20px;
}

.blog-title {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	transition: .5s;
}

.blog-title a {
	color: rgba(55, 55, 55, 1);
	line-height: 35px;
}

.blog-section .slick-list.draggable {
	padding-right: 15%;
	margin-right: -15%;
}

.fullimage-column img {
	display: block;
	margin: auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fullimage-column {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.avvo-img img {
	background-color: rgba(0, 96, 168, 1);
	width: 60px;
	height: 60px;
	padding: 17px;
	border-radius: 50px;
}

.tesimonial-flex-area {
	display: flex;
	gap: 10px;
	align-items: center;
}

.testimonial-home-title-area {
	line-height: normal;
}

.fullimg-section {
	background-color: rgba(0, 96, 168, .1);
}

.testimonial-title-rating-flex-area {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
}

.testimonial-inner {
	padding: 0px 60px;
}

.testimonial-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 13px;
	height: 13px;
	padding: 6px;
	cursor: pointer;
	color: #f00;
	border-radius: 50px;
	outline: none;
	background: rgba(55, 55, 55, .2);
	border: none;
}

.testimonial-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #f00 !important;
	background: rgba(55, 55, 55, 1);
	width: 14px;
	height: 14px;
	border-radius: 50px;
}

.testimonial-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.testimonial-slider .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	left: -200px;
}

.testimonial-slider .slick-prev {
	left: 83%;
	margin-top: 30px;
}

.testimonial-slider .slick-next {
	right: -5px;
	transform: rotate(180deg) !important;
	margin-top: 0px;
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.testimonial-slider .slick-prev.slick-arrow {
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.testimonial-slider .slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 100%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.testimonial-slider .slick-prev.slick-arrow:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
	border: 1px solid #0060a8;
}

.testimonial-slider .slick-prev.slick-arrow:hover svg path {
	fill: white;
}

.testimonial-slider .slick-next.slick-arrow:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
	border: 1px solid #0060a8;
}

.testimonial-slider .slick-next.slick-arrow:hover svg path {
	fill: white;
}

.play-btn {
	position: absolute;
	margin-left: 30px;
	bottom: 105px;
	transition: .5s;
}

.play-btn:hover {
	transform: scale(1.1);
	transition: .5s;
}

.reach-home-section {
	background-image: url("https://www.thefloridafirm.com/wp-content/uploads/2025/04/Group-84.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

.reach-home-section.nitro-lazy {
	background-image: none !important;
}

.reach-social-icon li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px !important;
	width: 40px !important;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-out .6s;
}

.reach-social-icon svg {
	width: 20px !important;
	height: 20px !important;
}

.reach-social-icon .footer-social {
	display: flex;
	list-style: none;
	margin-top: -8px;
	padding-left: 0;
	gap: 15px;
}

.reach-social {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.reach-social-icon li {
	list-style: none;
}

.reach-btn-arrow svg {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	transform: rotateZ(-45deg);
	transition: .5s;
	margin-bottom: -4px;
}

.reach-btn-arrow:hover svg {
	transform: rotateZ(0deg);
}

.footer-top-content {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 24px;
}

.footer-frm {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-frm .form-control {
	border: none;
	border: 1px solid rgba(255, 255, 255, 1);
	background-color: transparent;
	border-radius: 50px;
	padding: 15px 25px;
	color: #fff !important;
}

.row.top-content {
	padding: 0px 0 55px 0;
}

.reach-home-section .social-repeat-column .reach-social-icon {
	display: none;
}

.reach-home-section .social-repeat-column:last-child .reach-social-icon {
	display: block;
}

.reach-title {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 24px;
}

.reach-Custom-boxes {
	padding: 0px 40px;
}

ul.header-social {
	display: flex;
	gap: 10px;
}

ul.header-social li {
	list-style: none;
}

.head-social {
	text-align: end;
	display: flex;
	gap: 15px;
	justify-content: end;
}

ul.header-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease-out .6s;
}

ul.header-social svg {
	width: 15px;
	height: 15px;
}

ul.header-social {
	gap: 10px;
}

.footer-frm .wpcf7-form-control::placeholder {
	color: white;
}

.our-slider-section {
	overflow: hidden;
}

.form-section-content {
	margin-bottom: 20px;
}

.form-section-inner-column {
	padding-right: 40px;
}

.arrows-blog {
	text-align: right;
	position: absolute;
	bottom: -170px;
	left: 90px;
}

.arrows-blog .next-blog {
	transform: rotate(180deg);
	top: -10px;
}

.arrows-blog .prev-blog {
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	left: -75px;
	transition: .5s;
}

.arrows-blog .next-blog {
	border: 1px solid black;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	top: -30px;
	left: 0;
	transition: .5s;
}

.arrows-blog .prev-blog:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
	border: 1px solid #0060a8;
}

.arrows-blog .next-blog:hover {
	background-color: rgba(0, 96, 168, 1);
	transition: .5s;
	border: 1px solid #0060a8;
}

.arrows-blog .prev-blog:hover svg path {
	fill: white;
}

.arrows-blog .next-blog:hover svg path {
	fill: white;
}

.reach-social-icon li a:hover {
	background-color: white;
}

.reach-social-icon li a:hover svg path {
	fill: #0060a8;
}

.blog-btn-arrow {
	gap: 10px;
	transition: .5s;
}

.blog-btn-arrow:hover .icon-arrow {
	transform: rotate(45deg);
	transition: .5s;
}

.blog-inner-column {
	padding: 30px 20px;
	height: 320px;
}

ul.footer-social li a:hover {
	background-color: white;
}

ul.footer-social li a:hover svg path {
	fill: #0060a8;
}

.footer-content p {
	font-size: 13px;
	line-height: 25px;
}

.footer-heading {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 20px;
}

.pre-footer-nav li {
	line-height: 25px;
}

.footer-heading {
	margin-bottom: 9px;
	margin-top: 5px;
}

.mobile-blog-btn {
	display: flex;
	gap: 8px;
}

.testimonial-heading-desktop {
	font-weight: 700;
	font-size: 24px;
	line-height: normal;
	padding-bottom: 30px;
}

.home-btn {
	display: flex;
}

.footer-top-iner-area:after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	border-bottom: 1px solid #43484f;
	width: 85%;
}

.footer-top-content {
	padding-right: 65%;
	line-height: 35px;
}

.footer-content p {
	font-size: 13px;
	line-height: 25px;
	font-family: "Manrope", sans-serif;
}

.btn {
	color: #fff;
	text-transform: capitalize;
	background: #0060a8;
	border-radius: 50px;
	padding: 20px 35px;
	font-family: "Merriweather";
	font-weight: 400;
	border: 1px solid #0060a8;
}

.btn:hover {
	color: #0060a8;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #0060a8;
	text-decoration: none;
}

.footer-frm .btn {
	border: 1px solid #0060a8;
	line-height: 25px;
}

.copyright-text {
	font-family: "Manrope";
}

.footer-frm .btn:hover {
	border: 1px solid white;
	color: white;
	background: transparent;
}

.footer-frm .btn:hover {
	border: 1px solid white;
	color: white;
}

.footer-frm .btn:hover svg path {
	fill: white;
}

.reach-home-content a {
	color: white;
	font-weight: 700;
}

.reach-home-content p {
	color: rgba(255, 255, 255, .7);
}

.reach-Custom-boxes a {
	text-decoration: none;
}

.practice-home-content {
	color: rgba(255, 255, 255, .7);
}

.gt_container--559i71 .gt_switcher .gt_selected a {
	border: 1px solid #fff;
	color: #666;
	padding: 3px 5px;
	width: 90px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.gt_selected svg {
	width: 24px;
	height: 24px;
	align-items: center;
	margin-bottom: -6px;
}

.gt_selected a {
	line-height: normal;
}

.gt_container--uz83lj .gt_switcher .gt_selected a:after {
	height: 19px;
}

.gt_container-biswq7 .gt_switcher a img {
	width: 19px !important;
	height: 15px !important;
	vertical-align: middle;
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: .8;
}

.our-team .box-col {
	margin: 40px;
}

.blog-inner-column:hover .blog-title a {
	color: #0060a8;
	transition: .5s;
}

.blog-btn-arrow {
	color: rgba(0, 96, 168, 1);
	font-weight: 600;
}

.desktop-contact-info {
	display: none;
}

.mobile-phonenumber svg path {
	fill: white;
}

.gt_container-og6fum .gt_switcher .gt_selected {
	background: unset;
	position: relative;
	z-index: 9999;
}

.gt_container--p3hsr .gt_switcher .gt_selected a {
	border: 1px solid #fff;
	color: #666;
	padding: 4px 5px 0;
	width: 161px;
	line-height: normal;
}

.gt_container--jdhwem .gt_switcher .gt_selected a {
	line-height: 14px !important;
}

.box-col img {
	border-top-left-radius: 40px;
}

.quick-links a {
	text-decoration: none;
}

ul.footer-social li a:hover {
	background-color: #0060a8;
	border: 1px solid #0060a8;
}

.footer-social-icon-wrap h5 {
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	font-family: "Merriweather", serif;
}

.quick-links li {
	line-height: 18px !important;
}

.practice-home-custom-head {
	font-family: Merriweather;
	font-weight: 400;
	font-size: 20px;
	color: #0060a8 !important;
}

.reach-social-icon li a:hover {
	background-color: #373737;
	border: 1px solid #373737;
}

a.head-calling svg {
	margin-bottom: 6px;
	font-family: "Manrope", sans-serif;
}

a.head-calling {
	color: white;
	font-weight: 300;
	font-family: "Manrope", sans-serif;
}

.gt_selected svg {
	width: 24px;
	height: 24px;
	align-items: center;
	margin-bottom: -3px;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1550px !important;
	}
}

@media (min-width: 1600px) {
	.wrap-header .menu-header ul li a {
		padding-right: 40px;
		font-size: 14px;
	}
	
	.main-menu .menu-header ul .sub-menu li a {
		line-height: 20px;
		padding: 8px 0px;
	}
}

@media (min-width: 1800px) {
	.container {
		max-width: 1720px !important;
	}
	
	.main-menu .menu-header ul .sub-menu li a {
		line-height: 20px;
		padding: 10px 0px;
	}
}

@media (max-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1400px !important;
	}
	
	.wrap-header .menu-header ul li a {
		font-size: 12px;
		padding-right: 40px;
	}
}

@media (max-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1150px !important;
	}
	
	.wrap-header .menu-header ul li a {
		font-size: 10px;
		padding-right: 35px;
	}
	
	.footer-top-content {
		padding-right: 45%;
	}
	
	ul.header-social li a {
		height: 26px;
		width: 26px;
	}
	
	ul.header-social img {
		width: 12px;
		height: 12px;
		object-fit: contain;
	}
	
	a.head-calling {
		font-size: 14px;
	}
	
	ul.footer-social.fullwidth li a {
		height: 30px;
		width: 30px;
	}
	
	ul.footer-social img {
		width: 13px;
		height: 13px;
		object-fit: contain;
	}
	
	img.attachment-full.size-full {
		width: 100%;
		height: 100%;
	}
	
	.footer-logo img {
		width: 100%;
	}
	
	ul.reach-social img {
		width: 14px !important;
		height: 14px !important;
		object-fit: contain !important;
	}
}

@media (min-width: 1024px) {
	.sidebar-page-wrap.fixed {
		position: sticky;
		top: 0;
	}
	
	.sidebar-page-wrap.normal-sidebar {
		width: auto;
		position: relative !important;
	}
	
	.default-page .default-content {
		min-height: 1102px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.double-img-section .second-img {
		top: 340px;
		right: -10px;
	}
	
	.fillimage-content {
		padding: 21px 10px 21px 10px;
	}
	
	.reach-bg-color {
		padding: 124px 70px;
	}
	
	.home-banner .banner-des .h1, .home-banner .banner-des  h1 {
		font-size: 65px;
	}
	
	.banner-content p {
		margin-bottom: 25px !important;
		margin-top: 10px;
	}
	
	.home-form {
		padding: 60px 0px 135px 0px;
	}
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1550px !important;
	}
}

@media (min-width: 1600px) {
	.post-lists, .blog  .pagination, .single-post-detail {
		max-width: 1300px;
	}
	
	.practice-area-list {
		height: 850px;
	}
	
	.newsletter .formbox input {
		width: 100%;
	}
	
	.wrap-header .menu-header ul li a {
		padding-right: 40px;
		font-size: 18px;
	}
	
	.wrap-header .menu-header ul li .sub-menu li {
		margin: 0;
	}
	
	.page-banner {
		height: 655px;
	}
	
	.injury-sec-video {
		padding-left: 50px;
	}
	
	.injury-sec-video video#video {
		height: 700px;
	}
	
	.contact-us .formbox.message-box {
		width: 91%;
	}
	
	.page-banner .banner-content {
		padding-top: 100px;
	}
	
	.guide-form {
		padding: 80px 110px;
	}
	
	.page-banner {
		padding-bottom: 200px;
	}
}

@media (min-width: 1800px) {
	.container {
		max-width: 1720px !important;
	}
	
	.header-left {
		width: 350px;
	}
	
	.header-right {
		width: calc(100% - 350px);
	}
}

@media (max-width: 1600px) {
	.header-left {
		width: 350px;
	}
	
	#mainNav li.menu-item-has-children:before {
		right: 0px;
	}
	
	.header-right {
		width: calc(100% - 350px);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.post-lists, .blog .pagination, .single-post-detail {
		max-width: 830px;
	}
	
	.testimonials {
		height: 380px;
		padding: 35px 30px;
	}
	
	.wrap-header .menu-header ul li a {
		font-size: 16px;
		padding-right: 14px;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1400px !important;
	}
	
	.exp-icon {
		left: 20px;
		bottom: 30px;
		width: 80px;
	}
	
	.case-result-title {
		font-size: 35px;
	}
	
	.home-contact-frm h2 {
		font-size: 40px;
	}
	
	.play-btn {
		margin-left: 10px;
		bottom: 88px;
	}
	
	.reach-social {
		margin-top: 20px;
	}
	
	.testimonial-title-rating-flex-area {
		margin-top: 20px;
	}
	
	.testimonial-slider .slick-dots {
		left: -140px;
	}
	
	.testimonial-slider .slick-prev {
		left: 80%;
	}
	
	.footer-top-content {
		padding-right: 54%;
	}
	
	.practice-icon-boxes img {
		bottom: 7px;
		left: 34px;
		width: 95px;
		height: 94px;
	}
	
	.banner-head {
		margin-bottom: 20px;
		font-size: 65px;
		line-height: 73px;
	}
}

@media (max-width: 1500px) {
	.post-lists, .blog .pagination, .single-post-detail {
		max-width: 760px;
	}
}

@media (max-width: 1400px) {
	.h2, h2 {
		font-size: 25px;
		line-height: 40px;
	}
	
	.mobile-contact .mobile-contact-title {
		font-size: 15px;
		line-height: 12px;
	}
	
	.mobile-phonenumber img {
		margin-right: 13px;
		height: 20px;
		width: 20px;
	}
	
	.h1 {
		font-size: 54px;
		line-height: 72px;
	}
	
	.banner-content p {
		font-size: 22px;
		line-height: 24px;
	}
	
	body {
		font-size: 16px;
	}
	
	.header-left {
		width: 300px;
	}
	
	.header-right {
		width: calc(100% - 300px);
	}
	
	.wrap-header .menu-header ul li a {
		font-size: 14px;
		padding-right: 20px;
	}
	
	#mainNav li.menu-item-has-children:before {
		right: 8px;
	}
	
	.play-btn img {
		width: 75px;
		height: 75px;
	}
	
	.search-icon svg {
		height: 17px;
		width: 25px;
	}
	
	.search-icon {
		margin-right: 10px;
	}
	
	.btn {
		padding: 15px 20px;
		font-size: 14px;
	}
	
	.btn-white {
		padding: 15px 20px;
	}
	
	.testimonial-name {
		padding-top: 0 !important;
	}
	
	.about-page .inner-content p {
		line-height: 25px;
		word-spacing: normal;
		font-size: 15px;
	}
	
	.fillimage-content {
		padding: 10px 20px 10px 20px;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1150px !important;
	}
	
	.h1, h1 {
		font-size: 65px;
		line-height: 69px;
	}
	
	.banner-head {
		margin-bottom: 10px;
	}
	
	.banner-content p {
		font-size: 16px;
		line-height: 30px;
	}
	
	.home-main-banner {
		padding-top: 130px;
		padding-bottom: 80px;
	}
	
	.practice-icon-boxes img {
		bottom: 17px;
		left: -9px;
		width: 100%;
		height: 60px;
		object-fit: contain;
	}
	
	.exp-icon {
		position: absolute;
		left: 20px;
		bottom: 22px;
		width: 70px;
		height: 70px;
		object-fit: cover;
	}
	
	.case-result-title {
		font-size: 30px;
	}
	
	.home-contact-frm h2 {
		font-size: 35px;
		line-height: 30px;
	}
	
	body {
		line-height: 30px;
	}
	
	.practice-home-custom-head {
		font-size: 18px;
	}
	
	.Custom-boxes {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.play-btn {
		position: absolute;
		margin-left: 5px;
		bottom: 86px;
		transition: .5s;
	}
	
	.play-btn svg {
		width: 70px;
		height: 70px;
	}
	
	.testimonial-inner {
		padding: 0px 0px;
	}
	
	.testimonial-slider.slick-initialized.slick-slider {
		padding: 0px 20px;
	}
	
	.testimonial-inner p {
		line-height: 30px;
		font-size: 15px;
	}
	
	.testimonial-slider .slick-dots {
		left: -100px;
		bottom: -45px;
	}
	
	.testimonial-heading-desktop {
		padding-bottom: 10px;
	}
	
	.avvo-img img {
		width: 50px;
		height: 50px;
		padding: 15px;
	}
	
	.testimonial-slider .slick-prev {
		left: 77%;
	}
	
	.testimonial-slider .slick-prev.slick-arrow {
		width: 50px;
		height: 50px;
	}
	
	.testimonial-slider .slick-next {
		margin-top: 5px;
		width: 50px;
		height: 50px;
		right: 10px;
	}
	
	.attorney-name svg {
		width: 20px;
		height: 20px;
	}
	
	.attorney-name svg {
		right: 12px;
		top: 23px;
	}
	
	ul.footer-social.fullwidth li a {
		height: 30px;
		width: 30px;
	}
	
	ul.footer-social svg {
		width: 12px;
		height: 12px;
	}
	
	ul.footer-social.fullwidth {
		gap: 10px;
	}
	
	.reach-Custom-boxes {
		padding: 0px 30px;
	}
	
	.blog-title a {
		line-height: 35px;
		font-size: 20px;
	}
	
	.blog-title {
		line-height: 20px;
	}
	
	.blog-section .post-image img {
		height: 200px;
		object-fit: cover;
	}
	
	.footer-content p {
		font-size: 11px;
		line-height: 15px;
	}
	
	select.gt_selector.notranslate {
		font-size: 12px;
	}
	
	.attorney-name {
		font-size: 20px;
	}
	
	.footer-top-content {
		padding-right: 45%;
	}
	
	.footer-top-iner-area:after {
		width: 95%;
	}
	
	.banner-head {
		font-size: 55px;
		line-height: 60px;
	}
	
	ul.header-social li a {
		height: 26px;
		width: 26px;
	}
	
	.header-social-icon-wrap {
		margin-top: 5px;
	}
	
	.home-main-banner .btn-white {
		margin-right: 15px;
	}
	
	.home-btn-2 a {
		font-size: 14px;
	}
	
	select.gt_selector.notranslate {
		font-size: 14px;
	}
	
	.reach-home-content p {
		font-size: 14px;
		line-height: 25px;
	}
	
	.reach-social-icon li a {
		height: 25px !important;
		width: 25px !important;
	}
	
	.reach-social-icon svg {
		width: 12px !important;
		height: 12px !important;
	}
	
	.reach-social {
		margin-top: 12px;
	}
	
	.reach-social {
		gap: 10px;
	}
	
	.our-team .box-col {
		margin: 20px;
	}
	
	.testimonial-heading {
		font-size: 16px;
		font-family: "Manrope";
		line-height: 30px;
		color: rgba(55, 55, 55, 1);
		font-weight: 400;
	}
	
	.btn svg {
		width: 15px;
		height: 15px;
		margin-left: 6px;
	}
	
	.contact-header-btn .btn svg {
		width: 15px;
		height: 15px;
		margin-left: 6px;
	}
	
	ul.header-social svg {
		width: 13px;
		height: 12px;
	}
	
	.btn-white svg {
		width: 14px;
		height: 14px;
	}
	
	ul.header-social img {
		width: 12px;
		height: 12px;
		object-fit: contain;
	}
	
	.reach-social img {
		width: 12px;
		height: 12px;
		object-fit: contain;
	}
}

@media (max-width: 1300px) {
	.mobile-contact-title {
		font-size: 15px;
	}
}

@media (max-width: 1199px) {
	.practice-area-list.active .practice-content .prac-info {
		height: 238px;
	}
	
	.mobile-contact-title {
		font-size: 0;
	}
	
	.h2, h2 {
		word-wrap: break-word;
	}
	
	.mobile-only {
		display: inline;
	}
	
	.search-icon svg {
		border-left: none;
		padding-top: 3px;
	}
	
	.phone-number {
		display: none;
	}
	
	.menu-header {
		display: none;
	}
	
	.header-language.a {
		display: none;
	}
	
	.mobile-search, .mobile-phonenumber {
		margin-right: 10px;
		height: 35px;
		width: 35px;
		align-items: center;
		justify-content: center;
		background: #0060a8;
		border: 1px solid rgba(255, 255, 255, .4);
		border-radius: 5px;
		line-height: 0;
		display: block;
	}
	
	.mobile-contact-title svg path {
		stroke: #fff;
	}
	
	.mobile-contact-title svg {
		margin-right: 0px;
	}
	
	.mobile-contact-title {
		font-size: 0;
		display: flex;
		margin: 0;
		flex-direction: column;
		padding-left: 10px;
	}
	
	.mobile-search svg path {
		stroke: #fff;
	}
	
	.search-icon {
		margin-right: 0px;
	}
	
	.mobile-phonenumber a.header-ph {
		font-size: 0;
	}
	
	.desktop-contact-info {
		display: block;
	}
	
	.mobile-phonenumber a.header-ph svg {
		margin-right: 10px;
		height: 35px;
		width: 35px;
		padding: 0px 8px;
		margin-top: 10px;
	}
	
	.header-menu {
		align-items: unset;
	}
	
	.menu-wrap {
		background-color: #fff;
		position: fixed;
		top: 0;
		height: 100%;
		width: 100%;
		right: -100%;
		font-size: 1em;
		font-weight: 700;
		overflow: auto;
		transition: .5s;
		z-index: 99999;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 1;
	}
	
	.menu-full-wrapper {
		width: 100%;
		position: absolute;
		top: 54px;
		text-align: left;
		background: #fff;
	}
	
	.menu-show {
		right: 0;
		max-width: 100%;
	}
	
	.menu-sidebar {
		margin: 0;
		position: relative;
		top: 0;
		width: 100%;
		margin-left: auto;
		height: 100%;
		padding-bottom: 50%;
		background-color: #fff;
		opacity: 1;
	}
	
	.menu-full-wrapper .menu-sidebar ul li a {
		text-transform: uppercase;
	}
	
	.menu-bar-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		padding-top: 30px;
	}
	
	.menu-sidebar .menu-bar-wrapper li {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		margin: 0;
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		padding: 0;
		list-style: none;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid rgba(0, 0, 0, .03);
	}
	
	.menu-sidebar .menu-bar-wrapper li:last-child {
		border: none;
	}
	
	.menu-sidebar .menu-bar-wrapper li>a {
		color: #000;
		padding: 10px 15px;
		position: relative;
		display: block;
		line-height: 1.6;
		font-weight: 400;
	}
	
	.menu-sidebar .menu-bar-wrapper li>a:hover:after {
		opacity: 1;
	}
	
	.menu-sidebar .menu-bar-wrapper li>a:hover {
		color: #000;
	}
	
	.menu-bar-wrapper li.current-menu-ancestor>a, .menu-sidebar .menu-bar-wrapper li.current-menu-item>a, .menu-sidebar .menu-bar-wrapper li>a:focus, .menu-sidebar .menu-bar-wrapper li>a:focus {
		background-color: #1b3546;
		color: #fff;
	}
	
	.menu-sidebar .sidebar-menu-arrow:after {
		content: "";
		cursor: pointer;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
		display: inline-block;
		width: 10px;
		height: 10px;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin: auto;
		position: absolute;
		right: 15px;
		top: 50%;
		bottom: 0;
		margin-top: -8px;
	}
	
	.menu-sidebar .menu-bar-wrapper li.current-menu-item > .sidebar-menu-arrow:after {
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
		transform: rotate(135deg);
		display: block;
		margin: 0;
	}
	
	.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>.nav-link {
		font-weight: 400;
		background-color: #e93941;
		color: #fff;
		width: 100%;
	}
	
	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
		opacity: 1;
	}
	
	.menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after, .current-menu-ancestor > .sidebar-menu-arrow:after {
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	
	.menu-bar-wrapper li.current-menu-ancestor:before {
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
		position: absolute;
		right: 0;
		top: 0;
		height: 47px;
		width: 44px;
		background-color: transparent;
	}
	
	.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 {
		padding-left: 30px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
		font-size: 16px;
	}
	
	.sidebar-menu-arrow::after {
		cursor: pointer;
		content: "";
		position: absolute;
		top: 0px;
		margin: auto;
		bottom: 0px;
		right: 0;
		background-size: 14px;
		height: 40px;
		width: 40px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
		display: none;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
		padding-left: 50px;
	}
	
	.menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li .sub-menu li a {
		padding-left: 70px;
	}
	
	.menu-button {
		height: 35px;
		width: 35px;
		position: relative;
		line-height: normal;
		background: #0060a8;
		border: 1px solid rgba(255, 255, 255, .4);
		border-radius: 5px;
	}
	
	.search-icon:before {
		display: none;
	}
	
	.mobile-row {
		display: flex;
	}
	
	.header-row {
		border-bottom: none;
	}
	
	.menu-button .menu-bar {
		position: absolute;
		transition: .5s;
		opacity: 1;
		margin: 0 auto;
		width: 25px;
		background: #fff;
		height: 2px;
		border-radius: 10px;
		left: 0;
		right: 0;
	}
	
	.menu-button:hover {
		cursor: pointer;
	}
	
	.menu-button .menu-bar-top {
		top: 9px;
	}
	
	.menu-button .menu-bar-middle {
		top: 51%;
		transform: translateY(-50%);
	}
	
	.menu-button .menu-bar-bottom {
		top: auto;
		bottom: 8px;
	}
	
	.menu-button.button-open {
		z-index: 9999999;
		background: #0060a8;
		top: 0;
	}
	
	.button-open .menu-bar-middle {
		background-color: #beccd7;
		transform: translate(230px);
		transition: .1s ease-in;
		opacity: 0;
	}
	
	.menu-button.button-open .menu-bar-top {
		transform: rotate(45deg) translate(12px, 11px);
		transition: .5s;
		top: -1px;
		opacity: 1;
	}
	
	.menu-button.button-open .menu-bar-bottom {
		transform: rotate(-45deg) translate(10px, -9px);
		transition: .5s;
		top: 29px;
	}
	
	header .sub-menu li ul.sub-menu {
		position: static;
	}
	
	.practice-area-list {
		height: 440px;
	}
	
	.practice-content {
		padding: 20px 30px 44px;
	}
	
	.practice-area-heading {
		font-size: 20px;
		line-height: 25px;
	}
	
	.injury-sec-con {
		padding-right: 0px;
	}
	
	.newsletter .formbox input {
		width: 75%;
	}
	
	.thankyou-page {
		padding: 30px 0;
	}
	
	ul#top-nav {
		padding-left: 0;
	}
	
	ul.sub-menu {
		padding-left: 0;
	}
}

@media (max-width: 1032px) {
	.hover-content {
		padding: 0 8px 0;
	}
	
	.page-banner {
		padding-bottom: 100px;
	}
	
	.practice-area-title {
		font-size: 18px;
	}
	
	.practice-content {
		padding: 15px 15px 30px;
	}
	
	.mobile-phonenumber a.header-ph svg {
		margin-right: 0;
		margin-top: 0;
	}
	
	.testimonials {
		height: 410px;
		padding: 35px 10px;
	}
	
	nav.navigation.pagination a.next {
		position: unset;
	}
	
	nav.navigation.pagination a.prev {
		position: unset;
	}
	
	.accordion-body {
		padding-right: 150px;
	}
	
	.accordion-header button {
		padding-right: 90px;
	}
	
	.video-list .play-icon {
		bottom: 61%;
	}
	
	.guide-form {
		padding: 80px 30px;
	}
	
	.banner-des p {
		line-height: 40px;
	}
}

@media (max-width: 1024px) {
	.h2, h2 {
		font-size: 35px;
		line-height: 50px;
	}
	
	.home-banner .banner-des {
		padding-top: 0;
	}
	
	.home-banner {
		height: auto;
		padding: 100px 0 70px;
	}
	
	.about-img img {
		height: 100%;
	}
	
	.content-sec .image-wrap h2 br {
		display: none;
	}
	
	.subscribe-form h2 {
		font-size: 30px;
	}
	
	.contact-us .formbox.message-box {
		width: 84%;
	}
	
	.guide-form .formbox.acceptance .wpcf7-acceptance label {
		display: flex;
		align-items: baseline;
	}
	
	.team-area {
		width: 80%;
	}
	
	.team-area svg {
		right: 15px;
		width: 60px;
		height: 60px;
		padding: 12px;
	}
	
	.home-banner .banner-des .h1, .home-banner .banner-des  h1 {
		line-height: 20px;
		font-size: 80px;
	}
	
	.fillimage-content {
		background: unset;
		padding: 27px 10px 27px 15px;
	}
	
	.double-img-section .second-img {
		top: 335px;
		right: 8px;
		width: 420px;
	}
	
	.reach-bg-color {
		padding: 90px 50px;
	}
	
	.testimonial .slick-prev.slick-arrow {
		left: 0;
	}
	
	.testimonial .slick-next.slick-arrow {
		right: 0;
	}
	
	.fullimg-section {
		padding-top: 0;
	}
	
	.h1, h1 {
		font-size: 53px;
		line-height: 60px;
	}
	
	.home-btn {
		display: block;
	}
	
	.home-btn-1 {
		margin-bottom: 30px;
	}
	
	.home-btn-2 {
		margin-left: 10px;
	}
	
	.case-result-title {
		font-size: 25px;
	}
	
	.case-boxes {
		padding: 20px 10px;
		margin: 15px;
	}
	
	.home-contact-frm h2 {
		font-size: 30px;
	}
	
	.btn {
		padding: 15px 20px;
		font-size: 15px;
	}
	
	.Custom-boxes {
		width: 100%;
	}
	
	.play-btn {
		margin-left: -12px;
		bottom: 110px;
	}
	
	.reach-Custom-boxes {
		padding: 0px 10px;
	}
	
	.reach-social {
		gap: 10px;
		margin-right: 50px;
	}
	
	.testimonial-slider .slick-dots {
		left: -100px;
	}
	
	.testimonial-slider .slick-prev {
		left: 70%;
	}
	
	.attorney-name {
		font-size: 20px;
		line-height: normal;
	}
	
	.blog-title a {
		font-size: 25px;
	}
	
	.blog-title {
		line-height: 20px;
	}
	
	.quick-links {
		padding: 40px 0px 40px 30px;
	}
	
	.blog-section .slick-list.draggable {
		padding-right: 0;
		margin-right: 0;
	}
	
	.home-main-banner {
		padding-top: 120px;
	}
	
	.our-slider-section {
		padding: 350px 0 70px;
	}
	
	.testimonial-slider.slick-initialized.slick-slider {
		padding: 0px 10px;
	}
	
	.footer-top-content {
		padding-right: 35%;
	}
	
	.our-slider-section .our-result-list .slick-prev {
		left: 150px;
		top: 320px;
	}
	
	.our-slider-section .our-result-list .slick-next {
		right: 150px;
		top: 288px;
	}
	
	img.exp-icon {
		display: none;
	}
	
	.mobile-phonenumber a.header-ph svg {
		height: 34px;
		width: 42px;
	}
	
	.box-col img {
		border-top-left-radius: 40px;
	}
}

@media (max-width: 991px) {
	.blog-sidebar {
		margin-top: 60px;
	}
	
	.education-content.text-white {
		margin-bottom: 25px;
	}
	
	.about-page .inner-content {
		padding: 30px 20px;
	}
	
	.about-attorney-img img {
		height: 100%;
	}
	
	.testimonials-section .contact-form {
		padding-top: 2rem;
	}
	
	.sidebar-form {
		padding: 40px 20px;
	}
	
	.about-img {
		margin-bottom: 10px;
	}
	
	.about-desigination {
		margin: 12px 0px;
		line-height: 30px;
	}
	
	.about-bg-image {
		padding: 50px 30px;
	}
	
	.testimonial-list .title {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	
	.practice-area-title {
		left: 4%;
	}
	
	.video-area {
		margin-top: 40px;
	}
	
	.author-name.attorney-bio .h5 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.content-sec .content-wrap {
		margin-top: 30px;
	}
	
	.quick-links {
		padding-left: 15px;
	}
	
	.footer-content {
		margin-bottom: 30px;
	}
	
	.h1 {
		font-size: 46px;
		line-height: 66px;
		letter-spacing: 3px;
	}
	
	.banner-content p {
		font-size: 20px;
		line-height: 20px;
	}
	
	.home-about .container {
		padding: 0 15px !important;
	}
	
	.helping-injury .container {
		padding: 0 15px !important;
	}
	
	.home-banner {
		background-position: 51% 100%;
		margin-top: -46px;
	}
	
	.practice-area-list {
		background-position: 100% 61%;
	}
	
	.about-section-page .image-about img {
		width: 100% !important;
		margin-bottom: 50px;
		max-height: 100% !important;
	}
	
	.page-banner {
		height: 300px;
	}
	
	.about-content .h2.text-uppercase {
		width: 100%;
	}
	
	.home-banner {
		height: 500px;
		padding: 130px 0 70px;
	}
	
	.about-img img {
		display: block;
		width: 100%;
	}
	
	.contact-us .formbox.message-box {
		width: 78%;
	}
	
	.accordion-header button {
		padding-right: 110px;
		font-size: 18px;
	}
	
	.video-list .play-icon {
		bottom: 57%;
	}
	
	.findlay-lawyer .container {
		padding: 0 15px !important;
	}
	
	.worker-sec .container {
		padding: 0 15px !important;
	}
	
	.double-img-section img {
		display: none;
	}
	
	.phasellus-section img {
		display: none;
	}
	
	.amet-section img {
		display: none;
	}
	
	.double-img-section {
		padding-bottom: 0;
	}
	
	.fillimage-content {
		background: #e5eff6;
		padding: 0px;
	}
	
	.home-form {
		background-color: rgba(51, 65, 85, 1);
		padding: 60px 0px 60px 0px;
	}
	
	.h2, h2 {
		font-size: 45px;
		line-height: 55px;
	}
	
	.practice-pages-list {
		flex-direction: column;
	}
	
	.home-team-sections {
		display: none;
	}
	
	.home-banner .banner-des .h1, .home-banner .banner-des  h1 {
		font-size: 60px;
		margin-bottom: 20px;
	}
	
	.reach-bg-color {
		padding: 50px 30px;
	}
	
	.form-bg-color {
		padding: 50px 30px;
	}
	
	.content-two {
		padding: 30px;
		margin: 30px 0;
	}
	
	.scroll-img {
		display: none;
	}
	
	.loop-col {
		margin-bottom: 30px;
	}
	
	.testimonial .slick-prev.slick-arrow {
		left: 0;
	}
	
	.testimonial .slick-next.slick-arrow {
		right: 0;
	}
	
	.testimonial .testimonial-inner {
		padding: 30px 65px 10px;
	}
	
	.fullimg-section {
		padding-top: 90px;
	}
	
	.form-section-inner-column {
		padding-right: 10px;
	}
	
	.home-contact-frm {
		padding: 50px 20px;
		margin-top: 50px;
	}
	
	.practice-home-inner-content {
		padding-right: 10px;
	}
	
	.practice-list {
		margin-top: 30px;
	}
	
	.video-section img {
		margin-top: 20px;
	}
	
	.reach-Custom-boxes {
		padding: 0px 20px;
		margin-bottom: 20px;
	}
	
	.fullimage-column {
		display: none;
	}
	
	.head-social {
		align-items: inherit;
	}
	
	.attorney-name {
		font-size: 24px !important;
	}
	
	.our-team .att-detail {
		padding: 15px 15px;
	}
	
	.blog-title a {
		line-height: 25px;
		font-size: 25px;
	}
	
	.blog-title {
		line-height: 25px;
	}
	
	.banner-content p {
		font-size: 20px;
		line-height: 35px;
	}
	
	.our-slider-section {
		padding: 420px 0 60px;
	}
	
	.our-slider-section .our-result-list .slick-prev {
		left: 110px;
		top: 320px;
	}
	
	.our-slider-section .our-result-list .slick-next {
		right: 110px;
		top: 290px;
	}
	
	.testimonial-slider .slick-next {
		right: 90px;
	}
	
	.blog-section .arrows-blog {
		bottom: 20px;
		left: 80%;
	}
	
	.play-btn {
		margin-left: 28px;
	}
	
	img.exp-icon {
		display: none;
	}
	
	.home-banner-single-img {
		margin-bottom: -120px;
	}
	
	.practice-icon-boxes img {
		bottom: -100px;
		left: 22px;
		width: 110px;
		height: 125px;
	}
	
	.reach-social-icon {
		margin-top: 20px;
	}
	
	.testimonial-slider .slick-dots {
		left: -220px;
	}
	
	.footer-top-iner-area:after {
		width: 100%;
	}
	
	.footer-top-content {
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	.footer-content p {
		font-size: 15px;
		line-height: 25px;
	}
	
	.footer .footer-social.fullwidth li a {
		height: 40px;
		width: 40px;
	}
	
	.footer .footer-social svg {
		width: 22px;
		height: 22px;
	}
	
	.practice-list {
		padding: 0px 10px;
	}
	
	.gt_container--u9lhix .gt_switcher .gt_selected a:after {
		height: 19px !important;
	}
	
	.mobile-phonenumber a.header-ph svg {
		height: 29px;
		width: 27px;
		padding: 4px 1px 0px 8px;
	}
	
	.box-col img {
		border-top-left-radius: 40px;
	}
}

@media (max-width: 767px) {
	.space-pd {
		padding: 80px 0;
	}
	
	h1.h1 {
		font-size: 32px;
		line-height: 41px;
		letter-spacing: 3px;
	}
	
	.h2, h2 {
		font-size: 40px;
		line-height: 50px;
		word-wrap: break-word;
	}
	
	.h3, h3 {
		font-size: 24px;
	}
	
	.h5 {
		font-size: 18px;
	}
	
	body {
		font-size: 14px;
	}
	
	.mobile-phonenumber a.header-ph svg {
		margin-right: 0;
		height: 35px;
		width: 35px;
		padding: 8px;
		background: transparent;
		border: 1px solid rgba(255, 255, 255, .4);
		border-radius: 5px;
		margin-top: 0;
	}
	
	.banner-btn {
		margin-top: 20px !important;
	}
	
	.banner-btn a.learn-btn {
		padding: 10px 30px;
		margin-right: 0;
	}
	
	.banner-btn a.banner-btn {
		background-color: #1b3546;
		padding: 10px 30px;
		margin-right: 20px;
	}
	
	.header-left {
		width: 165px;
	}
	
	.header-right {
		width: calc(100% - 165px);
	}
	
	.home-banner {
		background-position: center;
		padding: 310px 0px 260px;
	}
	
	body {
		padding-top: 0px;
	}
	
	/* .menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after, .current-menu-ancestor>.sidebar-menu-arrow:after {
         display: none;
     }*/
	.home-banner .banner-des {
		text-align: left;
	}
	
	.home-banner .banner-des .h1, .home-banner .banner-des h1 {
		color: #fff;
		text-align: center;
		margin: 0;
		font-size: 52px;
		line-height: 55.8px;
	}
	
	.contact-us .formbox.message-box {
		width: 100%;
	}
	
	.banner-content p {
		font-size: 14px;
	}
	
	.contact-us .form-btn {
		position: unset;
		padding: 0;
		justify-content: center !important;
	}
	
	.practice-content {
		top: 0;
		opacity: 1;
	}
	
	.practice-area-title {
		opacity: 0;
	}
	
	.viewall-testimonial {
		margin-top: 20px;
	}
	
	.testimonial-list .quote-icon {
		margin-bottom: 20px;
	}
	
	.newsletter {
		padding: 0 30px;
	}
	
	.newsletter .form-btn {
		justify-content: center !important;
		margin-top: 30px !important;
	}
	
	.mobile-award-sec {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 0;
	}
	
	.award-logos {
		height: auto;
		padding: 0 5px;
		border: none;
		display: unset !important;
	}
	
	.newsletter-form {
		padding: 80px 20px;
		text-align: center;
	}
	
	.award-logos img {
		margin-bottom: 20px;
	}
	
	.footer-logo {
		margin-bottom: 50px;
	}
	
	.quick-links {
		padding: 0 0 0 0px;
	}
	
	.nap-content {
		flex-direction: column;
	}
	
	.nap-address-item {
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.nap-address-item svg {
		height: 20px;
		width: 20px;
	}
	
	.nap-address span {
		font-size: 14px;
	}
	
	.footer-contact .nap-contact-block a {
		font-size: 14px;
	}
	
	.get-direction a.direction-link {
		font-size: 14px;
	}
	
	.footer ul li a {
		font-size: 14px;
	}
	
	.social-media {
		margin-top: 20px !important;
	}
	
	.injury-sec-con {
		padding-right: 0;
	}
	
	.practice-area-list {
		height: 500px;
	}
	
	.footer a.footer-logo {
		display: flex !important;
		justify-content: center !important;
	}
	
	.footer-contact .formbox.FirstName, .footer-contact .formbox.email {
		padding-right: 0px;
	}
	
	.practice-content {
		padding: 20px 20px 46px;
	}
	
	.practice-area-heading {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.author-name.attorney-bio h5 {
		margin-bottom: 16px;
	}
	
	.view-all.text-center {
		margin-top: 0 !important;
	}
	
	.blog-page.bg-color {
		padding-top: 0;
	}
	
	a.page-numbers {
		height: 35px;
		width: 35px;
		margin: 0 2px;
	}
	
	span.page-numbers.current {
		height: 35px;
		width: 35px;
		margin: 0 2px;
	}
	
	.newsletter .formbox input {
		width: 100%;
	}
	
	.testimonial-section {
		margin-top: 40px;
	}
	
	.post-content {
		padding-top: 0px;
	}
	
	.blog-title.h5 {
		line-height: 35px;
	}
	
	.sidebar-form {
		margin-top: 30px;
	}
	
	.practice-area-page .practice-area-list {
		margin-bottom: 10px;
	}
	
	.modal-content {
		padding: 80px 10px;
	}
	
	.testimonials {
		height: 330px;
	}
	
	.page-banner {
		height: 210px;
	}
	
	.office-location iframe {
		height: 200px;
	}
	
	.guide-form {
		padding: 50px 10px;
	}
	
	.about-section-page .image-about img {
		width: 100% !important;
	}
	
	.accordion-item button {
		font-size: 14px;
		padding-right: 100px;
		line-height: normal;
	}
	
	.about-page .about-content {
		padding: 20px 10px;
	}
	
	.about-page .inner-content .social-media a {
		margin-bottom: 20px;
	}
	
	.social-media {
		margin-top: 0px !important;
	}
	
	.banner-btn .white-btn {
		padding: 6px 23px;
		font-size: 14px;
	}
	
	.about-section-page .about-content {
		margin-top: 30px;
	}
	
	.content-sec .image-wrap h2 br {
		display: block !important;
	}
	
	.newsletter-sec {
		background-attachment: unset;
	}
	
	.copyright-wrap {
		flex-direction: column;
	}
	
	.about-section-page {
		padding-top: 30px;
	}
	
	.testimonial-section {
		margin-top: 0;
		padding-bottom: 50px;
	}
	
	.home-banner:after {
		opacity: 20%;
	}
	
	.button svg {
		margin-bottom: 1px;
	}
	
	.practice-area .view-all-btn {
		margin: 50px 0px !important;
	}
	
	.our-team {
		padding-top: 20px;
	}
	
	nav.navigation.pagination a.prev {
		position: unset;
		margin-right: 5px;
	}
	
	nav.navigation.pagination a.next {
		position: unset;
		margin-left: 5px;
	}
	
	.about-page {
		margin-top: 40px;
	}
	
	.about-page .inner-content {
		padding: 30px 0px;
	}
	
	.accordion-body {
		padding-right: 100px;
	}
	
	.thankyou-page {
		padding: 30px 0;
	}
	
	.page-banner {
		padding-bottom: 60px;
	}
	
	.blog-sidebar {
		padding-left: 10px;
	}
	
	.loop-col {
		padding: 20px 20px 35px 20px;
		margin-bottom: 20px;
	}
	
	.team-area .team-text {
		font-size: 25px;
		font-weight: 500;
	}
	
	.team-area svg {
		right: 20px;
		top: 25px;
		width: 50px;
		height: 50px;
		padding: 10px;
	}
	
	.team-area {
		bottom: 10px;
		right: 10px;
		padding: 15px 15px;
		width: 95%;
	}
	
	.border-plus:before {
		background: unset;
	}
	
	.border-plus:after {
		background: unset;
	}
	
	.Content-boxes {
		padding: 10px;
	}
	
	.form-control, .infusion-field input[type="text"] {
		padding: 25px 0px;
	}
	
	textarea.form-control {
		height: 145px;
	}
	
	.practice-pages-list .practice-area .practice-area-title {
		transform: rotate(0deg);
		left: 0;
		top: 0;
		writing-mode: initial;
		width: 100%;
		position: relative;
		height: 350px;
	}
	
	.practice-pages-list .practice-area .practice-area-title {
		display: block;
		opacity: 1;
	}
	
	.practice-pages-list .practice-area {
		width: 93%;
		height: auto;
		margin: 10px 15px;
		background-position: top;
	}
	
	.reach-bg-color {
		padding: 50px 20px;
	}
	
	.form-bg-color {
		padding: 50px 20px;
	}
	
	.content-two {
		padding: 20px;
		margin: 50px 0;
	}
	
	.cta-bg-sec {
		padding: 60px 0;
	}
	
	.testimonial .testimonial-inner {
		padding: 20px 20px 10px;
	}
	
	.testimonial-heading {
		font-size: 16px;
		line-height: 40px;
	}
	
	.testimonial-svg svg {
		left: 0px;
		top: -20px;
	}
	
	.testimonial-outer svg {
		right: 20px;
		bottom: 100px;
	}
	
	ul.footer-social.fullwidth {
		gap: 8px;
	}
	
	a.head-calling {
		display: none;
	}
	
	.home-contact-frm {
		padding: 50px 14px;
		margin-bottom: 30px;
	}
	
	.btn svg {
		margin-left: 5px;
	}
	
	.home-contact-frm h2 {
		font-size: 30px;
	}
	
	.home-contact-frm .form-control, .infusion-field input[type="text"] {
		padding: 15px 12px;
	}
	
	.home-contact-frm .form-group {
		margin-bottom: 15px;
	}
	
	.home-contact-frm textarea.form-control {
		height: 170px;
		padding: 15px 12px;
	}
	
	.btn {
		padding: 15px 20px;
		font-size: 15px;
	}
	
	.h2, h2 {
		font-size: 30px;
		line-height: 40px;
		word-wrap: break-word;
	}
	
	.practice-home-inner-content {
		padding-right: 10px;
	}
	
	.practice-list {
		list-style: none;
		column-count: 1;
		margin-top: 35px;
	}
	
	.Custom-boxes {
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.play-btn svg {
		width: 50px;
		height: 50px;
		bottom: 378px;
		position: absolute;
	}
	
	.play-btn {
		margin-left: 0px;
		bottom: 60px;
	}
	
	.social-repeat-column {
		margin-bottom: 10px;
	}
	
	.blog-section .post-lists {
		margin-right: 0;
	}
	
	.blog-section .post-content {
		margin-bottom: 20px;
	}
	
	ul.header-social {
		gap: 5px;
	}
	
	.our-slider-section {
		padding: 500px 0 60px;
	}
	
	.form-section-inner-column {
		padding-right: 10px;
	}
	
	.testimonial-inner {
		padding: 0px 0px;
		background-color: #e5eff6;
	}
	
	.our-team .att-detail {
		padding: 12px 12px;
	}
	
	.attorney-name {
		font-size: 24px;
	}
	
	.case-boxes {
		padding: 20px;
		margin: 15px;
	}
	
	select.gt_selector.notranslate {
		width: 100px;
		font-size: 15px;
	}
	
	.footer-heading {
		margin-bottom: 0px;
		font-size: 20px;
	}
	
	.pre-footer-nav li {
		line-height: 25px;
	}
	
	.video-section img {
		margin-bottom: 15px;
	}
	
	.avvo-img img {
		width: 50px;
		height: 50px;
	}
	
	.fillimage-content {
		background: #e5eff6;
		padding: 0;
	}
	
	.testimonial-title {
		font-size: 17px;
	}
	
	.blog-title {
		line-height: 25px;
	}
	
	.blog-title a {
		line-height: 25px;
		font-size: 20px;
	}
	
	.mobile-blog-inner {
		padding: 20px;
	}
	
	.blog-section .blog-list-item .post-content {
		margin: 0;
		margin-bottom: 20px;
	}
	
	.footer .footer-social-icon-wrap {
		margin-bottom: 20px;
	}
	
	.testimonial-heading-desktop {
		padding-bottom: 5px;
	}
	
	img.exp-icon {
		display: none;
	}
	
	.practice-icon-boxes img {
		bottom: -175px;
		left: 0px;
		width: 65px;
		height: 55px;
	}
	
	.home-banner-single-img {
		margin-bottom: -180px;
	}
	
	.reach-Custom-boxes {
		padding: 0px 10px;
	}
	
	.reach-title {
		font-size: 17px;
	}
	
	.reach-social-icon li a {
		height: 27px !important;
		width: 27px !important;
	}
	
	.reach-social-icon svg {
		width: 14px !important;
		height: 14px !important;
	}
	
	.reach-social {
		gap: 7px;
		margin-top: 20px;
	}
	
	.reach-home-content p {
		font-size: 12px;
		line-height: 20px;
	}
	
	.footer-top-content {
		padding-right: 0;
	}
	
	.footer-frm .btn {
		display: flex;
		gap: 5px;
	}
	
	.footer-frm .btn svg {
		margin-top: 2px;
		width: 15px;
		height: 15px;
	}
	
	.row.top-content {
		padding: 0px 0 0 0;
	}
	
	.footer-top-iner-area:after {
		width: 100%;
	}
	
	header#header {
		top: 0;
	}
	
	.gt_switcher.notranslate {
		width: 123px !important;
	}
	
	.gt_container--gs5i4f .gt_switcher {
		font-family: Arial;
		font-size: 12pt;
		text-align: left;
		cursor: pointer;
		overflow: hidden;
		width: 123px !important;
		line-height: 0;
	}
	
	.search-icon svg {
		border-left: none;
		padding-top: 1px;
	}
	
	.practice-home-inner-content {
		text-align: center;
	}
	
	.our-team .box-col {
		margin: 0px;
	}
	
	.row-reverse {
		flex-direction: column-reverse;
	}
	
	.gt_container--gw0qth .gt_switcher {
		width: 123px !important;
	}
	
	.play-btn img {
		width: 50px;
		height: 50px;
	}
	
	.play-btn {
		margin-left: -3px;
		bottom: 410px;
	}
	
	.box-col img {
		border-top-left-radius: 40px;
	}
	
	ul#top-nav {
		padding-left: 0;
	}
	
	ul.sub-menu {
		padding-left: 0;
	}
	
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		position: relative;
		padding-left: 10px;
	}
	
	ul.footer-social img {
		width: auto;
		height: auto;
		object-fit: contain;
	}
}

@media (max-width: 575px) {
	.nap-postal-address-wrapper .nap-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
}
