
body.areas-served-template-default {
	text-align: left;
	font-size: 20px;
}

.banner_sub_heading {
	font-size: 20px;
}

.page_banner_wrap:before {
	background: linear-gradient(90deg, #303030 53.13%, rgba(48, 48, 48, 0) 100%);
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 50%;
}

.page_banner_wrap {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-wrap {
	min-height: 680px;
	display: flex;
	align-items: flex-end;
	padding-top: 140px;
	padding-bottom: 50px;
}

.page_banner_wrap .container {
	position: relative;
	z-index: 9;
}

.page_banner_wrap:after {
	content: "";
	background: linear-gradient(89deg, rgba(0, 0, 0, 0) 55.68%, rgba(0, 0, 0, .1) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0) 3.27%, rgba(0, 0, 0, .2) 47.25%);
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	width: 80%;
}

.banner-heading {
	font-size: 78px;
	font-weight: 400;
	line-height: 1;
}

.grey_bg {
	background-color: #f0f2f4;
}

.common-space {
	padding-bottom: 94px;
	padding-top: 94px;
}

.card-des {
	font-size: 18px;
}

.text-white strong {
	color: inherit;
}

.connect_with_us_box {
	border-right: 3px solid rgba(255, 255, 255, .26);
}

.connect_with_us_box:last-child {
	border-right: none;
	padding-left: 40px;
}

.content-style-new blockquote {
	background: #f0f2f4;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	padding: 25px;
}

.content-style-new blockquote p {
	margin: 0;
	line-height: 38px;
}

.content-style-new iframe {
	float: right;
	position: relative;
	z-index: 9;
}

.full-width-list .card-list-row {
	column-count: 1;
}

.full-width-list .card-list-row .card-loop-col {
	min-height: auto;
	border-left: 3px solid rgba(248, 195, 0, 1);
	padding-left: 25px;
}

.bottom_content {
	max-width: 1320px;
}

.img_top_right {
	max-width: 660px;
}

.content-list-style ul li {
	margin-bottom: 17px;
	font-size: 16px;
}

.content-list-style ul li:after {
	top: 5px;
}

.text-white .heading {
	color: #fff;
}

.content_list {
	border-left: 3px solid #f8c300;
	padding-left: 25px;
}

.content_list .title {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}

.item_title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
}

.slide_overlay {
	padding: 70px;
	padding-bottom: 90px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center right;
}

.slide_overlay:before {
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 59.26%);
	content: "";
	position: absolute;
	inset: 0;
	background-image: inherit;
	background-size: inherit;
	background-position: inherit;
	filter: grayscale(90%);
	z-index: 0;
}

.slide_overlay:after {
	content: "";
	background: #f8c300;
	position: absolute;
	width: 14px;
	height: 100%;
	right: 1px;
	top: 0px;
	filter: none;
}

.slide_overlay div {
	position: relative;
}

.slider_dots_new li {
	width: 91px;
}

.slider_dots_new li button {
	width: 91px;
	height: 12px;
	background: rgba(255, 255, 255, .3);
	border-radius: 6px;
	border: none;
}

.slider_dots_new li.slick-active button, .slider_dots_new li button:hover {
	border: none;
	background: rgba(255, 255, 255, .6);
}

.slider_dots_new.slick-slider {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.slider_dots_new ul.slick-dots {
	bottom: 20px;
	text-align: left;
	left: 65px;
}

.row_reverse .row {
	flex-direction: row-reverse;
}

.item-content {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, .8) 83.23%);
	color: #fff;
	padding: 60px 20px;
	display: flex;
	align-items: flex-end;
	transition: .5s;
}

.item_box:hover .item-content {
	background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .7) 100%);
}

.item-content-title {
	font-size: 20px;
	font-weight: bold;
}

.item-content-style {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px 0px;
}

.service-description {
	opacity: 0;
	transition: .5s;
	font-size: 14px;
	font-weight: 400;
}

.hover_content {
	position: absolute;
	transition: .5s;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.item_box:hover .service-description {
	opacity: 1;
}

.item_box:hover .item-content-title {}

.item_box:hover .hover_content {
	height: 155px;
	margin-top: -270px;
}

.item_box .item-img img {
	transition: .5s;
}

.item_box:hover .item-img img {
	filter: grayscale(100%);
}

.item_box .item-img img {
	transition: .5s;
}

.item-img img {
	width: 100%;
	height: 258px;
	object-fit: cover;
}

.address_row svg {
	margin-right: 20px;
}

.address_row a {
	color: #000;
	font-weight: normal;
}

.address_row a.phone_number {
	font-weight: 600;
}

.address_row_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0px;
}

.address_row_wrap>div {
	width: 100%;
}

.address_row_wrap .content.list-style {
	font-size: 24px;
	font-weight: 600;
}

.schedule_case_consultation .gform_heading {
	display: none;
}

.item_box_wrap {
	width: 33.33333333%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	transition: width .5s;
}

.item_box_wrap:hover {
	width: 50%;
}

.box_list {
	display: flex;
	--bs-gutter-x: .5rem;
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.video-section-wrap .col-lg-6:last-child {
	display: flex;
}

.img-with-content-sec .html5lightbox img {
	height: 100%;
	object-fit: cover;
	object-position: center left;
}

.right_img_with_top_content .right-image-wrap {
	height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.right_img_with_top_content .right-image-wrap img {
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
}

.list-style ul li:after {
	top: 4px;
}

.crash_statistics .number-title {
	font-size: 80px;
}

.truck-accident-video .row {
	align-items: center;
}

/* Normal Content Section CSS */
.normal-listing-content ul {
	column-count: 4;
	width: 100%;
	position: relative;
	padding-left: 18px;
	margin-bottom: 25px;
	margin-top: 30px;
}

.normal-listing-content ul li {
	list-style: disc;
	margin-bottom: 15px;
}

.normal-listing-content li a {
	color: rgba(48, 48, 48, 1);
}

.normal-listing-content li a:hover {
	color: #f8c300;
}

.about-attorney-sec .content h2 {
	color: #024eac;
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 20px;
}

.bottom-full-content {
	width: 100%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Normal Content Section CSS */
.right_img_with_top_content.about-attorney-sec .right-image-wrap img {
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: top center;
}

.content_sec_blue_bg {
	z-index: 1;
}

.short-bottom-info-sec {
	margin-top: -22px;
}

.short-bottom-info-sec p strong {
	color: rgba(48, 48, 48, 1);
}

.short-bottom-info-sec p:first-child strong {
	font-size: 25px;
}

.left-image-content-right-info .row {
	flex-direction: row-reverse;
	align-items: inherit !important;
	background: rgba(240, 242, 244, 1);
}

.left-image-content-right-info .row .col-lg-6:nth-child(2) {
	padding: 0;
	display: flex;
	width: 40%;
	position: relative;
}

.left-image-content-right-info .row .col-lg-6:nth-child(2):after {
	background: #024eac;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: .3;
}

.left-image-content-right-info .row .col-lg-6 {
	padding: 0;
	margin: 0;
}

.left-image-content-right-info .row .col-lg-6:first-child {
	padding: 30px 45px;
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.left-image-content-right-info .heading {
	font-size: 40px;
	margin-bottom: 20px !important;
}

.left-image-content-right-info .row .col-lg-6:nth-child(2) img {
	object-fit: cover;
	object-position: center;
}

.left-image-content-right-info .container {
	max-width: 100%;
	padding: 0 70px;
}

.fullwidth-content .content-info-section {
	margin-top: 30px;
	margin-bottom: 45px;
	width: 100%;
	position: relative;
}

.content_sec_block iframe.tableauViz, .content_sec_block iframe, .normal-content-section iframe.tableauViz {
	margin: 0 auto !important;
}

.video-and-content-section-wrap iframe {
	float: right;
	margin-left: 50px;
}

.video-and-content-section-wrap .btn {
	margin-top: 30px;
}

.normal-content-section .heading {
	margin-bottom: 30px;
}

/* content-blue section */
.content_sec_blue_bg.margin-top-reduce {
	margin-top: -20px;
}

.grey-bg {
	background: #f0f2f4;
}

.right_side_content ul li:before {
	top: 9px;
}

.crash_statistics .description  p {
	text-align: left;
}

/* content-blue section */

/* attorney section css */
.attorney-content-section {
	position: relative;
	width: 100%;
}

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

.btn-section {
	margin-top: 30px;
}

.content-bottom-section {
	margin-top: 30px;
}

.attorney-list-section {
	margin-top: 40px;
	width: 100%;
	position: relative;
}

ul#categoryTabs {
	border: none;
	box-shadow: none;
	margin-bottom: 50px;
}

ul#categoryTabs li a {
	color: rgba(119, 130, 138, 1);
	background: #fff;
	border-radius: 0px;
	border: none;
	font-size: 18px;
}

ul#categoryTabs .nav-item {
	border: none;
	box-shadow: none;
	outline: none;
	margin-right: 5px;
}

ul#categoryTabs li a:hover {
	background: rgba(2, 78, 172, 1);
	color: #fff;
}

ul#categoryTabs .nav-item a.active {
	background: rgba(2, 78, 172, 1);
	color: #fff;
}

.team-col-item a {
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	background: #fff;
	color: rgba(48, 48, 48, 1);
}

.team-col-item a:hover {
	background: #024eac;
	color: #fff;
}

.team-col-item a img {
	width: 100%;
	height: 281px;
	object-fit: cover;
	object-position: center top;
}

.attorney-name {
	font-size: 22px;
	font-weight: 400;
	padding: 15px;
}

.team-col-item a:hover .attorney-name {}

/* attorney section css */
.video-heading-row {
	margin-bottom: 30px;
}

.video-bottom-content {
	margin-top: 40px;
}

.blue-bg {
	background: rgba(2, 78, 172, 1);
}

.full-blue-content-sec {
	margin-top: -60px;
}

.full-blue-content-sec, .full-blue-content-sec *, .full-blue-content-sec h2, .full-blue-content-sec p {
	color: #fff;
}

.about-attorney-sec.remove-extra-margin .col-lg-6 {
	margin-top: 0;
}

.accordion_button {
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, .1);
	color: #303030;
	font-size: 22px;
	font-weight: 500;
	padding-left: 65px;
}

.accordion_button:after {
	content: "";
	background-color: #024eac;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	background-image: url("https://cdn-iiebj.nitrocdn.com/EyQANQzPUsSeVnnwNuJVJNGgazBDWXjm/assets/images/optimized/rev-28da5f6/truckaccidents.com/wp-content/themes/monochrome-pro/images/right_arrow.svg");
	background-position: center;
	background-size: 11px;
}

.accordion_button:not(.collapsed)::after {
	background-image: url("https://cdn-iiebj.nitrocdn.com/EyQANQzPUsSeVnnwNuJVJNGgazBDWXjm/assets/images/optimized/rev-28da5f6/truckaccidents.com/wp-content/themes/monochrome-pro/images/right_arrow.svg");
	transform: rotate(-90deg);
}

.accordion_button:focus {
	border: none;
	box-shadow: none;
}

.accordion_button:not(.collapsed) {
	background-color: #fff;
	color: #024eac;
}

.grid_box_content {
	position: absolute;
	top: 0px;
	top: 100%;
	display: flex;
	align-items: flex-end;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	width: 100%;
	padding: 20px;
	transition: .5s;
	flex-wrap: wrap;
}

.grid_box:hover .grid_box_content {
	top: 0px;
}

.grid_box {
	overflow: hidden;
}

.onhover_data {
	width: 100%;
}

.grid_box_title {
	color: #fff;
	position: absolute;
	padding: 20px;
	bottom: 0px;
}

.right_side_content {
	background-color: #77828a;
	padding: 30px;
	color: #fff;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.content_sec_blue_bg:before {
	content: "";
	background-color: #024eac;
	position: absolute;
	width: 100%;
	height: calc(100% - 38px);
	z-index: -1;
	top: 19px;
}

.left_content p {
	font-size: 28px;
	line-height: 42px;
}

.left_content {
	padding-top: 70px;
	padding-bottom: 80px;
	font-weight: 400;
}

.right_side_content ul li a {
	color: #fff;
	font-weight: 500;
}

.right_side_content ul li {
	position: relative;
	padding-left: 20px;
	margin: 3px 0px;
}

.right_side_content ul li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	left: 0px;
	top: 14px;
}

.right_side_content h4 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 35px;
}

.slider_dots_dark li button {
	background: rgba(48, 48, 48, .15);
}

.slider_dots_dark li.slick-active button, .slider_dots_dark li button:hover {
	background: rgba(48, 48, 48, .4);
}

.content_slider ul.slick-dots {
	text-align: center;
	left: 0px;
	bottom: 40px;
}

.content_slider.slider_dots_dark {
	padding: 50px;
	padding-bottom: 100px;
}

.content_slider .heading {
	font-size: 42px;
}

.bg_grey_overlay:after {
	content: "";
	background-color: #f0f2f4;
	top: 0px;
	width: 100%;
	position: absolute;
	height: 60%;
	z-index: -1;
}

.common-space {
	position: relative;
}

.lawyer_img img {
	width: 300px;
	margin: auto;
	display: block;
}

.dark_dots li {
	margin: 0px 10px;
}

.dark_dots li button {
	background: rgba(48, 48, 48, .15);
	border: none;
	width: 22px;
	height: 22px;
}

.dark_dots li.slick-active button, .dark_dots li button:hover {
	background: rgba(48, 48, 48, .4);
	border: none;
}

.dark_dots ul.slick-dots {
	left: 0px;
}

.dark_dots li {
	margin: 0px 5px;
	width: 22px;
	height: 22px;
}

.photo_slider {
	padding-left: 50px;
	padding-right: 50px;
}

.dark_dots .slick-prev.slick-arrow {
	margin-top: -34px;
	left: 0px;
}

.slider_arrow_blue .slick-arrow:hover, .slider_arrow_blue .slick-arrow:focus {
	background-color: transparent;
}

.slider_arrow_blue .slick-arrow {
	background-image: url("https://cdn-iiebj.nitrocdn.com/EyQANQzPUsSeVnnwNuJVJNGgazBDWXjm/assets/images/optimized/rev-28da5f6/truckaccidents.com/wp-content/themes/monochrome-pro/images/slider_arrow_blue.svg");
	width: 25px;
	height: 60px;
	border: none;
	right: 0px;
}

.slider_arrow_blue .slick-arrow.nitro-lazy {
	background-image: none !important;
}

.theme-bg-blue h4 {
	color: #fff;
	font-weight: 400;
	font-size: 42px;
}

.logos_gallery .gallery-columns-3 .gallery-item {
	width: 33.33%;
	text-align: center;
}

.logos_gallery .gallery-columns-3 {
	display: flex;
	flex-wrap: wrap;
}

.logos_gallery .gallery-columns-3 .gallery-item img {
	max-height: 200px;
	width: auto;
}

.video_main_slider img {
	height: 371px;
	object-fit: cover;
}

.imgthumb img {
	height: 117px;
	object-fit: cover;
	cursor: pointer;
}

.imgthumb {
	margin: 0px 5px;
}

.video_list_slider {
	margin: 0px -5px;
}

.banner-heading {
	text-wrap: balance;
}

.address_row {
	display: flex;
	flex-wrap: wrap;
}

.address_row span {
	width: calc(100% - 55px);
}

.content_and_image_list:nth-child(even) {
	flex-direction: row-reverse;
}

.content_and_image_list.normal-listing-content ul {
	column-count: 1;
}

.content_and_image_list.normal-listing-content ul a {
	font-weight: normal;
}

.single-areas-served .trusted-leaders-sec .item-card {
	flex-wrap: wrap;
}

.single-areas-served .trusted-leaders-sec .card-content {
	width: 100%;
	margin-left: 0px;
	margin-top: 25px;
}

.grid_box_content div {
	width: 100%;
}

.grid_box:hover .grid_box_title {
	display: none;
}

.grid_box img.d-block.w-100 {
	min-height: 250px;
	object-fit: cover;
}

.grid_box_content .nap-address-info {
	background-image: url("https://cdn-iiebj.nitrocdn.com/EyQANQzPUsSeVnnwNuJVJNGgazBDWXjm/assets/images/optimized/rev-28da5f6/truckaccidents.com/wp-content/themes/monochrome-pro/home/img/nap-icon.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0px 5px;
	padding-left: 40px;
	line-height: normal;
	margin-bottom: 10px;
	font-size: 16px;
}

.grid_box_content .nap-address-info.nitro-lazy {
	background-image: none !important;
}

.grid_box_content .nap-address-info a {
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}

.grid_box_content .phoneno {
	background-image: url("https://cdn-iiebj.nitrocdn.com/EyQANQzPUsSeVnnwNuJVJNGgazBDWXjm/assets/images/optimized/rev-28da5f6/truckaccidents.com/wp-content/themes/monochrome-pro/home/img/phn_icon.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	padding-left: 40px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: normal;
}

.grid_box_content .phoneno.nitro-lazy {
	background-image: none !important;
}

.grid_box_content p {
	margin: 0px;
}

.page_banner_wrap .btn {
	background-color: rgba(0, 0, 0, .55);
	color: #fff;
}

.page_banner_wrap .btn:hover {
	color: #000;
	border-color: #fff;
	background-color: #fff;
}

.play-icon3:after {
	content: "";
	background-image: url("https://cdn-iiebj.nitrocdn.com/EyQANQzPUsSeVnnwNuJVJNGgazBDWXjm/assets/images/optimized/rev-28da5f6/truckaccidents.com/wp-content/themes/monochrome-pro/images/play-icon3.svg");
	width: 100px;
	height: 70px;
	background-color: rgba(0, 0, 0, .55);
	border-radius: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.play-icon3:hover:after {
	background-color: rgba(0, 0, 0, 1);
}

.no-play-btn .html5lightbox:after {
	display: none;
}

.contact_sec_wrap [type=submit]:hover {
	color: #fff;
}

.single-areas-served .trusted-leaders-sec.full-width-list .card-list-row .item-card {
	flex-wrap: nowrap;
}

.single-areas-served .trusted-leaders-sec.full-width-list .card-list-row .item-card .card-content {
	width: calc(100% - 115px);
	margin-left: 25px;
}

.nationwide_presence .bottom_content {
	margin-bottom: 25px;
}

.content2 strong {
	font-size: 24px;
}

.content2 p {
	margin-bottom: 1rem;
}

.content2 p:last-child {
	margin-bottom: 0px;
}

.content2 .text-center p {
	font-size: 32px;
}

.choosing_boxes_list .description p {
	text-align: center;
}

.consultation_slider .btn:hover {
	color: #fff;
	border-color: #fff;
}

.right_side_content ul li a:hover {
	padding-left: 5px;
	opacity: .8;
}

.img-contain.right_img_with_top_content .right-image-wrap img {
	object-fit: contain;
}
