
body {
	color: var(--black);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	background: #fbfbfb;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

.heading {
	color: var(--green);
	text-transform: uppercase;
}

/********************Header***********************/
.main-header-top, .main-header-top * {
	background: #051f38;
	color: #fff;
}

.main-header-top {
	padding: 5px 0px;
}

.main-header-top .social-media ul li svg, .main-header-top .social-media ul li img {
	width: 18px;
	height: 18px;
}

.main-header-top .social-media ul li a {
	line-height: 1;
	height: 37px;
	width: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
}

.main-header-top .social-media ul li svg path {
	fill: #fff;
}

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

.main-header-top .social-media {
	width: 100%;
	max-width: 350px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.main-header-top .call-us-today {
	width: 100%;
	max-width: 500px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-transform: uppercase;
}

.main-header-top .social-media ul {
	margin: 0;
	padding: 0;
}

.header-search svg {
	position: relative;
	line-height: normal;
}

.header-search svg path {
	fill: white;
}

.main-header-top .social-media ul li {
	display: inline-block;
	margin-right: 15px;
}

.main-header-top .call-us-today .header_phone_text {
	font-weight: 300;
	margin-right: 5px;
	background-image: url("https://www.benjaminlevinelaw.com/wp-content/themes/benjamin-theme/img/call.svg");
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 22px;
}

.main-header-top .call-us-today .header_phone_text.nitro-lazy {
	background-image: none !important;
}

.main-header-wrap .header-logo {
	width: 100%;
	max-width: 15%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: -1px;
}

.main-header-wrap .header-logo svg {
	width: 100%;
	max-width: 150px;
	padding-top: 5px;
}

.main-header-wrap .header_menu_apply {
	width: 100%;
	max-width: 85%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main-header-wrap .header-menu-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}

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

.header_phone_number svg:hover path, .header-search svg:hover path {
	fill: var(--yellow) !important;
}

.main-header-wrap .header-menu-wrap > ul {
	margin-right: 15px;
}

.header-fixed header {
	background-color: var(--black);
}

/*************Footer****************/
footer {
	padding-top: 70px;
	background-color: var(--black);
	color: white;
}

footer .ofc-hr .col-name {
	margin-bottom: 15px;
}

footer .col-name, .nap-post-title {
	font-size: 22px;
	font-family: var(--primary-bold);
	color: var(--yellow);
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1;
}

.ofc-h-cnt {
	line-height: 2;
}

.nap-post-title {
	margin-bottom: 15px;
}

.footer-nap-col, .footer-menu {
	margin-bottom: 30px;
}

@media (min-width:1200px) {
	.footer-menu {
		margin-bottom: 60px;
	}
}

.footer-menu a {
	color: white;
}

.footer-menu a:hover, .direction-link:hover {
	border-bottom: 1px solid var(--yellow);
}

.direction-link {
	text-transform: uppercase;
	font-weight: 600;
	color: white;
}

.direction-link:hover, .footer-menu a:hover, .contact_section a:hover, .new_footer .copyright-privacy a:hover, .page-id-438 .copyright-privacy .terms-link, .page-id-440 .copyright-privacy .privacy-link {
	color: var(--yellow);
	text-decoration: underline;
}

footer ul li a {
	color: white;
}

footer ul li a:hover {
	color: var(--yellow);
}

footer ul li {
	margin-bottom: 10px;
	padding-left: 20px;
}

.footer-social ul li svg path {
	fill: var(--blue, #048);
}

.footer-social ul {
	display: inline-block;
}

.footer-social ul li {
	display: inline-block;
	margin-bottom: 20px;
}

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

.footer-social ul li {
	border: 1px solid var(--blue);
	padding: 10px;
	border-radius: 20px;
	margin-right: 35px;
	transition: .5s;
}

.footer-social ul li:hover {
	background: #048;
}

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

.footer-social ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

footer .column-3 {
	padding: 30px 0px;
}

footer .footer-copyright {
	background: var(--green);
	padding: 5px 0px;
	line-height: 1.5;
	font-size: 15px;
}

footer .column-2 ul .current-menu-item > a {
	position: relative;
}

footer .column-2 ul .current-menu-item > a:after {
	content: "";
	position: absolute;
	background: var(--blue);
	left: 0;
	right: 0;
	bottom: -2px;
	width: calc(100% - 10px);
	height: 1px;
	margin: auto;
}

/********************/
.nav-menu ul li .sub-menu li.current-menu-item a {
	background: var(--yellow);
	border: none;
	color: #000;
}

.nav-menu ul li .sub-menu li a:hover {
	color: #000;
	background: var(--yellow);
	border: none;
}

.nav-menu ul li .sub-menu li a {
	text-transform: uppercase;
}

/**************/
.copyright-privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: white;
	text-align: center;
}

.copyright-privacy ul#menu-privacy-policy, .copyright-privacy p {
	margin: 0;
}

.copyright-privacy ul#menu-privacy-policy li {
	margin-right: 10px;
}

.copyright-privacy ul#menu-privacy-policy li a {
	color: var(--grey, #5d5d5d);
}

.copyright-privacy ul#menu-privacy-policy {
	display: flex;
	padding-left: 10px;
}

/******************/

/************Schema************/
.schema-sec-1 .schema-wrap {
	background-color: var(--green);
	margin-bottom: 40px;
	padding: 40px;
	color: #fff;
}

.schema-sec-2 .schema-wrap {
	background-color: var(--green);
	margin-bottom: 40px;
	padding: 40px;
	color: #fff;
}

.schema-sec-2 iframe {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
}

.schema-wrap strong {
	font-size: 20px;
}

.schema-wrap h3 {
	color: #fff;
}

.schema-sec-2 .video-title {
	display: none;
}

.schema-wrap .row {
	align-items: center;
}

.schema-sec-1 {
	margin-top: 60px;
}

/************Schema End************/

/******************/
.search-btn {
	cursor: pointer;
}

.search-btn svg {
	width: 100%;
	height: 100%;
}

.search-panel {
	position: fixed;
	width: 100%;
	height: 150px;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	transition: .6s ease-in-out;
	transform: translateY(-100%);
}

.search-panel .input-field {
	display: flex;
	width: 100%;
	position: relative;
}

.search-panel input[type=submit] {
	height: 60px;
	width: 60px;
	border: none;
	cursor: pointer;
	background: url("https://www.benjaminlevinelaw.com/nitropack_static/gajjLKrMFYAXgwVaXsEOJPTNdTsHaIlo/assets/images/optimized/rev-1cbb3b1/www.benjaminlevinelaw.com/wp-content/themes/benjamin-theme/img/search.svg") no-repeat;
	background-position: center;
	background-size: 1.5rem;
	outline: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search-panel input[type=submit].nitro-lazy {
	background-image: none !important;
}

.search-panel input[type='submit']:hover {
	opacity: .7;
}

.search-panel.open {
	top: 0;
	display: block;
	opacity: 1;
	padding: 3em;
	transition: .3s ease-in-out;
}

.search-close {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	z-index: 999999;
	cursor: pointer;
}

.search-close:hover {
	color: #fff;
}

.search-panel form#searchform {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	z-index: 99999;
	padding-bottom: 30px;
}

.search-panel .searchform input[type="text"] {
	padding: 0;
	border: 0;
	vertical-align: middle;
	background-color: transparent;
	color: #000 !important;
	border-bottom: 0px solid;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	outline: 0;
	box-shadow: none;
	position: relative;
	left: 0;
	top: 0;
	height: 60px;
	padding-right: 60px;
}

.search-panel .searchform ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-ms-input-placeholder {
	/* IE 10+ */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform :-moz-placeholder {
	/* Firefox 18- */
	color: #000 !important;
	opacity: .5 !important;
}

.search-panel .searchform input[type="image"] {
	vertical-align: middle;
	padding: 20px;
	height: 60px;
	width: 60px;
	outline: 0;
	position: absolute;
	right: -10px;
	bottom: 0;
}

.search-panel .search-box {
	margin: 15px 0 0;
	padding: 15px 0 30px;
	border-bottom: 1px solid #eee;
}

.search-panel .search-heading a {
	font-size: 22px;
	color: #000;
}

.search-panel .searchform input::-ms-clear {
	display: none;
}

/******************
Close Button
*/
.close-container {
	margin: auto;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.leftright {
	height: 2px;
	width: 30px;
	position: absolute;
	margin-top: 15px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}

.rightleft {
	height: 2px;
	width: 30px;
	position: absolute;
	margin-top: 15px;
	background-color: #000;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}

.close-container:hover .leftright {
	transform: rotate(-45deg);
	background-color: #000;
}

.close-container:hover .rightleft {
	transform: rotate(45deg);
	background-color: #000;
}

/************Search  Header******************/
.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}

.space-mr {
	margin: 100px 0px;
}

.space-pd {
	padding: 100px 0px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	margin: auto;
}

div#html5-close {
	background-image: url("https://www.benjaminlevinelaw.com/wp-content/themes/benjamin-theme/css/img/close.png");
	background-size: auto;
	width: 31px;
	height: 34px;
	background-repeat: no-repeat;
}

div#html5-close.nitro-lazy {
	background-image: none !important;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.form-control, .form-control:focus {
	border: none;
	background-color: transparent;
	color: rgba(255, 255, 255, .5);
	border-bottom: 1px solid #fff;
	padding: 10px 0px;
	border-radius: 0;
	box-shadow: none;
}

.form-control::placeholder {
	color: rgba(255, 255, 255, .5) !important;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .email-error {
	color: #fff;
	color: white !important;
	font-weight: 500;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0;
	font-size: 10px !important;
	background-color: #b30000 !important;
	padding: 8px;
	border-radius: 4px 4px 0 0;
	line-height: 6px;
	text-transform: capitalize;
	margin: 0;
	z-index: 1;
	font-family: verdana;
}

.email-error {
	z-index: 2;
}

div#html5-close img {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	display: none;
}

/***************/
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	bottom: 0;
	list-style-type: none;
}

.slick-dots li button:before {
	content: none;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
}

.slick-dots li button:hover {
	background-color: var(--green);
}

.slick-dots li.slick-active  button {
	background-color: var(--green);
}

.header-search svg {
	cursor: pointer;
}

.custom_form_msg, .msg-side-form {
	color: #fff;
	font-weight: 500;
	display: block;
	position: absolute;
	bottom: 2px;
	right: 0px;
	font-size: 10px;
	background-color: #b30000;
	padding: 5px 20px;
	font-family: "verdana";
	line-height: 4px;
	text-transform: capitalize;
	text-align: center;
}

.btn {
	letter-spacing: 2px;
	padding: 22px 40px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	border-radius: 20px;
	background-color: var(--green);
	border: 1px solid var(--green);
	text-transform: uppercase;
	color: white;
}

.btn:hover {
	background-color: transparent;
	border: 1px solid var(--green);
	color: var(--green);
}

.btn.white-btn {
	background-color: var(--white);
	color: var(--green);
}

.white-btn:hover {
	background-color: transparent;
	border: 1px solid var(--white);
	color: var(--white);
}

.btn.yellow-t {
	background-color: transparent;
	color: var(--yellow);
	border: 1px solid var(--yellow);
}

.btn.yellow-t:hover {
	background-color: var(--yellow);
	border: 1px solid var(--yellow);
	color: black;
}

.btn svg {
	margin-right: 10px;
}

.yellow-t:hover svg path {
	fill: black;
}

.heading.left-border {
	padding: 2px 20px;
	border-left: 2px solid var(--yellow);
}

.bg-black {
	background-color: var(--black);
}

.bg-black *:not(.btn) {
	color: white;
}

.free-consultation *:not(strong), .free-consultation *:not(a) {
	color: white;
}

.free-consultation h2 {
	text-transform: uppercase;
}

.free-consultation strong {
	color: var(--yellow);
}

footer .mdl-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btm-sc-media {
	margin-bottom: 25px;
}

.free-consultation a {
	color: var(--yellow);
}

.free-consultation a:hover {
	color: white;
}

.social-media {
	display: none;
}

.home .social-media {
	display: block;
}

.btm-sc-media ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btm-sc-media ul li {
	margin: 10px 20px;
}

.fixed-sc-media.social-media {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -505);
	transform: translate(0, -50%);
	padding: 0px 20px;
	background-color: var(--black);
	z-index: 111;
}

.fixed-sc-media.social-media li {
	padding-left: 0;
}

.social-media li {
	margin: 30px 0px;
	text-align: center;
}

.social-media li a svg path {
	fill: white;
}

.social-media li a:hover svg path {
	fill: var(--yellow);
}

select option {
	color: black;
	padding: 10px;
}

@media (min-width:768px) and (max-width:1600px) {
	.home-banner {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	body.home header .container {
		padding: 0;
	}
}

.top-title {
	font-size: 18px;
	color: var(--yellow);
	letter-spacing: 3px;
}

.footer-form {
	background-size: cover;
}

textarea {
	resize: none;
}

.testimonial-review-rating {
	margin: 0;
	display: block;
	position: relative;
	width: 100%;
	padding-top: 4px;
}

.star-icon-wraper {
	display: inline-block;
	background-image: url("https://www.benjaminlevinelaw.com/nitropack_static/gajjLKrMFYAXgwVaXsEOJPTNdTsHaIlo/assets/images/optimized/rev-1cbb3b1/www.benjaminlevinelaw.com/wp-content/uploads/2024/09/Star-4.webp");
	background-repeat: no-repeat;
	background-size: 22px;
	height: 22px;
	width: 22px;
	background-position: center;
	margin: 0px 2px;
}

.star-icon-wraper.nitro-lazy {
	background-image: none !important;
}

/* .testimonial-sc-hm .inner-blk .content:before{
    content: '';
  width: 90px;
  height: 90px;
  background-image: url(../img/quote.svg);
  background-repeat: no-repeat;
 position: absolute;background-size: contain;
 left: 0;
 top:-30px;
} */
#testimonial-slider {
	padding: 0 60px;
}

#testimonial-slider button.slick-arrow {
	position: absolute;
	top: 50%;
	border: none;
	background: none;
	z-index: 1;
}

#testimonial-slider button.next-arrow.slick-arrow {
	position: absolute;
	right: 0;
}

#testimonial-slider button.prev-arrow.slick-arrow {
	position: absolute;
	left: 0;
	transform: rotate(180deg);
}

#testimonial-slider .slick-arrow:hover {
	opacity: 1;
}

#testimonial-slider .slick-arrow {
	opacity: .7;
}

.author {
	font-size: 22px;
	font-weight: 500;
	color: var(--green);
	text-transform: uppercase;
	font-family: var(--primary-bold);
	padding-top: 16px;
}

#testimonial-slider .slick-dots {
	width: auto;
	left: 0;
	right: 0;
}

.testimonial-sc-cmn .inner-blk {
	border-radius: 30px;
	padding: 70px 30px 35px;
	background-color: white;
	margin: 0px 15px 0px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .06);
	height: 100%;
	color: #000;
}

.testimonial-sc-cmn .testimonial-item {
	margin-bottom: 60px;
}

.testimonial-sc-cmn .inner-blk * {
	position: relative;
	z-index: 2;
	line-height: 36px;
}

/* .testimonial-sc-cmn .inner-blk::after {
    content: '';
    width: 100px;
    height: 90px;
    background-image: url(/wp-content/uploads/2024/09/quote2.svg);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 30px;
    top: 30px;
    background-size: contain;
} */
.testimonial-sc-cmn .inner-blk:hover {
	background-color: #2f5348;
	z-index: 0;
	color: #fff;
}

.testimonial-sc-cmn .inner-blk:hover *, .testimonial-sc-cmn .inner-blk:hover p {
	color: #fff;
}

.testimonial-sc-cmn .inner-blk:hover .author {
	color: #fff;
}

.testimonial-sc-cmn .inner-blk:hover::after {
	filter: invert(1);
}

input[type="submit"].btn {
	font-size: 18px;
	padding: 22px 40px;
	font-weight: 700;
	line-height: 1;
	border-radius: 15px;
}

.testimonial-sc-hm {
	background-color: rgba(47, 83, 72, .2);
}

.testimonial-sc-hm .slick-list {
	padding-bottom: 60px;
}

.testimonial-sc-hm .inner-blk {
	padding: 60px 20px 20px 20px;
	background-color: white;
	margin: 0px 10px;
	border-radius: 20px;
	height: 100%;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}

.slick-slide > div {
	height: 100%;
}

.slick-arrow:hover {
	opacity: .5;
}

.search-panel .search-field {
	padding: 0;
	padding-right: 0px;
	padding-right: 60px;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	vertical-align: middle;
	background-color: transparent;
	color: #000 !important;
	border-bottom: 0px solid;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	outline: 0;
	box-shadow: none;
	position: relative;
	left: 0;
	top: 0;
	height: 60px;
}

.search-panel form {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	z-index: 99999;
	padding-bottom: 30px;
}

.search-panel .form-holder {
	position: unset;
	width: unset;
}

.search-panel input[type="submit"] {
	font-size: 0;
	border: none !important;
}

.search-panel input[type="submit"]:hover {
	opacity: .5;
}

.search-panel .custom_form_msg {
	right: 0px;
	bottom: -16px;
}

.form-sec .form-control {
	padding-bottom: 20px;
}

footer .address {
	margin-bottom: 10px;
	line-height: 2;
}

.copyright-privacy {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.copyright-privacy a {
	color: white;
	text-decoration: underline;
	margin: 10px 5px;
}

.copyright-privacy span {
	margin: 10px;
}

.copyright-privacy a:hover {
	color: var(--yellow);
}

footer .address-wrap {
	width: 300px;
	max-width: 100%;
}

.practice-areas .title, .practice-areas .title * {
	text-transform: uppercase;
}

.footer-form .form-control {
	color: white;
}

.values-column a .icon {
	margin-bottom: 20px;
}

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

footer .current-menu-item a {
	color: var(--yellow);
	border-bottom: 1px solid var(--yellow);
}

form select {
	cursor: pointer;
}

.practice-area-pi {
	background-size: cover;
	background-position: right bottom;
}

.practice-area-pi .values-column .anc {
	display: block;
	padding: 25px !important;
	border-radius: 30px;
	border: 1px solid white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 10/7;
}

.practice-area-pi .values-column .anc:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 1;
}

.practice-area-pi .values-column .anc .title {
	position: relative;
	z-index: 3;
}

.practice-area-pi .values-column h3, .practice-area-pi .values-column .h3 {
	font-size: 30px;
	color: white;
	text-transform: uppercase;
}

.bg-outer-wp {
	background-image: url("https://www.benjaminlevinelaw.com/nitropack_static/gajjLKrMFYAXgwVaXsEOJPTNdTsHaIlo/assets/images/optimized/rev-1cbb3b1/www.benjaminlevinelaw.com/wp-content/themes/benjamin-theme/img/bg3.webp");
	background-size: cover;
	background-position: center bottom;
}

.bg-outer-wp.nitro-lazy {
	background-image: none !important;
}

body {
	overflow-x: hidden;
}

.testimonial-sec-pi {
	background-size: cover;
}

.testimonial-sec-pi .container {
	position: relative;
	padding-top: 150px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url("https://www.benjaminlevinelaw.com/nitropack_static/gajjLKrMFYAXgwVaXsEOJPTNdTsHaIlo/assets/images/optimized/rev-1cbb3b1/www.benjaminlevinelaw.com/wp-content/themes/benjamin-theme/img/quote3.svg");
	background-repeat: no-repeat;
	background-position: 40px 50px;
}

.testimonial-sec-pi .container.nitro-lazy {
	background-image: none !important;
}

body .testimonial-sec-pi {
	padding-top: 0;
}

.testimonial-sec-pi .author {
	font-size: 32px;
	color: white;
}

.process {
	background-color: rgba(47, 83, 72, .2);
}

.process .content {
	min-height: 350px;
	padding: 30px;
	background-color: white;
	border-radius: 30px;
}

.process .number {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: var(--green);
	color: white;
	color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 44px;
	font-family: var(--primary-bold);
}

.process p {
	line-height: 2;
}

.author-des {
	display: flex;
	padding-top: 30px;
}

.author-des .author-name {
	padding-left: 20px;
}

.pi-content-sec h2 {
	color: var(--green);
	text-transform: uppercase;
}

.page-template-template-personal-injury .process .content {
	min-height: auto;
	padding: 25px;
}

.mob_injury_slide {
	padding: 0px 20px 50px 20px;
}

.slick-dots li:before {
	display: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: none !important;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff;
	color: #fff !important;
}

footer .address .business-name {
	display: none;
}

.home .nav-menu .menu>li#menu-item-509>a:before {
	background: #fff;
	opacity: 0;
}

.mob_injury_slider .slick-prev, .mob_injury_slider .slick-next {
	width: 30px;
	height: 30px;
	top: 40%;
}

.mob_injury_slider .slick-prev:before, .mob_injury_slider .slick-next:before {
	font-size: 30px;
}

.mob_injury_slider .slick-next {
	right: -20px;
}

.mob_injury_slider .slick-prev {
	left: -20px;
}

.practice-area-pi .values-column {
	position: relative;
}

.practice-area-pi .values-column .anc .overlayLink {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.first_practice_area .fp_area a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.first_practice_area .fp_area:hover .h3 {
	color: var(--yellow);
}

.home .new_home_testimonial_section {
	padding-bottom: 0 !important;
}

.attorney-bio-contacts a:hover {
	color: var(--yellow);
}

.attorney-bio-contacts {
	padding-bottom: 60px;
}

.footer-form.contact-pg-form .wpcf7-spinner, .contact-form-sidebar .wpcf7-spinner {
	margin: 10px 80px;
}

.footer-social-media ul li::before {
	display: none;
}

.footer-social-media ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-top: 25px;
}

.phone_wrap .phone-heading {
	display: inline-block;
}

.footer-social-media ul li a {
	width: 40px;
	height: 40px;
	background: var(--green);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social-media ul li {
	margin: 10px 0px 10px 10px;
	padding: 0;
}

.footer-social-media ul li:first-child {
	margin-left: 0;
}

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

.footer-social-media ul li a img, .footer-social-media ul li a svg {
	width: 21px;
	height: 21px;
	display: inline-block;
}

.footer-social-media ul li a:hover {
	background: var(--yellow);
}

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