a.cmn-btn {
    font-family: 'Quattrocento Sans';
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #f0611f;
    text-decoration: none;
    padding: 22px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    transition: none;
}
a.cmn-btn:hover {
    background-color: #d14416;
    color: #fff;
}
a.cmn-btn::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/pi-arizona-lp-cmn-bfr-1.webp);
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
}
a.cmn-btn:hover::before {
    background-image: url(../images/pi-arizona-lp-cmn-bfr-hvr-1.webp);
}


.page_bnr {
    /* background-image: url(../images/inn-banner.webp); */
/*     background-image: url(../images/orange-banner-img.webp); */
	background-image: url(../images/orange-bnr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 280px 0 80px 0;
    position: relative;
}
.page_bnr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb5;
}
.page_title {
    position: relative;
    z-index: 1;
}
.page_bnr .container {
    position: relative;
}
.page_bnr.bnroverlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 40%;
}
.page_title h1,
.page_title h2 {
    font-family: var(--headingFont);
    font-size: 70px;
    line-height: 1.1;
    color: #d14416;
    position: relative;
    margin: 0 0 10px 0;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.inrpg-breadcrumbs {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 21px;
    line-height: 1.5;
    font-family: var(--bodyFont);
    text-align: center;
}
.inrpg-breadcrumbs span.breadcrumb_last {
    color: #000;
}
.page_default {
    padding: 130px 0 70px;
    position: relative;
    background-color: #faf9f5;
}
.page_content {
    display: flex;
    justify-content: space-between;
}
.genpg-rite {
    width: 63%;
}
.genpg-rite.full-width {
    width: 100%;
}
.genpg-lft {
    width: 34%;
    max-width: 500px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: var(--bodyFont);
    line-height: 1;
    letter-spacing: 0;
    font-weight: normal;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}
h1,
h2,
.search-no-results article.post .entry-header h1.entry-title {
    font-size: 70px;
    font-weight: 600;
}
h3 {
    font-size: 45px;
}
h4 {
    font-size: 40px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 28px;
}
p,
li {
    font-family: "Quattrocento Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #2a3223;
    margin: 0 0 24px;
}
.page_default .genpg-rite a {
    color: #b8b8b5;
    text-decoration: none;
}
.page_default .genpg-rite li {
    padding-left: 35px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.page_default .genpg-rite ul li:before {
    background: #2a3322;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    border-radius: 100%;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 25px;
    position: relative;
}
.page_default .genpg-rite li ul li:before {
    background: #2a3322;
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    border-radius: 100%;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a {
    text-decoration: none;
    color: #000;
}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #565953;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}
/*  SearchPage Styles */
.search-no-results article.post .entry-header {
    margin: 0;
}
.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 20px;
}
/* Sidebar Styles / */
.blog-archives {
    padding: 0;
    position: relative;
    margin: 0 0 45px;
    display: flex;
    justify-content: center;
    gap: 45px;
}
.blog-archives .widget {
    margin: 0;
    background-color: transparent;
    position: relative;
    padding: 0;
    width: 100%;
}
.blog-archives .widget:last-child {
    margin: 0
}
.genpg-lft .widget.widget_archive h4.widget-title {
    color: #1a1e14 !important;
    text-align: left !important;
}
.genpg-lft .widget.widget_archive:before,
.genpg-lft .widget.widget_search::before {
    display: none !important;
}
.genpg-lft .widget.widget_archive,
.genpg-lft .widget.widget_search {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
}
.genpg-lft .widget.widget_archive .theme-select {
    display: none !important;
}
.blog-archives .widget input,
.blog-archives .widget select,
form.searchform input[type="search"],
.genpg-lft .widget.widget_archive select {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 23px !important;
    line-height: 1.2;
    letter-spacing: .6px;
    text-transform: capitalize;
    color: #555952;
    padding: 19px 28px !important;
    background-color: #fff;
    width: 100% !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    background-image: url(../images/dropdown-arrow.webp);
    background-repeat: no-repeat;
    background-size: 21px 11px;
    background-position: 92% 56%;
    height: auto !important;
    opacity: 1 !important;
    border: 0;
    position: relative !important;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
form.searchform input[type="search"] {
    background-image: url(../images/search-icon.webp);
    background-size: 20px 20px;
}
.genpg-rite.full-width .blog-archives h4.widget-title {
    display: none;
}
.blog-archives .theme-select {
    display: none !important
}
.blog-archives .widget .search-field {
    cursor: text;
    background-image: none
}
.blog-archives .widget select option {
    color: #000
}
.blog-archives .widget h4.widget-title {
    letter-spacing: 0;
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 10px
}
section.widget.widget_search input {
    background-image: url(/wp-content/themes/hbklawyers/images/blog-archives-search.webp);
    padding: 17px 28px !important;
    cursor: auto
}
/* / Table Content / */
.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 40px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}
.genpg-lft .widget .lwptoc_header b {
    text-align: center;
    color: #fff;
    font-family: 'Radley';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    margin: 0 0 25px;
    border: none;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.genpg-lft .widget .lwptoc_item {
    margin-bottom: 20px;
}
.genpg-lft .widget .lwptoc_item a {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}
.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 0 !important;
    color: #b8b8b5 !important;
}
.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}
.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    width: 100%;
    padding: 0;
}
.genpg-lft .widget .lwptoc_item:last-child {
    margin: 0;
}
.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}
/* side bar case results  */
.genpg-lft .sdr-case-results .widget {
    background-image: url(../images/case-resul-bg.webp);
    position: relative;
    border-bottom: 0;
}
.page-template-single-attorney .genpg-lft .sdr-case-results .widget {
    margin: 0;
}
.genpg-lft .sdr-case-results .widget::before {
    bottom: -15px;
}
.inn-sdr-case-results::before,
.sdr-case-location .widget.widget_wysiwyg_widgets_widget::before {
    display: none;
}
.cs-res img {
    width: 100%;
    max-width: 75px;
}
.inn-sdr-case-results:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-position: -174px -443px;
    height: 40px;
    width: 150px;
    margin: auto;
    bottom: -11px;
}
.cs-res h5 {
    font-family: "Quattrocento Sans", serif;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 30px;
    position: relative;
}
.cs-res h5:before,
.our-loc-img:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.cs-res h5:after,
.our-loc-img:after {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 20%;
    width: 209px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cs-res h6 {
    font-family: "Radley", serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
/* side bar location  */
.sdr-case-location .widget.widget_wysiwyg_widgets_widget {
    background-color: transparent;
    border-bottom: 0;
    margin: 0;
}
.sdr-case-location {
    background: linear-gradient(180deg, #eceee5 0%, rgba(250, 249, 245, 0) 100%);
    padding: 0;
    position: relative;
    border-top: 1px solid #d14416;
}
.our-loc:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #555952;
    height: 4px;
    width: 35%;
}
.our-loc h4 {
    color: #000;
    margin: 0 0 40px;
}
.our-loc-img {
    position: relative;
    padding: 10px 10px 30px;
    background: linear-gradient(180deg, #b3b7ac 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    width: 96%;
    display: block;
    margin: 0 auto 20px;
}
.our-loc-img:before,
.our-loc-img:after {
    background-color: #000;
}
.our-loc p {
    font-family: "Quattrocento Sans";
    font-size: 20px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
}
.our-loc p a {
    font-weight: 700;
    color: #000 !important;
}
/* // Sidebar Styles / */
.genpg-lft .widget.widget_nav_menu, .genpg-lft .widget.widget_recent_entries, .genpg-lft .widget.widget_categories, .genpg-lft .widget.widget_lpwtoc_widget {
    /* background-image: url(../images/sdb-pattern-layer.webp); */
    background-repeat: repeat;
    position: relative;
    background-color: #f0611f;
    border-color: #d14416;
}
.genpg-lft .widget.widget_recent_entries h4.widget-title,
.genpg-lft .widget.widget_categories h4.widget-title,
.genpg-lft .widget.widget_nav_menu h4.widget-title {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.genpg-lft .widget.widget_recent_entries h4.widget-title::before,
.genpg-lft .widget.widget_categories h4.widget-title::before,
.genpg-lft .widget.widget_nav_menu h4.widget-title::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 60%;
    height: 1px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.genpg-lft .widget {
    border-bottom: 8px solid #555952;
    position: relative;
    padding: 37px 40px 45px;
    margin: 0 0 40px 0;
}
.genpg-lft .widget.widget_nav_menu {
    padding: 37px 10px;
}
.genpg-lft .widget::before {
    position: absolute;
    content: '';
    /* background-image: url(../images/in-ram-rock-law-sprites.webp); */
    background-image: url(../images/sidebar-btm-img.webp);
    background-repeat: no-repeat;
    /* background-position: -178px -121px; */
    background-position: unset !important;
    width: 146px;
    height: 40px;
    left: 0;
    right: 0;
    bottom: -23px;
    margin: auto;
}
.sdr-case-location h4.widget-title {
    color: #000 !important;
}
.genpg-lft .widget h4.widget-title {
    text-align: center;
    color: #fff;
    font-family: 'Radley';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    margin: 0 0 25px;
    border: none;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.genpg-lft .widget ul {
    margin: 0;
}
.genpg-lft .widget ul li a {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 31px;
    line-height: 1;
    color: #fff;
    position: relative;
    display: block;
    text-transform: capitalize;
    background-color: transparent;
    padding: 10px 10px 10px 60px;
}
.genpg-lft .widget ul li a:hover {
    color: #55634a;
}
.genpg-lft .widget ul li {
    margin: 0 0 10px;
    position: relative;
    border: 0;
}
.genpg-lft .widget ul li a:hover {
    background-color: #fff;
}
.genpg-lft .widget ul li a::before {
    background: #ffffff;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    left: 27px;
    top: 20px;
    border-radius: 100%;
}
.genpg-lft .widget ul li a:hover::before {
    background-color: #55634a;
}
.genpg-lft .widget ul li:last-child {
    margin: 0;
}
/* / SideBar testimonials / */
.genpg-lft .widget.sd-testi {
    background: linear-gradient(to bottom, rgba(235, 237, 228, 0.6) 0%, rgba(238, 239, 231, 0.6) 33%, rgba(249, 248, 244, 0.6) 100%);
    padding: 40px 35px 110px 35px;
    border-top: 1px solid #d14416;
    position: relative;
    border-bottom: 0;
}
/* section.widget.sd-testi::before{display: none;} */
.genpg-lft .widget.sd-testi::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #f0611f;
    height: 4px;
    width: 35%;
    bottom: inherit;
    background-position: center !important;
    background-image: none;
}
.genpg-lft .widget.sd-testi h4.widget-title {
    color: #f0611f;
}
.sidebar-testi.owl-carousel {
    text-align: center;
}
.genpg-lft .widget.sd-testi .star-rat {
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -281px -81px;
    width: 156px;
    height: 26px;
    margin: 0 auto 20px;
}
.genpg-lft .widget.sd-testi::after {
    position: absolute;
    content: '';
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -104px -256px;
    width: 70px;
    height: 60px;
    right: 0;
    left: 0;
    bottom: 50px;
    margin: auto;
}
.sidebar-testi .testi-item h5 {
    font-family: 'Radley';
    font-weight: 400;
    line-height: 1;
    color: #d14416;
    text-transform: uppercase;
}
.sidebar-testi h3 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
    margin: 0;
}
.sidebar-testi h4.author {
    color: #000;
    font-size: 22px;
    margin: 0;
}
.sidebar-testi.owl-carousel .owl-nav {
    position: relative;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next,
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-prev {
    width: 43px;
    height: 16px;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -379px -201px;
    transition: .5s;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -50px;
    left: 40px;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -379px -227px;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-position: -438px -201px;
    left: inherit;
    right: 40px;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -440px -227px;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 0;
}
/*  Testimonials Page */
.testimonials-page .in-testi-blk {
    column-count: 2;
    gap: 30px;
}
.testimonials-page .in-testi-item p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
}
.testimonials-page .in-testi-item h3 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}
.testimonials-page .in-testi-item h4.author {
    color: #000;
    font-size: 22px;
}
/* / / Blog Page / / */
.blg-cntblk {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: start;
}
.blg-cntblk .post-item {
    width: 31%;
    background: linear-gradient(180deg, #ebede4 0%, #00000000 100%);
    padding: 23px 22px 15px;
    text-align: center;
    border-bottom: 8px solid #faf9f5;
    position: relative;
}
.blg-cntblk .post-item::before {
    content: "";
    background-color: #ffffff;
    width: 38%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.blg-cntblk .post-item:hover:before {
    display: block;
}
.blg-cntblk .post-item:hover {
    border-bottom: 8px solid #555952;
    background-image: url(../images/sdb-pattern-layer.webp);
    background-repeat: repeat;
}
.blg-cntblk .post-item .blog-post-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.blg-cntblk .post-cnt {
    padding: 10px 15px;
}
.post-dt {
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #12140e;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.blog-post-img {
    -webkit-mask-image: url(../images/pst-img-bg.webp);
    mask-image: url(../images/pst-img-bg.webp);
    mask-size: 100%;
    mask-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
}
.blog-post-img img {
    width: 100%;
    display: block;
}
.blg-cntblk .post-item:hover .post-dt {
    color: #fff;
}
.blg-cntblk .post-cnt h5 a {
    color: #000;
}
.blg-cntblk .post-item:hover .post-cnt h5 a {
    color: #fff;
}
.blg-cntblk .post-cnt h5 {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 30PX;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
    transition: none;
}
.blg-cntblk .post-item:hover .post-cnt h5 {
    color: #fff;
}
.blg-cntblk .post-item .post-btn a {
    display: inline-block;
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 4.8px;
    color: #5c7149;
    text-transform: uppercase;
    margin: 0;
}
.blg-cntblk .post-item .post-btn a:hover {
    background-color: transparent;
    color: #5c7149;
}
/* / / pagination / / */
.page_default.blog_pg .oceanwp-pagination {
    width: 100%;
}
.fa-angle-left,
.fa-angle-right {
    display: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers::before,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before {
    content: "";
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -139px -196px;
    width: 28px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    margin: auto;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers:hover:before {
    background-position: -188px -196px;
    transform: rotate(180deg);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers:hover:before {
    background-position: -188px -196px;
    transform: rotate(0deg);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before {
    transform: rotate(180deg);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li {
    padding: 0 !important;
    margin: 0 !important;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li::before {
    display: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    font-size: 50px !important;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(180deg, #d4d6cb 0%, #f4f3ee 100%);
    color: #5c7149;
    margin: 0;
    box-shadow: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers:hover,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers:hover {
    background: transparent;
    color: #000;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a:hover {
    background: linear-gradient(180deg, #d4d6cb 0%, #f4f3ee 100%);
    color: #5c7149;
}
.page_default.blog_pg .pagination a.next.page-numbers,
.page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0;
    position: relative;
    border: none;
}
/* Single Blog Page */
.blog-post-img {
    margin-bottom: 20px;
}
.blog-post-img img {
    width: 100%;
    display: block;
}
.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
}
.page_default.single-blog_pg .page-navi a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.page_default.single-blog_pg .page-navi a:hover {
    background-color: #000;
    color: #fff;
}
/* Contact Page */
.page_default.contact_pg h2 {
    font-family: "Radley";
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1.4px;
    line-height: 1.1;
    margin: 0 0 75px;
    color: #555952;
}
.page_default.contact_pg h2 small {
    font-size: inherit;
    color: #000;
}
.cont-list {
    display: flex;
    gap: 45px;
    padding: 0 0 20px;
}
.cont-item {
    background-color: #1a1e14;
    width: 32%;
    padding: 40px 20px 65px;
    text-align: center;
    position: relative;
}
.cont-item-title {
    position: relative;
    padding: 90px 0 0;
}
.cont-item-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 62px;
    height: 65px;
    margin: auto;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-position: -30px -17px;
}
.cont-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-position: -174px -443px;
    height: 40px;
    width: 150px;
    margin: auto;
    bottom: -11px;
}
.cont-item:hover {
    background-color: #2a3322;
}
.cont-item:hover:after {
    background-position: -7px -443px;
}
.cont-item.num .cont-item-title:before {
    background-position: -110px -17px;
}
.cont-item.fu .cont-item-title:before {
    background-position: -200px -17px;
}
.cont-item h5 {
    font-family: "Radley";
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    padding: 0 0 20px;
}
.cont-item h5:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.cont-item h5:after {
    content: "";
    position: absolute;
    background-color: #404839;
    width: 130px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cont-item p {
    color: #fff;
    font-size: 25px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
.cont-item.loc p a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    margin: 0 !important;
}
.cont-item.num a {
    font-family: "Quattrocento Sans";
    color: #fff !important;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 700;
}
.cont-item .soc-icons-main a:before {
    background-position: -284px -445px;
}
.cont-item .soc-icons-main a.inst:before {
    background-position: -323px -443px;
}
/* practice areas */
.genpg-rite .inn-pract-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.genpg-rite .inn-pract-list .hmpract-item {
    width: 24%;
}
/* single attorney */
.page_default.single_attrny .sdr-case-location {
    display: none;
}
.page_default.single_attrny .page_content {
    flex-direction: row-reverse;
}
.inr-alan-blk {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 60px;
    margin-bottom: 50px;
}
.inr-alan-lft {
    width: 43.3%;
}
.aln-img-blk {
    background-image: url(../images/patten-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 10px 0;
}
.inr-alan-rit {
    width: 52.8%;
}
.inr-alan-rit h2 {
    font-family: 'Radley';
    color: #000000;
    text-transform: uppercase;
}
.inr-alan-rit h4 {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.adr-blk {
    display: flex;
    flex-direction: column;
    gap: 38px;
    margin-bottom: 76px;
}
.ph-blk,
.loc-blk {
    padding-left: 120px;
    position: relative;
}
.ph-blk::before,
.loc-blk::before {
    content: "";
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -188px -240px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 17px;
    top: 9px;
    border: 1px solid #696967;
    border-radius: 50%;
}
.loc-blk::before {
    background-position: -262px -240px;
}
.ph-blk h3,
.loc-blk h3 {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 13px;
}
.ph-blk p,
.loc-blk p {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 0;
}
.ph-blk p a {
    display: inline-block;
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #2c3525;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ph-blk p a:hover,
.loc-blk p a:hover {
    color: #565953 !important;
}
.loc-blk p {
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.loc-blk p a {
    display: inline-block;
    line-height: 1;
    text-decoration: underline !important;
    padding-top: 17px;
}
.aln-btn a.cmn-btn:hover {
    background-color: #555952;
    color: #fff;
}
.aln-btn a.cmn-btn:hover::before {
    background-image: url(../images/cmn-btn-bfr-2.webp);
}
.page_default.single_attrny {
    background-image: url(../images/single-attorney-bg.webp);
    background-position: top right;
    background-repeat: no-repeat;
}
.page_default.single_attrny .accordion-section.accordien-active .accordion-section-content {
    padding: 10px 10px 0;
}
.genpg-rite .accordion {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    counter-reset: none;
    padding-top: 0;
    width: 100%;
}
.genpg-rite .accordion-section {
    padding: 0;
    border: none;
    counter-reset: none;
    margin-bottom: 0;
}
.genpg-rite .accordion-section h4 {
    padding: 17px 50px 17px 35px;
    border: 1px solid #706f6e;
    counter-reset: none;
    margin-bottom: 20px;
    font-family: "Radley";
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0;
    color: #30382a;
    text-transform: capitalize;
}
.genpg-rite .accordion-section .accordion-heading:after {
    display: none;
}
.genpg-rite .accordion-section.accordien-active {
    background: none;
}
.genpg-rite .accordion-section.accordien-active h4 {
    background-color: #30382a;
    color: #fff;
}
.genpg-rite .accordion-section-content p {
    font-size: 20px;
    margin-bottom: 20px;
}
.genpg-rite .accordion-section .accordion-heading:before {
    content: "";
    position: absolute;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -350px -286px;
    width: 25px;
    height: 14px;
    top: 27px;
    right: 30px;
    margin: 0;
}
.genpg-rite .accordion .accordion-section.accordien-active .accordion-heading:before {
    background-position: -350px -256px;
    transform: rotate(0deg);
}
/* case results */
.case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px 0;
    padding: 0;
}
.case-list img.hvr {
    display: none;
}
.circle-img br {
    display: none;
}
.cmbnd-mill-blk:hover .circle-img img.nrml {
    display: none;
}
.cmbnd-mill-blk:hover .circle-img img.hvr {
    display: block;
}
.case-list .cmbnd-mill-blk {
    position: relative;
    text-align: center;
    width: 31%;
}
.case-list .mill-img {
    width: 35%;
    margin: 0 auto 15px;
}
.case-list .mill-cnt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
    width: max-content;
    height: max-content;
    z-index: 1;
}
.case-list .mill-cnt h3 {
    color: #fff;
    font-size: 65px;
    font-family: "Quattrocento Sans", serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2.6px;
    margin: 0 0 15px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
}
.case-list .mill-cnt h3:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 29px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.case-list .mill-cnt h3:after {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 20%;
    width: 137px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.case-list .mill-cnt h5 {
    color: #fff;
    font-size: 32px;
    font-family: "Radley", serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
}
/* testimonials */
.testimonials-page .in-testi-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 114px 99px;
}
.testimonials-page .in-testi-item {
    padding: 40px 30px;
    border-bottom: 1px solid #2a3322;
    position: relative;
    border-top: 1px solid #2a3322;
    width: 100%;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0; */
}
.testimonials-page .in-testi-item::before {
    content: "";
    position: absolute;
    background-color: #2a3322;
    width: 25%;
    height: 4px;
    top: -5px;
    left: 0;
    margin: auto;
}
.testimonials-page .in-testi-item::after {
    content: "";
    position: absolute;
    background-image: url(../images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -476px -30px;
    width: 70px;
    height: 60px;
    bottom: 20px;
    right: 51px;
    margin: auto;
}
.testimonials-page .in-testi-item .star-rat {
    background-image: url(../images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -159px -34px;
    width: 214px;
    height: 35px;
    margin: 0 0 24px;
}
.testimonials-page .in-testi-item h6 {
    font-family: "Radley";
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.testimonials-page .in-testi-item h4.author {
    color: #000;
    font-size: 22px;
}
/* team page */
.in-ourstf-items {
    display: flex;
    justify-content: space-between;
}
.in-ourstf-items .oustf-itm {
    width: 31%;
    position: relative;
}
.atrny-img {
    position: relative;
    margin: 0 0 15px;
}
.in-ourstf-items .oustf-itm .oustfitm-img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 10px;
    width: 95%;
    height: auto;
    margin: auto;
}
.in-ourstf-items .oustf-itm .oustfitm-img img {
    width: 100%;
    display: block;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt {
    text-align: center;
}
.oustfitm-img-bg img {
    width: 100%;
    display: block;
}
.oustfitm-img-bg-hvr img {
    width: 100%;
    display: block;
}
.in-ourstf-items .oustf-itm:hover .oustfitm-img-bg-hvr {
    display: block;
}
.in-ourstf-items .oustf-itm:hover .oustfitm-img-bg {
    display: none;
}
.oustfitm-img-bg-hvr {
    display: none;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt h5 {
    font-size: 20px;
    line-height: 1;
    font-family: 'Radley';
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 0 0 17px;
    margin: 0 0 9px;
    position: relative;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt h5::before {
    content: "";
    position: absolute;
    background-color: #bdc0b2;
    width: 149px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.in-ourstf-items .oustf-itm:hover .oustfitm-cnt h5::after {
    background-color: #555952;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt h5::after {
    content: "";
    position: absolute;
    background-color: #1a1e14;
    width: 45px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.in-ourstf-items .oustf-itm:hover .oustfitm-cnt h3 {
    color: #555952;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt h3 {
    font-size: 40px;
    line-height: 1;
    font-family: 'Radley';
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
.hover a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    outline: none !important;
}
/* SHORTCODE */
.innerpage-common-block {
    background-image: url(../images/inner-cmn-sec.webp);
    padding: 40px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 40px 0;
}
.innerpage-common-block h2 {
    font-family: "Radley", serif;
    font-size: 86px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.72px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px;
}
.innerpage-common-block h2 strong {
    font-weight: inherit;
}
.sub-txt h4 {
    font-family: "Quattrocento Sans", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
}
.cntct-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.innerpage-common-block .cntct-btn a.cmn-btn {
    color: #fff !important;
    background-color: #f0611f;
}
.innerpage-common-block .cntct-btn a.cmn-btn:hover {
    /* color: #d7d8d2 !important; */
        background-color: #d14416;
}
.innerpage-common-block .cntct-btn a.cmn-btn:before {
    /* background-image: url(../images/cmn-btn-bfr-2.webp); */
        background-image: url(../images/pi-arizona-lp-cmn-bfr-1.webp);
}
.innerpage-common-block .cntct-btn a.cmn-btn:hover:before {
    background-image: url(../images/pi-arizona-lp-cmn-bfr-hvr-1.webp);
}

.sub-txt {
    width: max-content;
    margin: auto;
    padding: 0 90px;
    position: relative;
}
.sub-txt:before,
.sub-txt:after {
    position: absolute;
    content: "";
    left: 0;
    height: 50px;
    width: 35px;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-position: -38px 65px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sub-txt:after {
    right: 0;
    left: unset;
}
.hminjury-top-sec.inn {
    background-image: none;
    background-color: #faf9f5;
    padding: 0 0 110px;
}
.hminjury-top-sec.inn .injury-tp-itm-list {
    text-align: center;
}
.hminjury-top-sec.inn .injury-tp-itm h3::before,
.hminjury-top-sec.inn .injury-tp-itm h3::after {
    right: 0;
    margin: auto;
}
.hm-case-sec.inn .case-sgr-rslt {
    display: none;
}
.hm-case-sec.inn {
    /* background-image: url(../images/case-rslts-bg.webp);
    background-position: 0 87px;
    background-size: 100% 97%; */
    background-color: #faf8f4;

    background-image: url(../images/pi-arizona-case-bg.webp);
    background-size: 100% 100%;
}
.case-bg-img{
    display: none;
}
.case-bg-img.orange {
    display: block;
}
.inn-case-bg-img {
    display: none;
}
.aln-img-blk img {
    margin: auto;
}
.cmn-img {
    margin-bottom: 40px;
}
.cmn-img img {
    width: 100%;
    display: block;
}
/*  */
h3.faq {
    font-family: 'Radley';
    padding-top: 40px;
    text-align: center;
}
.faq-btn {
    padding-top: 50px;
}


.evltn-btn a.cmn-btn, .cntct-btn a.cmn-btn {
    background-color: #f0611f;
}
.evltn-btn a.cmn-btn::before, .cntct-btn a.cmn-btn::before {
    background-image: url(../images/pi-arizona-lp-cmn-bfr-1.webp);
}
.evltn-btn a.cmn-btn:hover, .cntct-btn a.cmn-btn:hover {
    background-color: #d14416;
}
.evltn-btn a.cmn-btn:hover:before, .cntct-btn a.cmn-btn:hover:before {
    background-image: url(../images/pi-arizona-lp-cmn-bfr-hvr-1.webp);
}

.hm-case-sec .Efficient-txt::before {
    background-color: #f0611f;
}
.hm-case-sec .case-txt {
    color: #f0611f;
}
@media screen and (max-width:1800px) {
.hm-case-sec .Efficient-txt {
        font-size: 90px;
}
}
@media screen and (max-width: 1700px) {
    .hm-case-sec .Efficient-txt {
        font-size: 85px;
        padding-bottom: 10px;
    }
    .hm-case-sec .case-txt {
    font-size: 70px;
    margin-bottom: 100px;
}
.hm-case-sec .case-txt::before {
    width: 30%;
    height: 2px;
}
}
@media screen and (max-width: 1500px) {
    .hm-case-sec .Efficient-txt {
        font-size: 67px;
        padding-bottom: 10px;
    }
    .hm-case-sec .case-txt {
    font-size: 60px;
    margin-bottom: 90px;
}

}
@media screen and (max-width: 1240px) {
    .hm-case-sec .Efficient-txt {
        font-size: 52px;
        padding-bottom: 10px;
    }
    .hm-case-sec .case-txt {
    font-size: 45px;
    margin-bottom: 55px;
}
}
@media screen and (max-width: 991px) {
    .hm-case-sec .Efficient-txt {
        font-size: 48px;
        padding-bottom: 10px;
    }
    .hm-case-sec .case-txt {
    font-size: 48px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
    .hm-case-sec .Efficient-txt {
        font-size: 32px;
        padding-bottom: 10px;
    }
    .hm-case-sec .case-txt {
    font-size: 33px;
    margin-bottom: 20px;
}
.hm-case-sec .container {
    padding: 0;
}
}
@media screen and (max-width: 640px) {
    .pi-arizona-case-sec .efficient-txt {
        font-size: 28px;
    }
}
@media screen and (max-width: 500px) {
.hm-case-sec .Efficient-txt {
    font-size: 22px;
}
}
@media screen and (max-width: 480px) {
    .hm-case-sec .Efficient-txt {
        padding-bottom: 10px;
    }
    .hm-case-sec .case-txt {
    font-size: 32px;
    margin-bottom: 20px;
}
.case-sec {
    padding: 0;
}
}



@media screen and (max-width:1800px) {
    .case-list .cmbnd-mill-blk {
        width: 29%;
    }
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1440px;
    }
    .page_bnr {
        padding: 240px 0 70px 0;
    }
    h1,
    h2,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 60px;
    }
    .page_title h1,
    .page_title h2 {
        font-size: 65px;
    }
    .page_content p,
    .page_content li {
        font-size: 19px;
    }
    .genpg-lft .widget h4.widget-title,
    .genpg-lft .widget .lwptoc_header b {
        font-size: 40px;
    }
    .case-list .mill-img {
        width: 26%;
    }
    .case-list .mill-cnt h3 {
        font-size: 55px;
    }
    .case-list .mill-cnt h5 {
        font-size: 26px;
    }
    .innerpage-common-block h2 {
        font-size: 75px;
        margin: 0 0 15px;
    }
    .sub-txt {
        padding: 0 80px;
    }
    .sub-txt h4 {
        font-size: 19px;
        margin: 0 0 30px;
    }
    .in-ourstf-items .oustf-itm .oustfitm-cnt h3 {
        font-size: 36px;
    }
    .in-ourstf-items .oustf-itm .oustfitm-cnt h5 {
        font-size: 18px;
    }
    .blg-cntblk .post-cnt h5 {
        font-size: 25PX;
    }
    .blg-cntblk .post-item .post-btn a {
        letter-spacing: 3px;
    }
    .post-dt {
        margin-bottom: 15px;
    }
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
        font-size: 45px !important;
    }
    .inn-pract-list .hmpract-item h4 {
        font-size: 25px;
    }
    .genpg-rite .accordion-section h4 {
        font-size: 28px;
    }
    .genpg-rite .accordion-section .accordion-heading:before {
        transform: scale(0.8);
        top: 20px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
    .page_bnr {
        padding: 220px 0 65px 0;
    }
    h3 {
        font-size: 43px;
    }
    h4 {
        font-size: 38px;
    }
    .page_title h1,
    .page_title h2 {
        font-size: 55px;
        margin: 0 0 5px;
    }
    .inrpg-breadcrumbs {
        font-size: 18px;
    }
    .page_default .genpg-rite ul li:before {
        top: 8px;
    }
    .page_default {
        padding: 100px 0 60px;
    }
    .page_content p,
    .page_content li {
        font-size: 17px;
        margin: 0 0 20px;
    }
    h1,
    h2,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 50px;
    }
    h5 {
        font-size: 25px;
    }
    h6 {
        font-size: 22px;
    }
    .genpg-lft .widget h4.widget-title,
    .genpg-lft .widget .lwptoc_header b {
        font-size: 32px;
    }
    .genpg-lft .widget ul li a {
        font-size: 25px;
    }
    .cs-res h5 {
        font-size: 38px;
    }
    .genpg-lft .widget.sd-testi::after {
        transform: scale(0.85);
    }
    .genpg-rite .accordion-section h4 {
        padding: 14px 53px 14px 20px;
    }
    .genpg-rite .accordion-section h4 {
        font-size: 25px;
    }
    .hminjury-top-sec.inn {
        padding: 0 0 80px;
    }
    .testimonials-page .in-testi-blk {
        gap: 40px 75px;
    }
    .testimonials-page .in-testi-item p {
        font-size: 17px;
    }
    .testimonials-page .in-testi-item .star-rat {
        transform: scale(0.9);
        margin: 0 -10px 20px;
    }
    .testimonials-page .in-testi-item::after {
        transform: scale(0.8);
    }
    .page_default.contact_pg h2 {
        margin: 0 0 45px;
    }
    .cont-item h5 {
        margin: 0 0 12px;
        padding: 0 0 12px;
    }
    .cont-item.num a {
        font-size: 32px;
    }
    .cont-item-title:before {
        transform: scale(0.8);
    }
    .innerpage-common-block {
        margin: 30px 0;
    }
    .ph-blk::before,
    .loc-blk::before {
        transform: scale(0.8);
        top: -12px;
        left: 5px;
    }
    .ph-blk,
    .loc-blk {
        padding-left: 100px;
    }
    .ph-blk h3,
    .loc-blk h3 {
        font-size: 45px;
    }
    .adr-blk {
        margin-bottom: 42px;
        gap: 30px;
    }
    .inr-alan-blk {
        gap: 40px;
    }
    .ph-blk p a {
        font-size: 45px;
    }
    .case-list .mill-cnt h3 {
        font-size: 50px;
    }
    .case-list .mill-cnt h5 {
        font-size: 23px;
    }
    .case-list .mill-cnt h3 {
        font-size: 50px;
    }
    .case-list .mill-cnt h5 {
        font-size: 23px;
    }
    .blg-cntblk .post-cnt h5 {
        font-size: 20px;
    }
    .blog-archives .widget input,
    .blog-archives .widget select,
    form.searchform input[type="search"],
    .genpg-lft .widget.widget_archive select {
        font-size: 18px !important;
    }
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
        width: 65px;
        height: 65px;
        font-size: 40px !important;
    }
    .inn-pract-list .hmpract-item h4 {
        font-size: 22px;
    }
    .cont-item p {
        font-size: 22px !important;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
    .page_default {
        padding: 80px 0 50px;
    }
    h3 {
        font-size: 42px;
    }
    h4 {
        font-size: 36px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px;
    }
    h1,
    h2,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 46px;
    }
    .page_title h1,
    .page_title h2 {
        font-size: 48px;
    }
    .page_bnr {
        padding: 190px 0 60px 0;
    }
    .page_content p,
    .page_content li {
        font-size: 17px;
        margin: 0 0 10px !important;
    }
    .genpg-lft .widget.widget_nav_menu {
        padding: 20px 10px;
    }
    .genpg-lft .widget h4.widget-title,
    .genpg-lft .widget .lwptoc_header b {
        font-size: 25px;
    }
    .genpg-lft .widget ul li a {
        font-size: 22px;
        padding: 10px 10px 10px 40px;
    }
    .genpg-lft .widget ul li a::before {
        left: 11px;
        top: 15px;
    }
    .genpg-lft .widget.sd-testi {
        padding: 30px 25px 90px 25px;
    }
    .genpg-lft .widget.sd-testi::after {
        transform: scale(0.75);
        bottom: 40px;
    }
    .inr-alan-rit h2 {
        margin-bottom: 15px;
    }
    .inr-alan-rit h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ph-blk::before,
    .loc-blk::before {
        transform: scale(0.65);
        left: 4px;
        top: -17px;
    }
    .ph-blk p,
    .loc-blk p {
        font-size: 19px;
    }
    .ph-blk,
    .loc-blk {
        padding-left: 90px;
    }
    .ph-blk h3,
    .loc-blk h3 {
        font-size: 42px;
    }
    .ph-blk p a {
        font-size: 38px;
    }
    .adr-blk {
        margin-bottom: 25px;
        gap: 10px;
    }
    .cs-res h5 {
        font-size: 30px;
        margin: 0 0 10px;
        padding: 0 0 15px;
    }
    .testimonials-page .in-testi-blk {
        gap: 30px 65px;
    }
    .cont-list {
        gap: 15px;
        padding: 0 0 0;
    }
    .page_default.contact_pg h2 {
        margin: 0 0 25px;
        letter-spacing: 0;
    }
    .cont-item-title {
        padding: 70px 0 0;
    }
    .hminjury-top-sec.inn {
        padding: 0 0 65px;
    }
    .case-list .mill-cnt h3 {
        font-size: 37px;
    }
    .case-list .mill-cnt h5 {
        font-size: 20px;
    }
    .innerpage-common-block h2 {
        font-size: 64px;
        margin: 0 0 20px;
    }
    .sub-txt {
        padding: 0 70px;
    }
    .sub-txt h4 {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .in-ourstf-items .oustf-itm .oustfitm-cnt h5 {
        font-size: 15px;
        padding: 0 0 11px;
    }
    .in-ourstf-items .oustf-itm .oustfitm-cnt h3 {
        font-size: 30px;
    }
    .in-ourstf-items .oustf-itm .oustfitm-img {
        left: 6px;
    }
    .blg-cntblk .post-cnt h5 {
        font-size: 18PX;
    }
    .post-dt {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .blg-cntblk .post-item .post-btn a {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
        width: 60px;
        height: 60px;
        font-size: 30px !important;
    }
    .inn-pract-list .hmpract-item h4 {
        font-size: 20px;
    }
    .genpg-lft .widget {
        padding: 30px 22px 30px;
        margin: 0 0 35px 0;
    }
    .genpg-lft .widget .lwptoc_item a {
        font-size: 20px;
    }
    .cont-item p {
        font-size: 20px !important;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
        padding: 0;
    }
    .page_bnr {
        padding: 180px 0 50px 0;
    }
    .page_title h1,
    .page_title h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 30px;
    }
    .inrpg-breadcrumbs {
        font-size: 15px;
    }
    .page_default {
        padding: 50px 0;
    }
    .page_default .page_content,
    .page_default.single_attrny .page_content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .genpg-rite {
        width: 100%;
    }
    .genpg-lft {
        width: 100%;
        max-width: 350px;
    }
    h1,
    h2,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 35px;
    }
    .testimonials-page .in-testi-item {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .genpg-rite .inn-pract-list,
    .cont-list {
        flex-wrap: wrap;
    }
    .genpg-rite .inn-pract-list .hmpract-item {
        width: 100%;
        max-width: 340px;
        margin: inherit;
    }
    .cont-item {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }
    .innerpage-common-block {
        margin: 20px 0;
    }
    .alan-sec .content {
        text-align: center;
    }
    .ph-blk h3,
    .loc-blk h3 {
        font-size: 36px;
    }
    .ph-blk p a {
        font-size: 30px;
        line-height: 1.3;
    }
    .ph-blk p,
    .loc-blk p {
        font-size: 18px;
    }
    .inr-alan-blk {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .inr-alan-lft {
        width: 100%;
        max-width: 350px;
    }
    .inr-alan-rit {
        width: 100%;
        MAX-WIDTH: 350px;
    }
    .inr-alan-rit h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .inr-alan-rit h4 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .ph-blk,
    .loc-blk {
        padding: 80px 10px 10px;
        text-align: center;
        border: 1px solid #2a3322;
    }
    .ph-blk::before,
    .loc-blk::before {
        transform: scale(0.65);
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }
    .genpg-rite .accordion-section h4 {
        padding: 10px 53px 10px 20px;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .genpg-rite .accordion-section .accordion-heading:before {
        top: 15px;
        transform: scale(0.75);
    }
    .genpg-rite .accordion .accordion-section.accordien-active .accordion-heading:before {
        transform: rotate(0deg) scale(0.75);
    }
    .hm-case-sec.inn {
        background-image: none;
    }
    .cont-list {
        gap: 30px;
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
    .inr-alan-blk {
        gap: 20px;
        margin-bottom: 25px;
    }
    .hminjury-top-sec.inn {
        padding: 0 0 50px;
    }
    .genpg-rite .accordion-section-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .case-list .cmbnd-mill-blk {
        width: 40%;
    }
    .case-list {
        gap: 30px 0;
        justify-content: space-evenly;
    }
    .blog-archives {
        flex-direction: column;
        width: 100%;
        max-width: 350px;
        align-items: center;
        margin: 0 auto 40px;
        gap: 20px;
    }
    .blg-cntblk .post-item {
        width: 48%;
    }
    .blg-cntblk {
        gap: 25px;
        justify-content: center;
    }
    .in-ourstf-items {
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }
    .in-ourstf-items .oustf-itm {
        width: 45%;
    }
    .sub-txt:before,
    .sub-txt:after {
        transform: scale(0.9);
    }
    .sub-txt h4 {
        letter-spacing: 4px;
    }
    .page-template-templates .inn-case-bg-img,
    .blog .inn-case-bg-img {
        display: block;
    }
    .page-template-templates .case-bg-img,
    .blog .case-bg-img {
        display: none !important;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .page_bnr {
        padding: 200px 0 40px 0;
    }
    .page_title h1,
    .page_title h2 {
        font-size: 38px;
    }
    .inr-alan-rit h2 {
        margin-bottom: 12px;
    }
    .inr-alan-blk {
        gap: 20px;
    }
    .genpg-lft .widget .lwptoc_item a {
        font-size: 18px;
    }
    .ph-blk h3,
    .loc-blk h3 {
        font-size: 35px;
    }
    .ph-blk p,
    .loc-blk p {
        font-size: 18px;
    }
    .ph-blk p a {
        font-size: 32px;
        margin-top: 5px;
    }
    .hminjury-top-sec.inn {
        padding: 0 0 30px;
    }
    .genpg-lft .widget {
        padding: 25px 10px;
        margin: 0 0 20px 0;
    }
    .genpg-lft .sdr-case-results .widget {
        padding: 25px 10px 35px;
    }
    .page_default.single_attrny .accordion-section.accordien-active .accordion-section-content {
        padding: 0 5px 0;
    }
    .case-list {
        flex-direction: column;
    }
    .case-list .cmbnd-mill-blk {
        width: 100%;
        max-width: 340px;
        margin: auto;
    }
    .case-list .mill-cnt {
        bottom: 20px;
    }
    .genpg-rite .inn-pract-list {
        flex-direction: column;
    }
    .blg-cntblk {
        flex-direction: column;
    }
    .blg-cntblk .post-item {
        width: 100%;
        max-width: 350px;
    }
    .innerpage-common-block h2 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .sub-txt h4 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .cntct-btn {
        gap: 15px;
        flex-direction: column;
        max-width: fit-content;
        margin: auto;
    }
    .sub-txt {
        padding: 0 40px;
    }
    .in-ourstf-items .oustf-itm {
        width: 100%;
        max-width: 300px;
        position: relative;
        margin: auto;
    }
    .in-ourstf-items {
        flex-direction: column;
    }
    .sub-txt:before,
    .sub-txt:after {
        transform: scale(0.8);
    }
    .genpg-rite .inn-pract-list .hmpract-item {
        max-width: 250px;
        margin: auto;
    }
    .cntct-btn br {
        display: none;
    }
    .sub-txt h4 {
        margin: 0 0 15px;
    }
    .page_content p,
    .page_content li {
        font-size: 16px;
    }
    .innerpage-common-block {
        padding: 20px 10px;
    }
    .genpg-rite .inn-pract-list {
        gap: 10px;
    }
    .genpg-rite .inn-pract-list .hmpract-item h4 {
        font-size: 18px;
        line-height: 1;
    }
    .genpg-rite .accordion-section .accordion-heading:before {
        top: 19px;
        transform: scale(0.8);
    }
    .genpg-rite .accordion .accordion-section.accordien-active .accordion-heading:before {
        transform: rotate(0deg) scale(0.8);
    }
    .page_default.contact_pg h2 {
        font-size: 22px;
    }
}
@media screen and (max-width:480px) {
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 20px;
    }
    .page_content p,
    .page_content li {
        margin-bottom: 15px;
    }
    .genpg-lft .widget h4.widget-title,
    .genpg-lft .widget .lwptoc_header b {
        font-size: 27px;
    }
    .page_title h1,
    .page_title h2 {
        font-size: 29px;
    }
    .page_default.contact_pg {
        padding: 30px 0;
    }
    h1,
    h2,
    .search-no-results article.post .entry-header h1.entry-title {
        font-size: 28px;
    }
    .page_default.contact_pg h2 br {
        display: none;
    }
    .genpg-rite .accordion-section h4 {
        padding: 10px 40px 10px 17px;
        font-size: 25px;
    }
    .genpg-rite .accordion-section .accordion-heading:before {
        top: 18px;
        right: 19px;
    }
    .innerpage-common-block {
        padding: 30px 10px;
    }
    .sub-txt h4 {
        font-size: 17px;
        letter-spacing: 0;
    }
    .innerpage-common-block h2 {
        font-size: 30px;
    }
    .sub-txt:before,
    .sub-txt:after {
        transform: scale(0.7);
    }
    .sub-txt {
        padding: 0 35px;
        text-align: center;
    }
    .aln-img-blk {
        padding: 10px 10px 0;
    }
    .genpg-rite .accordion-section h4 {
        padding: 10px 35px 10px 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .genpg-rite .accordion-section .accordion-heading:before {
        top: 15px;
        transform: scale(0.6);
        right: 10px;
    }
    .page_default.contact_pg h2 {
        font-size: 18px;
    }
}
@media screen and (max-width:400px) {
    .page_default.contact_pg h2 {
        font-size: 16px;
        margin: 0 0 15px;
    }
}
@media screen and (max-width:360px) {
    .sub-txt h4 {
        font-size: 14px;
    }
    .page_default.contact_pg h2 {
        font-size: 15px;
        letter-spacing: -0.4px;
    }
}


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

   a.cmn-btn { font-size: 16px; padding: 18px 45px; }
}

@media screen and (max-width:1439px) {
    a.cmn-btn { font-size: 18px; }
}
@media screen and (max-width:1365px) {

    a.cmn-btn { font-size: 14px; }
}
@media screen and (max-width:1279px) {

    a.cmn-btn::before{transform: scale(0.8);bottom: -11px;}
    a.cmn-btn { font-size: 17px; padding: 18px 35px; }
}
@media screen and (max-width:991px) {

    a.cmn-btn { font-size: 15px; padding: 16px 27px; }
}
