
:root {
	--body-size: 18px !important;
	--heading-size: 52px !important;
	--h1: 80px !important;
	--h2: 50px !important;
	--h3: 38px !important;
	--h4: 35px;
	--h5: 30px;
	--h6: 25px;
}

.home p {
	font-family: "verdana";
}

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

.space-mb {
	margin-bottom: 70px;
}

.space-mt {
	margin-top: 70px;
}

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

h2 {
	font-size: 50px;
}

h3 {
	font-size: 38px;
}

.heading {
	font-size: 50px !important;
	font-family: "Minion Pro";
	font-weight: 400;
	text-transform: capitalize;
	line-height: 50px;
	margin-bottom: 30px;
}

/* .new_header .header_phone_number svg {
    display: none;
} */
.header-apply-wrap .btn:hover svg path {
	fill: var(--green);
}

header {
	padding: 0 0 20px 0px;
}

.new_footer .footer-logo {
	width: 233px;
}

footer.new_footer .row {
	display: flex;
}

.new_footer .footer-nap-row {
	display: flex;
	margin-top: 20px;
}

.new_footer .footer-nap-col {
	margin-left: 0;
}

.second_para p {
	margin-bottom: 0px !important;
	padding-bottom: 30px;
}

.partner_section .btn {
	margin-bottom: 0px;
}

.recovery_section .row {
	padding-top: 30px;
}

footer.new_footer {
	padding: 70px 0 40px 0;
	background-color: #f3f3f3;
	color: #242a2e;
	width: 96%;
	margin: 0 auto;
	border-radius: 26px 26px 0 0;
	z-index: 2;
	position: relative;
}

.new_footer .direction-link {
	text-transform: uppercase;
	font-weight: 600;
	color: #242a2e;
	font-size: 18px;
	font-family: "Poppins";
}

.new_footer .address span, .new_footer .copyright-privacy, .new_footer .copyright-privacy a, .new_footer .footer-description p {
	font-size: 18px;
	line-height: 26px;
	font-family: "Poppins";
	letter-spacing: 1px;
	font-weight: 300;
	color: #242a2e;
}

.copyright-privacy {
	margin-bottom: 20px;
}

.personal_injury_section {
	background-color: #d3d9dd;
}

section.green_bg_content {
	background-color: var(--green);
	padding: 50px 0;
}

section.green_bg_content p {
	color: white;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 32px;
}

.new_footer .address {
	line-height: 18px;
}

.footer-description p, .new_footer .copyright-privacy, .new_footer .copyright-privacy a {
	font-family: "Spartan-Medium" !important;
	font-weight: 500 !important;
}

ul#menu-new-footer-menu li:before {
	display: none;
}

footer.new_footer ul li a {
	color: #242a2e;
}

ul#menu-new-footer-menu {
	display: flex;
	justify-content: flex-end;
}

ul#menu-new-footer-menu li a {
	color: #242a2e;
	font-size: 15px;
	font-family: "Spartan-Medium";
	font-weight: 600;
	letter-spacing: 1px;
}

.fp_area {
	display: inline-flex;
}

.fp_area {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.fp_area:before {
	content: "";
	position: absolute;
	background: linear-gradient(360deg, #2f5348 21.5%, rgba(47, 83, 72, 0) 69%);
	background-blend-mode: multiply;
	width: 100%;
	height: 100%;
	border-radius: 0px 0 30px 30px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}

.fp_area:hover:before {
	opacity: 1;
	transform: translateY(0);
}

.phone_wrap .phone-heading {
	background-color: #f1b825;
	padding: 15px 35px 13px 35px;
	border-radius: 12px;
	font-size: 17px;
	font-family: "Spartan-Medium";
	letter-spacing: 1px;
	text-transform: capitalize;
	line-height: 100%;
	margin-left: 30px;
}

.phone_wrap .phone-heading:hover {
	background-color: #2f5347;
	color: #fff;
	text-shadow: none;
}

.copyright-privacy {
	margin-bottom: 20px;
}

.phone_wrap {
	text-align: end;
}

.phone_wrap a {
	color: #242a2e;
	font-weight: 700;
	font-family: "Spartan-Medium";
	letter-spacing: 1px;
	font-size: 18px;
}

.new_footer .nap-post-title, .new_footer .phone {
	display: none;
}

/* ....................................Header..................................... */
.new_header .nav-menu>ul>li>a {
	font-size: 12px;
	color: #2f5348;
	font-weight: 600;
	text-transform: capitalize;
	font-family: "Spartan-Medium";
}

.new_header .header_phone_number:hover {
	color: #2f5348;
}

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

.new_header .nav-menu>.menu>li.menu-item-has-children:after {
	border: solid #2f5348;
	border-width: 0 1.5px 1.5px 0;
}

/* ....................................Banner..................................... */
.new_home_banner .h1.banner-heading {
	font-size: 64px;
	font-family: "Minion Pro";
	width: 100%;
	text-transform: capitalize !important;
	line-height: 64px;
}

.new_home_banner .top-title {
	font-size: 38px;
	color: var(--yellow);
	letter-spacing: 0px;
	font-family: "Minion Pro";
	text-transform: capitalize !important;
}

.btn.new_banner_btn {
	background-color: #2f5347 !important;
	color: white !important;
	font-family: "Spartan-Medium";
	text-transform: uppercase !important;
	font-weight: 500 !important;
	padding: 20px 30px 18px 30px !important;
	margin-top: 20px;
}

.btn.new_banner_btn:hover {
	background-color: transparent !important;
}

.new_home_banner {
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.header.new_header .main-header-wrap {
	background-color: white;
	border-radius: 0px 0px 26px 26px;
	padding: 20px;
	width: 96%;
	margin: 0 auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .02);
}

.header-fixed header.new_header {
	background-color: transparent;
}

.banner_form_row {
	display: grid;
	grid-template-columns: 19% 19% 19% 21% 14%;
	grid-column-gap: 2%;
	text-align: end;
}

.new_home_banner {
	justify-content: flex-end !important;
	min-height: 100vh;
	display: flex;
}

.new_home_banner .container {
	flex-grow: 1;
}

.new_banner_content {
	padding: 107px 0 0px 0;
}

.new_home_testimonial_section .slick-track .slick-slide {
	margin: 0 34px;
}

.nh_add span, .nh_add a {
	font-size: 14px;
	font-family: "Spartan-Regular";
	font-weight: 500;
	letter-spacing: 1px;
}

.nfooter-nap-row {
	flex-direction: column;
	grid-row-gap: 25px;
}

/* Home Body */
p {
	font-size: 18px;
	font-family: "Spartan-Regular";
	font-weight: 300;
	letter-spacing: 1px;
	color: #242a2e;
	line-height: 30px;
	margin-bottom: 23px;
}

.pa_heading, .pi_heading {
	font-size: 64px;
	font-weight: 500;
	font-family: "Minion Pro";
	color: #242a2e;
	line-height: 100%;
	line-height: 64px;
}

.pi_heading {
	font-weight: 600;
	font-family: "Minion Pro";
	color: #6d8f85;
	margin-bottom: 20px;
	font-size: 50px;
}

section.personal_injury_section .row {
	--bs-gutter-x: 11.5rem;
}

.item_row {
	margin-top: 60px;
}

.top_content p {
	font-size: 16px;
	margin-bottom: 17px;
	font-weight: 600;
	line-height: 18px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 15px;
}

.btn {
	padding: 19px 32px 16px 35px;
	border-radius: 12px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "Spartan-Medium";
	text-transform: capitalize;
	width: auto !important;
}

.button-wrap {
	grid-column-gap: 10px;
	margin-top: 30px;
}

.border_btn {
	background-color: transparent;
	color: var(--green);
}

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

.btitle {
	font-family: "Minion Pro";
	font-weight: 500;
	line-height: 38px;
	color: #242a2e;
}

.law_img_wrap img {
	height: 500px;
	width: auto;
}

.law_img_wrap {
	position: relative;
}

.law_img_wrap:before {
	content: "";
	position: absolute;
	height: 63%;
	width: 76%;
	background-color: #6d8f85;
	right: 0;
	z-index: -1;
	bottom: 9%;
	border-radius: 26px;
	left: 0;
	margin: auto;
}

.card_count {
	font-size: 24px;
	font-weight: 700;
	font-family: "Spartan-Medium";
	line-height: 100%;
	margin-top: 4px;
}

.icon {
	grid-column-gap: 10px;
	align-items: center;
}

.card_title {
	font-size: 14px;
	font-weight: 500;
	font-family: "Spartan-Medium";
	color: #242a2e;
	margin: 4px 0px 0px 0px;
	letter-spacing: 1px;
}

.benjamin_card {
	display: inline-block;
	width: 167px;
	padding: 16px;
	border-radius: 16px;
	text-align: left;
	position: absolute;
	box-shadow: -2px 5px 15.7px 0px rgba(0, 0, 0, .1);
}

.grey_card {
	background-color: #d3d9dd;
}

.yellow_card {
	background-color: #f1b825;
	width: 200px;
}

.green_card {
	background-color: #2f5348;
	bottom: 2%;
	right: 21%;
	width: 170px;
}

p.card_cnt {
	font-size: 12px !important;
	font-weight: 500;
	line-height: 14px;
}

.img_outer_wrap {
	position: relative;
}

.grey_card {
	top: 16%;
	left: 10%;
}

.yellow_card {
	top: 17%;
	right: 7%;
	width: 250px;
}

.f_col p {
	margin-bottom: 0 !important;
}

/* ....................................Compensation Section..................................... */
.item_col .title {
	font-size: 20px;
	font-weight: 400;
	font-family: "Minion Pro";
	line-height: 28px;
	letter-spacing: 1px;
}

.economic_content p {
	font-size: 17px;
}

.items_icon svg {
	height: 42px;
	width: auto;
}

.damage_items_row {
	margin: 55px 0px;
}

.bottom-center_cnt {
	margin: 50px 0 40px 0;
}

.economic_heading {
	font-family: "Minion Pro";
	font-size: 36px;
	color: #2f5348;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 15px;
}

.small_container {
	width: 96%;
	margin: 0 auto;
}

.border_shape, .why_choose, .practice_area {
	background-color: #f3f3f3;
	border-radius: 26px;
}

.contact_section {
	background-color: #d3d9dd;
	border-radius: 26px;
}

/* .item_row:before {
    content: '';
    position: absolute;
    height: 538px;
    width: 621px;
    background-image: url(../img/damage_sec_img.webp);
    background-position: 0 center;
    background-repeat: no-repeat;
    right: 0;
} */
.bottom-center_cnt p {
	color: #6d8f85;
}

.damage_img {
	position: absolute;
	right: 0;
	width: 621px;
	height: 538px;
}

.yellow_button {
	background-color: #f1b825 !important;
	border: 1px solid #f1b825 !important;
	color: var(--green) !important;
}

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

.wb:hover {
	border: 1px solid white !important;
	background-color: transparent !important;
	color: white !important;
}

.call-text {
	font-size: 20px;
	font-weight: 700;
	font-family: "Spartan-Medium";
	letter-spacing: 1px;
	line-height: 36px;
}

.button_wrap {
	grid-column-gap: 20px;
}

.new_home_form input[type="submit"].btn {
	width: 100% !important;
}

.consultation_section p {
	color: white;
}

.partner_section .row {
	width: 87%;
	margin: 0 auto;
}

.new_home_form p {
	margin-bottom: 0 !important;
}

/* ....................................Difference Section..................................... */
section.damage_difference {
	background-color: var(--green);
}

.dd_row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 87px;
}

.dd_row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 66px;
}

.dd_col h3 {
	color: #f1b825;
	font-family: "Minion Pro";
	line-height: 36px;
	margin-top: 46px;
	margin-bottom: 22px;
}

.why_choose h3 {
	color: var(--green);
}

.why_choose h3 {
	color: var(--green);
	margin-bottom: 30px;
}

.dd_col p {
	color: white;
}

.white_button {
	background-color: white !important;
	color: var(--green) !important;
	border: 1px solid white !important;
}

section.compensation_section .choose_img {
	right: -2.1%;
}

.why_choose {
	background-color: #f3f3f3;
	padding: 70px 0 !important;
}

.white_button:hover {
	background-color: transparent !important;
	color: white !important;
}

.recovery_section {
	background-color: #6d8f85;
}

.partner_section .row {
	padding-top: 30px;
}

span.yh {
	color: #f1b825;
}

.choose_img {
	background-size: cover;
	background-size: cover;
	position: absolute;
	right: 0;
	width: 46vw;
	top: 1.5rem;
	background-position: center;
	bottom: 1.5rem;
	border-radius: 3rem 0 0 3rem;
}

.second_para p {
	font-weight: 300;
	color: white;
}

.approach_row {
	margin-bottom: 65px;
}

/* ....................................Process Section..................................... */
.processes_row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 55px;
	width: 73%;
	margin: 0 auto;
	grid-row-gap: 113px;
}

.process_item h3 {
	color: #2f5348;
	font-family: "Minion Pro";
}

.new_header .header-search svg path {
	fill: var(--green);
}

.first_col_content {
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
}

.pfirst_col_content {
	display: flex;
	align-items: flex-end;
}

.second_col_content {
	display: flex;
	align-items: center;
}

.psecond_col_content {
	display: inline-flex;
	flex-direction: column;
	align-items: self-start;
	justify-content: center;
}

.process_item {
	border: 1px solid #6d8f85;
	border-radius: 30px;
	padding: 80px 40px 40px 40px;
	position: relative;
}

.counter {
	background-color: #6d8f85;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon_wrap {
	position: absolute;
	top: -52px;
}

.counter_inner {
	font-size: 64px;
	font-family: "Minion Pro";
	line-height: 64px;
	color: white;
	font-weight: 500;
	margin-bottom: 16px;
}

.proc_icon {
	border: 3px solid #2f5348;
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin-left: -10px;
	background-color: white;
}

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

.partner_section p {
	color: white;
}

.content p {
	font-family: "Zilla Slab";
	font-style: italic;
	font-weight: 400;
}

.new_home_testimonial_section .author {
	font-size: 14px;
	font-family: "Spartan-Medium";
	font-weight: 500;
	color: #242a2e;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.new_home_testimonial_section .content p {
	/*    font-family: 'Zilla Slab';*/
	font-family: "verdana";
	font-style: italic;
	font-weight: 400;
}

.sub_heading {
	color: #242a2e;
	font-family: "Minion Pro";
	font-weight: 500;
}

.new_home_testimonial_section ul.slick-dots li.slick-active button {
	border: 1px solid #6d8f85;
	background-color: #f3f3f3;
}

.new_home_testimonial_section ul.slick-dots li button {
	border: 1px solid #d3d9dd;
	height: 20px;
	width: 20px;
}

.new_home_testimonial_section ul.slick-dots {
	bottom: -25px;
}

.consultation_section img {
	height: 360px;
	width: auto;
}

.consultation_section {
	margin: 60px 0 27px 0;
}

.consultation_section:before {
	content: "";
	position: absolute;
	height: 80%;
	width: 100%;
	background-color: var(--green);
	z-index: -4;
	top: 0;
	bottom: 0;
	margin: auto;
}

.consultation_section .row {
	width: 70%;
	margin: 0 auto;
}

.banner_form_section {
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, .15);
	padding: 55px 0;
}

.nfooter-nap-col .address-wrap {
	line-height: 25px;
}

.contact_section a svg, .address-wrap svg {
	width: 25px;
	margin-right: 15px !important;
}

.nh_mail {
	margin: 30px 0;
}

.contact_section a {
	font-size: 18px;
	font-family: "Spartan-Regular";
	color: #242a2e;
	font-weight: 500 !important;
}

.first_practice_area {
	display: flex;
	grid-column-gap: 20px;
	width: 65%;
	margin: 0 auto;
	justify-content: center;
}

.fp_area .sub_heading {
	position: absolute;
	bottom: 26px;
	color: white;
	left: 0;
	right: 0;
	text-align: center;
}

.personal_injury_row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	justify-content: center;
	grid-column-gap: 84px;
	grid-row-gap: 45px;
}

section.personal_injury_section.space-pd {
	padding: 80px 0 40px 0;
}

.recovery_section h2.heading {
	font-size: 64px !important;
	line-height: 60px;
	color: #242a2e;
	text-transform: math-auto;
}

.personal_injury {
	text-align: center;
}

.banner_form_section .btn:hover {
	color: white !important;
	border: 1px solid white !important;
}

.injury_title {
	font-size: 20px;
	font-weight: 500;
	font-family: "Minion Pro";
	line-height: 22px;
}

.new_home_form input[type="submit"].btn, .banner_form_row input[type="submit"].btn {
	font-size: 14px;
	padding: 10px 38px;
	font-weight: 400;
	line-height: 1;
	width: 100%;
	font-family: "Spartan-Medium";
	border-radius: 12px;
	margin-top: 20px;
	letter-spacing: 1px;
}

.banner_form_row input[type="submit"].btn {
	font-size: 15px;
	padding: 14px 38px;
	margin-top: 0px;
	text-transform: capitalize !important;
}

.new_home_form .form-control, .new_home_form .form-control:focus {
	background-color: white;
	color: #242a2e;
	padding: 10px 26px;
	border-radius: 12px;
	border: 1px solid #2f5348;
	font-size: 16px;
	font-weight: 500;
	font-family: "Spartan-Medium";
}

.new_home_form .row {
	grid-row-gap: 15px;
}

.nav-menu>.menu>li.menu-item-has-children:after {
	width: 6px;
	height: 6px;
	top: 0px;
	bottom: 6px;
	right: -12px;
	border-width: 0 1px 1px 0;
}

.new_home_form .row ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--green) !important;
}

.new_home_banner_form .row ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--white) !important;
}

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

.f_col .form-control, .f_col .form-control:focus, .f_col .form-control::placeholder {
	color: #fff !important;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .email-error {
	bottom: -12px;
	right: 0px;
	padding: 3px 7px;
	border-radius: 0;
	font-size: 7px !important;
}

.form_heading {
	font-size: 25px;
	font-family: "Minion Pro";
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.footer-block-3.footer-contact.nap {
	margin-top: 30px;
}

/*******min width******/
@media (min-width: 1366px) {
	.new_header .container {
		max-width: 1199px;
	}
	
	.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl, .home .container-xxl {
		max-width: 1199px;
	}
	
	.new_footer .container {
		max-width: 1199px;
	}
}

@media (min-width: 1440px) {
	.new_header .container {
		max-width: 1280px;
	}
	
	.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl, .home .container-xxl {
		max-width: 1280px;
	}
	
	.new_footer .container {
		max-width: 1280px;
	}
}

@media (min-width: 1600px) {
	.new_header .container {
		max-width: 1400px;
	}
	
	.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl, .home .container-xxl {
		max-width: 1400px;
	}
	
	.new_footer .container {
		max-width: 1400px;
	}
}

@media (min-width: 1720px) {
	.new_header .container {
		max-width: 1600px;
	}
	
	.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl, .home .container-xxl {
		max-width: 1600px;
	}
	
	.new_footer .container {
		max-width: 1600px;
	}
}

/* max width */
@media (max-width:1680px) {
	.law_img_wrap img {
		height: 557px;
	}
	
	section.personal_injury_section .row {
		--bs-gutter-x: 4.5rem;
	}
	
	.consultation_section .row {
		width: 80%;
	}
}

@media (max-width:1536px) {
	p {
		font-size: 16px;
	}
	
	.new_header .nav-menu>ul>li>a {
		font-size: 12px;
	}
	
	.item_col .title {
		font-size: 16px;
		line-height: 22px;
	}
	
	.contact_section a {
		font-size: 16px;
	}
	
	.new_footer .address span, .new_footer .copyright-privacy, .new_footer .copyright-privacy a, .new_footer .footer-description p {
		font-size: 16px;
	}
	
	ul#menu-new-footer-menu li a {
		font-size: 12px;
	}
}

@media (max-width:1440px) {
	.new_home_banner .h1.banner-heading {
		font-size: 48px;
		width: 100%;
		line-height: 51px;
	}
	
	.new_home_banner .top-title {
		font-size: 29px;
	}
	
	.form_heading {
		font-size: 20px;
	}
	
	p {
		font-size: 14px;
	}
	
	h2 {
		font-size: 45px;
	}
	
	h3 {
		font-size: 35px;
	}
	
	.heading {
		font-size: 45px;
	}
	
	.new_header .nav-menu>ul>li>a {
		font-size: 12px;
	}
	
	.banner_form_section {
		padding: 30px 0;
	}
	
	.btn {
		font-size: 13px;
		padding: 17px 25px 13px 25px !important;
	}
	
	p.card_cnt {
		font-size: 11px !important;
	}
	
	.pa_heading, .pi_heading {
		font-size: 45px;
		line-height: 45px;
	}
	
	section.green_bg_content p {
		font-size: 16px;
	}
	
	.item_col .title {
		font-size: 14px;
	}
	
	.processes_row {
		width: 80%;
	}
	
	.contact_section a {
		font-size: 14px;
	}
	
	.new_footer .address span, .new_footer .copyright-privacy, .new_footer .copyright-privacy a, .new_footer .footer-description p {
		font-size: 14px;
	}
	
	.new_footer .direction-link {
		font-size: 14px;
	}
	
	ul#menu-new-footer-menu li a {
		font-size: 12px;
	}
	
	.phone_wrap a {
		font-size: 16px;
	}
	
	.phone_wrap .phone-heading {
		font-size: 15px;
	}
	
	.nav-menu>.menu>li.menu-item-has-children:after {
		width: 8px;
		height: 8px;
		bottom: 5px;
	}
	
	.processes_row {
		width: 88%;
	}
	
	.recovery_section img {}
}

@media (max-width:1366px) {
	.new_home_banner {
		height: 700px;
		min-height: 700px;
	}
	
	/* .partner_section img {
        height: 520px;
    } */
	.processes_row {
		width: 85%;
	}
	
	.counter {
		height: 80px;
		width: 80px;
	}
	
	.counter_inner {
		font-size: 50px;
		margin-bottom: 9px;
	}
	
	.proc_icon {
		height: 80px;
		width: 80px;
		padding: 14px;
	}
	
	.why_choose {
		padding: 30px 0 !important;
	}
}

@media (max-width: 1300px) {
	.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
		max-width: 94%;
	}
	
	.new_header .container {
		max-width: 94%;
	}
	
	.new_footer .container {
		max-width: 94%;
	}
}

@media (max-width:1280px) {}

@media (max-width:1199px) {
	footer .address-wrap {
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer-nap-col {
		margin-bottom: 20px;
	}
	
	.new_header .header_phone_number svg {
		display: block;
	}
	
	.new_header .header-search svg path {
		fill: var(--yellow);
	}
	
	.new_header .header-mobile-menu .menu-button {
		width: 50px;
		height: 40px;
		border-radius: 5px;
	}
}

@media (max-width:1024px) {
	.first_practice_area {
		width: 100%;
	}
	
	.heading {
		font-size: 40px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	.counter_inner {
		font-size: 42px;
		margin-bottom: 10px;
	}
	
	.process_item {
		padding: 53px 30px 20px 30px;
	}
	
	.heading {
		font-size: 30px;
	}
	
	h3 {
		font-size: 25px;
	}
	
	.new_home_testimonial_section .slick-track .slick-slide {
		margin: 0 15px;
	}
	
	.new_home_testimonial_section ul.slick-dots li button {
		height: 10px;
		width: 10px;
	}
	
	.new_home_banner {
		height: 600px;
		min-height: 600px;
	}
	
	.new_home_banner .h1.banner-heading {
		font-size: 40px;
	}
	
	.law_img_wrap:before {
		width: 90%;
	}
	
	.card_count {
		font-size: 19px;
	}
	
	.grey_card {
		top: 25%;
		left: -3%;
	}
	
	.benjamin_card {
		padding: 12px;
	}
	
	p.card_cnt {
		font-size: 11px !important;
	}
	
	.yellow_card {
		right: 0%;
		width: 200px;
	}
	
	.green_card {
		right: 13%;
	}
	
	section.personal_injury_section .row {
		--bs-gutter-x: 2.5rem;
	}
	
	.personal_injury_row {
		grid-column-gap: 55px;
		grid-row-gap: 45px;
	}
	
	.injury_title {
		font-size: 16px;
	}
	
	section.green_bg_content p {
		font-size: 14px;
	}
	
	.damage_items_row {
		margin: 35px 0px;
	}
	
	.dd_col h3 {
		margin-top: 15px;
		margin-bottom: 5px;
	}
	
	.dd_row {
		grid-column-gap: 30px;
	}
	
	.recovery_section h2.heading {
		font-size: 45px !important;
		line-height: 48px;
	}
	
	.recovery_section img {}
	
	.processes_row {
		width: 96%;
	}
	
	.processes_row {
		grid-row-gap: 73px;
	}
	
	.recovery_section img {}
	
	/* 
    .partner_section img {
        height: 424px;
    } */
	.heading {
		margin-bottom: 10px;
	}
	
	.item_col .title {
		font-size: 12px;
		line-height: 17px;
	}
	
	.banner_form_row {
		grid-template-columns: 17% 17% 17% 20% 21%;
	}
}

@media (max-width:991px) {
	.recovery_section img {
		margin-bottom: 0px;
	}
	
	.first_practice_area, .dd_row {
		grid-column-gap: 20px;
	}
	
	ul li {
		padding-left: 15px;
	}
	
	.personal_injury_row {
		margin-top: 30px;
	}
	
	.dd_col h3 {
		margin-top: 15px;
	}
	
	.choose_img {
		display: none;
	}
	
	.damage_items_row {
		grid-row-gap: 35px;
	}
	
	.new_home_banner .h1.banner-heading {
		width: 80%;
	}
	
	.recovery_section .row, .partner_section .row {
		flex-direction: column-reverse;
		padding-top: 30px;
		grid-row-gap: 30px;
	}
	
	.consultation_section .row {
		width: 87%;
		margin: 0 auto;
	}
	
	.recovery_section img {
		height: 327px;
	}
	
	/* .partner_section img {
        height: 350px;
    } */
	.recovery_section img {
		padding-top: 0px;
	}
	
	.second_para p {
		padding-bottom: 0px;
	}
	
	.partner_section .btn {
		margin-bottom: 0;
	}
	
	.first_col_content {
		justify-content: center;
	}
	
	.pfirst_col_content {
		justify-content: center;
	}
}

@media (max-width:820px) {
	.consultation_section .row {
		width: 100%;
	}
	
	.consultation_section img {
		height: 296px;
	}
}

@media (max-width:768px) {
	.banner_form_row {
		grid-template-columns: 17% 17% 17% 22% 19%;
	}
	
	.banner_form_row input[type="submit"].btn {
		font-size: 13px;
		padding: 15px 12px 13px 12px !important;
	}
	
	.f_col .form-control, .f_col .form-control:focus, .f_col .form-control::placeholder {
		font-size: 16px;
	}
	
	.new_banner_content {
		padding: 40px 0 0px 0;
	}
	
	ul li {
		padding-left: 9px;
	}
}

@media (max-width:767px) {
	.banner_form_row {
		grid-template-columns: 100%;
		grid-column-gap: 0%;
		grid-row-gap: 26px;
	}
	
	.banner_form_section {
		background-color: var(--green);
	}
	
	.banner_form_section {
		backdrop-filter: none;
		padding: 50px 0;
	}
	
	.footer-description {
		text-align: center;
	}
	
	.banner_form_row input[type="submit"].btn {
		background-color: white !important;
		color: var(--green) !important;
		border: 1px solid white !important;
	}
	
	.consultation_section img {
		height: 269px;
	}
	
	.consultation_section .row {
		width: 100%;
	}
	
	ul#menu-new-footer-menu {
		justify-content: center;
	}
	
	.phone_wrap {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.new_footer .footer-logo {
		display: inline-flex;
	}
	
	.nf_logo_row {
		text-align: center;
	}
	
	.processes_row {
		grid-template-columns: 100%;
		grid-row-gap: 58px;
	}
	
	/* .icon_wrap {
        top: -23%;
    } */
	.f_col {
		text-align: start;
	}
	
	.benjamin_section .row {
		grid-row-gap: 40px;
	}
	
	.space-pd {
		padding: 40px 0px;
	}
	
	.space-mb {
		margin-bottom: 40px;
	}
	
	.space-mr {
		margin: 40px 0px;
	}
	
	.new_home_form {
		margin-top: 30px;
	}
	
	ul#menu-new-footer-menu {
		margin-top: 20px;
	}
	
	ul#menu-new-footer-menu {
		column-count: 2;
		display: block;
		text-align: center;
	}
}

@media (max-width:575px) {
	.consultation_section img {
		display: none;
	}
	
	.consultation_section {
		background-color: var(--green);
		padding: 30px 0;
	}
	
	.first_practice_area {
		width: 100%;
		flex-direction: column;
		grid-row-gap: 40px;
	}
	
	.dd_row {
		grid-template-columns: 100%;
		grid-row-gap: 40px;
	}
	
	.processes_row {
		grid-row-gap: 93px;
		width: 100%;
	}
	
	.partner_section .row {
		width: 100%;
	}
	
	.benjamin_card {
		display: flex;
		width: 100%;
		border-radius: 16px;
		position: unset;
		margin-top: 21px;
		flex-direction: column;
		justify-content: center;
	}
	
	.law_img_wrap:before {
		width: 100%;
	}
	
	.benjamin_card p {
		margin-bottom: 0 !important;
	}
	
	.new_home_form {
		margin-top: 30px;
	}
	
	.new_home_banner {
		height: 500px;
		min-height: 500px;
	}
	
	.new_home_banner .top-title {
		font-size: 24px;
	}
	
	.new_home_banner .h1.banner-heading {
		font-size: 35px;
		line-height: 37px;
	}
	
	.header.new_header .main-header-wrap {
		padding: 10px;
		border-radius: 0px 0px 15px 15px;
	}
	
	.form_heading {
		line-height: 34px;
	}
	
	.banner_form_row {
		grid-row-gap: 15px;
	}
	
	.heading {
		margin-bottom: 25px;
	}
	
	.benjamin_card {
		height: 100px;
	}
	
	.pa_heading, .pi_heading {
		font-size: 35px;
		line-height: 40px;
	}
	
	.personal_injury_row {
		grid-column-gap: 5px;
		grid-row-gap: 30px;
	}
	
	.item_row {
		margin-top: 20px;
	}
	
	.bottom-center_cnt {
		margin: 30px 0 20px 0;
	}
	
	.why_choose h3 {
		margin-bottom: 15px;
	}
	
	.recovery_section h2.heading {
		font-size: 35px !important;
		line-height: 41px;
	}
	
	.partner_section, .recovery_section {
		padding-top: 0px;
	}
	
	/* 
    .icon_wrap {
        top: -17%;
    } */
	div#new-testimonial-slider {
		margin-top: 0px !important;
	}
	
	.new_banner_content {
		padding: 28px 0 0px 0;
	}
	
	.banner_form_row input[type="submit"].btn {
		margin-top: 18px;
	}
	
	section.personal_injury_section.space-pd {
		padding: 40px 0 40px 0;
	}
	
	.processes_row {
		grid-row-gap: 73px;
	}
	
	.economic_heading {
		font-size: 25px;
		margin-bottom: 5px;
	}
	
	.border_shape.space-pd.small_container {
		text-align: center;
	}
	
	.tf_content p {
		margin-bottom: 0 !important;
	}
	
	.bottom-center_cnt {
		margin: 0px 0 20px 0;
	}
	
	.pi_heading {
		font-size: 27px;
	}
}

.home .personal_injury_section.space-pd {
	padding: 70px 0;
}

.home .recovery_section .row, .home .partner_section .row {
	padding: 70px 0;
}

#new-testimonial-slider .slick-prev:before, #new-testimonial-slider .slick-next:before {
	font-size: 25px;
	opacity: 1;
	color: var(--black);
	font-weight: bold;
}

.practice-area-pi .values-column .anc:hover .h3 {
	color: var(--yellow) !important;
}

.practice-area-pi .values-column .anc .h3:after {
	content: "";
	background: var(--yellow);
	width: 0;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0;
	transform: translateX(0px);
	transition: all .4s ease-in-out;
	transform-origin: bottom left;
}

.practice-area-pi .values-column .anc:hover .h3:after {
	width: 100%;
	transform-origin: bottom right;
}
