.page_bnr {
    background: url(../images/inner-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 240px 0 100px 0;
    position: relative;
    z-index: 1;
}


.page_bnr::before {
    position: absolute;
    content: '';
    background-image: url(../images/in-banner-title-design.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 11.3%;
    height: 59%;
    bottom: 60px;
    left: 8%;
    margin: auto;
    opacity: 65%;
    pointer-events: none;
}

.page_bnr::after {
    position: absolute;
    content: '';
    background-color: #6299c4;
    height: 8px;
    width: 80%;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
}

.page_title {
    position: relative;
}

.container1 {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.page_title h1,
.page_title h2 {
    font-family: var(--headingFont);
    font-size: 65px;
    line-height: 1;
    letter-spacing: -1.3px;
    font-weight: 300;
    color: #fff;
    position: relative;
    margin: 0 0 10px 0;
}

.inrpg-breadcrumbs {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-family: var(--bodyFont);
    font-weight: 600;
    letter-spacing: -0.4px;
}

.inrpg-breadcrumbs span.breadcrumb_last {
    color: #1c2c56;
}

.page_default {
    padding: 100px 0;
    position: relative;
    background: #f8fafc;
}
.page_default.contact_pg{
	padding-top:0px !important;
}


.page_content {
    display: flex;
    justify-content: space-between;
}

.genpg-rite {
    width: 64.9%;
}

.genpg-rite.full-width {
    width: 100%;
}

.genpg-lft {
    width: 31.3%;
    max-width: 400px;
}

.cmn-img,
.single-post-thumbnail {
    margin-bottom: 30px;
}

.cmn-img img,
.single-post-thumbnail img {
    width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: "Mona Sans", sans-serif;
    font-weight: 300 !important;
    line-height: 1;
    letter-spacing: 0;
    font-weight: normal;
    color: #0b193d;
    text-transform: capitalize;
    margin: 0 0 20px;
}

h1,
.search-no-results article.post .entry-header h1.entry-title {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -0.55px;
}

h2 {
    font-size: 45px;
    line-height: 1.21;
    letter-spacing: -0.84px;
}

h3 {
    font-size: 41px;
    letter-spacing: -0.7px;
}

h4 {
    font-size: 36px;
    letter-spacing: -0.6px;
}

h5 {
    font-size: 32px;
    letter-spacing: 0;
}

h6 {
    font-size: 27px;
    letter-spacing: 0;
}

p,
li {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.71;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 25px;
}

.page_default .genpg-rite a {
    color: var(--lightblue);
    text-decoration: none;
}

.page_default .genpg-rite li {
    padding-left: 24px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px;
}

.page_default .genpg-rite ul li:before {
    position: absolute;
    content: "";
    background: url(../images/in-right-chevron.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 14px;
    left: 0;
    right: 0;
    top: 10px;
}

.page_default .genpg-rite li ul {
    padding: 15px 0 0;
    margin: 0;
}

.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}

.page_default .genpg-rite li ul li:before {
    display: none;
}

.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}

.page_default .genpg-rite li a {
    text-decoration: none;
    color: var(--blue);
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #1c2c56;
}

.page_default .genpg-rite ul li>ul li {
    list-style-type: none;
}

.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}

.page_default .genpg-rite ul li>ul li:before {
    display: block;
}

.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}

.page_default .genpg-rite ul li>ol li:before {
    display: none;
}

.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}


.inr-cta-box .cta-box-title {
    font-size: 70px;
    line-height: 1.17;
    letter-spacing: -1.4px;
    font-family: "Mona Sans", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 27px;
}

.page_default .genpg-rite .inr-cta-box a.cmn-btn {
    color: #fff;
}


/*  SearchPage Styles */

.search-no-results article.post .entry-header {
    margin: 0;
}

.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 20px;
}


/* Sidebar Styles */

.genpg-lft .widget {
    background-color: #1c2c56;
    margin: 0 0 50px;
    border-radius: 0 0 55px;
}

.genpg-lft .widget .widget-title {
    text-align: center;
    color: #fff;
    padding: 20px;
    margin: 0;
    font-size: 40px;
    border: 0;
    font-family: "Mona Sans", sans-serif;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 1;
    border-bottom: 1px solid #fff;
}

.genpg-lft .widget .menu-practice-areas-container,
.genpg-lft .widget ul {
    padding: 30px 25px 30px 30px;
    margin: 0;
}

.genpg-lft .widget ul {
    margin: 0px;
}

.genpg-lft .widget ul li a {
    font-family: var(--bodyFont);
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.25px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.genpg-lft .widget ul li a::before {
    background: url(../images/side-bar-nav-icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 5px;
    transition: 0.5s;
}

.genpg-lft .widget ul li a:hover::before {
    background: url(../images/side-bar-nav-icon-hov.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.genpg-lft .widget ul li {
    margin: 0 0 25px;
    position: relative;
    border: 0;
    line-height: 1;
}

.genpg-lft .widget ul li:last-child {
    margin: 0;
}

.genpg-lft .widget ul li a:hover {
    color: #6299c4;
}

.genpg-lft .widget ul.sub-menu {
    display: none;
    padding: 10px 0 0 30px;
}

.genpg-lft .widget ul.sub-menu li a {
    font-size: 18px;
    padding-left: 20px;
}

.genpg-lft .widget ul.sub-menu li a:before {
    width: 12px;
    top: 3px;
}

.genpg-lft li.menu-item-has-children {
    padding-right: 30px;
}

.genpg-lft button.subMenuToggle {
    position: absolute;
    right: 0;
    top: -4px;
}

.genpg-lft .widget ul.sub-menu li {
    margin: 0 0 10px;
}

.genpg-lft .menu-item-has-children>button {
    font-family: var(--bodyFont);
    font-size: 33px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: block;
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 0;
}

.genpg-lft .menu-item-has-children>button:before {
    content: '+';
}

.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    content: '-';
    font-size: 46px;
    top: -12px;
    position: relative;
    right: 3px;
}

.genpg-lft .widget li a.drop.open {
    transform: rotate(90deg);
}


/* Blog Sidebar */

.blog-archives {
    position: relative;
    margin: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.genpg-lft .blog-archives .widget {
    box-shadow: unset;
    width: 100%;
    margin: 0;
    border-radius: 35px;
}

.blog-archives .widget .widget-title {
    display: none;
}

.genpg-lft .blog-archives .widget h4.widget-title {
    text-align: left;
    padding: 20px 0;
}

.genpg-lft .blog-archives .widget input,
.genpg-lft .blog-archives .widget select {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #fff;
    padding: 23px 70px 23px 30px;
    background-color: #1c2c56 !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 100%;
    background-image: url(../images/blog-sdbr-down.webp) !important;
    background-repeat: no-repeat;
    background-size: 19px 11px;
    background-position: right 40px center;
    height: auto !important;
    opacity: 1 !important;
    border: 0;
    border-radius: 35px;
}

.genpg-lft .blog-archives .widget .search-field {
    background-image: none !important;
    cursor: text;
}

.genpg-lft .blog-archives .widget input::placeholder {
    color: #fff;
}

.genpg-lft .blog-archives .widget input.search-submit {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 28px !important;
    padding: 0px !important;
    color: #fff !important;
    background-image: url(../images/blog-sdbr-srch.webp) !important;
    font-size: 0 !important;
    background-size: contain;
    background-color: transparent !important;
    z-index: 1;
    -webkit-appearance: inherit !important;
    appearance: inherit !important;
    background-position: center;
}

.genpg-lft .blog-archives .search-form {
    position: relative;
}

.genpg-lft .widget ul li a {
    font-size: 22px;
    line-height: 1.2;
}

.genpg-lft .widget ul li a:before {
    top: 5px;
}

.blog-archives.blog-single-srch .widget-title {
    display: block;
}

.blog-archives.blog-single-srch {
    flex-direction: column;
    gap: 50px;
}

.blog-archives.blog-single-srch .widget {
    border-radius: 0 0 55px 0;
}

.blog-archives.blog-single-archive {
    flex-direction: column;
    background-color: #568eb9;
    padding: 30px 15px 40px;
    border-radius: 0 0 55px 0;
    gap: 30px;
}

.blog-archives.blog-single-archive .widget {
    background-color: transparent;
}

.blog-archives.blog-single-archive .widget-title {
    display: block;
    border-bottom: none;
    text-align: left;
    margin: 0 0 23px 20px;
    padding: 0 !important;
}

.page_default.single-blog_pg .widget.widget_categories {
    border-bottom-right-radius: 35px;
    background-color: #568eb9;
}

.page_default.single-blog_pg .widget.widget_categories form {
    padding: 25px 15px;
}


/* Table Content */

.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 32px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}

.genpg-lft .widget .lwptoc_header b {
    font-weight: 400 !important;
    color: #fff;
}

.genpg-lft .widget .lwptoc_item {
    margin-bottom: 20px !important;
}

.genpg-lft .widget .lwptoc_item a,
.genpg-lft .lwptoc-light .lwptoc_items A:visited {
    color: #fff !important;
}

.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover,
.genpg-lft .widget .lwptoc_item a:hover {
    border-bottom: 0 !important;
    color: #4c88b6 !important;
}

.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}

.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 40px 30px;
    width: 100%;
}

.genpg-lft .widget .lwptoc_item:last-child {
    margin: 0;
}

.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}

.genpg-lft .lwptoc_toggle {
    white-space: nowrap;
    margin-left: 0;
    font-size: 80%;
    width: 100%;
    display: block;
    padding-top: 10px;
    color: #fff;
}

.lwptoc-light .lwptoc_i A {
    color: #fff !important;
}


/* SideBar testimonials */

.genpg-lft .widget.sd-testi {
    background-color: #6299c4;
    margin: 0 0 135px;
}

.genpg-lft .widget.sd-testi .star-rat {
    margin: 0 auto 20px;
    background-image: none;
}

.genpg-lft .widget.sd-testi .sidebar-testi {
    padding: 30px 30px;
    text-align: center;
}

.genpg-lft .widget.sd-testi .sidebar-testi p {
    line-height: 1.61;
    color: #fff;
    position: relative;
    text-align: left;
	margin-bottom:20px;
}
.genpg-lft .widget.sd-testi .sidebar-testi p:last-child{
    margin:0 !important;
}
.genpg-lft .widget.sd-testi .sidebar-testi h3 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}
.sidebar-testi .zwssgr-content {
    font-size: 16px!important;
}
.sidebar-testi .zwssgr-title {
    font-size: 14px!important;
	color:#fff!important;
	font-weight:600!important;
}
.sidebar-testi .zwssgr-slider .zwssgr-star.filled {
    color: #fff !important;
}
.sidebar-testi .zwssgr-slider .zwssgr-slide-item {
    max-width: 94%;
    margin-right: 5.5% !important;
    margin-left: 6%;
}
.sidebar-testi .swiper-button-next, .sidebar-testi .swiper-button-prev {
    color: #aeccff!important;
	height:30px!important;
	width:20px!important;
}
.sidebar-testi .zwssgr-slider .zwssgr-swiper-button-next::after, .sidebar-testi .zwssgr-slider .zwssgr-swiper-button-prev::after {
        color: #aeccff!important;
	font-size:22px!important;
}

.sidebar-testi .zwssgr-slider2 .zwssgr-list-inner {
    background-color: transparent;
    border: 0 none;
    box-sizing: border-box;
}

.testi-item .showcontent {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.testi-item .showcontent.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.genpg-lft .widget.sd-testi .sidebar-testi h4.author {
    color: #000;
    font-size: 22px;
}

.genpg-lft .widget.sd-testi .sidebar-testi-title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:20px !important;
}

.genpg-lft .widget.sd-testi .owl-nav {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -23%;
}

.genpg-lft .widget.sd-testi .owl-nav button {
    background-image: url(../images/testi-lft-arrow-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 56px;
    height: 56px;
}

.genpg-lft .widget.sd-testi .owl-nav button span {
    font-size: 0;
    line-height: 0;
}

.genpg-lft .widget.sd-testi .owl-nav button.owl-next {
    rotate: 180deg;
}

.genpg-lft .widget.sd-testi .owl-nav button:hover {
    background-image: url(../images/testi-lft-arrow-hov-img.webp);
}

.genpg-lft .widget.sd-testi .owl-nav button:hover {
    background-image: url(../images/testi-lft-arrow-hov-img.webp);
}


/* Office Location Sidebar */

.genpg-lft .ofc-loc-sdbar .widget-title {
    color: #6299c4;
}

.genpg-lft .ofc-loc-sdbar {
    background-color: #fff;
    border-radius: 0 0 50px 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
}

.genpg-lft .ofc-loc-sdbar .ofc-loc-cnt p {
    color: #1c2c56;
    margin: 0px;
}

.genpg-lft .ofc-loc-sdbar .ofc-loc {
    padding: 10px 40px 40px;
}

.genpg-lft .ofc-loc-sdbar .ofc-loc-cnt {
    padding: 65px 0 0;
    position: relative;
    text-align: center;
}

.genpg-lft .ofc-loc-sdbar .ofc-loc-cnt::before {
    position: absolute;
    content: '';
    background-image: url(../images/office-location-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 37px;
    height: 51px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.genpg-lft .ofc-loc-sdbar .ofc-loc-cnt p a {
    color: #5991bc;
    border-bottom: 8px solid #5991bc;
    display: inline-block;
    line-height: 1;
}

.genpg-lft .ofc-loc-sdbar .ofc-loc-cnt p a:hover {
    color: #1c2c56;
}

.genpg-lft .ofc-loc-sdbar .ofc-loc-img {
    width: 300px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 14px solid #f0f2f5;
}

.genpg-lft .ofc-loc-sdbar .ofc-loc-img iframe {
    border-radius: 50%;
    height: 272px
}



/* Testimonials Page */

.testimonials-page .in-testi-blk {
    column-count: 2;
    gap: 25px;
}

.testimonials-page .in-testi-item {
    padding: 42px 60px;
    display: inline-block;
    margin: 0 0 25px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);
    border-bottom-right-radius: 60px;
    text-align: center;
    width: 100%;
}

.testimonials-page .in-testi-item .star-rat {
    margin: 0 auto 20px;
    background-image: none;
    height: auto;
    width: 36.4%;
}

.testimonials-page .in-testi-item .star-rat img {
    width: 100%;
    display: block;
}

.testimonials-page .in-testi-item p {
    line-height: 1.71;
    color: #000;
}

.testimonials-page .in-testi-item .inr-testi-title {
    font-size: 30px;
    font-family: var(--bodyFont);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #1c2c56;
    position: relative;
    text-transform: uppercase;
    margin: 0;
}

.in-testi-btn {
    text-align: center;
    margin-top: 50px;
}

.in-testi-btn .cmn-btn {
    color: #fff !important;
    cursor: pointer;
}

.testimonials-page .in-testi-item h4.author {
    color: #000;
    font-size: 22px;
}

.hm-began-sec.inn {
    background-color: #f8fafc;
}


/* Blog Page */

.page_default.blog_pg .page_content {
    flex-direction: column-reverse;
}

.page_default.blog_pg .genpg-rite {
    width: 100%;
}

.page_default.blog_pg .genpg-lft {
    width: 100%;
    max-width: 100%;
}

ul#menu-practice-areas {
    padding: 0 !important;
}

.blg-cntblk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 55px 23px;
}

.blg-cntblk .post-item {
    width: 32.1%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    background-color: #fff;
    padding: 20px 20px 45px;
    border-radius: 0 0 60px;
    border: 2px solid #fff;
    position: relative;
}

.blg-cntblk .post-item .blog-post-img img {
    width: 100%;
    display: block;
}

.blg-cntblk .post-cnt .inr-blg-title {
    font-family: "Mona Sans", sans-serif;
    font-size: 27px;
    line-height: 1.29;
    letter-spacing: -0.54px;
    color: #0b193d;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, rgb(28 44 86 / 30%) 96%, transparent 10%) 1;
    min-height: 93px;
}

.blg-cntblk .post-item:hover .inr-blg-title {
    border-image: linear-gradient(to right, rgb(255 255 255 / 30%) 96%, transparent 10%) 1;
}

.page_default .genpg-rite .post-cnt .inr-blg-title a {
    color: #0b193d;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: inline-block;
}

.blg-cntblk .post-item .post-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #1c2c56;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px;
    border-radius: 0;
}

.blg-cntblk .post-item .post-btn a:hover {
    background-color: #000;
    color: #fff;
}

.blg-cntblk .post-item:hover {
    background-color: #1c2c56;
    border-color: #6299c4;
}

.blg-cntblk .post-item:hover .inr-blg-title a,
.blg-cntblk .post-item:hover .post-btn a {
    color: #fff !important;
}

.blg-cntblk .post-item .inr-blg-title a:hover {
    color: #4c88b6 !important;
}

.blg-cntblk .post-item .post-btn {
    position: absolute;
    bottom: 25px;
}

.blg-cntblk .post-item .post-btn a:hover {
    background-color: transparent;
    color: #4c88b6 !important;
}

.post-item .blog-post-img {
    margin-bottom: 20px;
}

.page_default.blog_pg .underscores-pagination {
    width: 100%;
    margin-top: 20px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li {
    padding: 0 !important;
    margin: 0 !important;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li::before {
    display: none;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a,
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    width: 80px;
    height: 50px;
    /*    background: #263c66;*/
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 25px;
    font-size: 37px;
    letter-spacing: 0px;
    line-height: 1;
    color: #1c2c56;
    margin: 0;
    box-shadow: none;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers,
.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers {
    font-size: 0px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-image: url(../images/blog-right-arw.webp) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background: #263c66;
    background-size: 17px 19px;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers {
    background-image: url(../images/blog-left-arw.webp) !important;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current,
.page_default.blog_pg .underscores-pagination ul.page-numbers li a:hover {
    border: 1px solid #6299c4;
    background: #233862;
    color: #fff;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers:hover,
.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers:hover {
    background-color: #6299c4;
}

.page_default.blog_pg .pagination a.next.page-numbers,
.page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}

.page_default.blog_pg .pagination a.next.page-numbers::before,
.page_default.blog_pg .pagination a.prev.page-numbers::before {
    position: absolute;
    content: '  ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #000;
    margin: auto;
    width: 20px;
    height: 20px;
}



/* Single Blog Page */

.blog-post-img img {
    width: 100%;
    display: block;
}

.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.page_default.single-blog_pg .page-navi a {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 50px;
}

.page_default.single-blog_pg .page-navi a:hover {
    background-color: #000;
}

.page_default.single-blog_pg .post-meta {
    font-size: 21px;
    font-family: 'Mona Sans';
    font-weight: 400;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 15px;
    margin: 0 0 30px;
    color: #1c2c56;
}

.page_default.single-blog_pg .post-meta .post-author a {
    color: #568eb9;
    margin-left: 3px;
}

.page_default.single-blog_pg .post-meta .post-author a:hover {
    color: #0b193d;
}

.page_default.single-blog_pg .post-meta .post-dt {
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    padding: 0 15px;
}

.page_default.single-blog_pg .post-meta .post-category a {
    color: #568eb9;
}

.page_default.single-blog_pg .post-meta .post-category a:hover {
    color: #0b193d;
}

.blog-post-img img {
    width: 100%;
    display: block;
}
.post-author span {
    color: #568eb9;
}

/* Contact Page */

.page-template-contact-page .in-cont-form .hm-form-blk {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 97px;
    padding: 40px 85px 60px;
    inset: 0;
}

.page-template-contact-page .in-cont-form .hm-form-blk:before {
    background-position: top center;
}

.page-template-contact-page .hm-form-blk .text-heading::before {
    display: none;
}

.page-template-contact-page .hm-form-map {
    width: 100%;
}

.page-template-contact-page .hm-form-map iframe {
    height: 514px;
}

.page-template-contact-page .hm-form-sec .container {
    max-width: 100%;
    padding: 0 40px;
}

.page-template-contact-page .ftr-map-icon {
    position: absolute;
    width: 6.7%;
    height: 22.8%;
    top: 18%;
    right: 48%;
}

.page-template-contact-page .hm-form-blk {
    display: none;
}

.page-template-contact-page .hm-form-blk .text-heading {
    text-align: center;
    padding: 0;
    font-size: 91px;
    margin: 0 0 60px;
    line-height: 1;
}

.page-template-contact-page .hm-form-sec .gform_footer {
/*    margin: -70px -180px 0 0 !important;*/
    justify-content: center !important;
    margin: -70px auto 0 !important;
}

.page-template-contact-page .hm-form-sec .gform_fields {
    grid-column-gap: 75px !important;
}

.in-contact-lst {
    display: flex;
    justify-content: center;
    /* gap: 150px; */
    gap: 40px !important;
}

.contact-item {
    padding: 45px !important;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
    width: 420px !important;
    height: 420px !important;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social-icons-list {
    justify-content: center;
}

.contact-img {
    margin: 0 auto 25px;
    width: 100% !important;
    max-width: 80px !important;
}

.contact-img img {
    width: 100%;
    display: block;
}

.contact-title {
    font-family: "Mona Sans", sans-serif;
    font-weight: 600;
    /* font-size: 36px; */
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.36px;
    color: #1c2c56;
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.contact-title::before {
    position: absolute;
    content: "";
    background-color: #5991bc;
    width: 121px;
    height: 3px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.contact-desc {
    font-family: "Mona Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
    color: #1c2c56;
    text-align: center;
    margin: 0;
}

.contact-item.location .contact-desc {
    line-height: 1.5;
}

.contact-item.location a {
    color: #5991bc;
    display: block;
    border-bottom: 8px solid #5991bc;
    max-width: fit-content;
    margin: 10px auto 0;
    line-height: 1;
}

.contact-item.call a {
    color: #1c2c56;
    font-weight: 500;
    font-size: 38px;
    display: block;
    line-height: 1;
    margin-top: 8px;
}

.contact-item:hover {
    background-color: #b1c8db;
    outline: 20px solid #edeff3;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(248, 250, 252) 0%, rgba(248, 250, 252, 0) 100%);
}

.contact-item.call a:hover {
    color: #5991bc;
}

.contact-item.location a:hover {
    color: #0b193d;
}

.contact-item:hover {
    background-color: #b1c8db;
    outline: 20px solid #edeff3;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(248, 250, 252) 0%, rgba(248, 250, 252, 0) 100%);
}

.social-icons-list a{
    font-size: 0 !important;
}


/* Testimonals Sidebar */

.testimonials-content-main p {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.testimonials-content-main p.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}

.sd-testi-item-btn {
    color: #1c2c56;
    cursor: pointer;
    display: block;
    margin: 20px 0px 0 0 !important;
    font-family: "Mona Sans", sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}


/* Practice Areas Page */

.in-practice-list {
    display: flex;
    justify-content: center;
    gap: 47px;
    flex-wrap: wrap;
}

.in-practice-item {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #1c2c56;
    position: relative;
    border-radius: 150px;
    border: 4px solid transparent;
    width: 48%;
    gap: 25px;
    padding: 20px;
}

.in-practice-item:hover {
    background-image: linear-gradient(to top, rgb(98 153 196 / 76%) 0%, rgba(98, 153, 196, 0) 100%);
    border-color: #6299c4;
}

.in-pract-cnt {
    width: 65%;
    display: flex;
    min-height: 150px;
    flex-direction: column;
    justify-content: center;
}

.in-pract-hdg {
    font-family: "Mona Sans", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 18px;
}

.in-pract-link a {
    font-size: 21px;
    font-family: var(--bodyFont);
    color: #ffffff !important;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline solid 1px #9ca3b5;
    letter-spacing: -0.21px;
    text-underline-offset: 6px;
    border-bottom: 1px solid #fff;
}

.in-pract-itm-img {
    width: 30%;
}

.in-pract-itm-img img {
    width: 100%;
    display: block;
}

.hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0px;
}


/* Estate Planning page */

.cmn-blk {
    background-image: url(../images/cta-box-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 81px 42px 43px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 0 80px;
    overflow: hidden;
    margin: 50px 0;
    text-align: center;
}

.cmn-blk::after {
    position: absolute;
    content: "";
    background-image: url(../images/cmn-blk-shape-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 167px;
    height: 206px;
    top: 0;
    left: -86px;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.cmn-blk::before {
    position: absolute;
    content: "";
    background-color: #1c2c56;
    opacity: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.cmn-blk .cta-box-title {
    font-size: 70px;
    font-family: 'Mona Sans';
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: -1.4px;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}

.deflute-img img {
    width: 100%;
    display: block;
}

.deflute-img {
    border-radius: 0 0 0 85px;
    overflow: hidden;
    margin: 0 0 35px 0;
}

.cmn-blk a.cmn-btn {
    padding: 24px 38px;
}

.cta-cont-btn a.cmn-btn,
.cta-cont-btn a.cmn-btn:hover {
    color: #ffffff;
}

.cta-box-btns-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.cmn-blk .cta-call-btn a {
    font-family: 'Mona Sans';
    font-size: 37px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.74px;
    color: #ffffff;
    position: relative;
    padding-left: 60px;
}

.cmn-blk .cta-call-btn a:hover {
    color: #6299c4;
}

.cmn-blk .cta-call-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../images/call-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* Cta Box Two */

.innerpage-common-block.two .cmn-blk {
    background-image: url(../images/cmn-blk-btm-img.webp);
    padding: 40px 40px 49px;
    border: 2px solid #5991bc;
}

.innerpage-common-block.two .cmn-blk::before {
    background-color: #bbcfe0;
    opacity: 94%;
}

.innerpage-common-block.two .cmn-blk::after {
    display: none;
}

.innerpage-common-block.two .cmn-blk .cta-box-title {
    font-weight: 600;
    padding: 20px 0 35px;
    text-transform: none;
    color: #36547e;
}

.innerpage-common-block.two .cmn-blk .cta-box-title::before,
.innerpage-common-block.two .cmn-blk .cta-box-title::after {
    position: absolute;
    content: "";
    background-image: url(../images/cmn-blk-btm-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    right: -44px;
    width: 50%;
    height: 23px;
}

.innerpage-common-block.two .cmn-blk .cta-box-title::after {
    background-image: url(../images/cmn-blk-btn-after-img.webp);
    top: inherit;
    bottom: 0;
    left: -44px;
    right: inherit !important;
}

.innerpage-common-block.two .cmn-blk .cta-box-title strong {
/*     color: #000; */
    font-weight: 600;
}


/* Table */

.table-wrapper table {
    border-collapse: collapse;
    width: 100%;
}

.table-wrapper thead th {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1;
    background-color: #d0d4db;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 30px 23px 20px;
    border-right: 1px solid #919499;
}

.table-wrapper thead th:last-child {
    border-right: none;
}

.table-wrapper tbody td {
    font-size: 18px;
    font-family: 'Mona Sans';
    color: #000000;
    background-color: #d0d4db;
    padding: 11px;
    text-align: center;
    border: 1px solid #919499;
    border-left: none;
}

tbody td:last-child {
    border-right: none;
}

tbody tr:last-child td {
    border-bottom: none;
}

.table-wrapper {
    border: 1px solid #6299c4;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
}

table {
    margin-bottom: 0 !important;
}

.table-wrapper thead th:nth-child(1) {
    width: 32.6%;
}

.table-wrapper thead th:nth-child(2) {
    width: 33.8%;
}

.table-wrapper thead th:nth-child(3) {
    width: 33.8%;
}


/* Search Page Styles */

.search-no-results .blg-cntblk input.search-field {
    width: 100%;
    padding: 10px 22px;
    font-size: 20px;
}

.search-no-results .blg-cntblk .search-form {
    width: 40%;
    position: relative;
}

.search-no-results .blg-cntblk .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #1e90ff;
    cursor: pointer;
}


/* Single Attorney Page */

.atrny-blk-top-lft {
    width: 40.5%;
}

.atrny-blk-top-rht {
    width: 50.6%;
}

.attorney-blk-top a.cmn-btn {
    color: #fff !important;
}

.attorney-blk-top {
    background: url(../images/cmn-blk-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    gap: 49px;
    align-items: center;
    padding: 18px 0px 0px 18px;
    border-radius: 0 0 0 85px;
    background-blend-mode: luminosity;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.attorney-blk-top::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 90%;
    border-radius: 0 0 0 83px;
    pointer-events: none;
}

.attorney-blk-top::after {
    position: absolute;
    content: "";
    background-image: url(../images/alex-sec-logo.webp);
    width: 145px;
    height: 175px;
    top: 0;
    left: -85px;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.atrny-blk-top-lft img {
    display: block;
    width: 100%;
    border-radius: 0 0 0 61px;
}

.atrny-blk-top-rht .txt-hdg {
    font-family: "Mona Sans", sans-serif;
    color: #0b193d;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    font-size: 60px;
    margin-bottom: 7px;
}

.atrny-blk-top-rht .sub-hdg {
    font-family: "Mona Sans", sans-serif;
    color: #0b193d;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 16px;
}

.contact-part {
    margin-bottom: 25px;
}

.page_default .genpg-rite .contact-part a {
    font-family: "Mona Sans", sans-serif;
    color: #1c2c56;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.68px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 34px;
    background-image: url(../images/atrny-cal-img.webp);
    background-position: left center;
    background-size: 61px 61px;
    background-repeat: no-repeat;
    padding: 5px 0 5px 65px;
    margin-bottom: 10px;
}

.page_default .genpg-rite .contact-part a:hover {
    color: #6299c4 !important;
}

.contact-info {
    padding-top: 10px;
}

.v-card-part {
    margin-bottom: 20px;
}

.page_default .genpg-rite .v-card-part a {
    font-family: "Mona Sans", sans-serif;
    color: #0b193d;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.42px;
    text-decoration: none;
    font-size: 21px;
    padding: 5px 0 5px 70px;
    margin-bottom: 20px;
    background-image: url(../images/atrny-v-card-img.webp);
    background-position: left 11px center;
    background-repeat: no-repeat;
    background-size: 40px 30px;
}


/* Table */
table {
    margin-bottom: 0 !important;
    background-color: #d0d4db;
    border-radius: 30px;
    outline: 2px solid #6299c4;
    overflow: hidden;
    outline-offset: -2px;
    text-align: center;
}
table tr th {
    border-right: 1px solid #000 !important;
    padding: 10px 30px;
    font-size: 20px;
    margin: 0 !important;
    border-bottom: 0;
    width: 10%;
    outline-offset: 0;
    color: #000;
}
tbody tr {
    outline: 1px solid #000 !important;
}
tbody tr td {
    padding: 10px 10px;
    font-size: 18px;
    border-right: 1px solid #000 !important;
    color: #000000;
}
tbody tr td:last-child, tbody tr td:nth-child(3) {
    border-right: 0 !important;
}
tbody tr:last-child {
    outline: 0 !important;
}



/* Responsive */


@media screen and (max-width:1680px) {

    .page_bnr::before {
        left: 3%;
    }

}

@media screen and (max-width:1550px) {

    .page_bnr::before {
        left: 0;
    }
    .page-template-contact-page .hm-form-sec .gform_footer {
    margin: -60px auto 0 !important;
}

}

@media screen and (max-width:1440px) {

    .container1 {
        max-width: 1250px;
    }

    .genpg-lft .widget .lwptoc_header {
        font-size: 31px;
    }

    .page_bnr {
        padding: 210px 0 90px 0;
    }

    .page_title {
        padding-left: 30px;
    }

    .page_title h1,
    .page_title h2 {
        font-size: 57px;
    }

    .inrpg-breadcrumbs {
        font-size: 19px;
    }

    .page_default {
        padding: 90px 0;
    }

    h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 46px;
    }

    h2 {
        font-size: 43px;
    }

    h3 {
        font-size: 38px;
    }

    h4 {
        font-size: 34px;
    }

    h5 {
        font-size: 30px;
    }

    h6 {
        font-size: 26px;
    }

    p,
    li {
        font-size: 19px;
    }

    .cmn-blk .cta-box-title {
        font-size: 60px;
    }

    .cmn-blk .cta-call-btn a {
        font-size: 34px;
    }

    .table-wrapper thead th {
        font-size: 21px;
        padding: 25px 23px 18px;
    }

    .table-wrapper thead th:nth-child(1) {
        width: 31.6%;
    }

    .table-wrapper thead th:nth-child(2) {
        width: 32.8%;
    }

    .table-wrapper thead th:nth-child(3) {
        width: 32.8%;
    }

    .table-wrapper tbody td {
        font-size: 17px;
        padding: 11px;
    }

    .table-wrapper {
        margin-bottom: 40px;
    }

    .attorney-blk-top {
        padding: 15px 0px 0px 18px;
        gap: 46px;
        margin-bottom: 40px;
    }

    .attorney-blk-top::after {
        left: -75px;
    }

    .atrny-blk-top-rht .txt-hdg {
        font-size: 54px;
    }

    .atrny-blk-top-rht .sub-hdg {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .contact-part {
        margin-bottom: 23px;
    }

    .page_default .genpg-rite .v-card-part a {
        font-size: 20px;
        padding-left: 58px;
        background-size: 35px 28px;
        background-position: left 9px center;
    }

    .v-card-part {
        margin-bottom: 18px;
    }

    .page_default .genpg-rite .contact-part a {
        font-size: 30px;
        background-size: 53px 53px;
        padding: 5px 0 5px 58px;
    }

    .page-template-contact-page .in-cont-form .hm-form-blk {
        margin-bottom: 70px;
        padding: 35px 75px 56px;
    }

    .page-template-contact-page .hm-form-blk .text-heading {
        font-size: 75px;
        margin: 0 0 50px;
    }

    .page-template-contact-page .hm-form-sec .gform_fields {
        grid-column-gap: 65px !important;
    }

.page-template-contact-page .hm-form-sec .gform_footer {
    /* margin: -50px -120px 0 0 !important; */
    margin: -50px auto 0 !important;
}

    .contact-item {
        padding: 20px 45px 45px;
        width: 32%;
        width: 390px !important;
    height: 390px !important;
    }

    .contact-title {
        font-size: 30px;
        letter-spacing: 0;
        margin: 0 0 15px;
        padding: 0px 0 12px;
    }

    .contact-desc {
        font-size: 18px;
    }

    .contact-item.location a {
        border-width: 5px;
    }

    .contact-img {
        margin: 0 auto 20px;
    }

    .contact-img img {
        transform: scale(0.9);
    }

    .contact-item.call a {
        font-size: 32px;
    }

    .contact-item.call,
    .contact-item:hover {
        outline-width: 17px;
    }

    .page-template-contact-page .hm-form-map iframe {
        height: 400px;
    }

    .page-template-contact-page .hm-form-sec .container {
        padding: 0 30px;
    }

    .in-contact-lst {
        gap: 120px;
    }

    .in-pract-link a {
        font-size: 19px;
    }

    .in-practice-list {
        gap: 40px;
    }

    .blg-cntblk {
        gap: 50px 23px;
    }

    .blg-cntblk .post-cnt .inr-blg-title {
        font-size: 25px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
        width: 74px;
        height: 45px;
        font-size: 30px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers {
        width: 51px;
        height: 51px;
        background-size: 15px 17px;
    }

    .page_default.single-blog_pg .post-meta {
        font-size: 19px;
    }

    .page_default.single-blog_pg .page-navi a {
        font-size: 18px;
    }

    .genpg-lft .widget ul li a {
        font-size: 24px;
    }

    .genpg-lft .widget ul li a {
        font-size: 21px;
    }

    .genpg-lft .widget .widget-title {
        padding: 17px;
        font-size: 38px;
        letter-spacing: 0;
    }

    .blog-archives.blog-single-srch {
        gap: 40px;
    }

    .blog-archives.blog-single-srch .widget {
        border-radius: 0 0 48px 0;
    }

    .blog-archives.blog-single-archive {
        padding: 27px 15px 37px;
        border-radius: 0 0 50px 0;
        gap: 25px;
    }

    .blog-archives.blog-single-archive .widget-title {
        margin: 0 0 20px 20px;
    }

    .genpg-lft .blog-archives .widget input,
    .genpg-lft .blog-archives .widget select {
        font-size: 18px !important;
        padding: 22px 65px 19px 28px;
        background-position: right 37px center;
        background-size: 17px 10px;
    }

    .genpg-lft .blog-archives .widget input.search-submit {
        right: 35px;
    }

    .blog-archives {
        margin: 0 0 45px;
        gap: 23px;
    }

    .genpg-lft .widget.sd-testi .sidebar-testi-title {
        font-size: 27px;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc {
        padding: 10px 35px 35px;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-img {
        width: 260px;
        margin: 0 auto 18px;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-img iframe {
        height: 228px;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-cnt::before {
        transform: scale(0.9);
        transform-origin: top;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-cnt {
        padding: 60px 0 0;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-cnt p a {
        border-bottom-width: 7px;
    }

    .testimonials-page .in-testi-item {
        padding: 40px 50px;
    }

    .testimonials-page .in-testi-item .inr-testi-title {
        font-size: 27px;
    }



.in-pract-hdg {
    font-size: 38px;
}
.in-practice-item {
    padding: 15px;
}

}

@media screen and (max-width:1366px) {

    .page_bnr {
        padding: 170px 0 80px 0;
    }

    .page_title h1,
    .page_title h2 {
        font-size: 50px;
    }

    .inrpg-breadcrumbs {
        font-size: 18px;
    }

    .page_default {
        padding: 80px 0;
    }

    .genpg-lft .widget .lwptoc_header {
        font-size: 28px;
        margin: 0 0 15px 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .search-no-results article.post .entry-header h1.entry-title {
        margin: 0 0 15px;
    }

    h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 41px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 34px;
    }

    h4 {
        font-size: 31px;
    }

    h5 {
        font-size: 27px;
    }

    h6 {
        font-size: 25px;
    }

    p,
    li {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .page_default .genpg-rite ul li:before {
        top: 8px;
    }

    .page_default .genpg-rite li {
        margin: 0 0 16px;
    }

    .cmn-blk {
        padding: 60px 20px 40px;
        margin: 40px 0;
    }

    .cmn-blk .cta-box-title {
        font-size: 52px;
    }

    .cmn-blk a.cmn-btn {
        padding: 21px 33px;
    }

    .cmn-blk .cta-call-btn a {
        font-size: 30px;
    }

    .cmn-blk .cta-call-btn a::before {
        transform: scale(0.9);
        left: -3px;
    }

    .innerpage-common-block.two .cmn-blk {
        padding: 35px 40px;
    }

    .table-wrapper thead th {
        font-size: 20px;
        padding: 22px 21px 17px;
    }

    .table-wrapper tbody td {
        font-size: 16px;
        padding: 10px;
    }

    .table-wrapper {
        margin-bottom: 35px;
    }

    .container1 {
        max-width: 1150px;
    }

    .attorney-blk-top {
        padding: 15px 0px 0px 18px;
        gap: 30px;
        margin-bottom: 30px;
    }

    .attorney-blk-top::after {
        left: -56px;
    }

    .atrny-blk-top-rht .txt-hdg {
        font-size: 50px;
    }

    .atrny-blk-top-rht .sub-hdg {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: -0.2px;
    }

    .contact-part {
        margin-bottom: 21px;
    }

    .page_default .genpg-rite .v-card-part a {
        font-size: 19px;
        padding-left: 58px;
        background-size: 33px 27px;
        background-position: left 9px center;
        letter-spacing: -0.2px;
    }

    .v-card-part {
        margin-bottom: 18px;
    }

    .page_default .genpg-rite .contact-part a {
        font-size: 28px;
        background-size: 50px 50px;
        padding: 5px 0 5px 54px;
    }

    .page-template-contact-page .in-cont-form .hm-form-blk {
        margin-bottom: 60px;
        padding: 32px 70px 50px;
    }

    .page-template-contact-page .hm-form-blk .text-heading {
        font-size: 66px;
        margin: 0 0 45px;
    }

/*    .page-template-contact-page .hm-form-sec .gform_footer {
        margin: -45px -80px 0 0 !important;
    }*/

    .page-template-contact-page .hm-form-sec .gform_fields {
        grid-column-gap: 60px !important;
    }

    .contact-item {
        padding: 20px 45px 45px;
        width: 370px !important;
        height: 370px !important;
    }

    .contact-img img {
        transform: scale(0.85);
    }

    .contact-img {
        margin: 0 auto 17px;
    }

    .contact-title {
        font-size: 27px;
        letter-spacing: 0.24px;
    }

    .contact-desc {
        font-size: 16px;
    }

    .contact-item.location a {
        border-width: 4px;
    }

    .contact-item.call a {
        font-size: 28px;
    }

    .contact-item.call,
    .contact-item:hover {
        outline-width: 14px;
    }

    .page-template-contact-page .hm-form-map iframe {
        height: 350px;
    }

    .in-contact-lst {
        gap: 90px;
    }

    .in-practice-list {
        gap: 30px;
    }

    .in-pract-hdg {
        font-size: 35px;
    }

    .in-pract-cnt {
    min-height: 120px;
}

    .in-pract-link a {
        font-size: 17px;
    }

    .testimonials-page .in-testi-item {
        padding: 35px;
    }

    .testimonials-page .in-testi-item .inr-testi-title {
        font-size: 23px;
        letter-spacing: 0px;
    }

    .blg-cntblk {
        gap: 40px 21px;
    }

    .blg-cntblk .post-item {
        padding: 15px 15px 45px;
    }

    .blg-cntblk .post-cnt .inr-blg-title {
        font-size: 23px;
        min-height: 80px;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }

    .blg-cntblk .post-item .post-btn a {
        font-size: 15px;
    }

    .blg-cntblk .post-item .post-btn {
        bottom: 22px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers {
        gap: 10px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
        width: 68px;
        height: 41px;
        font-size: 26px;
        padding: 3px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers {
        width: 45px;
        height: 45px;
        background-size: 13px 15px;
    }

    .page_default.single-blog_pg .post-meta {
        font-size: 18px;
        margin: 0 0 25px;
    }

    .page_default.single-blog_pg .page-navi {
        margin-top: 40px;
    }

    .page_default.single-blog_pg .page-navi a {
        font-size: 17px;
        padding: 16px 30px;
    }

    .page_default.single-blog_pg .widget.widget_categories form {
        padding: 20px 15px;
    }

    .genpg-lft .widget {
        margin: 0 0 40px;
    }

    .genpg-lft .widget .widget-title {
        font-size: 35px;
        padding: 15px;
    }

    .genpg-lft .widget ul li a {
        font-size: 22px;
    }

    .genpg-lft .widget ul li a::before {
        transform: scale(0.9);
        top: 3px;
    }

    .genpg-lft .menu-item-has-children>button {
        font-size: 31px;
    }

    .genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
        font-size: 44px;
    }

    .genpg-lft .widget ul.sub-menu li a {
        font-size: 17px;
    }

    .genpg-lft .widget ul li a {
        font-size: 20px;
    }

    .blog-archives.blog-single-archive {
        padding: 25px 13px 35px;
        border-radius: 0 0 45px 0;
        gap: 22px;
    }

    .blog-archives.blog-single-archive .widget-title {
        padding: 0 0 0 15px;
        margin-bottom: 17px;
    }

    .genpg-lft .blog-archives .widget input,
    .genpg-lft .blog-archives .widget select {
        font-size: 17px !important;
        padding: 20px 55px 18px 25px;
        background-position: right 32px center;
        background-size: 15px 9px;
    }

    .blog-archives {
        margin: 0 0 42px;
        gap: 21px;
    }

    .genpg-lft .blog-archives .widget input.search-submit {
        right: 30px;
        width: 18px;
    }

    .genpg-lft .widget.sd-testi .sidebar-testi {
        padding: 22px;
    }

    .genpg-lft .widget.sd-testi .sidebar-testi-title {
        font-size: 23px;
        letter-spacing: 0;
    }

    .genpg-lft .widget.sd-testi .star-rat {
        margin: 0 auto 15px;
    }

    .genpg-lft .widget.sd-testi .owl-nav button {
        transform: scale(0.8);
        margin: -5px;
    }

    .genpg-lft .widget.sd-testi {
        margin: 0 0 100px;
    }

    .genpg-lft .widget.sd-testi .owl-nav {
        bottom: -21%;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-cnt p a {
        border-bottom-width: 6px;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-cnt::before {
        transform: scale(0.8);
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-cnt {
        padding: 55px 0 0;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc {
        padding: 5px 30px 30px;
    }

th {
    padding: 10px 20px;
    font-size: 17px;
}
td {
    font-size: 16px;
}


}

@media screen and (max-width:1280px) {

    .container1 {
        max-width: 960px;
    }
		.page_default.contact_pg{
		padding-top:50px !important;
	}
	    .page-template-contact-page .in-cont-form .hm-form-blk {
        margin-top: 50px !important;
    }

    .page_bnr {
        padding: 150px 0 70px;
    }

    .page_bnr::after {
        bottom: -2px;
        height: 6px;
    }

    .page_bnr::before {
        bottom: 40px;
    }

    .genpg-lft .widget .lwptoc-light .lwptoc_i {
        padding: 30px 20px;
    }

    .genpg-lft .widget .lwptoc_header {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    .page_title h1,
    .page_title h2 {
        font-size: 43px;
        letter-spacing: 0;
        margin: 0 0 8px;
    }

    .inrpg-breadcrumbs {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .page_default {
        padding: 70px 0;
        position: relative;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .search-no-results article.post .entry-header h1.entry-title {
        letter-spacing: 0px;
    }

    h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 35px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 27px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 22px;
    }

    p,
    li {
        font-size: 17px;
    }

    .page_default .genpg-rite li {
        padding-left: 22px;
        margin: 0 0 13px;
    }

    .page_default .genpg-rite ul li:before {
        transform: scale(0.9);
    }

    .cmn-img,
    .single-post-thumbnail {
        margin-bottom: 20px;
    }

    .cmn-blk {
        padding: 40px 15px 30px;
        margin: 30px 0;
        border-radius: 0 0 0 70px;
    }

    .cmn-blk::after {
        width: 130px;
        height: 155px;
    }

    .cmn-blk .cta-box-title {
        font-size: 41px;
        margin-bottom: 20px;
        letter-spacing: -0.6px;
    }

    .cmn-blk .cta-call-btn a {
        font-size: 25px;
        letter-spacing: 0px;
        padding-left: 53px;
    }

    .cmn-blk .cta-call-btn a::before {
        transform: scale(0.8);
        left: -6px;
    }

    .cmn-blk a.cmn-btn {
        padding: 17px 25px;
    }

    .innerpage-common-block.two .cmn-blk {
        padding: 30px 20px;
    }

    .innerpage-common-block.two .cmn-blk .cta-box-title {
        padding: 20px 0 25px;
    }

    .innerpage-common-block.two .cmn-blk .cta-box-title::before,
    .innerpage-common-block.two .cmn-blk .cta-box-title::after {
        right: -21px;
        width: 45%;
        height: 16px;
    }

    .innerpage-common-block.two .cmn-blk .cta-box-title::after {
        left: -21px;
    }

    .table-wrapper thead th {
        font-size: 19px;
        padding: 18px 19px 16px;
    }

    .table-wrapper thead th:nth-child(3) {
        width: 34.8%;
    }

    .table-wrapper tbody td {
        font-size: 14px;
        padding: 9px;
    }

    .table-wrapper {
        margin-bottom: 30px;
    }

    .attorney-blk-top {
        gap: 20px;
        margin-bottom: 25px;
    }

    .attorney-blk-top::after {
        left: 43%;
    }

    .atrny-blk-top-rht .txt-hdg {
        font-size: 45px;
    }

    .atrny-blk-top-rht .sub-hdg {
        font-size: 18px;
        margin-bottom: 9px;
    }

    .attorney-blk-top::after {
        left: -101px;
        transform: scale(0.75);
        top: -23px;
    }

    .page_default .genpg-rite .contact-part a {
        font-size: 26px;
        background-size: 45px 45px;
        padding: 5px 0 5px 50px;
    }

    .contact-part {
        margin-bottom: 18px;
    }

    .page_default .genpg-rite .v-card-part a {
        font-size: 18px;
        padding-left: 49px;
        background-size: 31px 25px;
        background-position: left 9px center;
        letter-spacing: 0px;
    }

    .page-template-contact-page .in-cont-form .hm-form-blk {
        margin-bottom: 45px;
        padding: 30px 65px 45px;
    }

    .page-template-contact-page .hm-form-blk .text-heading {
        font-size: 55px;
        margin: 0 0 40px;
    }

/*    .page-template-contact-page .hm-form-sec .gform_footer {
        margin: -50px -70px 0 0 !important;
    }*/

    .page-template-contact-page .hm-form-sec .gform_fields {
        grid-column-gap: 50px !important;
    }

    .contact-item {
        padding: 15px 30px 35px;
    }

    .contact-img img {
        transform: scale(0.8);
    }

    .contact-title {
        font-size: 22px;
        margin: 0 0 10px;
        padding: 0px 0 10px;
    }

    .contact-desc {
        font-size: 15px;
    }

    .contact-item.location a {
        border-width: 3px;
    }

    .contact-item.call a {
        font-size: 25px;
    }

    .contact-item.call,
    .contact-item:hover {
        outline-width: 10px;
    }
    .contact-item {
        padding: 35px !important;
        width: 290px !important;
        height: 290px !important;
    }
        .contact-img {
        margin: 0 auto 7px;
        max-width: 70px !important;
    }

    .page-template-contact-page .hm-form-map iframe {
        height: 300px;
    }

    .page-template-contact-page .hm-form-sec .container {
        padding: 0 20px;
    }

.in-contact-lst {
        gap: 60px;
        flex-wrap: wrap;
        gap: 20px !important;
    }

    .contact-title::before {
        width: 90px;
    }

    .in-practice-list {
        gap: 25px;
    }

.in-practice-item {
    padding: 10px;
}

.in-pract-cnt {
    min-height: 120px;
}
.in-pract-hdg {
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

    .in-pract-itm-img {
        width: 29%;
    }

    .in-pract-link a {
        font-size: 16px;
    }

    .testimonials-page .in-testi-blk {
        gap: 20px;
    }

    .testimonials-page .in-testi-item {
        padding: 30px 25px;
    }

    .testimonials-page .in-testi-item .star-rat {
        margin: 0 auto 15px;
    }

    .testimonials-page .in-testi-item .inr-testi-title {
        font-size: 21px;
    }

    .blg-cntblk {
        gap: 38px 17px;
    }

    .blg-cntblk .post-item {
        padding: 10px 10px 40px;
    }

    .post-item .blog-post-img {
        margin-bottom: 15px;
    }

    .blg-cntblk .post-cnt .inr-blg-title {
        font-size: 20px;
        min-height: 70px;
        margin-bottom: 20px;
        padding-bottom: 11px;
    }

    .blg-cntblk .post-item .post-btn {
        bottom: 17px;
    }

    .page_default.blog_pg .underscores-pagination {
        margin-top: 10px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers {
        gap: 8px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
        width: 60px;
        height: 35px;
        font-size: 22px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers {
        width: 40px;
        height: 40px;
        background-size: 11px 13px;
    }

    .page_default.single-blog_pg .post-meta {
        font-size: 16px;
        margin: 0 0 20px;
        gap: 5px 12px;
    }

    .page_default.single-blog_pg .page-navi {
        margin-top: 30px;
    }

    .page_default.single-blog_pg .page-navi a {
        font-size: 16px;
        padding: 15px 25px;
    }

    .page_default.single-blog_pg .post-meta .post-dt {
        padding: 0 12px;
    }

    .genpg-lft .widget {
        margin: 0 0 30px;
    }

    .genpg-lft .widget .widget-title {
        font-size: 30px;
        padding: 15px 10px;
    }

    .genpg-lft .widget .menu-practice-areas-container,
    .genpg-lft .widget ul {
        padding: 25px 15px 25px 20px;
    }

    .genpg-lft .widget ul li {
        margin: 0 0 22px;
    }

    .genpg-lft .widget ul li a {
        font-size: 19px;
        padding-left: 25px;
    }

    .genpg-lft .widget ul li a::before {
        transform: scale(0.8);
        top: 3px;
    }

    .genpg-lft .menu-item-has-children>button {
        font-size: 26px;
    }

    .genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
        font-size: 37px;
    }

    .genpg-lft .widget ul.sub-menu li a {
        font-size: 16px;
    }

    .genpg-lft .widget ul.sub-menu li a:before {
        top: 0px;
    }

    .genpg-lft .widget ul.sub-menu {
        padding: 20px 0 0 25px;
    }

    .genpg-lft .widget ul li a {
        font-size: 18px;
        letter-spacing: 0;
    }

    .genpg-lft .widget ul li a:before {
        top: 2px;
    }

    .blog-archives {
        margin: 0 0 30px;
        gap: 18px;
    }

    .genpg-lft .blog-archives .widget input,
    .genpg-lft .blog-archives .widget select {
        font-size: 16px !important;
        padding: 15px 50px 15px 22px;
        background-position: right 26px center;
        background-size: 14px 8px;
    }

    .genpg-lft .blog-archives .widget input.search-submit {
        right: 25px;
        width: 17px;
    }

    .page_default.single-blog_pg .widget.widget_categories form {
        padding: 17px 10px;
    }

    .blog-archives.blog-single-srch {
        gap: 30px;
    }

    .blog-archives.blog-single-archive {
        padding: 22px 13px 32px;
        border-radius: 0 0 40px 0;
        gap: 20px;
    }

    .blog-archives.blog-single-archive .widget-title {
        margin: 0 0 15px 15px;
    }

    .blog-archives.blog-single-srch .widget {
        border-radius: 0 0 47px 0;
    }

.genpg-lft .widget.sd-testi .sidebar-testi-title {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 10px !important;
}
    
    .sd-testi-item-btn {
    margin: 15px 0px 0 0 !important;
    font-size: 16px;
}

    .genpg-lft .widget.sd-testi .sidebar-testi {
        padding: 20px 15px;
    }

    .genpg-lft .widget.sd-testi .owl-nav button {
        transform: scale(0.7);
        margin: -7px;
    }

    .genpg-lft .widget.sd-testi .owl-nav {
        gap: 12px;
    }

    .genpg-lft .widget.sd-testi .sidebar-testi p {
        line-height: 1.5;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc {
        padding: 5px 20px 25px;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-img {
        width: 250px;
        border-width: 10px;
    }

    .genpg-lft .widget.sd-testi {
        margin: 0 0 90px;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-cnt::before {
        transform: scale(0.7);
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-cnt {
        padding: 45px 0 0;
    }

}

@media screen and (max-width:1024px) {

    .container1 {
        max-width: 720px;
    }

    .page_bnr {
        padding: 150px 0 50px;
    }

    .page_bnr::before {
        display: none;
    }

    .page_bnr::after {
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: #6299c4;
        opacity: 30%;
        z-index: -1;
        pointer-events: none;
    }

    .page_title {
        padding-left: 0;
    }

    .page_title h1,
    .page_title h2 {
        font-size: 40px;
    }

    .page_default {
        padding: 50px 0;
    }

    .genpg-rite {
        width: 100%;
    }

    .genpg-lft {
        width: 100%;
        max-width: 350px;
    }

    .page_content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .cmn-blk {
        padding: 25px 15px;
        margin: 25px auto;
        border-radius: 0 0 0 50px;
        max-width: 600px;
    }

    .cmn-blk a.cmn-btn {
        padding: 15px 22px;
    }

    .cmn-blk .cta-call-btn a {
        font-size: 22px;
        padding-left: 50px;
    }

    .cmn-blk .cta-call-btn a::before {
        transform: scale(0.75);
        left: -7px;
    }

    .cmn-blk .cta-box-title {
        font-size: 36px;
        letter-spacing: 0;
    }

    .innerpage-common-block.two .cmn-blk {
        padding: 25px 15px;
    }

    .innerpage-common-block.two .cmn-blk .cta-box-title::before,
    .innerpage-common-block.two .cmn-blk .cta-box-title::after {
        right: -16px;
    }

    .innerpage-common-block.two .cmn-blk .cta-box-title::after {
        left: -16px;
    }

    .genpg-lft .widget.widget_lpwtoc_widget {
        display: none;
    }

    .attorney-blk-top {
        gap: 40px;
        margin-bottom: 20px;
    }

    .attorney-blk-top::after {
        display: none;
    }

    .atrny-blk-top-rht .txt-hdg {
        font-size: 42px;
    }

    .atrny-blk-top-rht .sub-hdg {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .page-template-contact-page .in-cont-form .hm-form-blk {
        max-width: 600px;
        margin: 0 auto 30px;
        padding: 30px;
    }

    .page-template-contact-page .hm-form-blk .text-heading {
        font-size: 37px;
        margin: 0 0 35px;
    }

    .page-template-contact-page .hm-form-blk .text-heading br {
        display: none;
    }

    .page-template-contact-page .hm-form-sec .gform_footer {
        margin: 10px 0 0 !important;
        float: none;
    }

    .contact-item {
        padding: 25px 15px;
        width: 100%;
        max-width: 350px;
        border-radius: 20px;
        display: block;
        height: auto !important;
    }
    .contact-item {
        padding: 25px 15px;
        width: 100%;
        max-width: 350px;
        border-radius: 20px;
    }

    .contact-img img {
        transform: scale(0.85);
    }

    .contact-desc {
        font-size: 16px;
    }

    .contact-item.call a {
        font-size: 26px;
    }

    .contact-item.call,
    .contact-item:hover {
        outline-width: 7px;
    }

    .page-template-contact-page .hm-form-map {
        max-width: 750px;
    }

    .page-template-contact-page .hm-form-sec .container {
        padding: 0 15px;
    }

    .page-template-contact-page .hm-form-map iframe {
        height: 260px;
    }

    .contact-img {
        width: 100%;
        max-width: 90px;
    }

    .page-template-contact-page .hm-form-sec .gform_fields {
        grid-column-gap: 20px !important;
    }

    .in-practice-list {
        gap: 10px;
    }

.in-practice-item {
    gap: 20px;
    width: 100%;
    max-width: 351px;
    padding: 5px;
    border-width: 3px;
}

    .in-pract-hdg br {
        display: none;
    }

.in-pract-hdg {
    font-size: 20px;
    margin-bottom: 10px;
}

.in-pract-itm-img {
    width: 100%;
    max-width: 90px;
}

.in-pract-cnt {
    min-height: 90px;
}

    .in-pract-link a {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .testimonials-page .in-testi-blk {
        column-count: inherit;
    }

    .testimonials-page .in-testi-item .star-rat {
        width: 100%;
        max-width: 130px;
    }

    .testimonials-page .in-testi-item .inr-testi-title {
        font-size: 20px;
    }

    .blg-cntblk {
        gap: 25px 20px;
    }

    .blg-cntblk .post-item {
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

    .blg-cntblk .post-item .post-btn {
        right: 0;
        margin: auto;
        left: 0;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
        width: 58px;
        height: 35px;
        font-size: 22px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers {
        width: 36px;
        height: 36px;
        background-size: 9px 11px;
    }

    .page_default.single-blog_pg .page-navi {
        margin-top: 25px;
    }

    .page_default.single-blog_pg .page-navi a {
        font-size: 15px;
        padding: 14px 23px;
    }

    .genpg-lft .widget ul li a {
        font-size: 17px;
    }

    .blog-archives.blog-single-archive {
        padding: 25px 15px 35px;
        gap: 20px;
    }

    .blog-archives.blog-single-archive .widget-title {
        padding: 0 0 0 15px;
        margin-bottom: 20px;
    }

    .blog-archives {
        margin: 0;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page_default.blog_pg .genpg-lft .blog-archives .widget {
        max-width: 300px;
    }

    .genpg-lft .ofc-loc-sdbar .ofc-loc-img {
        width: 100%;
        max-width: 250px;
        border-width: 8px;
    }

    .blog-archives.blog-single-srch {
        margin: 0 0 30px;
    }

}

@media screen and (max-width:768px) {

    .container1 {
        max-width: 100%;
        padding: 0 10px;
    }

    .page_bnr {
        padding: 200px 0 40px;
    }

    .page_title h1,
    .page_title h2 {
        font-size: 36px;
    }

    .page_default {
        padding: 40px 0;
    }

    h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 32px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }

    p,
    li {
        font-size: 16px;
    }

    .page_default .genpg-rite ul li:before {
        transform: scale(0.8);
        top: 5px;
    }

    .cmn-blk .cta-box-title {
        font-size: 31px;
    }

    .cmn-blk .cta-box-title br {
        display: none;
    }

    .cta-box-btns-list {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .table-wrapper thead tr {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .table-wrapper thead tr th:nth-child(1) {
        width: 100%;
        text-align: center;
        place-content: center;
        min-height: 80px;
    }

    .table-wrapper thead tr th:nth-child(2) {
        width: 100%;
        text-align: center;
        place-content: center;
        min-height: 80px;
    }

    .table-wrapper thead tr th:nth-child(3) {
        width: 100%;
        text-align: center;
        place-content: center;
        min-height: 80px;
        border-right: 1px solid #919499;
    }

    .table-wrapper tbody {
        display: flex;
        align-items: stretch;
        justify-content: start;
        overflow: scroll;
        width: 100%;
        overflow-y: hidden;
    }

    .table-wrapper tbody tr td {
        padding: 10px;
        font-size: 16px;
        width: 284px;
        text-align: center;
        min-height: 80px;
        place-content: center;
        border-top: 0;
        border-bottom: 1px solid #919499;
    }

    .table-wrapper tbody tr {
        display: flex;
        flex-direction: column;
    }

    .table-wrapper tbody tr td:last-child {
        border-right: 1px solid #919499;
    }

    .table-wrapper table {
        background-color: #d0d4db;
        display: flex;
        align-items: start;
        justify-content: start;
    }

    .table-wrapper thead tr th {
        border-bottom: 1px solid #919499;
    }

    .table-wrapper thead th {
        font-size: 17px;
        padding: 15px;
    }

    .table-wrapper {
        margin-bottom: 25px;
    }

    .attorney-blk-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding: 30px 10px;
        border-radius: 0;
    }

    .atrny-blk-top-lft {
        width: 100%;
        max-width: 300px;
    }

    .atrny-blk-top-lft img {
        height: 370px;
        object-fit: cover;
        object-position: top;
    }

    .atrny-blk-top-rht {
        width: 100%;
        background-color: rgb(98 153 196 / 50%);
        padding: 25px 10px;
        max-width: 450px;
        border: 2px solid #6299c4;
    }

    .atrny-blk-top-rht .txt-hdg br {
        display: none;
    }

    .atrny-blk-top-rht .txt-hdg {
        font-size: 32px;
        margin-bottom: 7px;
        text-align: center;
        letter-spacing: 0;
    }

    .contact-part {
        margin-bottom: 18px;
        text-align: center;
    }

    .v-card-part {
        margin-bottom: 18px;
        text-align: center;
    }

    .atrny-sec-btn {
        text-align: center;
    }

    .atrny-blk-top-rht .sub-hdg {
        font-size: 15px;
        text-align: center;
    }

    .attorney-blk-top::before {
        border-radius: 0 0 0 0;
    }

    .atrny-blk-top-lft img {
        border-radius: 0;
    }

    .testimonials-page .in-testi-item {
        padding: 25px 20px;
    }

    .testimonials-page .in-testi-item .star-rat {
        max-width: 120px;
    }

    .testimonials-page .in-testi-item .inr-testi-title {
        font-size: 19px;
    }

    .page-template-contact-page .in-cont-form .hm-form-blk {
        padding: 25px;
    }

    .page-template-contact-page .hm-form-blk .text-heading {
        font-size: 34px;
        margin: 0 0 30px;
    }

    .page-template-contact-page .hm-form-map iframe {
        height: 220px;
    }

    .page-template-contact-page .hm-form-sec .container {
        padding: 0 10px;
    }

    .page_default.single-blog_pg .post-meta {
        font-size: 15px;
        gap: 5px 10px;
    }

    .page_default.single-blog_pg .post-meta .post-dt {
        padding: 0 8px;
    }

    .page_default.single-blog_pg .page-navi {
        margin-top: 20px;
    }

    .page_default.single-blog_pg .page-navi a {
        font-size: 14px;
        padding: 13px 21px;
    }

    .blog-archives.blog-single-srch .widget {
        border-radius: 0 0 50px 0;
    }

    .blog-archives.blog-single-archive {
        padding: 22px 15px 32px;
        gap: 22px;
    }

    .blog-archives.blog-single-archive .widget-title {
        padding: 0 0 0 15px;
        margin-bottom: 17px;
        font-size: 28px;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers li a,
    .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
        width: 55px;
        height: 32px;
        font-size: 20px;
    }


.table-contnt {
    display: block;
    max-height: 720px;
    overflow-y: hidden;
    overflow-x: scroll !important;
    padding: 0 0 10px;
    scrollbar-color: #0b193d #4c88b6;
}
.table-contnt table::-webkit-scrollbar {
    width: 10px;   /* scrollbar width */
}
.table-contnt table {
    scrollbar-width: thin;
    scrollbar-color: #000000 #48adc5;
    width: auto;
    min-width: 600px;
}
tbody tr td {
    padding: 6px 10px;
    font-size: 14px;
    border-right: 1px solid #000 !important;
    color: #000000;
}
table tr th {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.2;
}


}

@media screen and (max-width:480px) {

    .page_bnr {
        padding: 190px 0 30px;
    }

    .page_title h1,
    .page_title h2 {
        font-size: 33px;
    }

    .page_default {
        padding: 30px 0;
    }

    h1,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 19px;
    }

    .innerpage-common-block.two .cmn-blk,
    .cmn-blk {
        padding: 20px 15px;
    }

    .cmn-blk .cta-box-title {
        font-size: 28px;
    }

    .cmn-blk a.cmn-btn {
        padding: 13px 18px;
    }

    .table-wrapper thead th {
        font-size: 14px;
        padding: 8px;
    }

    .table-wrapper tbody tr td {
        font-size: 14px;
        width: 200px;
        min-height: 75px;
        padding: 5px;
    }

    .table-wrapper thead tr th:nth-child(1) {
        min-height: 75px;
    }

    .table-wrapper thead tr th:nth-child(2) {
        min-height: 75px;
    }

    .table-wrapper thead tr th:nth-child(3) {
        min-height: 75px;
    }

    .page_default .genpg-rite .contact-part a {
        font-size: 23px;
        background-size: 42px;
        padding: 5px 0 5px 46px;
    }

    .page_default .genpg-rite .v-card-part a {
        font-size: 17px;
    }

    .atrny-blk-top-rht {
        padding: 20px 10px;
    }

    .attorney-blk-top a.cmn-btn {
        padding: 11px 13px;
    }

    .testimonials-page .in-testi-item {
        padding: 25px 15px;
    }

    .testimonials-page .in-testi-item .inr-testi-title {
        font-size: 18px;
    }

    .testimonials-page .in-testi-item .star-rat {
        max-width: 110px;
    }

    .contact-item.call a {
        font-size: 24px;
    }

.in-pract-itm-img {
    max-width: 80px;
}

    .blg-cntblk .post-cnt .inr-blg-title {
        min-height: auto;
    }

    .page_default.blog_pg .underscores-pagination ul.page-numbers {
        flex-wrap: wrap;
    }

.in-practice-item {
    gap: 10px;
    width: 100%;
    max-width: 341px;
    padding: 5px;
    border-width: 3px;
}
.in-pract-cnt {
    min-height: 80px;
}


}