@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --theme-color: #11519c;
    --white-color: #ffffff;
    --theme-second-color: #000000;
    --gray-color: #666666;
    --text-color: #000000;
    --theme-font: "Poppins", sans-serif;
}
body{
    font-family: var(--theme-font);
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6{
    color: var(--theme-color);
    font-family: var(--theme-font);
    padding: 0;
}
h1 {
    font-size: 2.3em;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 0.5em;  
}
h2, .h2{
    font-size: 2em;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 0.5em;  
    color: var(--theme-color);
}
h2 ~ h2{
    margin-top: 1em;
}
h3{
    font-size: 1.8em;
    line-height: 1.3;
    padding: 0;
    margin: 1em 0 .5em;
}
h4{
    font-size: 1.5em;
    line-height: 1;
    padding: 0;
    margin: 1em 0 .5em;
}
h5{
    font-size: 1.3em;
    margin: 0 0 1em;
    font-weight: 400;
}
h6, .h6{
    font-size: 1.25em;
    margin: 0 0 0.8em;
    font-weight: 400;
}
p {
    font-size: 1.125em;
    line-height: 1.5;
    color: var(--text-color);
}
a {
    text-decoration: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    color: var(--theme-color);
}
blockquote{
    font-size: 1.125em;
    line-height: 1.5;
    color: var(--text-color);
}
blockquote p{
    font-size: 1em;
}
a:hover {
    text-decoration: none;
}
body.wpex-responsive .container, body.wpex-responsive .vc_row-fluid.container {
    width: 100%;
}
body.wpex-responsive .container, body.wpex-responsive .vc_row-fluid.container {
    width: 1620px;
}
.practiesarea_section, .testimonial_section, .attorney_section, .recentblog_section, .contactus_section {
    padding: 5.625em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-padding{
    padding-top: 7.5em;
    padding-bottom: 7.5em;
}
.section-header{
    margin-bottom: 2em;
}
.section-title,
.common-title {
    font-size: 3em;
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 400;
    font-family: var(--theme-font);
}
h2.section-title,
h2.common-title{
    font-size: 2em;
}
.section-title strong{
    display: block;
}
.section-content{
    font-size: 1.25em;
    color: #000000;
    font-weight: 400;
    font-family: var(--theme-font);    
}
.section-content p{
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}
.vc_general.vc_btn3{
    min-width: 8.6em;
    height: 2.6em;
    border-radius: 4px;
    background: var(--theme-color);
    border-color: var(--theme-color);
    font-size: 1.25em;
    line-height: 1.15;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--theme-font);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5em 1em;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus{
    background: var(--theme-second-color);
    border-color: var(--theme-second-color);
    color: var(--white-color);
}
.button-outline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    border-color: #fff;
    background: transparent;
}
.button-outline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.button-outline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus{
    border-color: var(--theme-second-color);
    background: var(--theme-second-color);
}
/* == Header == */
div#site-header-sticky-wrapper {
    height: auto !important;
}
#site-header.fixed-scroll {
    z-index: 99;
    transform: translateZ(0);
    position: fixed;
    left: 0;
    right: 0;
}
#site-header-inner{
    padding: 1.875em 0;
    transition: 0.3s linear;
}
#site-header-sticky-wrapper.is-sticky #site-header #site-header-inner{
    /* padding: 1em 0; */
}
#site-header-sticky-wrapper.is-sticky #site-header #site-logo img{
    filter: invert(1);
}
.header-contctinfo {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0.625em;
    right: 0;
}
.header-contctinfo .top-item{
    font-size: 2.125em;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: var(--theme-font);
    text-align: right;
    color: var(--white-color);
    transition: 0.3s linear;
    display: inline-flex;
    align-items: center;
    gap: 0.23em;
}
.header-contctinfo .top-item::before{
    content: "";
    display: block;
    width: 0.88em;
    height: 0.88em;
    background-image: url('../images/cell-icon.png');
    background-position: 0 0;
    background-size: 0.88em;
}
.header-contctinfo .top-item a{
    color: var(--white-color);
}
#site-header-sticky-wrapper.is-sticky .header-contctinfo .top-item{
    font-size: 1.75em;
}
#site-header-sticky-wrapper.is-sticky .header-contctinfo .top-item,
#site-header-sticky-wrapper.is-sticky .header-contctinfo .top-item a{
    color: #000000;
}
#site-header-sticky-wrapper.is-sticky .header-contctinfo .top-item::before{
    background-position: 0 100%;
}

/* == Nav == */
#site-navigation-wrap{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 00;
    height: 50px;
}
#site-navigation{
    height: 100%;
}
#menu-top-menu {
    display: flex;
    align-items: flex-end;
    height: 100%;
    gap: 2.1875em;
}
.navbar-style-one .dropdown-menu>li>a>span.link-inner {
    padding: 0.625em 0;
}
.navbar-style-one .dropdown-menu>li {
    padding: 0;
}

#mega-menu-wrap-main_menu{
    background: transparent;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item{
    margin-left: 2px;
}
#mega-menu-wrap-main_menu, #mega-menu-wrap-main_menu #mega-menu-main_menu, 
#mega-menu-wrap-main_menu #mega-menu-main_menu ul.mega-sub-menu, 
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item, 
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-row, 
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-column, 
#mega-menu-wrap-main_menu #mega-menu-main_menu a.mega-menu-link, 
#mega-menu-wrap-main_menu #mega-menu-main_menu span.mega-menu-badge, 
#mega-menu-wrap-main_menu button.mega-close{
    font-size: 1em;
}
.navbar-style-one .dropdown-menu>li>a,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 1.25em;
    letter-spacing: 0px;
    color: var(--white-color);
    font-weight: 400;
    position: relative;
    padding: 0;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    padding: 0.25em 0.625em;
}
#site-header-sticky-wrapper.is-sticky .navbar-style-one .dropdown-menu>li>a,
#site-header-sticky-wrapper.is-sticky #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
    color: #000;
}
.main-navigation .dropdown-menu>.current-menu-parent>a{
    color: var(--theme-color);
}
#site-header-sticky-wrapper.is-sticky .navbar-style-one .dropdown-menu>li.current-menu-parent>a,
.main-navigation .dropdown-menu>.current-menu-item>a,
.navbar-style-one .dropdown-menu>li>a:hover,
#site-header-sticky-wrapper.is-sticky .navbar-style-one .dropdown-menu>li>a:hover,
#site-header-sticky-wrapper.is-sticky .navbar-style-one .dropdown-menu>li.current-menu-item>a,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: var(--theme-color) !important;
    color: #fff !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
    vertical-align: middle;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 10px 20px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    margin: 0;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    width: 15px;
}
.navbar-style-one .dropdown-menu>li.escape_button {
    padding-right: 0;
}
.navbar-style-one .dropdown-menu>li.escape_button a {
    padding: 0.25em 1em;
    background-color: var(--theme-color);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: var(--white-color);
}
.navbar-style-one .dropdown-menu>li.escape_button a span {
    line-height: normal;
    padding: 0.25em 0;
}
.navbar-style-one .dropdown-menu>li.escape_button a:hover {
    background-color: var(--theme-second-color);
}
.navbar-style-one .dropdown-menu>li.escape_button>a::after {
    display: none;
}
/* == Banner == */
body.home .home-banner {
    background-repeat: no-repeat;
    background-size: cover;
}
body.home .home-banner > .vc_column_container, body.home .home-banner .vc_column-inner, body.home .home-banner .wpb_wrapper  {
    margin: 0;
}
.home-bannercontent {
	display: flex;
	align-items:flex-end;
	justify-content: center;
    padding:0 0 8em;
    height: 100%;
    /* min-height:750px; */
    min-height: 850px;
}
.home-bannercontent .sub-heading {
    font-size: 3.125em;
    letter-spacing: -1px;
    color: var(--theme-color);
    text-align: center;
    font-weight: 800;
    line-height: 1;
}
.home-bannercontent .banner-title {
    font-size: 4.375em;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

/* == Footer Section == */

#footer-bottom a {
    color: #fff;
}
#footer-bottom a:hover{
    color: var(--theme-color);
}
.site-footer {
    background: var(--theme-second-color);
    color: var(--white-color);
}
.site-footer .wpex-about-widget-description {
    color: #fff;
    font-weight: 400;
    font-size: 1.125em;
    padding-top:0;
    line-height: 1.66;
}
.footer-box .footer-widget .widget-title {
    font-size: 1.375em;
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 1.2em 0 0;
    margin: 0 0 1.35em;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-box .footer-widget .widget-title::after {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 10em;
    background: #fff;
    height: 2px;
    margin: -1px 0 0 0;
    content: "";
    z-index: 0;
}
.footer-box .footer-widget .wpex-about-widget-image{
    margin-bottom: 2.8125em;
}
#footer .quick-links ul {
    margin: 0;
    display: flex;
    flex-direction: column;
}
#footer .quick-links ul li {
    border: none;
    padding: 0.4em 0;
}
#footer .quick-links ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.125em;
}
#footer .quick-links ul li a:hover {
    color: #ccc;
}
.social-icon{
    width: auto !important;
}
.social-icon ul{
    display: flex;
    align-items: center;
    margin: 0;
    gap: 0.5em;
}
.social-icon li {
    padding: 0;
    display: inline-flex;
}
.social-icon li a {
    display: block;
    height:2.7em;
    width: 2.7em;
    background-image: url('../images/social_icons.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15em;
}
.social-icon li.tw a {
    background-position: 0 0;
}
.social-icon li.fb a {
    background-position: 25% 0em;
}
.social-icon li.ln a {
    background-position: 50% 0;
}
.social-icon li.avvo a {
    background-position: 75% 0;
}
.social-icon li.gmb a {
    background-position: 100% 0;
}

.social-icon li.tw a:hover {
    background-position: 0 100%;
}
.social-icon li.fb a:hover {
    background-position: 25% 100%;
}
.social-icon li.ln a:hover {
    background-position: 50% 100%;
}
.social-icon li.avvo a:hover {
    background-position: 75% 100%;
}
.social-icon li.gmb a:hover {
    background-position: 100% 100%;
}

.get-intouch {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625em;
}
.get-intouch li > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.get-intouch li {
    font-size: 1.125em;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    padding: 0;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.get-intouch li a {
    color: #fff;
}
.get-intouch li::before {
    content: "";
    height: 1.3em;
    width: 1.2em;
    background-size: 2.5em;
    background-image: url(../images/get-infosprite.png);
    padding-left: 2em;
    background-repeat: no-repeat;
    margin: 0.2em 0 0 0;
}
.get-intouch li.phone::before {
    background-position: 0 -1.6em;
}
.get-intouch li.address::before {
    background-position: 0 0;
}
.get-intouch li.fax::before {
    background-position: 0 -3.25em;
}
.get-intouch li.map {
    padding-left: 2em;
}
.get-intouch li.map::before {
    display: none;
}
.get-intouch li .get-directions{
    font-size: 1em;
    font-style: italic;
}
.info-bottom {
    padding: 1.875em 0 0 0;
    display: flex;
    align-items: center;
    position: static;
    margin: 0;
}
.info-bottom .review-btn {
    font-size: 1.25em;
    letter-spacing: 0px;
    color: #000;
    font-weight: 600;
    border: 1px solid #ffffff;
    padding: 0.5em 1.48em;
    display: inline-block;
    text-transform: inherit;
    border-radius: 4px;
    background-color: #ffffff;
    height: 2.6em;
    text-align: center;
}
.info-bottom .review-btn:hover,
.info-bottom .review-btn:focus{
    background: var(--theme-color);
    color: #fff !important;
    border-color: var(--theme-color);
}


#footer-bottom {
    background: var(--theme-second-color);
}
#footer-bottom-inner {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 100%;
}
.footer-blue{
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    padding: 3.125em 0;
}
.footer-location {
    font-weight: 500;
}
.footer-bottom-top {
    font-size: 1.125em;
    color: #fff;
    padding: 0;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}
.footer-bottom-bottom {
    padding: 1.875em 0;
    display: flex;
    gap: 2em;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
#footer-bottom .site-infolink {
    display: inline-flex;
}
#footer-bottom .site-infolink li {
    padding: 0 1em;
    border-right: 1px solid #fff;
    line-height: 1;
}
#footer-bottom .site-infolink li:last-child {
    border-right: none;
}
#footer-bottom .site-infolink li a {
    color: #fff;
}
#footer-bottom .site-infolink li a:hover {
    opacity: 0.8;
}
.footer-bottom {
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer a:hover{
    color: var(--theme-color) !important;
    opacity: 1 !important;
}
.read-morebtn {
    display: block;
    margin: 1.5em 0;
}
.read-morebtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    padding: 0.5em 1.625em;
    background-color: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid var(--white-color);
    background-image: none;
    color: var(--white-color);
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
}
.read-morebtn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: var(--theme-second-color);
}
.service-box:hover > .vc_column-inner > .wpb_wrapper {
    background-color: var(--theme-color);
}
.service-box:hover .service-icon img {
    filter: grayscale(0);
}

.about_contentinfo p {
    color: var(--white-color);
    font-size: 1.375em;
}
.common-titlewhite, .common-titlewhite strong {
    color: var(--white-color);
}
.common-titlewhite::after {
    background-color: var(--white-color);
}

/* How it work section */
.hw-grid{
    margin: 0 0 1.875em;
}
.hw-grid > .vc_column-inner > .wpb_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    counter-reset: my-sec-counter;
}
.hw-grid .hw-item {
    filter: drop-shadow(0 0 7px rgba(222, 222, 222, 0.5));
    background-color: #fafafa;
    border: 4px solid var(--theme-color);
    padding: 2.5rem 2.75rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.625rem;
}
.hw-grid .hw-item:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: var(--theme-color);
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hw-grid .hw-item .vcex-teaser-heading{
    font-size: 1.875em;
    line-height: 1.66;
    color: #000000;
    font-weight: 400;
    font-family: var(--theme-font);
}
.hw-grid .hw-item .vcex-teaser-text p{
    font-size: 1.125em;
    line-height: 1.55;
    color: #000000;
    font-weight: 400;
    font-family: var(--theme-font);
    padding: 0;
    margin: 0;
}
.hit-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    flex-direction: column;
    height: 3.5em;
    width: 90%;
    max-width: 21.5em;
}
.hit-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after{
    content: "Click here";
    display: block;
    font-size: 0.9em;
}
/* == Practise Area Section == */

.new-hp-practice-area-tabs {
    display: flex;
    gap: 1.875em;
}
.new-hp-practice-area-tabs .vc_tta-tabs-container{
    width: 22.5em;
    padding-top: 8.125em;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-tabs-list{
    display: flex;
    flex-direction: column;
}
.new-hp-practice-area-tabs .vc_tta-panels-container{
    flex: 1;
}
/* .new-practice-area-section .practice-title{
    text-transform: uppercase;
    margin-bottom: 0.625em;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.15;
} */
.new-practice-area-section .practice-title .vcex-heading-inner{
    text-align: left;
}
.new-practice-area-section .practice-title strong{
    display: block;
    font-weight: 700;
}
.vc_tta-container{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover,
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus  {
    border-color: transparent;
    background-color: transparent;
    color: var(--theme-color);
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
    border-color: transparent;
    background-color: transparent;
    color: #000000;
    font-weight: 400;
    font-family: var(--theme-font);
    padding: 0;
    font-size: 1.375em;
    padding: 0.3125em 0;
    border-radius: 0;
    line-height: 1.5;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-tab:last-child{
    border-bottom: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panels, 
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panels-container,
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .wpb_text_column  {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 0;
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, 
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, 
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before{
    border-color: transparent;
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
}

.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel{
    flex: 1;
    display: none;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .wpb_text_column{
    justify-content: flex-end;
    width: 100%;
    background-size: cover;
    padding: 1.875em 2.5em;
    position: relative;
    background-position: center 10%;    
}

.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .wpb_text_column::after{
    content: "";
    display: block;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body *{
    color: #fff;
    position: relative;
    z-index: 1;
}

.new-practice-area-section .wpb_wrapper {
    position: relative;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body h4{
    font-size: 2.25em;
    line-height: 1.38;
    color: #ffffff;
    font-weight: 500;
    padding: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p{
    font-size: 1.25em;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 400;
    padding: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p:last-child{
    margin: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p a{
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid #fff;
    transition: 0.3s linear;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p a:hover{
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .wpb_text_column::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2.5em;
    width: 7.875em;
    background: #11519c;
    opacity: 0.8;
    transform: skewX(-8.6deg);
    z-index: 1;
}

/* MEET OUR ATTORNEYS */

.new-sxn-team-section{
    background: #ececec;  
}
.new-sxn-team-image,
.new-sxn-team-section:before,
.new-sxn-team-section:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.new-sxn-team-section:before,
.new-sxn-team-section::after{
    content:"";
}
.new-sxn-team-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
    opacity: 0.21;
    mix-blend-mode: darken;
}
.new-sxn-team-section:after{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    mix-blend-mode: overlay;
    background-size: cover;
    z-index: 2;
}

.widget_recent_entries li a {
    color: white !important;
}
.widget_categories li a {
    color: white !important;
}

#gform_widget-3 {
    background-color: white !important;
    border: 10px solid #11519c !important;
}
#gform_widget-3 .widget-title {
    color: #11519c !important;
}
#gform_widget-3 .gfield_label {
    color: #11519c !important;
    font-weight: 600;
}

.new-sxn-team-section:before{
    display: block;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
    opacity: 0.81;
}
.new-sxn-team-section .sxn-wrap{
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
    position: relative;
    z-index: 3;
}
.teamBlock {
    position: relative;
}
.teamBlock:before {
    content: "" !important;
    display: block !important;
    width: 2px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 1em;
    background: #ffffff;
    z-index: 999999;
    bottom: 3em;
}
.teamInner > div > .wpb_wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.25em 1.875em;
}
.teamInner .teamImg {
    grid-row: 1 / 4;
    max-width: 16.875em;
}
.teamBlock .teamInner:nth-child(even) .teamImg{
    grid-column: 2;
}
.new-sxn-team-section .teamBody{
    line-height: 1.66;
    color: #07311d;
}
.new-sxn-team-section .teamName{
    font-size: 2.25em;
    line-height: 1;
    padding: 0;
    color: var(--theme-color);
    width: 100%;
    font-weight: 700;
    font-family: var(--theme-font);
}
.new-sxn-team-section .teamName em{
    text-transform: inherit;
    font-size: 0.66em;
    font-weight: 500;
    font-style: inherit;
}
.teamInner .vc_btn3-container{
    margin-bottom: 0;
}

/* Recent Blog Section == */
.recentblog_section .recent_post .vcex-blog-entry-details {
    border: none;
}
.recentblog_section .recent_post .blog-entry .blog-entry-title, .recentblog_section .recent_post .vcex-blog-entry-title {
    font-size:1.5em;
    letter-spacing: 0px;
    color: var(--theme-font);
    font-weight: 600;
    margin:0 0 1.167em;
}
.recentblog_section .recent_post .blog-entry .blog-entry-title a:hover, .recentblog_section .recent_post .vcex-blog-entry-title a:hover {
    color: var(--theme-color);
}
.recentblog_section .recent_post .blog-entry .blog-entry-title::after, .recentblog_section .recent_post .vcex-blog-entry-title::after {
    width: 4.375em;
    height: 4px;
    background-color: var(--theme-color);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.recentblog_section .recent_post .entry-excerpt p {
    font-size: 1.250em;
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
}
.recentblog_section .recent_post .theme-button {
    font-size: 0.875em;
    letter-spacing: 0px;
    color: var(--theme-font);
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--theme-font);
    padding: 0.5em 1.429em;
    height: auto;
    border-radius: 4px;
    margin: 1em 0 0;
}
.recentblog_section .recent_post .entry-media {
    height: 13.750em;
    margin: 0 0 1.750em;
}
.recentblog_section .recent_post .entry-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vcex-blog-entry-details {
    padding: 0;
    background: transparent;
    border: 0;
}
/* == Contact Section == */
.contact-section .gform_wrapper .top_label .gfield_label {
    display: none;
}
.contact-section .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em !important;
}
.contact-section .gform_wrapper ul.gform_fields li.gfield {
    width:25%;
    padding: 0 1em;
    margin: 0 0 1em;
}
.contact-section .gform_wrapper ul.gform_fields li.gfield.fr-text {
    width: 100%;
}
.gform_wrapper form.contact-form {
    padding: 1.5em 0 0 0;
}
.contact-section .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.contact-section .gform_wrapper ul.gform_fields li.fr-select select{
    height: 3em;
    padding:0 1em;
    font-size: 1em;
    color:#333333;
    font-weight: 400;
    border-radius: 4px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.06));
    background-color: #ffffff;
    border: 1px solid #cacaca;
}
.contact-section .gform_wrapper ul.gfield_checkbox li, .contact-section .gform_wrapper ul.gfield_radio li {
    margin: 0;
}
.contact-section .gform_wrapper ul.gform_fields li.gfield textarea.large {
    padding: 1em;
    max-height: 8em;
    font-size: 1.125em;
    color: #333333;
    font-weight: 400;
    border-radius: 4px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.06));
    background-color: #ffffff;
    border: 1px solid #cacaca;
}
.contact-section .gform_wrapper .gform_footer {
    position: absolute;
    right: 0;
    bottom: 3em;
    margin: 0;
    padding: 0;
    width: auto;
}
.contact-section .gform_wrapper .gform_footer input.button, .contact-section .gform_wrapper .gform_footer input[type=submit], .contact-section .gform_wrapper .gform_page_footer input.button, .contact-section .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.125em;
    letter-spacing: 0px;
    color: var(--white-color);
    font-weight: 600;
    text-align: center;
    padding: 0.5em 2.25em;
    text-transform: uppercase;
    width: auto;
    border: 2px solid var(--theme-color);
    background:var(--theme-color);
    margin: 0;
    border-radius: 4px;
}
.contact-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.contact-section .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin: 0;
}
.contact-section .gform_wrapper ul.gform_fields li.gfield.fr-check {
    width: 80%;
}
body .contact-section .gform_wrapper .top_label div.ginput_container {
    position: relative;
}
.contact-section .gform_wrapper.gf_browser_chrome .fr-check input, .contact-section .gform_wrapper.gf_browser_chrome .fr-check input[type=checkbox] {
    margin: 0;
    width: 2.5em !important;
}
.contact-section .gform_wrapper .fr-check input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    z-index: 9;
    width: 1.5em;
}
.contact-section .gform_wrapper .fr-check label {
    position: relative;
    display: flex;
    align-items: flex-start;
    font-size: 1.125em;
    letter-spacing: 0px;
    color: var(--text-color);
    line-height: 1.5;
    font-weight: 400;
}
.contact-section .gform_wrapper .fr-check label::before {
    content: "";
    height: 1.5em;
    min-width: 1.5em;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    display: inline-flex;
    margin: 0 0.8em 0 0;
    flex-basis: 2.5em;
    border-radius: 2px;
}
.contact-section .gform_wrapper .fr-check input:checked + label::before {
    background-image: url(../images/right-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--theme-color);
    background-size: 0.65em;
} 
.contact-section .gform_wrapper .fr-check label a {
    margin: 0 0 0 0.5em;
}
.contact-section .gform_wrapper .top_label .gfield_label {
    display: none;
}
.contact-section .gform_wrapper .gform_body {
    position: relative;
    width: 100%;
}
body.home #content-wrap {
    margin: 0;
}
body .review-header .review-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-image: none;
}

.recent_post .wpex-widget-recent-posts{
    display: flex;
    flex-direction: column;
    gap: 1.875em;
}
.recent_post .wpex-widget-recent-posts-li{
    border: 0 !important;
    padding: 0;
}
.recent_post .wpex-widget-recent-posts-thumbnail {
    height: 48px;
}
.recent_post .wpex-widget-recent-posts-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent_post .wpex-widget-recent-posts-li .details{
    line-height: 1.33;
    display: flex;
    flex-direction: column;
    gap: 0.625em;
}
.footer-widget .wpex-widget-recent-posts-title{
    font-size: 1.125em;
    font-weight: 400;    
}

.entry ul li .children li, .entry ol li .children li {
    font-size: inherit;
}
.blog-entry-readmore .theme-button {
    border: 2px solid var(--theme-color);
}
.home .gform_wrapper .validation_message {
    padding-top: 0;
    font-size: 0.85em;
    font-weight: 500;
}

/* my */

.banner-des p{
    font-size: 1.5em;
    color:var(--theme-second-color);
    font-weight: 500;
}
.banner-des{
    margin:2.5em 0 3em 0;
}
.home-bannercontent .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.practiesarea_section{
    padding: 6.125em 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.practise-area-des p{
    color:var(--white-color);
    font-size: 1.750em;
    font-weight: 400;
}
.practise-area-des{
    margin-bottom: 1.875em;
    padding:0 8.125em;
}
.attorney_section .common-title {
    margin: 0 0 1em;
}
.attorney_section .read-more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    padding: 0.8em 2.5em;
    font-size: 1.250em;
}

.review-page-testi .theme-button:hover {
    color: var(--theme-color);
}

.review-header {
    padding: 3.125em 0;
    /* background-position: center center; */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
ul .page-numbers a, a.page-numbers, span.page-numbers, .page-links span, .page-links a>span, .bbp-pagination-links span.page-numbers {
    padding: 8px 12px;
    font-size: 1.2em;
}
body:not(.home) .single-page-article .entry ul li,body:not(.home) .single-page-article .entry ol li{
    color: var(--theme-color);
    margin: 0.5em 0;
    font-size: 1.125em;
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    background: url(../images/list-color.png) left top 5px no-repeat;
    padding-left: 1.625em;
}
body:not(.home) .single-page-article .entry ul,body:not(.home) .single-page-article .entry ol {
    padding: 0;
    margin: 0 0 20px !important;
    list-style: none;
}
body ul.page-numbers {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-firm-testi  .common-title strong {
    font-weight: 600;
}
.our-firm-testi  .common-title:not(.testi-title) {
    font-weight: 400;
    font-size: 1.5em;
}
.recent_post .vcex-blog-entry-date,.recent_post .author,.recent_post .category {
    /* font-size:1.125em; */
    font-size:1em;
    letter-spacing: 0px;
    color: #777777;
    font-weight: 300;
    font-family: 'Hind Siliguri';
    margin:0 0 1em;
}
.meta-wrap {
    display: flex;
    align-items: center;
}
.recentblog_section .recent_post .vcex-blog-entry-title::after{
    content:none;
}
.meta-wrap > div {
    padding: 0 0.5em;
    border-right: 1px solid #777777;
    line-height: 1;
}
.meta-wrap > div:first-child {
    padding-left: 0;
}
.meta-wrap > div:last-child{
    border-right: none;
}

.templatera_shortcode > p{
    margin-bottom: 0;
}
.bottom-footermap{
    margin-bottom: 3.125em;
}
.page-id-49 .contact-section,body.page-id-49 .common-blog{
    display: none;
}
body:not(.home).page #content-wrap div:not(.read-more).vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 100%;
    margin: 0;
    border-radius: 0px;
    background-color: var(--theme-color);
    border: 1px solid transparent;
    letter-spacing: 0px;
    color: var(--white-color);
    font-weight: 500;
    line-height: normal;
    background-image: none;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 1em;
}


.page-id-15 .common-contact-form,.page-id-360 .common-contact-form{
    display: none;
}
body:not(.home) .single-page-article .contact-content ul{
    padding-left:0;
}
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a{
    white-space: nowrap;
}
body.wpb-js-composer.single-staff .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color:var(--theme-color);
    color: #fff;
    border-color:var(--theme-color);
}
    body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
        display: none !important;
    }

.faq-info {
    margin-bottom: 2.5em;
}

#site-navigation .dropdown-menu ul a {
    font-size: 1.125em;
}
body:not(.home) .single-page-article .entry .site-map ul li{
    margin:0;
}
::-webkit-input-placeholder {
    color: #333333;
    opacity:1;
    font-weight: 300;
    font-family: var(--theme-font);
}

.gform_wrapper ul.gform_fields li.fr-select select {
    appearance: none;
    -webkit-appearance: none;
}
.gform_wrapper ul.gform_fields li.fr-select .ginput_container_select::after {
    content: "";
    background-image: url(../images/select-arrow.png);
    background-position: -0.5em -0.3em;
    position: absolute;
    right: 1em;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 8em;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    height: 1em;
    width: 1em;
    pointer-events: none;
}

/* about us page css */
.about-attorney {
    background: #eee;
    padding:1em;
    box-shadow: 10px 10px 5px 0px rgba(110, 107, 110, 0.75);
    margin-bottom: 2em;
}
.about-attorney .vc_col-sm-4 {
    width: 20%;
}
.about-attorney img {
    height: 17em;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    margin: -1em;
    object-position: top;
}
.about-attorney .vc_col-sm-8 {
    width: 80%;
}
.about-right {
    text-align: center;
}
.about-attorney .vc_column_container>.vc_column-inner {
    padding: 0;
}
.about-title {
    font-size: 1.7em;
    color: var(--theme-second-color);
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.66;
}
.about-sub-title {
    color: var(--theme-color);
    font-size: 1.3em;
    position: relative;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.about-sub-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 2.25em;
    right: 0;
    height: 2px;
    background-color:var(--theme-color);
    margin: 0 auto;
}
.about-btn{
    margin-bottom: 0;
    margin-top: 1.5em;
}
.about-attorney p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#site-navigation .dropdown-menu ul.sub-menu{
    margin-top:1em;
}

.certi-logo {
    margin: -1.5em 0 0 0.4em;
}
.ceri-logo{
    max-width: 100%;
    width: 100%;
}
.our-firm-testi .common-title strong {
    font-size: 2.5em;
}
/* == Tab Content == */

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
  border-radius: 20px !important;
  background: transparent !important;
}
html body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab > a::after {
    font-size: 1em;
    line-height: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    margin-top: 0.02em;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.06));
    background-color: #fafafa;
    border: 1px solid #e2e2e2;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-icon::before {
    content: "" !important;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    height: 100%;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    background-size: 100%;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-icon {
    height:7em;
    width:7em;
    position: relative;
    font-size: inherit;
}
html body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab.vc_active > a::after {
    background: transparent; 
    border-color: transparent;
    z-index: -1;
    border:none;
}
.diamonds-tab span.vc_tta-title-text {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.225;
    letter-spacing: 0px;
    position: relative;
    z-index: 2;
    color: #000000;
    font-weight: 800;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child), .wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty)~* {
    margin-left: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-panel-body{
    padding: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab a:hover .vc_tta-icon,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.diamonds-tab  .vc_tta-tab.vc_active>a .vc_tta-icon{
    transition: 0s linear 0.3s;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list {
    margin: 0 auto;
    height: auto;
    position: relative;
    padding: 3em 0;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab li.vc_tta-tab {
    position: static;
    top: 0;
    left: inherit;
    right: inherit;
    margin-right: 0em;
    font-size: inherit;
}
.tab-contentright .vcex-heading {
    font-size: 2.5em;
    color: var(--theme-font);
    font-weight: 800;
    margin: 0 0 0.3em;
}
.tab-contentright .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    border: 1px solid var(--theme-color);
    border-radius: 0;
    font-size: 1.250em;
    letter-spacing: 0px;
    line-height: inherit;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.3em 1.5em;
    margin-top: 1em;
    border-radius: 4px;
    background-color: var(--theme-color);
    text-transform: uppercase;
    background-image: none;
}
.contact-section .gform_wrapper .gform_footer input.button:hover, .contact-section .gform_wrapper .gform_footer input[type=submit]:hover, .contact-section .gform_wrapper .gform_page_footer input.button:hover, .contact-section .gform_wrapper .gform_page_footer input[type=submit]:hover,.contact-content .gform_wrapper .gform_footer input.button:hover, .contact-content .gform_wrapper .gform_footer input[type=submit]:hover, .contact-content .gform_wrapper .gform_page_footer input.button:hover, .contact-content .gform_wrapper .gform_page_footer input[type=submit]:hover,.blog-entry-readmore .theme-button:hover,.recentblog_section .recent_post .theme-button:hover,.read-more.border .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,.tab-contentright .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,.read-more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
    background-color: #000000;
    color:#ffffff;
    border: 1px solid #000000;
}
.contact-section .gform_wrapper .gform_footer input.button:hover, .contact-section .gform_wrapper .gform_footer input[type=submit]:hover, .contact-section .gform_wrapper .gform_page_footer input.button:hover, .contact-section .gform_wrapper .gform_page_footer input[type=submit]:hover,.contact-content .gform_wrapper .gform_footer input.button:hover, .contact-content .gform_wrapper .gform_footer input[type=submit]:hover, .contact-content .gform_wrapper .gform_page_footer input.button:hover, .contact-content .gform_wrapper .gform_page_footer input[type=submit]:hover,.testimonial_section .read-more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,.contact-content .gform_wrapper .gform_footer input.button:hover, .contact-content .gform_wrapper .gform_footer input[type=submit]:hover,.blog-entry-readmore .theme-button:hover{
    border: 2px solid #000000;
}
.diamonds-tab .vc_tta-tab>a .read-more-button::after,.diamonds-tab .vc_tta-tab.vc_active>a .read-more-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/read-black.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.diamonds-tab .vc_tta-tab.vc_active>a .read-more-button::after{
    content: "";
    background-image: url(../images/read-white.png);
}
.diamonds-tab .read-more-button {
    display: block;
    position: relative;
    width: 2em;
    height: 2em;
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(1) .vc_tta-icon::before {
    background-image: url(../images/tab-1.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(2) .vc_tta-icon::before {
    background-image: url(../images/tab-2.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(3) .vc_tta-icon::before {
    background-image: url(../images/tab-3.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(4) .vc_tta-icon::before {
    background-image: url(../images/tab-4.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(5) .vc_tta-icon::before {
    background-image: url(../images/tab-5.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(1).vc_active .vc_tta-icon::before {
    background-image: url(../images/tab-1-white.png);
}   
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(2).vc_active .vc_tta-icon::before {
    background-image:  url(../images/tab-2-white.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(3).vc_active .vc_tta-icon::before {
    background-image: url(../images/tab-3-white.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(4).vc_active .vc_tta-icon::before {
    background-image: url(../images/tab-4-white.png);
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab:nth-child(5).vc_active .vc_tta-icon::before {
    background-image: url(../images/tab-5-white.png);
}
.tab-contain .vc_figure:after {
    content:'';
    border:1px solid #ffffff;
    position: absolute;
    top:10px;
    right:10px;
    bottom:10px;
    left:10px;
    border-radius: 20px;
}
.theme-color{
    color: var(--theme-color);
}
.sec-top-pad {
    margin-top: 3em;
}
.about-top p{
    color:#ffffff;
}
.about-sec {
    background-repeat: no-repeat;
    background-size: cover;
}
.common-pad{
    padding:6.250em 0;
}

body:not(.home) .single-page-article .common-title {
    text-align: left;
    text-transform: unset;
    margin: 0 0 0.5em;
}
.inner-right-img img{
    margin: 0 0 1em;
}
ul.list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1em;
}
ul.list-grid.fr-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
body:not(.home) .single-page-article h2.common-title {
    margin: 0.875em 0 1rem;
}
strong {
    font-weight: 700;
}
h2.heading-2{
    margin: 1.875em 0 0.5em;
}
h3.heading-3 {
    margin: 1.875em 0 0.5em;
}
.bus-hours {
    margin: 0 0 2em;
}
.staff-entry-media-link {
    height: 300px;
    overflow: hidden;
}
.staff-entry-media img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

body.single-staff #content-wrap,body.page-id-363 #content-wrap {
    margin-top: 6.250em;
}

body.single-staff .wpb_single_image .vc_single_image-wrapper,body.single-staff .wpb_single_image .vc_figure,body.single-staff .wpb_single_image img{
    width: 100%;
}
.att-title{
    margin: 2em 0 0 0;
}
.att-title .vc_column-inner {
    padding: 0;
}
.staff-entry-inner {
    position: relative;
}
.staff-entry-title a{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(25, 50, 88, 0.6);
    text-align: center;
    color: #fff;
    padding: 5px 0px;
    font-size: 21px;
    font-weight: 400;
    left: 0px;
}
.vcex-staff-grid:hover .staff-entry:not(:hover) {
    opacity: 0.7;
}
.staff-entry-title {
    display: block;
    font-size: 1.077em;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
}
.staff-entry-details {
    padding-top:0;
}

.align-sec .alignright{
    margin: 0 0 1em 1em !important;
}
.inner-right-img p{
    line-height: 1.2;
}
.bus-hours p:first-child{
    margin: 0 0 0.3em;
}
.tab-contain .vc_col-sm-4 .wpb_single_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.testimonial-entry-content{
    background-color: transparent;
}
.review-page-testi {
    margin: 2.5em 0 0;
}
/* --Visual toggle setting-- */
.accessibility-options .floater {
    position: fixed;
    cursor: pointer;
    font-size: 50px;
    z-index: 1005;
    opacity: 1;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #FFFFFF;
    transition: opacity .5s ease 0s, transform .5s ease 0s, background-color .5s ease 0s, color .5s ease 0s, border-color .5s ease 0s;
    transform: translateY(0);
    padding: 6px;
    bottom: 1rem;
    right: 1rem;
    width: 1em;
    height: 1em;
}
.accessibility-options .accessibility-menu {
    position: fixed;
    z-index:1005;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform .5s ease 0s, visibility 0s ease .5s;
    font-size: 1.25em;
}
.options-available.accessibility-options .accessibility-menu {
    visibility: visible;
    transform: translateX(0);
    transition: transform .5s ease .5s, visibility 0s ease .5s;
}
.accessibility-options .accessibility-menu {
    padding-top:4em;
}
.accessibility-options li .accessibility-icon {
    color: #ffffff;
    width: 1em;
    height: 1em;
}
.accessibility-options li button {
    background-color: transparent;
    width: 100%;
    text-align: left;
}
.accessibility-options li svg{
    height: 1em;
    width: 1em;
    fill: currentColor;
    margin: 0 1em 0 0;
}
.accessibility-options li button {
    padding: 1.111em 2.5em 1.111em 1.5em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    align-items: center;
}
body.high-contrast #site-header.wpex-header-two-flex-v #site-header-inner,body.high-contrast .navbar-style-two .dropdown-menu{
    background-color: #333333;
    color: #ffffff;
}
body.high-contrast .top-contact a,body.high-contrast .middle-title, body.high-contrast .middle-subtitle,body.high-contrast .navbar-style-one .dropdown-menu>li>a{
    color: #ffffff;
}
body.high-contrast #site-header-sticky-wrapper.is-sticky #site-header,body.high-contrast .contactus_section,body.high-contrast .testimonial_section,body.high-contrast .about-sec,body.high-contrast .footer-blue,body.high-contrast #footer-bottom,body.high-contrast .banner-wrap,body.high-contrast .page-header, body.high-contrast .get-intouch li a, body.high-contrast .get-intouch li, body.high-contrast .footer-box .footer-widget .widget-title, body.high-contrast .site-footer .wpex-about-widget-description, body.high-contrast #footer .quick-links ul li a, body.high-contrast .site-footer, body.high-contrast #site-header, body.high-contrast .home-banner, body.high-contrast ul.right-nav.dropdown-menu li a {
    background-color: var(--theme-second-color);
    background-image: none !important;
    color: #ffffff;
}
body.high-contrast .gform_wrapper .schedule-form .gform_footer input.button{
    background-color: #fff;
    color: #272727;
}
.accessibility-options li button:focus{
    outline: none !important;
}
.accessibility-options li button:hover{
    background-color: var(--theme--color);
    color:#ffffff;
}
.accessibility-options li button:hover .accessibility-icon{
    filter: brightness(0) invert(1);
}
ul.accessibility-menu {
    background-color: var(--theme-color);
}
body.high-contrast ul.accessibility-menu {
    background-color: #000000;
}
body.high-contrast .wpex-bars>span,body.high-contrast .wpex-bars>span::before,body.high-contrast .wpex-bars>span::after {
    background: #ffffff;
}
body.high-contrast .contact-section .gform_wrapper .fr-check label,body.high-contrast .contactus_section .common-title,body.home.high-contrast .testimonial-entry-author,body.high-contrast .testimonial_section .common-title,body.home.high-contrast .testimonial-entry-content p, body.home.high-contrast .testimonial-entry-title.entry-title,body.high-contrast .header-contctinfo #top-bar-content ul li > span,body.high-contrast  .header-contctinfo #top-bar-content ul li a,body.high-contrast .full-screen-overlay-nav .full-screen-overlay-nav-close{
    color:#ffffff;
}
body.high-contrast #footer-bottom .site-infolink li {
   border-color: #ffffff;
}
body.high-contrast .main-navigation .dropdown-menu>.current-menu-item>a,body.high-contrast ul.right-nav.dropdown-menu li.current-menu-item a{
    color:var(--theme-color);
}
body.high-contrast #wpex-mobile-menu-navbar {
    background-image: unset;
    background-color: #333333;
}
body.high-contrast .sidr-class-dropdown-menu li a{
    background:transparent;
}
body.high-contrast .sidr-class-wpex-close a {
    color: #333333;
    background: #fff;
}
body.high-contrast #wpex-mobile-menu-navbar .container {
    border-top: 0.5px solid #ffffff;
}
body.high-contrast #wpex-mobile-menu-navbar .container a:not(:last-child) {
    border-right: 0.5px solid #ffffff;
}
.accessibility-options .floater {
    right:30px;
}
body.animate-icon .floater{
    transition: bottom .5s ease 0s, transform .5s ease 0s, background-color .5s ease 0s, color .5s ease 0s, border-color .5s ease 0s;
    bottom:10rem;
}
.accessibility-options .floater path{
   fill: #ffffff;
}
body.home.high-contrast  .type-testimonials,body.high-contrast .testimonial_section .wpex-carousel.arrwpos-center .owl-next,body.high-contrast .testimonial_section .wpex-carousel.arrwpos-center .owl-prev{
    filter: brightness(0) invert(1);
}
body.high-contrast .testimonial_section .read-more.border .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    color: #ffffff;
    border-color: #ffffff;
}
body.high-contrast .contact-section .gform_wrapper .gform_footer input.button, body.high-contrast .contact-section .gform_wrapper .gform_footer input[type=submit]{
    background-color: #ffffff;
    color: var(--theme-second-color);
    border-color: #ffffff;
}
b,strong {
    font-weight: 700;
}

body:not(.home) .single-page-article h2.common-title.mt-0{
    margin-top:0;
}
.tab-contentright p.theme-color{
    line-height: 1.3;
    margin-bottom: 0.5em;
}
body.page-id-49 .gform_wrapper .top_label .gfield_label,body.page-id-49 .gform_wrapper legend.gfield_label{
    display: none;
}

.about-sec .about-top p:last-child{
    margin: 0;
}
.contactus_section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-top .read-more,.tab-contentright .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
    margin: 0.5em 0 0 0;
}
div#footer-bottom-inner {
    padding: 0;
}
body.high-contrast #site-logo img{
    filter: invert(1);
}
body.single-staff .common-title {
    margin: 0 0 0.3em;
}
body.page-id-363 .accessibility-options li button.skip-con,body.single-staff .accessibility-options li button.skip-con{
    display: none;
}

.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
}


.contact-content .gform_wrapper .gform_footer {
    margin: 0;
}
.contact-content .gform_wrapper .gform_footer input.button, .contact-content .gform_wrapper .gform_footer input[type=submit]{
    margin-bottom: 0;
}

#footer-bottom a img{
    width: auto;
    max-height: 2.5em;
}

.review-header .star{
    display: none;
}
.popup-main-content .review-star-wrap {
    position: static;
}
.star:before {
    content: url(../images/stars.png);
    display: block;
    margin: 1em 0 0;
}
.review-page:not(.review-header) .testimonial-entry-details{
    margin: 2em 0 0;
}
.review-page:not(.review-header) a.theme-button.open-popup.testi-btn {
    margin: 1em 0 0;
    text-transform: capitalize;
    font-weight: 700;
}
.review-star-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 3em auto;
}

ul.children.redirect{
    margin: 0.3em 0 !important;
}

body.high-contrast.page-id-49{
    background-color: #000000;
}
body.high-contrast.page-id-49 .wpb_single_image img{
    filter: invert(1);
}
body.high-contrast.page-id-49 h1,body.high-contrast.page-id-49 p{
    color:#ffffff !important;
}

.attr-slider-section{
    margin-top: 2em;
}

.inner-grid .inner-left-content.vc_col-sm-8{
    width: 100%;
}
.inner-grid .inner-right-img.vc_col-sm-4{
    display: none;
}



/* New Home Page */
.container_center {
    margin: 0 auto;
    float: none;
}

.attorney-title {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 400;
    font-family: var(--theme-font);
}

.testimonial-button {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center 70%;
    margin-top: 3.125em;
    background-image: url(../images/button_shadow_line.png);
 	background: #fff;
    color: var(--theme-font);
    border-color: var(--theme-font);
}


.new-hp-hero-section{
    padding: 8.75em 0 0;
}
.new-hp-hero-row-container{
    justify-content: space-between;
    padding: 3.75em 0;
    z-index: 3;
    position: relative;
}
.hero-lawyer-image {
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 0;
    text-align: center;
}
.hero-lawyer-image img {
    max-width: 90%;
}
.new-hp-hero-section .vcex-heading {
    color: #fff;
    font-size: 2em;
    font-family: var(--theme-font);
    font-weight: 600;
    text-transform: uppercase;   
    line-height: 1.1;
    letter-spacing: -1px;
}
.new-hp-hero-section .vcex-heading strong {
    font-weight: 700;
    display: block;
    font-size: 2em;
    letter-spacing: -1px;
    margin-top: 0.5rem !important;
}
.new-hp-hero-section .vcex-heading.subheading{
    font-size: 2.3em;
    margin-top: 1.875rem;
}
.new-hp-hero-section p{
    color: #fff;
    font-size: 1.625em;
    font-family: var(--theme-font);
    font-weight: 600; 
    line-height: 1.3;
    letter-spacing: -1px;
    margin-top: 10px;
    text-align: left;
}
.new-hp-hero-form {
    width: 368px;
    background-color: #ffffff;
  }
  .vc_row.vc_row-flex>.new-hp-hero-form>.vc_column-inner{
    padding: 0;
    margin: 0;
  }
  .new-hp-hero-form .gform_heading {
    background-color: var(--theme-color);
    padding: 1.25em 1.875em;
  }
  .new-hp-hero-form .gform_heading .gform_title {
    font-size: 2em;
    letter-spacing: 0px;
    line-height: 0.9375;
    color: #ffffff;
    font-weight: 600;
    font-family:var(--theme-font);
    margin: 0;
  }
  .new-hp-hero-form .gform_heading .gform_description{
    padding:0;
  }
  .new-hp-hero-form form {
    padding: 1.25em;
  }
  .new-hp-hero-form .gform_wrapper.gravity-theme .gform_fields{
    gap: 0.625em;
  }
  
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=color], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=date], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=datetime-local], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=datetime], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=email], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=month], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=number], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=password], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=search], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=tel], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=text], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=time], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=url], 
  .new-hp-hero-form .gform_wrapper.gravity-theme input[type=week], 
  .new-hp-hero-form .gform_wrapper.gravity-theme select, 
  .new-hp-hero-form .gform_wrapper.gravity-theme textarea{
    inline-size: 100%;
    height: 3.5em;
    background-color: #fafafa;
    border: 1px solid #dadada;
    outline: 0;
    font-size: 1em;
    letter-spacing: 0px;
    color: #343434;
    font-weight: 400;
    font-family: var(--theme-font);
    border-radius: 0;
    padding: 0 1em;
  }
  
  .new-hp-hero-form ::-webkit-input-placeholder {
    font-weight: 400;
    font-family: var(--theme-font);
}
  .new-hp-hero-form .gform_wrapper.gravity-theme .gfield textarea{
    min-block-size: 7.25em;
    height: 7.25em;
    padding: 1em;
    vertical-align: top;
  }
  .new-hp-hero-form .gform-footer.gform_footer.top_label{
    max-width: inherit;
    position: static;
    margin: 0.625em 0 0;
    padding: 0;
  }
  .new-hp-hero-form .gform-footer input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    height: auto;
    background-color: var(--theme-color);
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--theme-font);
    margin: 0;
  }
  
  .new-hp-hero-form .gform_wrapper.gravity-theme .gfield_checkbox label, 
  .new-hp-hero-form .gform_wrapper.gravity-theme .gfield_radio label{
    font-size: 1em;
    letter-spacing: 0px;
    color: #343434;
    font-weight: 400;
    font-family: var(--theme-font);  
  }


h2.new-recent-results-heading {
    text-transform: uppercase;
    color: #ffffff;
    padding: 1em 0;
    position: relative;
    overflow: hidden;
    height: 100%;
    font-size: 3em;
    font-weight: 400;
}
h2.new-recent-results-heading strong,
.new-comon-title.vcex-heading strong{
    display: block;
    font-weight: 700;
}

h2.new-recent-results-heading:after {
    content: "";
    display: block;
    width: 0.2em;
    height: auto;
    background: #fff;
    position: absolute;
    right: 20%;
    top: -50%;
    transform: rotate(25deg) translate(50%, 0);
    bottom: -50%;
}
.new-recent-results-content{
    padding: 2.5em 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.new-recent-results-content *{
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.new-hp-recent-result-row-container .wpb_wrapper{
    height: 100%;
}
.new-hp-recent-result-row-container .new-recent-results-content .wpb_wrapper{
    height: auto;
}
.new-recent-results-content h2 {
    font-size: 4.375em;
    text-transform: uppercase;
    color: #ffffff;
    font-family: var(--theme-font);
    margin: 0;
    font-weight: 700;
}
.new-recent-results-content p{
    font-size: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    font-family: var(--theme-font);
}

.new-hp-why-breit-content{
    text-align: center;
}
.new-hp-why-breit-content h2{
    text-transform: inherit;
}
.new-hp-why-breit-content h2 strong::after{
    content: "";
    display: block;
    width: 2.15em;
    height: 1px;
    background-color: #263238;
    margin: 0 0.625em;
}
.new-hp-why-breit-content h2 strong:last-child::after{
    display: none;
}
.new-hp-why-breit-content h2 strong {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}





/* New Home Page Css */

  .w-full{
    width: 100%;
  }
  .px-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-center {
    text-align: center;
  }

.new-hp-testimonial-section .section-title{
    margin: 0 0 1em;
}

.vcex-testimonials-grid-wrap.testimonial-content .testimonial-entry-rating{
    display: none;
}
.new-hp-testimonial-content .testimonial-entry-details p{
    margin: 0;
    padding: 0;
}
.new-hp-testimonial-content .testimonial-entry-content {
    position: relative;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.new-hp-testimonial-content .testimonial-entry-details p img{
    display: none !important;
}
.new-hp-testimonial-content .testimonial-entry-details p{
    font-size: 1.125em;
    line-height: 1.66;
    color: #000000;
    font-weight: 500;
    font-family: var(--theme-font);
    text-align: left;
}
.new-hp-testimonial-slider{
    font-size: 1em;
}
.new-hp-testimonial-content span.testimonial-caret {
    display: none;
}
.new-hp-testimonial-content .testimonial-entry-author {
    font-size: 1.5em;
    line-height: 2;
    text-transform: uppercase;
    color: var(--theme-font);
    font-weight: 500;
    font-family: var(--theme-font);
}
.new-hp-testimonial-slider .testimonial-entry{
    padding-left: 13em;
}
.new-hp-testimonial-slider .testimonial-entry-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 10em;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: var(--theme-color);
    border-radius: 50%;
}
.new-hp-testimonial-slider .testimonial-entry-thumb img {
    display: block;
    margin: 0;
    width: 80%;
    height: auto;
    padding: 0;
    border: 0;
}
.new-hp-testimonial-slider {
    position: relative;
    padding-right: 12.5em;
}
.new-hp-testimonial-slider::after{
    content: "";
    display: block;
    background-image: url('../images/new-quote.webp');
    width: 12.4em;
    height: 10em;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    visibility: visible;
}
.new-hp-testimonial-slider .testimonial-entry .testimonial-entry-content .testimonial-entry-details{
    min-height: 5em;
}
.new-hp-testimonial-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 14.5em;
}
.new-hp-testimonial-slider .owl-nav .owl-prev, 
.new-hp-testimonial-slider .owl-nav .owl-next{
    margin-top: 0;
    display: block;
    height: 22px;
    line-height: inherit;
    width: 37px;
    font-size: 1em;
    background-image: url('../images/next-arrow.webp');
    background-size: auto;
    background-color: transparent;
}
.new-hp-testimonial-slider .owl-nav .owl-prev{
    transform: rotate(180deg);
}
.new-hp-testimonial-slider .owl-nav span, 
.new-hp-testimonial-slider .owl-nav span{
    display: none;
}
.new-hp-testimonial-slider .owl-nav .owl-prev:hover, 
.new-hp-testimonial-slider .owl-nav .owl-next:hover{
    background-image: url('../images/next-arrow-active.png');
}
.new-hp-testimonial-slider .testimonial-entry-rating{
    width: 8.1875em;
    height: 1.5625em;
    background-image: url('../images/five-star.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
.new-hp-testimonial-slider .testimonial-entry-rating span{
    display: none;
}
.new-hp-testimonial-content .new-button{
    background-image: url('../images/button_shadow_line.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center 85%;
    margin-top: 3.125em;
}
.new-timonial-button {
    background-image: url('../images/button_shadow_line.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center 85%;
  }
.new-hp-testimonial-content .new-button .vc_general.vc_btn3{
    margin-top: 0;
    padding: 0.5em 3em;
}

.new-pil-video-section .wpex-video-bg-overlay .wpex-bg-overlay.custom, 
.new-pil-video-section .wpex-bg-overlay-wrap .wpex-bg-overlay.custom{
    background-size: cover;
}
.new-pil-video-section .section-title{
    color: #fff;
    margin: 0 0 0.7em;
}
.new-hp-video-grid > div > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em;
}
.new-hp-cms-content{
    margin: 0 0 3.125em;
}
.new-hp-cms-content p{
    color: #ffffff;
    line-height: 1.66;
}
.new-pil-video-section .button-outline{
    margin: 0;
}

.new-hp-blog-section .section-title{
    margin: 0 0 1.25em;
    text-align: center;
    line-height: 1.15;
}
.new-hp-recent-blog .vcex-post-type-entry-details {
    padding: 0;
    border: 0 solid #eee;
}
.new-hp-recent-blog .vcex-post-type-entry .vcex-post-type-entry-inner{
    gap: 1.875em;
}
.new-hp-recent-blog .vcex-post-type-entry-details .entry-title{
    font-size: 2rem;
    line-height: 1.5;
    color: var(--theme-font);
    font-weight: 600;
    font-family: var(--theme-font);
    margin: 0 0 1em;
    padding: 0;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-hp-recent-blog .vcex-post-type-entry-details .entry-title a{
    color: #000;
    font-size: 1em;
}
.new-hp-recent-blog .vcex-post-type-entry-details .vcex-post-type-entry-date{
    font-size: 1em;
    line-height: 1.875em;
    color: var(--theme-font);
    font-weight: 400;
    font-family: var(--theme-font);
}
.new-hp-recent-blog .vcex-post-type-entry-details .entry-excerpt p{
    font-size: 1.125em;
    line-height: 1.66;
    color: #000000;
    font-weight: 400;
    font-family: var(--theme-font);
}
.new-hp-recent-blog .entry-media {
    padding-bottom: 65%;
    position: relative;
    margin-bottom: 1.875em;
}
.new-hp-recent-blog .entry-media a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.new-hp-recent-blog .entry-media a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-hp-recent-blog .match-height-content {
    display: flex;
    flex-direction: column;
}
.new-hp-recent-blog .match-height-content  .entry-readmore-wrap {
    padding-top: 1.875em;
    margin-top: auto;
}
.new-hp-recent-blog .entry-readmore-wrap .theme-button{
    font-size: 1.125em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--theme-font);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.388em;
    border-radius: 4px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 0.55em 1.66em;
}
.new-hp-recent-blog .entry-readmore-wrap .theme-button:hover,
.new-hp-recent-blog .entry-readmore-wrap .theme-button:focus{
    color: var(--theme-font);
    background: #fff;
}
body.home #contact-us::before,
body.home #contact-us{
    display: none;
}

.common-contact-form .sidebar-box{
    margin: 0;
}
.new-hp-contact-section{
    padding: 6.25em 0;
}
.new-hp-contact-section .wpex-bg-overlay.custom{
    background-size: cover;
}
.new-hp-contact-section .new-hp-row-container *{
    color: #fff;
}
.new-hp-contact-section .new-hp-row-container .section-title{
    margin: 0 0 0.7em;
}
.new-hp-contact-section .gform_heading{
    margin: 0 0 1.875em;
    display: none;
}
.new-hp-contact-section .gform_title,
.new-hp-contact-section .form-title{
    font-size: 2.25em;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--theme-font);
    padding: 0;
    margin: 0 0 1em;
}
.new-hp-contact-section .gform_wrapper.gravity-theme .gform_fields{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
body .new-hp-contact-section .gform_wrapper.gravity-theme .gfield{
    padding: 0;
    margin: 0;
    grid-column: inherit;
}
body .new-hp-contact-section .gform_wrapper.gravity-theme .gfield.gfield--type-textarea,
body .new-hp-contact-section .gform_wrapper.gravity-theme .gfield.gfield--type-checkbox{
    grid-column: span 3;
}

.new-hp-contact-section .gform_wrapper.gravity-theme .gfield .top_label div.ginput_container{
    margin: 0;
}
.new-hp-contact-section .gform_wrapper.gravity-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.new-hp-contact-section .gform_wrapper.gravity-theme .gfield textarea{
    margin: 0;
    font-size: 1em;
    letter-spacing: 0px;
    color: #343434;
    font-weight: 400;
    font-family: var(--theme-font);
    height: 60px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #dadada;
    padding: 0 1.25em;
}
.new-hp-contact-section .gform_wrapper.gravity-theme .gfield textarea{
    height: 8.75em;    
    padding: 1.25em;
}
.new-hp-contact-section .gform_wrapper.gravity-theme .gfield_checkbox label{
    font-size: 1.125em;
    line-height: 1.66;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--theme-font);
}
.new-hp-contact-section .gform_wrapper.gravity-theme .gfield_checkbox > div {
    display: flex;
}
body .new-hp-contact-section .gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox]{
    width: 1.875em;
    height: 1.875em;
    vertical-align: top;
}
.new-hp-contact-section .gform_wrapper.gravity-theme .gform_footer{
    text-align: right;
    padding: 0;
    margin-top: 3.125em;
    justify-content: flex-end;
}
.new-hp-contact-section .gform_wrapper.gravity-theme .gform_footer input.button, 
.new-hp-contact-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]{
    font-size: 2em;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--theme-font);
    height: 1.96em;
    border-radius: 4px;
    background-color: rgba(17,81,156,0);
    border: 1px solid #ffffff;
    padding: 0 1.4em;
}
.new-hp-contact-section .gform_wrapper.gravity-theme .gform_footer input.button:hover, 
.new-hp-contact-section .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover{
    color: var(--theme-color);
    background: #fff;
}


  
  .new_btn_readmore{
    font-size: 1.25rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", serif; 
    min-width: 10.75rem;
    height: 3.25rem;
    border-radius: 4px;
    background-color: #bba33e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem 1rem;
  }
  
  .new-testimonial-section .testimonial_container {
    position: relative;
  }
  .new-testimonial-section .testimonial_slider{
    position: relative;
    padding-right: 18rem;
  }
  .new-testimonial-section .testi_item {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 3rem;
    padding: 3.125rem 0 0;
  }
  .new-testimonial-section .testimonial-image {
    width: 10rem;
    height: 10rem;
    background-color: #07311d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .new-testimonial-section .author-name {
    font-size: 1.5;
    line-height: 2;
    text-transform: uppercase;
    color: #bba33e;
    font-weight: 500;
    font-family: "Poppins", serif; 
  }
  .new-testimonial-section .testimonial_slider:after{
    content: "";
    display: block;
    background-image: url('https://www.richmondinjurylawfirm.com/wp-content/uploads/2025/02/quote.png');
    background-repeat: no-repeat;
    background-position: 100% center;
    width: 12.5625rem;
    height: 10rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-size: contain;
  }
  .new-testimonial-section .testimonial_nav{
    position: absolute;
    right: 18rem;
    bottom: 0;
    display: flex;
    gap: 0.625rem;
  }
  .new-testimonial-section .testimonial_nav .slick-arrow {
    border: 0;
    background: transparent;
    width: 37px;
    height: 22px;
    text-indent: -99em;
    overflow: hidden;
    background-image: url('./img/next_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .new-testimonial-section .testimonial_nav button.slick-prev.slick-arrow {
    transform: rotate(180deg);
  }
  .new-testimonial-section .testimonial_nav .slick-arrow:hover{
    background-image: url('./img/next_active.png');  
  }
  .button_shadow_line{
    background-image: url('./img/button_shadow_line.png');  
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 2.5rem;
  }
  .button_shadow_line a.new_btn_readmore{
    font-size: 2rem;
    width: 18.5rem;
    max-width: 90%;
    height: 4rem;
  }
  .new_faq_section{
    background-image: url('https://www.richmondinjurylawfirm.com/wp-content/uploads/2025/02/faq.webp');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
  }
  section.new_faq_section:before {
    content: "";
    background: linear-gradient(90deg, rgba(12, 65, 40, 1) 0%, rgba(12, 65, 40, 0) 70%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
    opacity: 0.9;
  }
  section.new_faq_section > div{
    position: relative;
    z-index: 1;
  }
  .new_faq_section .text-white{
    color: #ffffff;
  }
  .new-faq-container{
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 46.5625rem;
    margin-top: 3.4375rem;
    margin-bottom: 1.875rem;
  }
  .new_faq_section details {
    background-color: #ffffff;
    border: 1px solid #dadada;
  }
  .new_faq_section details summary {
    padding: 1.25rem;
    border: 0;
    cursor: pointer;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 1rem;
  
    font-size: 1.5rem;
    line-height: 1.25;
    color: #07311d;
    font-weight: 500;
    font-family: "Poppins", serif; 
  }
  .new_faq_section details summary span{
    flex:1;
  }
  .new_faq_section details[open] > summary{
    color: #bba33e;
  }
  .new_faq_section .faq_content{
    padding: 1.25rem;
    border-top: 1px solid #dadada;
  }
  .new_faq_section details > summary::-webkit-details-marker {
    display: none;
  }
  .new_faq_section details > summary::before {
    content: '';
    background-image: url('./img/faq-plus.png');  
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .new_faq_section details[open] > summary::before {
    background-image: url('./img/faq-minus.png'); 
  }
  .new_about-container{
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 2.5rem;
    margin-top: 3.125rem;
  }
  .new_about-container .new_about-image{
    position: relative;
    overflow: hidden;
  }
  .new_about-container .new_about-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    width: 126px;
    background: #bba33e;
    opacity: 0.8;
    transform: skewX(-8.6deg);
  }
  .new_about-container .new_about-image img{
    max-width: 100%;
    vertical-align: top;
  }
  .new_about-content h3{
    font-size: 2.25rem;
    line-height: 1.3;
    color: #bba33e;
    font-weight: 500;
    font-family: "Poppins", serif; 
    margin-bottom: 2rem;
  }
  .new-sxn-badges {
    background-color: #eeeeee;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .new-sxn-badges .badgeList{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: inherit;
    border: 1px solid #d8d7d7;
    border-left: 0;
  }
  .new-sxn-badges .badgeList .badgeItem{
    border-bottom: 1px solid #d8d7d7;
    border-left: 1px solid #d8d7d7;
    margin: 0;
    height: 9rem;
    padding: 1rem;
    text-align: center;
    background-color: #eeeeee;
  }
  .new-sxn-badges .badgeList .badgeItem span{
    margin: 0 auto;
  }
  .new-sxn-badges .badgeList .badgeItem img{
    mix-blend-mode: darken;
  }
  .new_connect_section{
    background: #0b4127;
    position: relative;
  }
  .new_connect_section .new_connect_image{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url('https://www.richmondinjurylawfirm.com/wp-content/uploads/2025/02/new-contact-bg.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
    mix-blend-mode: luminosity;
  }
  .new_connect_section .new_connect-container{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 354px 1fr;
    gap: 2.1875rem;
  }
  .new_connect_section .new_connect-content *{
    color: #fff;
  }
  .new_connect_section .new_connect-content h2{
    margin-bottom: 1.875rem;
  }
  .new_connect_section .new_connect-content p{
    font-size: 1.375rem;
    line-height: 1.63;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", serif;
  }
  .new_connect-form .gform_heading h2.gform_title {
    font-size: 36px;
    line-height: 47px;
    color: #bba33e;
    font-weight: 500;
    font-family: "Poppins";
  }
  .new_connect-form .gform-theme--foundation .gform_fields{
    gap: 0.625rem;
  }
  .new_connect-form .gform-theme--foundation .gfield{
    grid-column: span 4;
  }
  .new_connect-form  .gform-theme--foundation .gfield.full-width{
    grid-column: span 12;
  }
  .new_connect-form .gform-theme--foundation #field_submit {
    align-items: flex-end;
    grid-column: span 12;
    justify-content: flex-end;
  }
  .new_connect-form .gform-theme--foundation .gfield .ginput_password.large, 
  .new_connect-form .gform-theme--foundation .gfield input.large,
  .new_connect-form .gform-theme--foundation .gfield select.large,
  .new_connect-form .gform-theme--foundation .gfield textarea {
    height: 3.75rem;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #dadada;
  
    font-size: 1rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #343434;
    font-weight: 400;
    font-family: "Poppins";
  }
  .new_connect-form .gform-theme--foundation .gfield textarea.large{
    min-block-size: 8.75rem;
  }
  .new_connect-form .gform-theme--foundation .gfield.gfield--type-checkbox{
    padding: 1.25rem 0;
  }
  .new_connect-form .gform-theme--framework .gform-field-label--type-inline{
    font-size: 1.125rem;
    line-height: 1.66;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
  }
  .new_connect-form input[type=submit] {
    -webkit-appearance: none;
    border-radius: 4px !important;
    height: 4rem !important;
    background-color: #bba33e !important;
    font-size: 2rem !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: "Poppins", serif !important;
    padding: 0.5rem 2.5rem !important;
  }
  
  .new_sxn-results .resultsWrap .resultsTop p{
    padding: 0;
  }
  .precisionlegalmarketing{
    margin-left: auto;
  }
  
  
  header #mega-menu-wrap-main-nav{
    background: transparent;
  }
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu{
    padding: 15px;
  }
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link{
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    line-height: 1;
    display: block;
    text-decoration: none;
    height: auto;
  }
  
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover  > a.mega-menu-link,
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #BBA23C;
    color: #fff;
    border-radius: 4px;
  }
  header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    margin: 0;
  }
  header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 0 15px;
  }
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, 
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #07311D;
    padding: 8px 10px;
    font-size: 14px;
    text-transform: none;
    line-height: 1.3;
    font-weight: 500;
    text-transform: inherit;
  }
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
    padding: 4px 10px;
  }
  
  @media screen and (min-width: 800px) {
    header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, 
  header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link  {
        font-size: 16px;
    }
  }
  @media screen and (min-width: 1120px) {
    header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link  {
        padding: 10px 12px;
    }
    nav.mm ul ul a {
      font-size: 16px;
  }
  }
  @media screen and (min-width: 1400px) {
    header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link  {
        font-size: 20px;
        padding: 10px 20px;
    }
  }
  
  @media screen and (min-width: 1640px) {
    header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 22px;
        padding: 10px 25px;
    }
  }
  
  @media screen and (min-width: 1520px) {   
    .practice_areas_section .areaBlockInner .areaBox .areaTitle{
      font-size: 36px;
    }
  }
  
  @media screen and (max-width: 1600px) {
    .new_sxn-results .sxn-head{
      font-size: 2.25rem;
    }
    .new_sxn-results .resultsWrap .resultsTop{
      font-size: 4rem;
    }
    .new_sxn-results .resultsWrap .resultsTop small{
      font-size: 1.8rem;
    }
  }
  @media screen and (max-width: 1440px) {
    .new_hero_section{
      padding-top: 12rem;
      padding-bottom: 3rem;
    }
    .new_hero_section .hero-title{
      font-size: 4rem;
    }
    .new_hero_section .hero-text{
      font-size: 2.5rem;
    }
    .new_sxn-results .sxn-head{
      font-size: 2rem;
    }
    .new_sxn-results .resultsWrap .resultsTop{
      font-size: 3.5rem;
    }
    .new_sxn-results .resultsWrap .resultsTop small{
      font-size: 1.5rem;
    }
  }
  
  @media screen and (max-width: 1280px) {
    .new_sxn-results .sxn-head{
      font-size: 2.875rem;
    }
    .new_sxn-results .resultsWrap .resultsTop{
      font-size: 2.9rem;
    }
    .new_sxn-results .resultsWrap .resultsTop small{
      font-size: 1.3rem;
    }
  }
  @media screen and (max-width: 1120px) {
    .new_hero_section{
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .new_hero_section .hero-title{
      font-size: 3rem;
    }
    .new_hero_section .hero-text{
      font-size: 1.875rem;
    }
    .new_hero-form .gform_heading {
        padding: 1rem 1.5rem;
    }
    .new_hero-form .gform_heading .gform_title{
      font-size: 1.25rem;
    }
    .new_hero-form  .gform-theme--foundation .gfield .ginput_password.large, 
    .new_hero-form  .gform-theme--foundation .gfield input.large, 
    .new_hero-form  .gform-theme--foundation .gfield select.large,
    .new_hero-form  .gform-theme--foundation .gfield textarea.large {
      height: 3rem;    
    }
    .new_hero-form .gform-footer input[type=submit] {
      height: 3rem !important;
      font-size: 1.25rem !important;    
    }
    .new_hero-form .gform-theme--framework .gform-field-label--type-inline{
      font-size: 14px;
    }
  
    .section-padding {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  
    .hw-grid{
      gap: 1.25rem;
    }
    h2.section-title{
      font-size: 2rem;
    }
    .hw-item{
      padding: 1.25rem;
      font-size: 1rem;
    }
    .hw-item h3{
      font-size: 1.375rem;
    }
    span.item-number{
      width: 3rem;
      height: 3rem;
      font-size: 1.5rem;
    }
    .practice_areas_section .areasListBlock{
      width: 320px !important;
    }
    .practice_areas_section .areasListBlock .areasList a{
      font-size: 1.125rem;
    }
  
    .new-testimonial-section .testi_item{
      gap: 2rem;
      grid-template-columns: 8rem 1fr;
    }
    .new-testimonial-section .testimonial-image {
      width: 8rem;
      height: 8rem;
    }
    .new-testimonial-section .testimonial_slider{
      padding-right: 12rem;
    }
    .new-testimonial-section .testimonial_slider:after{
      width: 9.5625rem;
      height: 7rem;
    }
    .getintouch_footer li,
    .new-main-footer-middle p,
    .new-main-footer-bottom{
      font-size: 1rem;
    }
    .footer-logo{
      max-width: 90%;
    }
    .footer-logo img {
        max-width: 100%;
        height: auto;
    }
    .new_sxn-results .sxn-head{
      padding: 1.5rem 0;
      font-size: 2rem;
      margin: 0;
    }
    .new_sxn-results .resultsWrap{
      padding: 1.5rem 0;
      text-align: center;
      justify-content: center;
    }
    .new_sxn-results.sxn-results .sxn-head::before{
      transform: none;
      border-right:  0;
    }
  }
  @media screen and (max-width: 1024px) {
    .new_sxn-results.sxn-results .sxn-head::before {  
      transform: skewX(0);
      border-right: 0 solid #BBA23C;  
    }
    .new_sxn-results .sxn-head{
      font-size: 2rem;
      padding: 1.875rem 0;
      width: 100%;
      margin: 0;
    }
    .new_sxn-results .sxn-head small{
      font-size: 2rem;
    }
    .new_sxn-results .resultsWrap{
        padding: 1.5rem 0;
        justify-content: center;
    }
    .new_sxn-results .resultsWrap .resultsTop{
      font-size: 28px;
      text-align: center;
    }
    .new_sxn-results .resultsWrap .resultsTop small {
        font-size: 18px;
        margin-bottom: 4px;
    }
  }
  @media screen and (max-width: 999px) {
    .new_hero_section{
        padding-top: 26%;
        background-size: 100%;
        background-position: 0 0;
        background-color: #000;
    }
    .new_hero-container{
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
    }
    .new_hero-form{
      width: 100%;
    }
    .new_hero_section .hero-title {
      font-size: 2rem;
    }
    .new_hero_section .hero-text {
      font-size: 1.25rem;
    }
    .hw-grid {
      gap: 0.625rem;
    }
    .hw-item {
      padding: 1rem;  
    }
    .hw-item h3{
      font-size: 1.25rem;
    }
    .practice_areas_section .hpAreas{
      display: flex;
      flex-direction: column;
    }
    .practice_areas_section .areasListBlock {
      width: 100% !important;
    }
    .practice_areas_section .areaBlockInner .areaBox{
      padding-top: 17%;
    }
    .new-sxn-team-section:after,
    .new-testimonial-section .testimonial_slider:after{
      display: none;
    }
    .new-testimonial-section .testimonial_slider{
      padding-right: 0;
    }
    .button_shadow_line a.new_btn_readmore {
      font-size: 1.5rem;
        width: inherit;
        max-width: 90%;
        height: 3.125rem;
    }
    .new_about-container{
      grid-template-columns: 1fr;
    }
    .new-sxn-badges .badgeList{
      grid-template-columns: repeat(3, 1fr);
    }
    .new_connect_section .new_connect-container{
      grid-template-columns: 1fr;
    }
    .precisionlegalmarketing {
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 799px) {
    .practice_areas_section .areaBlockInner .areaBox{
      padding: 1.5rem;
      background: #000000;
    }
    .practice_areas_section .areaBlockInner .areaImg {
      max-width: 100%;
    }
    .new-hp-testimonial-slider .owl-nav {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .section-padding {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .hw-container{
      gap: 2rem;
    }
    a.theme-button{
      font-size: 1rem;
      line-height: 1.2;
    }
    .practice_areas_section .areasListBlock{
      gap: 2rem;
    }
    .practice_areas_section .areasListBlock .areasList a {
      font-size: 1rem;
    }
    
    .new-testimonial-section .testimonial-image {
      width: 5rem;
      height: 5rem;
    }
    .new-testimonial-section .testimonial-image img {
      width: 50%;
    }
    .new-testimonial-section .testi_item {
      gap: 2rem;
      grid-template-columns: 5rem 1fr;
    }
    .new_faq_section details summary{
      font-size: 1.25rem;
    }
    .new_about-content h3{
      font-size: 1.5rem;
    }
    .new_connect-form .gform-theme--foundation .gfield {
      grid-column: span 12;
    }
    .new_connect-form .gform-theme--framework .gform-field-label--type-inline{
      font-size: 1rem;
    }
    .new_connect-form input[type=submit]{
      font-size: 1.5rem !important;
      margin-top: 20px !important;
    }
    .new-testimonial-section .testimonial_nav{
      position: static;
    }
  }
  @media screen and (max-width: 640px) {
    .new_sxn-results .sxn-head,
    .new_sxn-results .sxn-head small,
    h2.section-title{
      font-size: 1.875rem;
    }
    .hw-grid{
      grid-template-columns: repeat(1, 1fr);
    }
    .new-sxn-badges .badgeList {
      grid-template-columns: repeat(2, 1fr);  
    }
    .new-testimonial-section .testi_item{
      grid-template-columns: 1fr;
    }
    .new-testimonial-section .testimonial-image {
      width: 5rem;
      height: 5rem;
      display: none;
    }
    .new-sxn-badges .badgeList .badgeItem{
      height: 5rem;
    }
  }
  @media screen and (max-width: 480px) {
    .new_hero_section {
      padding-top: 35%;
      background-size: 200%;
      background-position: 50% -10%;
    }
    .new_hero-form  .gform-theme--foundation .gfield .ginput_password.large, 
    .new_hero-form  .gform-theme--foundation .gfield input.large, 
    .new_hero-form  .gform-theme--foundation .gfield select.large,
    .new_hero-form  .gform-theme--foundation .gfield textarea.large {
      font-size: 0.875rem;
    }
    .new_hero-form .gform-footer input[type=submit] {
      font-size: 1.5rem !important;
    }
    .new_hero-form .gform-theme--foundation .gfield--width-full.gfield--type-checkbox{
      margin: 0.625rem 0;
    }
    .new_hero-form .gform-theme--framework .gform-field-label--type-inline{
      font-size: 0.875rem;
    }
  }
  
  @media only screen and (max-width: 799px) {
    header #mega-menu-wrap-main-nav .mega-menu-toggle {
        display: none;
    }
    header #mega-menu-wrap-main-nav .mega-menu-toggle + #mega-menu-main-nav{
      display: block;
      background: transparent;
      padding: 0 20px;
    }
    header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link{
      color: #000;
    }
    header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
      padding: 0;
    }
      header #mega-menu-wrap-main-nav #mega-menu-main-nav.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, 
      header #mega-menu-wrap-main-nav #mega-menu-main-nav.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, 
      header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        visibility: visible;
        padding: 15px;
    }
  }