/* Lawyer details page style */
.banner.banner-breadcrumb {
	min-height: unset;
	padding: 110px 0 100px 0;
	margin-bottom: 0;
}

.breadcrumb-list {
	list-style: none;
	background: #F6F8FA;
	border-radius: 4px;
	gap: 8px;
	padding: 6px 12px;
}

.breadcrumb-list li {
	line-height: 1;
}

.breadcrumb-list li a {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #77828A;
	text-decoration: none;
}

.breadcrumb-list li a.active {
	font-weight: 500;
	color: #1F6BFF;
}

.breadcrumb-list li i {
	font-size: 14px;
	line-height: 1;
    color: #93BEE6;
}

.lawyer-details-box {
	position: relative;
	z-index: 1;
	margin-top: -65px;
}

.lawyer-details-box .lawyer-list-col {
    position: relative;
	background: #FFFFFF;
	box-shadow: 0px 0px 35px #DFE3E5;
    border-radius: 8px;
	border: none;
	padding: 15px;
}

.lawyer-details-box .lawyer-photo {
	position: relative;
}

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

.photo__label {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(100% - 10px);
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #2D3A46;
	padding: 5px 0;
}

.photo__label img {
	max-width: 20px;
	margin-right: 8px;
}

.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-details-box .lawyer-detail-content h5 p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	color: #2D3A46;
}

.lawyer-details-box .lawyer-detail-content h5 p a {
	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;
}

.firm-location {
   margin: 30px 0 0 0;
}

.firm-location span {
    width: 32px;
    height: 32px;
    background: #F3F7FE;
    border-radius: 50%;
}

.firm-location p {
    font-weight: 400;
}

.lawyer-profile-btns {
	list-style: none;
}

button.bookmart {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #2D3A46;
    gap: 6px;
}

.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;
}

.lawyer-contact__list {
	list-style: none;
}

.lawyer-contact__list li {
	margin-bottom: 4px;
}

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

.lawyer-contact__list li span {
	background: #F3F7FE;
	border-radius: 50%;
	width: 32px;
	height: 32px;
}

.lawyer-contact__list li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #2D3A46;
}

.claimed-profile-other-option a {
	background: #F7FAFD;
	border: 1px solid #E6F0FB;
	border-radius: 44px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #686868;
	text-decoration: none;
	padding: 6px;
}

.review-lawyer-btn a {
	display: block;
	font-size: 14px;
	line-height: 1;
	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;
	padding: 14px 15px;
}

.scrollspy-nav {
	position: sticky;
	top: 87px;
	left: 0;
	width: 100%;
	z-index: 5;
	background: #FAFCFF;
	padding: 15px 0;
	margin: 50px 0 30px 0;
}

.scrollspy-nav-wrap {
	overflow-x: auto;
	overflow-y: hidden;
}

.scrollspy-nav-list {
	list-style: none;
	width: max-content;
	border-bottom: 2px solid #93CBFF;
	gap: 30px;
	padding: 0;
}

.scrollspy-nav-list li a {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	color: #2D3A46;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	padding: 0 0 15px 0;
}

.scrollspy-nav-list li.active a {
	border-color: #007BEE;
	color: #007BEE;
}

.scrollspy-nav-list li a::after {
	position: absolute;
	content: "";
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, 0) rotate(45deg);
	border: 5px solid #007BEE;
	border-color: #007BEE transparent transparent #007BEE;
	visibility: hidden;
	opacity: 0;
}

.scrollspy-nav-list li.active a::after {
	visibility: visible;
	opacity: 1;
}

.border-box {
	border: 1px solid #B8CAD0;
	border-radius: 8px;
	padding: 16px;
}

.lawyer-details-item__panel {
	margin-bottom: 40px;
}

.lawyer-details-item__panel h3 {
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
	color: #03223F;
}

.overview-left span {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
	color: #2D3A46;
}

.overview-text p {
	line-height: 1.625em;
	color: #2D3A46;
}

.overview-text .moretext {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.overview-text.expand .moretext {
	-webkit-line-clamp: unset;
}

.moreless-button {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	text-decoration-line: underline;
	color: #047DEE;
}

.overview-right-col {
	border-bottom: 1px solid #EBECEC;
	padding: 15px 0;
}

.overview-right-col:first-child {
	padding: 0 0 15px 0;
}

.overview-right-col:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.overview-right-col span {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #2D3A46;
	margin-bottom: 15px;
}

.social-media-list {
	list-style: none;
	gap: 12px;
}

.overview-right-col p {
	color: #2D3A46;
	margin-bottom: 12px;
}

.overview-right-col p strong {
	font-weight: 600;
}

.payment-listing {
	list-style: none;
	gap: 20px;
}

.payment-listing li {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #2D3A46;
	padding-left: 22px;
}

.payment-listing li::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../img/checklist-verify.png) no-repeat center center;
}

.box__bg {
	background: #F5F8F9;
}

.area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 2px 12px 2px 2px;
	margin-bottom: 12px;
}

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

.cases-achivement {
	padding: 50px 0;
}

.cases-card {
	border: 1px solid #C2CDD2;
	box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	text-decoration: none;
}

.cases-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 4px;
}

.cases-card span {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: #007BEE;
	border: 1px solid #007BEE;
	border-radius: 8px;
	padding: 13px;
	transition: 0.4s;
	margin-top: 12px;
}

.modal-content {
	border: 1px solid #B8CAD0;
	border-radius: 8px;
	filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.17));
}

.modal-header {
	padding: 14px 18px;
}

.modal-title {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #404040;
}

.close__modal {
	width: 24px;
	height: 24px;
	background: url(../img/close-icon.png);
	border-radius: 50%;
	opacity: 1;
	padding: 0 !important;
}

.modal-body {
	padding: 20px 0;
}

.project-detlail-list {
	list-style: none;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 15px 10px 15px;
}

.project-detlail-list li {
	position: relative;
}

.project-detlail-list li::after {
	display: none;
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 1px;
	height: calc(100% - 10px);
	background: #E6E6E6;
}

.project-detlail-list li:last-child::after {
	display: none;
}

.project-detlail-list li p {
	color: #404040;
	line-height: 1.1111111111111112em;
}

.project-detlail-list li p span {
	font-size: 14px;
	line-height: 10px;
	color: #007BEE;
	margin-bottom: 12px;
}

.case-popup-image {
	padding: 10px 10px 0 10px;
}

.case-image-slider-col img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 4px;
}

.js-case-image-slider .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	background: rgba(26, 26, 26, 0.33);
	border-radius: 12px;
	gap: 5px;
	padding: 6px 12px;
	margin: 0;
}

.js-case-image-slider .slick-dots li button {
	width: 10px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 8px;
	transition: 0.3s linear;
}

.js-case-image-slider .slick-dots li.slick-active button {
	width: 40px;
}

.modal-footer {
	overflow-y: auto;
	max-height: 330px;
	justify-content: flex-start;
	padding: 15px;
}

.description-text {
	margin: 0 0 15px 0;
}

.description-text span {
	display: block;
	font-size: 14px;
	line-height: 10px;
	font-weight: 400;
	color: #007BEE;
	margin-bottom: 12px;
}

.description-text p {
	line-height: 1.333em;
	color: #404040;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.description-text.expand p {
	-webkit-line-clamp: unset;
}

.modal-footer .readMore-btn {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-decoration-line: underline;
	color: #047DEE;
}

.reviews-block {
	padding-bottom: 50px;
}

.reviews-block h2 {
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
	color: #03223F;
}

.reviews-status p {
	width: 65px;
}

.reviews-status .progress {
	width: calc(100% - 130px);
	height: 10px;
	background: #F0F0F0;
	border-radius: 8px;
}

.progress-bar {
	height: 100%;
	background: #0A80EF;
	border-radius: 8px;
}

.reviews-status ul {
	list-style: none;
}

.reviews-status ul li {
	margin-bottom: 15px;
}

.reviews-status ul li:last-child {
	margin-bottom: 0;
}

.reviews-status ul li p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	color: #595959;
}

.reviews-status ul li p:last-child {
	text-align: right;
}

.reviews-result {
	position: relative;
	padding: 25px;
	border: 1px solid #B8CAD0;
	border-radius: 8px;
}

.reviews-result::before {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	left: 10px;
	top: 10px;
	background: #F1FAFE;
	border-radius: 4px;
}

.reviews-result-content {
	position: relative;
	z-index: 2;
}

.reviews-result h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #1E6BFF;
	margin-bottom: 10px;
}

.reviews-result h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
	color: #2D3A46;
	height: 36px;
	margin-bottom: 12px;
}

.reviews-result h4 span {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #767B7F;
}

.reviews-result h4 img {
	margin-right: 8px;
	display: unset;
}

.reviews-result p {
	font-size: 16px;
	color: #2D3A46;
	margin-bottom: 16px;
}

.reviews-result a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 9px 24px;
	border-radius: 8px;
}

.reviews-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #E6E6E6 1px solid;
	display: none;
}

.reviews-content {
	position: relative;
	padding-top: 40px;
}

.reviews-image {
	width: 60px;
	margin-right: 16px;
}

.reviews-image img {
	width: 60px;
	border-radius: 100%;
}

.reviews-name h3 {
	font-size: 18px;
	line-height: 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-bottom: 8px;
	color: #404040;
}

.reviews-name p {
	font-size: 16px;
	line-height: 18px;
	color: #8B8B8B;
}

.reviews-text p {
	color: #404040;
	margin-bottom: 12px;
}

.read-more {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	color: #047DEE;
	margin-top: 16px;
}

.reviews-top__right {
	padding: 15px 0;
}

.reviews-top__right ul {
	list-style: none;
}


.lawyers-carousel {
    background: #F5F8F9;
    padding: 50px 0;
}

.lawyers-carousel-col {
    padding: 0 12px;
}

.lawyers-carousel-cards {
    background: #FFFFFF;
    border: 1px solid #C2CDD2;
    box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    text-align: center;
    min-height: 396px;
    padding: 24px 20px;
}

.lawyers__image-text img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.lawyers__image-text h5 {
    position: relative;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    color: #03223F;
    padding: 0 0 14px 0;
    margin: 10px 0 14px 0;
}

.lawyers__image-text h5::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80px;
    height: 1px;
    background: #DBDADA;
}

.lawyers__abouts-text {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lawyers__abouts-text li,
.lawyers__abouts-text li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #2D3A46;
    text-decoration: none;
}

.lawyers__abouts-text li {
    margin-bottom: 10px;
}

.lawyers__abouts-text li:last-child {
    margin-bottom: 0;
}

.lawyers__abouts-text li p {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #1F6BFF;
    margin: 0 0 12px 0;
}

.lawyers__abouts-text li span {
    width: 28px;
    height: 28px;
    background: #F3F7FE;
    border-radius: 50%;
    margin-bottom: 12px !important;
}

.js-lawyers-carousel {
    position: relative;
    padding: 0 0 45px 0;
    margin: 0 -12px;
}

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

.js-lawyers-carousel .slick-arrow {
    background: url(../img/slick-arrow-lwft-black.svg) no-repeat center center / cover;
}

.js-lawyers-carousel .slick-next {
    background: url(../img/slick-arrow-right-black.svg) no-repeat center center / cover;
}


.practice-listing {
    list-style: none;
    background: #F5F8F9;
    border: 1px solid #B8CAD0;
    border-radius: 8px;
    padding: 15px;
    margin: 0;
}

.practice-listing li {
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 15px 12px 40px;
    margin: 0 0 15px 0;
}

.practice-listing li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background: url(../img/listing-star-blue.svg) no-repeat center center / cover;
}

.practice-listing li a {
    display: block;
    font-size: 16px;
    line-height: 1.22223em;
    font-weight: 500;
    color: #2D3A46;
    text-decoration: none;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
    transition: 0.3s;
}


.location-crads-item {
    background: #FFFFFF;
    border: 1px solid #C2CDD2;
    box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 16px;
}

.location-crads-item h5 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #03223F;
    margin: 0;
}

.location-crads-item p {
    color: #2D3A46;
    border-bottom: 1px solid #DBDADA;
    margin: 12px 0 16px 0;
    padding: 0 0 15px 0;
}

.location-crads-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-crads-item ul li .btn-primary img {
    filter: brightness(0) invert(1);
}

.border-btn {
	border: 1px solid #007BEE;
	box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    color: #007BEE;
    min-height: 44px;
	padding: 9px 24px;
}

/* Firms details page style end */