body{
    max-width: 100vw;
    overflow-X: hidden;
}

/* Attorny CSs */

.attorney-details-top {
    display: grid;
    grid-template-columns: 43% auto;
}

.attorney-details-right {
    padding: 30px;
}
.attorney-details-left img {
    max-width: 100%;
    height: -webkit-fill-available;
}
.tit-div {
    display: grid;
    grid-template-columns: 70% 30%;
	margin-bottom: 25px;
}
h2.att-title {
    font-size: 30px;
    padding-bottom: 0px;
    line-height: 32px;
    font-weight: bold;
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
}
.cl-text{
	font-size: 18px;
    line-height: 32px;
    font-weight: 600;
	color: #2B4B65;
}
.rech-text{
	font-size: 20px;
    line-height: 32px;
    font-weight: 600;
	color: #2B4B65;
	margin-bottom: 10px;
}
.location-text{
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	color: #2B4B65;
}
.tit-div-left p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 10px;
}
.social-links div img {
    margin-left: 6px;
    position: relative;
    top: 2px;
}
.social-links div {
    margin-bottom: 6px;
}

.tit-div-right .social-links ul {
    display: flex;
    list-style: none;
    padding: 0px;
    gap: 15px;
}

.blurbs .blurb {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}
.blurbs .blurb img{
	height: 40px; 
	width: 40px;
}
.blurb-des h4 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 0px;
    font-weight: 600;
}
.blurb-des p {
    color: #030C14;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.con-div {
    background: #F0F3F6;
    border-radius: 10px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
}
.phone-cl {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #2b4b65;
}
.cnt-me a {
    background: #2b4b65;
    padding: 11px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}
.phone-cl {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #2b4b65;
    margin: 5px 0px 12px;
}
.con-div-right:before {
    content: '';
    width: 1px;
    height: 72%;
    background: transparent;
    border-right: 1px dashed #2B4B65;
    display: block;
    position: absolute;
    margin-left: -30px;
    top: 30px;
}
.attorney-details {
    box-shadow: 0px 0px 18px #d4d7d991;
    border-radius: 8px;
    overflow: hidden;
}




/* Tab navigation styles */
.tab-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tab-navigation {
    padding: 0px 0px 10px;
    position: relative;
}

.tab-navigation li {
    display: inline-block;
    margin-right: 40px;
}

.tab-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

ul.tab-navigation li a {
    font-size: 22px;
    font-family: 'Playfair Display';
    color: #1a1a1a91;
    font-weight: 600;
}
ul.tab-navigation li a:after {
    content: "";
    width: 0;
    height: 5px;
    background: #2b4b65;
    display: block;
    position: relative;
    top: 5px;
	transition: 0.3s ease-in;
}
ul.tab-navigation li:hover a:after,
.tab-navigation li a.active:after{
	width: 100%;
}

.tab-navigation li a.active,
ul.tab-navigation li:hover a{
    color: #2B4B65;
}

/* Tab content styles */
.tab-content > div {
    display: none;
    padding: 0px;
	margin-top: 30px;
}

.tab-content > div:first-of-type {
    display: block;
}

.tab-content h3 {
    font-size: 22px;
	line-height: 32px;
    font-weight: 600;
    color: #2b4b65;
    padding-bottom: 7px;
}
.tab-content ul{
	padding: 0px 25px 20px;
}
.tab-content li{
	margin-bottom: 5px;
}

.practice-areas-blurb div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.practice-areas-blurb div img{
	margin-bottom: 0px!important;
}
.practice-area {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
}

.practice-area-left {
    padding: 30px;
    box-shadow: 0px 0px 10px #33333326;
    border-radius: 8px;
}

.practice-area-left img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
div#attorney-posts-container .all_attornies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    grid-template-areas: 2;
    grid-column: 1;
    grid-column-end: 3;
}
div#attorney-posts-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.sin-des {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-top: 2px dashed #030C14;
    padding: 15px 0px 20px;
    margin-top: 15px;
    color: #030c14b3;
}
.single_attorney {
    padding: 14px;
    background: #fff;
	align-items: center;
    box-shadow: 0px 0px 10px #11111129;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 20px;
	transition: 0.3s ease-in;
}

.single_attorney_left img.star{
    min-width: 20px;
    min-height: 20px;
}

.single_attorney_right h2 {
    font-size: 24px!important;
    font-family: 'Playfair Display'!important;
    color: #030C14;
    padding: 0px;
    line-height: 32px;
    font-weight: 700;
}
.website-sin a {
    font-size: 14px;
    font-weight: 300;
    color: #030c14b3;
}
.sin-ph,
.sin-em{
    font-size: 18px;
    color: #030c14;
    margin: 7px 0px;
    font-weight: 500;
}
.sin-lo {
    font-size: 18px;
    color: #030c14;
    margin: 0;
    font-weight: 500;
}
a.v-profile {
    height: 50px;
    width: 130px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
	background: transparent;
}
.et-db #et-boc .button-sec .em-me {
    height: 50px;
    width: 130px;
	background: #2B4B65;
    border: 1px solid #2B4B65;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.button-sec {
    display: flex;
    align-items: center;
    gap: 20px;
}
.single_attorney:hover{
	background: #2B4B65;
}
.single_attorney:hover h2,
.single_attorney:hover .website-sin a,
.single_attorney:hover .sin-des,
.single_attorney:hover .sin-ph,
.single_attorney:hover .sin-lo,
.single_attorney:hover .sin-em {
	color: #fff!important;
}
.single_attorney:hover a.em-me{
	color: #2B4B65!important;
	background: #fff!important;
	border: 1px solid #fff!important;
}
.single_attorney:hover a.v-profile {
    border: 1px solid #fff!important;
	color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
	background: transparent;
}
.single_attorney:hover .sin-des {
    border-top: 2px dashed #fff;
}

.search-filter {
    background: #c3e4ff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form#search-top-right{
    display: flex;
    align-items: center;
    gap: 20px;
}
input#search_attorney {
    height: 50px;
    width: 500px;
    max-width: 100%;
    padding: 10px 24px;
    border-radius: 8px;
    border: 0px;
    font-size: 16px;
    color: #111111d4;
}
select#state_filter, select#city_filter{
    height: 50px;
    border: 0px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #2b4b65;
}
.stb {
    font-size: 16px;
    color: #030C14;
    font-weight: 400;
}
.single_attorney_left {
    background-size: cover !important;
    min-height: 315px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.single_attorney_left {
    position: relative;
}
.single_attorney_left img.star {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.pagination {
    clear: both;
    width: calc(200% + 30px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 18px;
}
.pagination b {
    color: #2b4b65;
    font-weight: 600;
}

.featured_attornies {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

#best-atto .single_attorney {
    padding: 0px;
    box-shadow: 0px 0px 10px #11111129;
    display: block;
    transition: 0.3s ease-in;
}
#best-atto .single_attorney_right {
    padding: 25px 25px 30px;
}
#best-atto .single_attorney_left {
    max-height: 350px;
    overflow: hidden;
}
#best-atto .single_attorney_left img {
    margin-top: -8%;
    min-width: 100%;
    min-height: 100%;
}
#best-atto .pagination {
    width: 100%;
    margin-top: 25px;
}

#best-atto .sin-des {
    border-top: none;
    border-bottom: 2px dashed #030C14;
    padding: 10px 0px 15px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#best-atto .single_attorney:hover .sin-des{
	border-top: none;
    border-bottom: 2px dashed #fff;
    padding: 10px 0px 15px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#best-atto .website-sin {
    margin-bottom: 20px;
}
#best-atto .website-sin a {
    font-size: 18px;
    font-weight: 500;
}
#best-atto single_attorney_left {
    margin-bottom: 0px;
}
#best-atto .search-filter {
    background: white;
    border-bottom: 1px solid #00000033;
    border-radius: 0px;
    padding: 0px 0px 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#best-atto input#s {
	box-shadow: 0px 0px 10px #11111130;
}
.icon-map,
.icon-phone,
.icon-email,
.icon-web{
	height: 20px;
	width: 20px;
	display: block;
	margin-right: 10px;	
}
.sin-em,
.website-sin,
.sin-ph,
.sin-lo{
	display: flex;
	align-items: center
}
.icon-map{
	background: url(https://xyz.4demo.dev/wp-content/uploads/2024/02/MapPin.png);
	background-size: cover;
}
.icon-phone{
	background: url(https://xyz.4demo.dev/wp-content/uploads/2024/02/PhoneCall.png);
	background-size: cover;
}
.icon-email{
	background: url(https://xyz.4demo.dev/wp-content/uploads/2024/02/PhoneCall-1.png);
	background-size: cover;
}
.icon-web{
	background: url(https://xyz.4demo.dev/wp-content/uploads/2024/02/Vector-2.png);
	background-size: cover;
}

.single_attorney:hover .icon-map,
.single_attorney:hover .icon-web,
.single_attorney:hover .icon-email,
.single_attorney:hover .icon-phone{
    filter: contrast(0) brightness(200%);
}

.pagination-info-page {
    display: flex;
    align-items: center;
    gap: 15px;
}
span.page-numbers.current {
    font-weight: 900;
}
#custom-search .search-filter {
    background: #f0f3f6;
}

div#featured-attorney-posts-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.featured_attornies {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 1;
    gap: 30px;
    grid-column-end: 4;
}