.find-firms-banner {
    min-height: unset;
    padding: 95px 0 40px 0;
    margin-bottom: 44px;
}

.banner-shape {
    height: 410px;
}

.lawyer-category-listing {
    flex-direction: column;
	gap: 10px;
	box-shadow: 0px 0px 35px #DFE3E5;
	border-radius: 8px;
	padding: 12px;
	margin-top: 0;
	margin-bottom: -72px !important;
}

.lawyer-category-listing li {
    width: 100%;
	background: rgba(0, 123, 238, 0.1);
	border-radius: 8px;
	transition: 0.4s;
	padding: 10px 8px;
}

.lawyer-category-listing li p {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	color: #007BEE;
	transition: 0.4s;
	margin: 0;
}

.lawyer-category-listing li span {
	width: 28px;
	height: 28px;
	background: #FFFFFF;
	border-radius: 3px;
}

.lawyer-category-listing li span img {
	max-width: 16px;
}


.lawyer-list {
	background: #F5F8F9;
	padding: 50px 0;
}

.lawyer-list-top h3 {
	font-size: 26px;
	line-height: 1;
	font-weight: 400;
	color: #03223F;
}

.lawyer-list-top select {
	border: 1px solid #C2CDD2;
	box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	height: 44px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #2D3A46;
	background: #FFFFFF url(../img/select-down-icon.png) no-repeat;
	background-position: calc(100% - 8px) center;
	padding: 0 12px;
}

.lawyer-list-col {
	border: 1px solid #C2CDD2;
	box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
}

.lawyer-list-col:last-of-type {
	margin-bottom: 0;
}

.lawyer-photo {
	border: 1px solid #EEEEEE;
	border-radius: 4px;
}

.lawyer-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
}

.lawyer-name-rating h4 {
	width: 100%;
	font-size: 24px;
	line-height: 1.1667em;
	font-weight: 600;
	color: #03223F;
}

.lawyer-name-rating h4 span {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 10px;
	font-family: 'Poppins';
	font-weight: 400;
	color: #2EC066;
	background: #FFFFFF;
	border: 1px solid #2EC066;
	box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
	border-radius: 48px;
	padding: 9px 12px 9px 28px;
}

.lawyer-name-rating h4 span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 8px;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	background: url(../img/Verified-icon.svg);
}

.lawyer-name-rating p {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
	color: #2D3A46;
}

.lawyer-name-rating p img {
	margin: 0 8px;
}

.lawyer-name-rating p a {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #007BEE;
	text-decoration: none;
}

.lawyer-detail-content h5 {
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Poppins';
	font-weight: 500;
	color: #2D3A46;
}

.lawyer-detail-content span {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	color: #2D3A46;
}

.lawyer-detail-content h5 strong {
	font-weight: 600;
}

.lawyer-detail-content p {
	font-size: 14px;
	font-weight: 300;
	color: #2D3A46;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.lawyer-profile-btns {
	list-style: none;
	margin-top: 20px !important;
}

.lawyer-profile-btns li {
	margin-bottom: 15px;
}

.lawyer-profile-btns li:last-child {
	margin-bottom: 0;
}

.lawyer-profile-btns li a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #1F6BFF;
	background: #FFFFFF;
	border: 1px solid #1F6BFF;
	box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
	border-radius: 48px;
	text-decoration: none;
	padding: 8px 12px;
}

.lawyer-profile-btns li a img {
	margin-right: 6px;
}

.pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: #2D3A46;
	text-decoration: none;
	border-radius: 4px !important;
}

.pagination li.active a {
	background: #2D3A46;
	color: #FFFFFF;
}


.top-three-cards {
	padding: 50px 0;
}

.three-cards-title h3 {
	font-size: 24px;
	line-height: 1.9166666666666667em;
	font-weight: 700;
	color: #03223F;
}

.js-three-cards-slider {
	margin: 0 -10px;
}

.three-cards-col {
	background: #FFFFFF;
	border: 1px solid #C7D1D6;
	border-radius: 19px;
	padding: 12px 12px 20px;
	margin: 0 10px;
}

.name-logo {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
}

.name-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.three-cards-text h5 {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #03223F;
}

.three-cards-text p {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: #2D3A46;
}

.three-cards-text p a {
	text-decoration: none;
	font-size: 14px;
	color: #007BEE;
}

.three-cards-mid {
	border-block: 1px solid #C7D1D6;
	padding: 12px 0;
}

.three-cards-mid p span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #2D3A46;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.call-now-btn a {
	font-size: 16px;
	line-height: 11px;
	font-weight: 500;
	color: #007BEE;
	background: rgba(0, 123, 238, 0.1);
	box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	text-decoration: none;
}

.js-three-cards-slider {
	position: relative;
	padding-bottom: 60px;
}

.js-three-cards-slider::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 36px;
	height: 36px;
	background: rgba(30, 107, 255, 0.5);
	border-radius: 50%;
}

.js-three-cards-slider .slick-arrow {
	bottom: 11px;
	left: calc(50% - 25px);
	background: url(../img/slider-arrow-left-dark.svg) no-repeat center center / cover;
}

.js-three-cards-slider .slick-next {
	left: calc(50% + 25px);
	background: url(../img/slider-arrow-right-dark.svg) no-repeat center center / cover;
}


.faq-block {
	padding: 45px 0;
}

.faq-block h3 {
	font-size: 24px;
	line-height: 1.277777em;
	font-weight: 400;
	color: #03223F;
}

.faq-container ul {
	list-style: none;
}

.faq-item {
	display: none;
}

.faq-item {
	border-bottom: #E6E6E6 1px solid;
	padding: 14px 0;
}

.faq-item:first-child {
	border-top: #E6E6E6 1px solid;
}

.faq-item:nth-child(2),
.faq-item:last-child {
	border-bottom: none;
}

.faq-item b {
	font-family: "Lora";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5em;
	color: #000000;
	padding-bottom: 15px;
	display: block;
}

.faq-item p {
	color: #2D3A46;
}