body {
    overflow-x: hidden;
}
.read-btn {
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--color-secondary);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: none;
    border: none;
}
.read-btn svg, .read-btn img {
    width: 7px;
    height: 12px;
}
.read-btn:hover {
    color: var(--color-primary);
}
.read-btn:hover svg {
    stroke: var(--color-primary);
    fill: var(--color-primary);
}
.grey-bg-content {
    background: var(--bs-light);
}

/*.search-icon-form button {
    border: none;
    top: 0px;
    right: 0;
    position: relative;
    opacity: 1;
    display: block;
    width: 55px;
    height: 55px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url(https://cdn-ilaehbf.nitrocdn.com/EqANSUBgWZgWFkaJEFVutfyOxGqPRAwZ/assets/images/source/rev-3ad4fb7/bk-lawgroup.com/wp-content/uploads/2022/05/search-1.svg);
    background-position: center;
    cursor: pointer;
}
button#m-SiteSearchs:hover {
    filter: brightness(.5);
}*/
.footer_social_class ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.footer_social_class ul li {
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center;
}
.nav-menu-wrapper.menu-header.footer_menu {
    justify-content: flex-start;
}
.footer_social_class ul li a {
    display: block;
    line-height: normal;
}

/*.sub-menu {
    background-color: var(--color-primary);
}
.main-header .menu-top  .sub-menu  li {
    margin: 0;
}
.main-header .menu-top > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}
.main-header .menu-top > li:nth-last-child(2) ul ul {
    left: auto !important;
    right: 100%;
}
.main-header .menu-top > li:nth-last-child(-n+2) > ul {
    left: auto;
    right: 0;
}
*/

.home-blog-sec .post-card {
    background-color: #F9F7F1;
    border-radius: 16px;
    height: calc(100%  - 30px);
    position: relative;
    padding-bottom: 60px;
    margin-top: 30px;
}
.home-blog-sec .post-card .no-featured, .home-blog-sec .post-card .featured {
    background-color: var(--color-secondary);
    aspect-ratio: 1 / 1;
    width: 100%;
    background-size: 220px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    height: 330px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.post-card-content {
    padding: 30px 25px;
    text-align: left;
}
.post-card-content .blog-title {
    font-family: var(--font-opensans);
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #6A6A6A;
}
.post-card-content .excerpt-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #6A6A6A;
}
.post-card-content .read-btn {
    position: absolute;
    bottom: 35px;
    left: 25px;
}

.post-card-content .post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-flow: wrap;
    margin-bottom: 15px;
}
.post-card-content .post-meta .blog-category {
    display: block;
}
.post-card-content .post-meta .blog-category a {
    color: #fff;
    padding: 10px 15px;
    display: inline-flex;
    background: var(--color-secondary);
    border-radius: 45px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
}
.post-card-content .post-meta .blog-category a:hover{
    background: var(--color-primary);
}
.post-card-content .post-meta .read-time {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color:var(--color-primary)
}

.home-loc-new .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}
.home-loc-new .location-map {
    position: static;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
}
.home-loc-new .location-map iframe {
    height: 640px;
    border: none;
}
.home-loc-new .nap-postal-address-wrap {
    width: 100%;
    box-shadow: none;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 16px;
    margin-top: -80px;
}
.home-loc-new .nap-wrapper {
    padding: 0;
    background: none;
    border-bottom: none;
    width: calc(20% - 13px);
}
.home-loc-new .nap-wrapper.location-active {
    background: none;
}
.home-loc-new .nap-wrapper::after {
    display: none;
}
.home-loc-new .nap-address-info {
    background: var(--bs-light);
    border-radius: 10px;
    height: 100%;
    padding: 30px 20px;
    border: 1px solid #aaa;
}
.home-loc-new .nap-wrapper.location-active .nap-address-info{
    background: #173359;
    border: 1px solid #173359;
}
.home-loc-new .loc-content {
    font-size: 16px;
    width: auto;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
}
.home-loc-new .footer-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0E2C49;
    margin-bottom: 20px;
}
.home-loc-new .map-icon {
    position: absolute;
    left: 0;
    width: auto;
    top: 0;
}
.home-loc-new .map-icon svg {
    width: 15px;
    height: 15px;
}
.home-loc-new .nap-contact-info a.phoneno svg {
    width: 18px;
    height: 17px;
    margin-right: 15px;
    margin-top: 3px;
    fill: none;
}
.home-loc-new .nap-wrapper.location-active .nap-contact-info a.phoneno svg,
.home-loc-new .nap-wrapper.location-active .map-icon svg  {
    stroke: #fff;
}
.home-loc-new .nap-wrapper.location-active .nap-contact-info a.phoneno svg path,
.home-loc-new .nap-wrapper.location-active .map-icon svg path {
    fill: none;
}
.home-loc-new .nap-contact-info a.phoneno {
    margin: 17px 0 0;
    font-size: 16px;
    color: #6A6A6A;
    line-height: normal;
}
.home-loc-new .direction-link {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-flex;
}
.home-loc-new .nap-wrapper.location-active * {
    color: #fff;
}

.home-contact-sec .form-outer {
    border-radius: 12px;
    background: var(--bs-light);
    padding: 80px 70px;
}
.home-contact-sec .sub-heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6A6A6A;
    margin-bottom: 12px;
}
.home-contact-sec .wpcf7-form-control {
    border: 1px solid #A8A8A8;
    display: block;
    width: 100%;
    border-radius: 12px;
    line-height: normal;
    padding: 10px 15px;
}
.home-contact-sec textarea.wpcf7-form-control {
    height: 120px;
    resize: none;
}
.home-contact-sec .form-info p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #6A6A6A;
    margin-bottom: 20px;
}
.home-contact-sec label.error {
    bottom: 0;
}
.home-contact-sec .wpcf7-submit {
    width: auto;
    border-radius: 0;
    border: 1px solid var(--color-secondary);
    padding: 12px 40px;
}
.home-contact-sec .wpcf7-submit:hover {
    border: 1px solid var(--color-primary);
}
.home-contact-sec input::placeholder, .home-contact-sec textarea::placeholder{
    color: rgba(110, 110, 110, 1) !important;
}
.home-contact-sec .ph-cta {
    color: #272727;
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
}
.home-contact-sec .ph-cta svg,.home-contact-sec .ph-cta img {
    width: 30px;
    height: 28px;
    margin-top: 4px;
}
.home-contact-sec .ph-cta:hover {
    color: var(--color-secondary);
}
.home-loc-new .nap-meta {
    display: block;
}

@media (min-width: 1200px){
    /*.header-btn .ph-icon {
        display: none;
    }
    .main-header .menu-top > li:hover > a:not(.sub-menu) {
        background: #828282;
        color: #fff;
    }
    ul.sub-menu li:hover {
        background-color: var(--color-secondary);
    }*/
}
@media (max-width: 1400px) {
    .h2 .h2, h2, .heading {
        font-size: 42px;
    }
    .hero-banner .banner-heading {
        font-size: 50px;
    }
    .hero-banner .small-heading {
        font-size: 16px;
        letter-spacing: 3px;
        margin-bottom: 10px;
    }
    .stats-card .number {
        font-size: 35px;
    }
    .pa-card .pa-title {
        font-size: 18px;
    }
    .pa-card svg, .pa-card img {
        width: 52px;
        height: 52px;
    }
    .post-card-content .blog-title {
        font-size: 20px;
    }
    .home-loc-new .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

/*
    .header-logo-col {
        max-width: 160px;
    }
    .header-btn {
        font-size: 16px;
        padding: 10px 12px;
    }
    .header-btn .ph-title {
        font-size: 12px;
        display: none;
    }
    .main-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-header .menu-top  li a {
        font-size: 12px;
    }
    .mobile-search-bar svg, .mobile-search-bar img {
        width: 18px;
        height: 18px;
    }
    .mobile-search-bar.menu_srch {
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }
    .main-header .menu-top  li {
        margin: 0 2px;
    }
    .menu-header .menu-top > li.menu-item-has-children .sidebar-menu-arrow {
        width: 8px;
    }
    ul.menu-top>li.menu-item-has-children a {
        padding-right: 18px;
    }*/
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .home-loc-new .footer-title {
        font-size: 20px;
    }
    .home-loc-new .loc-content {
        font-size: 15px;
        padding-left: 20px;
    }
    .home-loc-new .direction-link {
        font-size: 16px;
        margin-top: 15px;
    }
    .home-loc-new .nap-contact-info a.phoneno {
        margin: 10px 0 0;
        font-size: 15px;
    }
    .home-loc-new .nap-contact-info a.phoneno svg {
        margin-right: 5px;
    }
    .home-loc-new .nap-address-info {
        padding: 25px 15px;
    }
}
@media (max-width: 1199px) {
    /*.menu-top li.menu-item-has-children:after{
        display: none;
    }
    .menu-top li.sub_menu_child.menu-item-has-children a:after {
        display: none;
    }
    .sub_menu_child .sub-menu {
        max-width: 100%;
        right: 0;
        position: revert;
        width: 100%;
        left: 0;
        top: 0;
    }*/
    ul#menu-footer-menu {
        display: block;
    }
    section.home_about_section_div
    {
        padding-top: 30px;
    }
    /*.nav-menu-wrapper.menu-header.footer_menu li a
    {
        padding-left: 0;
    }

    .header-top .menu-top li {
        display: block;
        border-bottom: 1px solid #dbdbdb;
    }


    .header-top .menu-top li a {
        color: var(--color-primary);
    }
    .menu-top ul li {
        display: block;
        padding-right: 20px;
        border-bottom: 1px solid black;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .menu-sidebar .menu-top .menu-item-has-children .sub-menu
    {
        display: none;
        background: none;
    }
    .button-open .menu-bar-bottom {
        border-color: #fff;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }
    .menu-button.button-open {
        background: none;
        z-index: 13;
        height: 40px;
        width: 40px;
        right: auto;
        top: auto;
        position: relative;
    }
    .menu-button .menu-bar {
        position: relative;
        border-radius: 0;
        width: 28px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 3px;
        background: #173359;
        margin-top: 6px;
        text-align: right;
        border-radius: 10px;
    }
    .sub-menu {
        background-color: transparent;
    }
    .menu-sidebar .menu-top li.current-menu-item > a + .sidebar-menu-arrow::after {
        background-image: url(http://bklawgroupstg.wpengine.com/wp-content/uploads/2022/05/white-arrow-downmenu.svg);
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        background-repeat: no-repeat;
        background-image: url(http://bklawgroupstg.wpengine.com/wp-content/uploads/2022/05/arrow-blue-2.svg);
        background-position: center;
        height: 40px;
        width: 40px;
    }

    .menu-sidebar .menu-top .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }
    ul.sub-menu li {
        margin-left: 0;
    }

    ul#menu-main-nav li
    {
        display: block;
    }

    header .menu-button.button-open .menu-bar {
        background: var(--color-primary);
    }
    .menu-button.button-open .menu-bar-top {
        border-color: var(--color-primary) !important;
        width: 85%;
        top: 0;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .menu-button.button-open .menu-bar-bottom {
        border-color: var(--color-primary) !important;
        width: 85%;
    }
    .menu-button {
        height: 40px;
        width: 40px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 12px;
        background-color: transparent;
        border: 1px solid var(--color-primary);
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    .menu-show {
        right: 0 !important;
        box-shadow: none;
        display: block !important;
        max-width: 100%;
    }
    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 0;
    }
    .menu-top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-top li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,.2);
        padding: 0;
    }
    .menu-sidebar .menu-top li.current-menu-item > a {
        font-weight: 500;
        background-color: var(--color-primary);
        color: #fff !important;
        width: 100%;
    }
    .main-header .menu-sidebar .menu-top li>a {
        color: #000;
        font-weight: 400;
        padding: 10px 15px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
        text-transform: capitalize;
    }


    .mobile-search-bar.menu_srch {
        width: 40px;
        height: 40px;
        border: 1px solid var(--color-primary);
        margin-right: 12px;
    }
    .header-btn svg {
        stroke: var(--color-primary);
    }
    .main-header .menu-top > li:hover a {
        background: none;
    }
    .menu-sidebar .menu-top .sub-menu li:first-child {
        border-top: 1px solid rgba(0,0,0,.2);
    }
    .main-header .menu-sidebar .sub-menu li a {
        padding-left: 40px;
    }
    .menu-sidebar .menu-top li:last-child {
        border-bottom: none;
    }*/

    .h2 .h2, h2, .heading {
        font-size: 40px;
    }
    .hero-banner {
        height: 640px !important;
    }
    .home-loc-new .nap-wrapper {
        width: calc(33.33% - 11px);
    }
    .home-loc-new .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-loc-new .footer-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .home-loc-new .direction-link {
        font-size: 18px;
        margin-top: 15px;
    }

    .header-logo-col {
        width: 50%;
        max-width: 100%;
    }
    .header-logo-col a img {
        max-width: 220px;
    }
    .header-cta-col {
        width: 50%;
    }
    .header-nav-col {
        display: none;
    }
    .header-btn {
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        display: none;
    }
    .header-btn .ph-text {
        display: none;
    }
    .pa-card {
        padding: 25px 15px;
    }
    .pa-card .pa-title {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .h2 .h2, h2, .heading {
        font-size: 36px;
    }
    .home-loc-new .nap-wrapper {
        width: calc(50% - 11px);
    }
    .home-loc-new .location-map iframe {
        height: 550px;
    }
    .home-contact-sec .form-outer {
        padding: 50px 30px;
    }
    .home-contact-sec .wpcf7 {
        margin-top: 40px;
    }
    .home-content-sec img, .about-sec img {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .hero-banner::before {
        background: rgba(23, 51, 89, 0.7);
    }
    .hero-banner .banner-heading {
        font-size: 31px;
    }
    .hero-banner p {
        font-size: 12px;
    }
    .hero-banner .btn{
        font-size: 12px;
    }
    .post-card-content .blog-title {
        font-size: 20px;
    }
    .home-loc-new .nap-wrapper {
        width: 100%;
    }
    .home-loc-new .nap-postal-address-wrap {
        margin-top: -50px;
    }
    .home-contact-sec .sub-heading {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .home-contact-sec .ph-cta {
        font-size: 28px;
    }
    .home-contact-sec .ph-cta svg, .home-contact-sec .ph-cta img {
        width: 25px;
        height: 23px;
    }
    .pa-card {
        text-align: center;
    }
    .pa-card svg, .pa-card img {
        margin: 0 auto 15px;
    }
    .pa-info {
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}
@media (max-width: 575px) {
    .h2 .h2, h2, .heading {
        font-size: 30px;
    }
    .home-contact-sec .form-outer {
        padding: 50px 20px;
    }
    .header-logo-col a img {
        max-width: 100%;
    }
}
.mobile-loc-row .nap-postal-address-wrap {
    margin-top: 0;
}
