.page_bnr {
    background-image: url(../images/pg-bnr-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 240px 0 125px 0;
}
 
.page_bnr::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    background-image: url(../images/pg-bnr-bfr-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}
 
.page_bnr::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3.2%;
    background-image: url(../images/pg-bnr-aftr-img.webp);
    background-position: center;
    background-size: 90% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    bottom: -7px;
    pointer-events: none;
}
 
.page_bnr.bnroverlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}
 
.page_title {
    text-align: center;
}
 
.page_title h1,
.page_title h2 {
    font-size: 72px;
    letter-spacing: -1.44px;
    font-family: var(--headingFont);
    line-height: 1;
    color: #fff;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}
 
.inrpg-breadcrumbs {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--bodyFont);
    /* margin-top: 10px; */
    text-wrap: pretty;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 64.4%;
    margin: 10px auto 0;
}
 
.inrpg-breadcrumbs span {
    padding: 0 5px;
}
 
.inrpg-breadcrumbs span:last-child {
    padding-right: 0;
}
 
.inrpg-breadcrumbs span:first-child {
    padding-left: 0;
}
 
.inrpg-breadcrumbs span.breadcrumb_last {
    color: #e5b251;
}
 
.page_default {
    padding: 100px 0;
    position: relative;
}
 
.page_content {
    display: flex;
    justify-content: space-between;
}
 
.genpg-rite {
    width: 64.9%;
}
 
.genpg-rite.full-width {
    width: 100%;
}
 
.genpg-lft {
    width: 31.3%;
}
.container1 {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
 
@media screen and (max-width:1024px) {

    .genpg-rite {width: 100%; }  
    .genpg-lft {width: 100%;max-width: 350px;}
    .page_content{flex-direction: column;gap: 20px;align-items: center;}
    
}
h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    color: #060503;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

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

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 34px;
}

h5 {
    font-size: 31px;
}

h6 {
    font-size: 28px;
}

p, li {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #060503;
    letter-spacing: 0;
    margin: 0 0 20px 0;
}

.page_default .genpg-rite a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.page_default .genpg-rite li {
    padding-left: 25px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.page_default .genpg-rite ul li:before {
    background-color: #e5b251;
    width: 11px;
    height: 11px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 10px;
    border-radius: 50%;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 20px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 0;
    list-style: disc;
}
.page_default .genpg-rite li ul li:before {
    display: none;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    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 {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.page_default .genpg-rite li a:hover, .page_default .genpg-rite a:hover {
    text-decoration: none;
}
.page_default .genpg-rite ul li>ul li {
    list-style-type: disc;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ul li:before {
    display: none;
}
.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: #f3f3f3;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 20px;
}



/* Sidebar Styles */

.genpg-lft .widget {
    margin: 0 0 50px 0;
    background-color: #e5b251;
    padding: 30px;
}
 
.genpg-lft .widget .widget-title {
    text-align: center;
    color: #00000d;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-size: 40px;
    letter-spacing: 0;
    border-bottom: 1px solid #896b36 !important;
    text-transform: capitalize;
    font-family: 'Frank Ruhl Libre';
    font-weight: 500;
    line-height: 1;
}
.genpg-lft .widget.sd-testi .widget-title {
    padding: 0;
    border: 0 !important;
    margin: 0 0 25px;
}
 
.genpg-lft .widget ul {
    padding: 0;
    margin: 0;
}
 
.genpg-lft .widget ul li a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #00000d;
    position: relative;
    display: block;
    background-color: transparent;
    padding: 10px 30px;
    position: relative;
}
 
.genpg-lft .widget ul li:hover a {
    background-color: #00000d;
    color: #fff;
}
 
.genpg-lft .widget ul li {
    margin: 0;
    position: relative;
    border: 0;
}
 
.genpg-lft .widget ul li a::before {
    background: #00000d;
    width: 9px;
    height: 9px;
    position: absolute;
    content: "";
    left: 10px;
    right: 0;
    top: 18px;
    border-radius: 100%;
    z-index: 1;
}
 
.genpg-lft .widget ul li:hover a::before {
    background: #fff;
}
 
.genpg-lft .widget ul li:last-child {
    margin: 0;
}
 
 
.genpg-lft .widget ul.sub-menu {
    display: none;
    padding: 10px 0 0 20px;
}
.genpg-lft .widget ul.sub-menu li a:hover {
    background-color: #00000d !important;
    color: #fff !important;
}
.genpg-lft .widget ul.sub-menu li a:hover::before {
    background-color: #fff !important;
}
 
.genpg-lft button.subMenuToggle {
    position: absolute;
    right: 0;
    top: -4px;
}
 
.genpg-lft .menu-item-has-children>button {
    font-family: var(--bodyFont);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    display: block;
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 0;
}
 
.genpg-lft .widget ul li:hover .sub-menu li a {
    background-color: transparent;
    color: #000;
}
 
.genpg-lft .widget ul li:hover a::before {
    background: #fff;
}
 
.genpg-lft .widget ul li:hover .sub-menu li a::before {
    background: #000;
}
 
.genpg-lft .widget ul li:hover button:before {
    color: #fff;
}
 
.genpg-lft .menu-item-has-children>button:before {
    content: '+';
    position: relative;
    top: 8px;
    display: block;
    width: 35px;
    color: #000;
}
 
.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    content: '-';
    font-size: 30px;
    top: 10px;
    position: relative;
    display: block;
    width: 35px;
}
 
.genpg-lft .widget li a.drop.open {
    transform: rotate(90deg);
}
 
.genpg-lft .widget ul.sub-menu li a {
    font-size: 22px;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #ffffff;
    cursor: pointer;
}

/* Table Content */

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

.genpg-lft .widget .lwptoc_header b {
    font-weight: 800 !important;
}

.genpg-lft .widget .lwptoc_item {
    margin-bottom: 15px;
}

.genpg-lft .widget .lwptoc_item a, .genpg-lft .lwptoc-light .lwptoc_items A:visited {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}
.genpg-lft .widget .lwptoc_item a::before {
    top: 21px;
}

.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV a:hover {
    border-bottom: 0 !important;
    color: #e5b251 !important;
}
.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV a:hover {
    border-bottom: 0 !important;
    color: #e5b251 !important;
}
.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV a:hover::before {
    background-color: #e5b251 !important;
}
.genpg-lft .widget.widget_lpwtoc_widget {
    padding: 30px 25px;
    background-color: transparent;
    box-shadow: 0.877px 1.798px 32px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid #cdcdcd;
}
.genpg-lft .widget.widget_lpwtoc_widget .lwptoc_itemWrap {
    padding: 0 20px;
}
.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}

.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 0;
    width: 100%;
}
.lwptoc_item_number {
    display: none;
}

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

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

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

@media screen and (max-width:1024px) {
    .genpg-lft .widget.widget_lpwtoc_widget{
        display: none;
    }
    
}




.genpg-lft .blog-archives .widget {
    box-shadow: unset;
}
.genpg-lft .blog-archives .widget h4.widget-title {
    text-align: left;
    padding: 20px 0;
}
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #555952;
    padding: 23px 30px !important;
    background-color: #fff !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 100%;
    background-image: url(../images/blg-search-icn.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: auto !important;
    opacity: 1 !important;
    border: 0;
}
.genpg-lft .blog-archives .widget select {
    background-image: url(../images/blg-drp-dwn.webp);
}
.genpg-lft .blog-archives .widget .search-field {
    background-image: none !important;
}
/* .genpg-lft .blog-archives .widget_search input {
    cursor: text;
} */

.genpg-lft .blog-archives .widget input.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100% !important;
    /* background-color: #ccc !important; */
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    border: 0 !important;
    width: 34px !important;
    padding: 30px 35px !important;
}
.genpg-lft .blog-archives .search-form{
    position: relative;
}



/* SideBar testimonials */

.genpg-lft .widget.sd-testi {
    background-color: transparent;
    box-shadow: 0.877px 1.798px 32px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding-bottom: 60px;
    border: 1px solid #cdcdcd;
}
 
.genpg-lft .widget.sd-testi::before {
    position: absolute;
    content: "";
    background-image: url(../images/sidebar-testi-quotes-img.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 47px;
    height: 41px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
 
.genpg-lft .widget.sd-testi .star-rat {
    max-width: 44%;
    margin: 0 auto 15px;
}
 
.sidebar-testi {
    padding: 0;
    text-align: center;
}
 
/* .sidebar-testi .testi-item {
    position: relative;
    padding: 0 0 80px;
} */
 
.sidebar-testi p {
    font-size: 18px;
    line-height: 2.05;
    letter-spacing: 0;
    color: #060503;
    position: relative;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    margin-bottom: 15px;
}
 
.sidebar-testi-title {
    color: #060503;
    font-size: 30px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.6px;
}
 
 
.sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    max-width: 160px;
    margin: 30px auto 0;
}
 
.sidebar-testi.owl-carousel .owl-nav button {
    background-image: url(../images/sidebar-testi-arr.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 27px;
}
 
.sidebar-testi.owl-carousel .owl-nav button:hover {
    background-image: url(../images/sidebar-testi-hvr-arr.webp);
    transform: rotate(180deg);
}
 
.sidebar-testi.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}
 
.sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {
    transform: rotate(0);
}
 
.sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 0;
    font-weight: bold;
}
 
.testimonials-content-main p {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
 
.testimonials-content-main p.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}
 
.sd-testi-item-btn {
    color: #060503;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 17px;
}
 
.sd-testi-item-btn:hover {
    color: #e1af4f;
}

/* Location Sidebar  */

.inr-sidebar-loc-sec .widget {
    padding: 0 !important;
}
.inr-sidebar-loc-sec .location-sidebar {
    background-color: #060503;
    padding: 20px 20px 30px;
}
 
.inr-sidebar-loc-sec .location-sidebar-cnt {
    margin: -55px 0 0;
}

.inr-sidebar-loc-sec .location-sidebar-itm {
    position: relative;
    z-index: 0;
}
.inr-sidebar-loc-sec .location-sidebar-itm::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,rgba(6, 5, 3, 1) -20%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.inr-sidebar-loc-sec .location-sidebar-itm iframe {
    width: 100%;
}
 
.inr-sidebar-loc-sec .location-sidebar-cnt .location-sidebar-text {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 52px;
    line-height: 1;
    letter-spacing: -1.04px;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    padding: 100px 0 0;
}
 
.inr-sidebar-loc-sec .location-sidebar-cnt .location-sidebar-text::before {
    position: absolute;
    content: "";
    background-image: url(../images/sidebar-location-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 92px;
    height: 92px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
 
.inr-sidebar-loc-sec .location-sidebar-cnt p {
    color: #fff;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #fff;
}
 
.inr-sidebar-loc-sec .location-sidebar-discn {
    text-align: center;
}
 
.inr-sidebar-loc-sec .location-sidebar-cnt p a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #e1af4f;
    text-transform: uppercase;
}
 
.inr-sidebar-loc-sec .location-sidebar-cnt p a:hover {
    color: #fff;
}

/* Common style responsive */
@media screen and (max-width: 1550px) {}

@media screen and (max-width: 1440px) {
    .container1 {
        max-width: 1200px;
    }

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

    .page_title h1,
    .page_title h2 {
        font-size: 45px;
        letter-spacing: -1.8px;
    }

    .page_default {
        padding: 90px 0 50px;
    }

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

.genpg-lft .widget .widget-title {
    font-size: 33px;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.genpg-lft .widget ul li a {
    font-size: 22px;
}
.genpg-lft .widget ul.sub-menu li a {
    font-size: 20px;
}
.genpg-lft .widget.sd-testi .star-rat {
    margin: 0 auto 15px;
}
.sidebar-testi p {
    line-height: 1.8;
}
.genpg-lft .widget.sd-testi::before {
    transform: scale(0.9);
}
.sidebar-testi.owl-carousel .owl-nav {
    max-width: 180px;
    transform: scale(0.9);
}
.inr-sidebar-loc-sec .location-sidebar-cnt .location-sidebar-text {
    font-size: 46px;
}
.inr-sidebar-loc-sec .location-sidebar-cnt .location-sidebar-text::before {
    transform: scale(0.9);
}
.inr-sidebar-loc-sec .location-sidebar-cnt p {
    line-height: 1.5;
    font-size: 18px;
}
.page_default .genpg-rite ul li:before {
    width: 10px;
    height: 10px;
}
.page_default .genpg-rite li {
    padding-left: 22px;
}


}

@media screen and (max-width: 1366px) {
    .container1 {
        max-width: 1100px;
    }

    .page_bnr {
        padding: 180px 0 100px 0;
    }
/*    .page_bnr::before {
    height: 50%;
}*/
    .page_bnr::after {
    bottom: -5px;
}

    .page_title h1,
    .page_title h2 {
        font-size: 42px;
        letter-spacing: -1.4px;
    }

    .page_default {
        padding: 80px 0 50px;
    }

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

    h2 {
        font-size: 37px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 33px;
    }

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

.genpg-lft .widget ul li a::before {
    width: 9px;
    height: 9px;
    top: 16px;
}

    .genpg-lft .widget ul li a::before {
        width: 9px;
        height: 9px;
        top: 7px;
    }

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

    .genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
        font-size: 43px;
        top: -14px;
        right: 3px;
    }

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

.sidebar-testi p {
    font-size: 17px;
    line-height: 1.7;
}

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

    .genpg-lft .widget.sd-testi {
        padding: 35px 30px;
        margin: 0 0 35px;
    }

    .sidebar-testi-title {
        font-size: 28px;
    }

    .genpg-lft .sd-testi-item-btn {
        font-size: 15px;
    }

.genpg-lft .widget.sd-testi::before {
    transform: scale(0.8);
    bottom: 27px;
}

.sidebar-testi.owl-carousel .owl-nav {
    transform: scale(0.8);
}

    .inr-sidebar-loc-cont {
        padding: 40px 0 0;
    }

    .inr-sidebar-loc-cont::before {
        transform: scale(0.7);
    }

    .inr-sidebar-loc-cont-hdg {
        font-size: 30px;
        margin: 0px 0 10px;
    }

    .inr-sidebar-loc-cont-address {
        line-height: 1.6;
    }

.genpg-lft .widget {
    margin: 0 0 35px 0;
    padding: 30px 25px;
}
.inr-sidebar-loc-sec .location-sidebar-cnt {
    margin: -45px 0 0;
}
.inr-sidebar-loc-sec .location-sidebar-cnt .location-sidebar-text {
    font-size: 42px;
    padding: 90px 0 0;
}
.inr-sidebar-loc-sec .location-sidebar-cnt .location-sidebar-text::before {
    transform: scale(0.8);
    top: -5px;
}
.page_default .genpg-rite li {
    margin: 0 0 15px 0;
}


}

@media screen and (max-width: 1280px) {
    .container1 {
        max-width: 960px;
    }

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

.inrpg-breadcrumbs {
    font-size: 15px;
}
    .page_title h1,
    .page_title h2 {
        font-size: 40px;
        letter-spacing: -0.8px;
    }

.page_default {
    padding: 60px 0 50px;
}

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

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 31px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 26px;
    }

    h6 {
        font-size: 24px;
    }

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

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

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

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

    .genpg-lft .widget .widget-title {
        font-size: 28px;
    }
    .inr-sidebar-loc-sec .widget {
    padding: 20px 15px;
}
.sidebar-testi-title {
    font-size: 26px;
}
.genpg-lft .widget .star-rat {
    transform: scale(0.8);
}
.genpg-lft .widget.sd-testi {
    padding: 35px 25px;
}
.page_bnr::after {
    bottom: -4px;
    height: 3.2%;
}
.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    font-size: 35px;
    top: 3px;
    right: 0px;
}
.genpg-lft .menu-item-has-children>button:before {
    top: 7px;
}
.genpg-lft .widget ul li a {
    font-size: 20px;
    padding: 8px 30px;
}
.genpg-lft .widget ul li a::before {
    width: 8px;
    height: 8px;
    top: 16px;
}
.genpg-lft .widget ul.sub-menu {
    padding: 5px 0 0 20px;
}
.genpg-lft .widget {
    padding: 30px 20px;
}
.sidebar-testi p {
    font-size: 16px;
    line-height: 1.6;
}
.genpg-lft .sd-testi-item-btn {
    font-size: 15px;
    margin: 20px 0 10px;
}
.sidebar-testi.owl-carousel .owl-nav {
    transform: scale(0.7);
    margin: 20px auto 0;
    max-width: 190px;
}
.genpg-lft .widget.sd-testi::before {
    transform: scale(0.7);
}
.inr-sidebar-loc-sec .location-sidebar {
    padding: 20px 15px 30px;
}
.inr-sidebar-loc-sec .location-sidebar-itm iframe {
    height: 200px;
}
.inr-sidebar-loc-sec .location-sidebar-cnt {
    margin: -35px 0 0;
}
.inr-sidebar-loc-sec .location-sidebar-cnt .location-sidebar-text::before {
    transform: scale(0.7);
    top: -10px;
}
.inr-sidebar-loc-sec .location-sidebar-cnt .location-sidebar-text {
    font-size: 38px;
    padding: 80px 0 0;
}
.inr-sidebar-loc-sec .location-sidebar-cnt p {
    line-height: 1.5;
    font-size: 16px;
}
.inr-sidebar-loc-sec .location-sidebar-cnt p a {
    font-size: 14px;
}

}

@media screen and (max-width: 1024px) {
    .container1 {
        max-width: 720px;
    }

.page_bnr {
    padding: 160px 0 80px;
}
.page_bnr::before, .page_bnr::after {
    height: 39%;
    display: none;
}
.page_title h1, .page_title h2 {
    font-size: 36px;
    letter-spacing: 0;
}

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

.page_default {
    padding: 40px 0;
}

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

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

    .genpg-lft .widget .star-rat {
        margin: 0 auto 10px;
        transform: scale(0.8);
    }

    .inr-sidebar-loc-cont-address {
        line-height: 1.4;
    }

    .genpg-lft .widget .widget-title {
        letter-spacing: 0;
    }

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .search-no-results article.post .entry-header h1.entry-title {
        line-height: 1.1;
    }
    .genpg-lft .widget.sd-testi::before {
    bottom: 22px;
}
p, li {
    font-size: 15px;
    margin: 0 0 15px 0;
    line-height: 1.7;
}
.genpg-lft .widget .widget-title {
    font-size: 24px;
}
.genpg-lft .widget ul li a {
    font-size: 18px;
    padding: 8px 30px;
}
.genpg-lft .widget ul li a::before {
    top: 13px;
}
.genpg-lft .menu-item-has-children>button:before {
    top: 4px;
}
.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    top: 1px;
}

}

@media screen and (max-width: 768px) {
    .container1 {
        max-width: 100%;
        padding: 0 10px;
    }

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

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

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

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

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 22px;
    }

    .genpg-lft .widget {
        padding: 20px;
    }

    .inr-sidebar-loc-cont::before {
        transform: scale(0.6);
    }

    .inr-sidebar-loc-cont-hdg {
        font-size: 26px;
    }
    .page_bnr {
    padding: 120px 0px 70px;
}
.header-sec {
    padding: 20px 0 0 0 !important;
    margin-bottom: -30px;
    z-index: 1;
    position: relative;
}
.header-sec.f-nav {
    position: fixed;
    z-index: 2;
}

}

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


/*  Testimonials Page */
 
.testimonials-page .in-testi-blk {
column-count:2;
    gap: 48px;
}
 
.testimonials-page .in-testi-item {
    width: 100% !important;
    box-shadow: 0.877px 1.798px 32px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 52px 35px;
    border: 1px solid #cdcdcd;
	display:inline-block;
	margin-bottom:40px;
}
 
.testimonials-page .in-testi-item::before {
    position: absolute;
    content: "";
    background-image: url(../images/in-testi-quotes-img.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 104px;
    height: 90px;
    top: 55px;
    right: 35px;
}
 
.testimonials-page .in-testi-item p {
    font-size: 18px;
    margin: 0 0 70px;
    line-height: 2.11;
    color: #060503;
    letter-spacing: 0;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
}
 
.testimonials-page .in-testi-item .title {
    bottom: 50px;
    left: 35px;
    font-size: 30px;
    letter-spacing: -0.6px;
    position: absolute;
    color: #060503;
    text-transform: capitalize;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    line-height: 1;
}
 
.in-testi-blk .star-rat {
    max-width: 168px;
}
 
 

/* Blog Page */

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

.blg-itm-cnt a {
    font-size: 25px;
    line-height: 1.3;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #ffffff !important;
}

.blg-itm-cnt {
    margin-bottom: 50px !important;
}

.blg-cntblk .post-item {
    width: 31.9%;
    background-color: #ffffff;
    outline: 2px solid #e5b251;
    padding: 0 0 50px;
    position: relative;
}

.blg-cntblk .post-item:hover {
    background-color: #e5b352;
}

.blg-cntblk .post-item .blog-post-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 230px;
    object-position: center;
}

.blg-cntblk .post-cnt {
    padding: 30px 30px 0;
}

.blg-cntblk .post-item .post-btn a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}

.blg-cntblk .post-item:hover .post-btn a {
    border-bottom: 1px solid #fff;
}
.blg-cntblk .post-item:hover .post-cnt a {
    color: #ffffff;
    transition-duration: 0s;
}

.page_default.blog_pg .underscores-pagination {
    width: 100%;
}

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

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

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

.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 30px;
    color: #000000;
    margin: 0;
    box-shadow: none;
    transition-duration: 0s;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers,
.page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers {
    font-size: 0;
    background-image: url(../images/right-arrow-blg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 25px;
    background-position: center;
    padding: 0;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers {
    transform: rotate(180deg);
    background-color: transparent;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers:hover {
    background-image: url(../images/right-arrow-hvr.webp);
    background-color: transparent;
}

.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers:hover {
    background-image: url(../images/right-arrow-hvr.webp);
    transform: rotate(180deg);
}

/* .page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.next,.page_default.blog_pg .underscores-pagination ul.page-numbers li .page-numbers.prev{
font-size: 0;
} */
.page_default.blog_pg .underscores-pagination ul.page-numbers li span.current, 
.page_default.blog_pg .underscores-pagination ul.page-numbers li a:hover {
    color: #fff;
    background-color: #e4b251;
}

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

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

.blg-cntblk .post-cnt a {
    color: #000000;
    text-transform: capitalize;
    text-decoration: none !important;
}
.page_default.blog_pg .post-title {
    font-family: 'Frank Ruhl Libre';
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Single Blog Page */


.single-post .page_bnr::before {
    height: 35%;
}

.blog-post-img {
    margin-bottom: 0;
}

.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: #0b0b0b;
    background-color: #e5b251;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
    border: 2px solid #e5b251;
}

.page_default.single-blog_pg .page-navi a:hover {
    background-color: transparent;
}
.page_default.single-blog_pg .post-meta {
    justify-content: flex-start;
    gap: 10px;
    font-family: 'Stack Sans Headline';
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.7px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-post-thumbnail, .inn-cmn-img {
    margin: 0 0 30px;
}
.single-post-thumbnail img, .inn-cmn-img img {
    width: 100%;
    display: block;
}

/* blog */
.page_default.blog_pg .genpg-lft {
    width: 100%;
    max-width: 100%;
}
.page_default.blog_pg .widget.widget_recent_entries {
    display: none;
}
.blog-archives {
    padding: 50px 35px 70px;
    position: relative;
    margin: 0 0 30px;
    border: 1px solid #b3bfc4;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.page_default.blog_pg .blog-archives {
    padding: 0;
    border: none;
    margin: 0 0 35px;
}
.page_default.blog_pg .blog-archives .widget {
    margin: 0px !important;
    width: 31.6%;
    padding: 0 !important;
}
.page_default.blog_pg .blog-archives .widget-title, .page_default.blog_pg .single-blog-categories {
    display: none;
}
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 18px !important;
    line-height: 130% !important;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #000000;
    padding: 22px 70px 22px 30px !important;
    background-color: #ffffff !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    outline: none;
    cursor: pointer;
    width: 100%;
    background-image: url(../images/blg-search-icn.webp);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: right center !important;
    height: auto !important;
    opacity: 1 !important;
    border: 2px solid #e5b251 !important;
    border-radius: 0;
}
.genpg-lft .blog-archives .widget select {
    background-image: url(../images/drop-down-arrow.webp);
}
.genpg-lft .blog-archives .widget .search-field {
    background-image: none !important;
    padding-right: 75px !important;
    cursor: text;
}
.genpg-lft .blog-archives .widget .search-field::placeholder {
    color: #000000 !important;
}
.genpg-lft .blog-archives .widget select option:first-child {
    display: none;
}


.page_default.single-blog_pg .blog-archives {
    flex-direction: column-reverse;
    padding: 45px 35px;
    gap: 35px;
    border-radius: 0;
    background-color: transparent;
    box-shadow: 0.877px 1.798px 32px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding-bottom: 60px;
    border: 1px solid #cdcdcd;
    margin: 0;
}
.page_default.single-blog_pg .blog-archives .search-field, .page_default.single-blog_pg .blog-archives .widget select {
    background-color: transparent !important;
    padding-left: 20px !important;
}
.page_default.single-blog_pg .blog-archives .widget {
    margin: 0px;
    width: 100%;
    padding: 0;
    background-color: transparent;
}
.page_default.single-blog_pg .widget .widget-title {
    border-bottom: 1px solid #a07c3c !important;
}
.page_default.single-blog_pg .blog-archives .widget-title {
    border: 0 !important;
    padding: 0;
    text-align: left;
}
.page_default.single-blog_pg .widget .widget-title::before {
    display: none;
}
.page_default.single-blog_pg .blog-archives .widget.widget_categories {
    display: none;
}
.single-blog-categories .widget.widget_categories {
    background-color: transparent;
    box-shadow: 0.877px 1.798px 32px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid #cdcdcd;
}
.single-blog-categories .widget.widget_categories ul li a {
    padding-right: 0;
}
.single-blog-categories .widget.widget_categories ul li a:hover {
    color: #c99f11;
}
.single-blog-categories .widget.widget_categories ul li a:hover:before {
    background-color: #c99f11;
}

.page_default.single-blog_pg .widget ul li a {
    font-size: 18px;
    line-height: 1.2;
}
.page_default.single-blog_pg .blog-archives .widget input.search-submit {
    padding: 30px 35px !important;
}

/* Contact Page */

.in-contact-frm-item .hm-form {
    width: 100%;
    margin: 0 0 50px;
    background-color: #1f1e1d;
    padding: 55px 80px;
    border-radius: 0;
}
.in-contact-frm-item .gfield input.large, .client-name input#input_2_12_3 {
    font-size: 17px !important;
    padding: 0 10px 30px 0 !important;
    line-height: 1 !important;
    height: auto !important;
}
.in-contact-frm-item .hm-form .gform_wrapper .gform_fields {
    gap: 25px 8% !important;
}
.in-contact-frm-item .hm-form .gfield textarea.large {
    height: 80px !important;
    margin: 0 !important;
    font-size: 15px !important;
}
.in-contact-frm-item .hm-form .text-heading {
    line-height: 1;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.in-contact-frm-item .hm-form .gform_wrapper .gfield.gfield--type-checkbox {
    text-align: right;
}
.in-contact-frm-item .hm-form .gchoice {
    justify-content: end;
    align-items: start;
}
.in-contact-frm-item .hm-form .formpopuptext {
    width: 100%;
}
.in-contact-frm-item .hm-form .gform_wrapper .gfield #validation_message_2_12 {
    bottom: 5px;
}

.in-contact-frm-item .form-links a,.in-contact-frm-item .gfield-choice-input+label {
    text-decoration: none !important;
}

.direction a {
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}
.direction a:hover{
	color:#000 !important;
}
.in-contact-frm-item .in-contact-item:hover .direction a{
	color:#fff;
}

@media screen and (max-width: 768px) {
.in-contact-frm-item .hm-form .gform_wrapper .gfield #validation_message_2_12 {
    bottom: 0 !important;
    top: 20px !important;
    right: 0 !important;
    left: auto;
}
}

@media screen and (max-width: 480px) {
.in-contact-frm-item .hm-form #validation_message_2_7 {
    top: auto;
    bottom: 10px;
}
}

.archive .ftr-blocks-list.inn-contct, .search .ftr-blocks-list.inn-contct {
    display: none;
}


/* ---- */

.in-contact-frm-item .in-contact-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}
 
.in-contact-frm-item .in-contact-item {
    width: 32.5%;
    background-image: url("../images/cnt-item-bg-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 118px 79px 134px;
}
 
.in-contact-frm-item .in-contact-title {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.38px;
    color: #000;
    margin: 0;
    text-align: center;
    padding: 75px 0 0;
    position: relative;
}
 
.in-contact-frm-item .in-contact-title.call a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    display: block;
    text-decoration: none !important;
}
 
.in-contact-frm-item .in-contact-title.location a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.26px;
    line-height: 1.5;
    color: #000;
    display: block;
}
 
.in-contact-frm-item .in-contact-title.icon {
    color: #dead4f;
    margin: 0 0 10px;
}
 
.in-contact-frm-item .in-contact-title::before {
    position: absolute;
    content: "";
    background-image: url("../images/phone-call-img.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
 
.in-contact-frm-item .in-contact-title.location::before {
    background-image: url("../images/location-img.webp");
}
 
.in-contact-frm-item .in-contact-title.icon::before {
    background-image: url("../images/social-icon-img.webp");
}
 
.in-contact-frm-item .in-contact-item:hover .in-contact-title::before {
    background-image: url("../images/phn-call-hvr-img.webp");
}
 
.in-contact-frm-item .in-contact-item:hover .in-contact-title.location::before {
    background-image: url("../images/cnt-location-hvr-img.webp");
}
 
.in-contact-frm-item .in-contact-item:hover .in-contact-title.icon::before {
    background-image: url("../images/social-icon-hvr-img.webp");
}
 
.in-contact-frm-item .social-icons {
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center;
}
 
.in-contact-frm-item .social-icons a {
    font-size: 0px;
    background-image: url("../images/cnt-facebook-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 43px;
    display: inline-block;
    background-color: #1f1e1d;
    padding: 0;
    border-radius: 30px;
    background-size: 18px;
}
 
.in-contact-frm-item .social-icons a.linkedin {
    background-image: url("../images/linked-in-img.webp");
}
 
.in-contact-frm-item .social-icons a:hover {
    background-image: url("../images/cnt-facebook-hvr-img.webp");
}
 
.in-contact-frm-item .social-icons a.linkedin:hover {
    background-image: url("../images/linked-in-hvr-img.webp");
}
 
.in-contact-frm-item .in-contact-item:hover {
    background-image: url("../images/cnt-item-hvr-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
 
.in-contact-frm-item .in-contact-item:hover .in-contact-title,
.in-contact-frm-item .in-contact-item:hover .in-contact-title a {
    color: #fff;
}
 
.in-contact-frm-item .in-contact-map {
    position: relative;
    border: 2px solid #1f1e1d;
}
 
.in-contact-frm-item .in-contact-map .in-map {
    position: relative;
}
 
.in-contact-frm-item .in-contact-map .in-map iframe {
    width: 100%;
    height: 450px
}
 
.in-contact-frm-item .in-contact-map .in-logo {
    background: #1f1e1d;
    padding: 18px 20px 18px 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    /* right: 0; */
    left: 267px;
    margin: auto;
    width: max-content;
    max-height: max-content;
    z-index: 99;
    display: none;
}
 
.in-contact-frm-item .in-contact-map .in-logo::after {
    position: absolute;
    content: "";
    background-color: #1f1e1d;
    width: 37px;
    height: 54px;
    top: -17px;
    right: 0;
    left: 0;
    margin: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -1;
 
}
 
.in-contact-frm-item .in-contact-map .in-map::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.2;
    pointer-events: none;
}

/* .page-template-contact-page  */
.page-template-contact-page .hm-footer-sec {
    padding: 55px 0 150px;
}
.page-template-contact-page .ftr-form-blk {
    display: inherit;
}
.page-template-contact-page .ftr-form-blk .site-footer {
    width: 100%;
    padding: 0;
}
.page-template-contact-page .ftr-form-blk .ftr-menu, .page-template-contact-page .ftr-form-blk .ftr-loctn {
    width: 100%;
    display: contents;
}
.page-template-contact-page .ftr-form-blk .ftr-blocks-list {
    flex-direction: column;
}
.page-template-contact-page .ftr-menu ul {
    text-align: center;
    margin: 0 0 40px;
}
.page-template-contact-page .ftr-menu ul li {
    padding: 0 30px;
    margin: 0;
    display: inline-block;
    line-height: 1;
    border-right: 2px solid #a4a4a4;
}
.page-template-contact-page .ftr-menu .ftr-itm-title, .page-template-contact-page .ftr-menu ul li:before {
    display: none;
}
.page-template-contact-page .ftr-menu ul li a {
    display: inline-block;
    margin: 0;
}
.page-template-contact-page .ftr-menu ul li:first-child{padding-left: 0;}
.page-template-contact-page .ftr-menu ul li:last-child {padding-right: 0;border: 0;}

.page-template-contact-page .ftr-itm {
    padding: 70px 0 0;
    width: 20%;
    text-align: center;
    position: relative;
    order: 1;
}
.page-template-contact-page .ftr-itm.ftr-num {
    width: 28%;
    padding: 70px 20px 0;
    position: relative;
    order: 2;
    border-left: 1px solid #555554;
    border-right: 1px solid #555554;
}
.page-template-contact-page .ftr-itm.scial-icons {
    order: 3;
}
.page-template-contact-page .ftr-loctn-blk {
    display: flex;
    justify-content: space-around;
    padding-top: 80px;
    position: relative;
}
.page-template-contact-page .ftr-loctn-blk::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-bnr-btm-line-img.webp);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc( 100% + 18%);
    height: 19px;
    top: -10px;
    left: -9%;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
.page-template-contact-page .ftr-itm.ftr-num a {
    line-height: 1;
    font-size: 24px;
    display: block;
    margin: 0;
}
.page-template-contact-page .ftr-itm p {
    margin: 0;
}
.page-template-contact-page .ftr-scl-icons {
    display: flex;
    justify-content: center;
}
.page-template-contact-page .ftr-itm-title.follow {
    color: #e5b251;
}
.page-template-contact-page .ftr-scl-icons a {
    width: 57px;
    height: 54px;
}
.page-template-contact-page .ftr-itm::before {
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 46px;
}
.page-template-contact-page .ftr-itm.ftr-num::before {
    background-image: url(../images/phone-call-img.webp);
}
.page-template-contact-page .ftr-itm.scial-icons::before {
    background-image: url(../images/social-icon-img.webp);
}
.page-template-contact-page .ftr-itm.loctn a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.page-template-contact-page .ftr-itm.loctn a:hover {
    color: #e5b251;
}
.blog .ftr-blocks-list.inn-contct, .single-post .ftr-blocks-list.inn-contct, .page .ftr-blocks-list.inn-contct {
    display: none;
}
.page-template-contact-page .ftr-blocks-list.inn-contct {
    display: block;
}


/* Search Page Styles */
.search-no-results .blg-cntblk input.search-field {
    width: 100%;
    padding: 10px 22px;
    font-size: 20px;
    
}
.search-no-results .blg-cntblk .search-form{
    width: 40%;
    position: relative;
}
.search-no-results .blg-cntblk .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #1e90ff;
    cursor: pointer;
}

/* Common Block */

.contact-cmn-blk {
    background-image: url("../images/contact-cmn-blk-bg-img.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 54px;
    margin: 40px 0;
    position: relative;
    z-index: 0;
}
.contact-cmn-blk::before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(
    90deg,
    rgb(229, 178, 81) 0%,
    rgba(229, 178, 81, 0) 100%
  );
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 40%;
    pointer-events: none;
    z-index: -1;
}
.contact-cmn-blk::after {
    position: absolute;
    content: "";
    background-image: url("../images/contact-blk-bf-img.webp");
    width: 320px;
    height: 319px;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 0;
}
 
.contact-text {
  font-size: 56px;
  font-family: "FrankRuhlLibre";
  color: #ffffff;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -1.12px;
  text-align: center;
  margin-bottom: 25px;
}
.contact-text strong {
    display: inline-block;
    font-family: "FrankRuhlLibre";
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    border-bottom: 5px solid #ffffff;
    font-size: 92px;
}
.cmn-btn-lst {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
/* .schedule-cmn-btn a.cmn-btn {
    color: #0b0b0b;
    padding: 20px 46px;
} */
.schedule-cmn-btn a.cmn-btn {
    color: #0b0b0b;
    text-decoration: none !important;
    padding: 20px 26px;
}
.schedule-cmn-btn a.cmn-btn:hover {
    color: #ffffff;
}
.call-cmn-btn a.cmn-btn {
    background-color: transparent;
    border: 2px solid #e5b251;
    padding: 20px 36px;
    color: #fff;
    text-decoration: none !important;
}
.call-cmn-btn a.cmn-btn:hover {
    background-color: #e5b251;
    color: #0b0b0b;
}

/* about */
.inn-cmn-img {
    margin: 0 0 30px;
    width: 100%;
}
.inn-cmn-img img {
    width: 100%;
    display: block;
}
.about-sec h4 {
  font-family: "FrankRuhlLibre";
  color: #00000d;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  font-size: 48px;
  margin-bottom: 30px;
}
.atrny-cmn-blk {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.atrny-blk-itm {
    background-image: url("../images/atrny-blk-bg-img.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 20px 40px 0;
    width: 48.8%;
}
.atrny-blk-itm::before {
    position: absolute;
    content: "";
    height: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: linear-gradient(0deg,rgba(6, 5, 3, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    pointer-events: none;
}
.atrny-blk-itm:hover:before {
    background: linear-gradient(0deg, rgb(229 178 81) 0%, rgba(255, 255, 255, 0) 100%);
}
.atrny-blk-img img {
  display: block;
  width: 100%;
}
.atrny-blk-itm-hdg {
    font-family: "FrankRuhlLibre";
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.78px;
    text-transform: capitalize;
    text-align: center;
    font-size: 39px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    padding: 0 20px;
}
.atrny-blk-itm-hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 2;
}
.atrny-blk-itm:hover .atrny-blk-itm-hdg {
  font-family: "Myriad Pro";
}

/* Single Attorney */
.sngl-prfle-blK{
    background-image: url(../images/sngl-prfle-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.attorney-card {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    margin: 0 0 40px;
    align-items: center;
    padding: 0 40px 0 0;
    background-image: url(../images/sngl-prfle-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.in-attrny-blk {
    margin: 0;
    padding: 30px 0 0 30px;
    width: 48.8%;
}
.in-attrny-img img {
    width: 100%;
    display: block;
}

.in-attrny-cnt {
    width: 48.5%;
}
.attrny-name {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -1.4px;
    color: #fff;
    margin: 0 0 10px;
}
.catagory {
    font-family: 'Stack Sans Headline';
    font-weight: 300;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1.9px;
    color: #e5b251;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.call-btn{
    position: relative;
    padding: 0 0 0 70px;
}
.call-btn-cnt {
    position: relative;
    padding: 0 0 0 70px;
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.call-btn-cnt a {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}

.call-btn-cnt a:before{
    position: absolute;
    content: "";
    background-image: url(../images/sngl-prfle-call-img.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.call-btn-cnt a:hover {
    color: #e5b251 !important;
}
.conct-btn a.cmn-btn {
    width: inherit;
}
.conct-btn a.cmn-btn {
    width: inherit;
    color: #0b0b0b;
    text-decoration: none !important;
    padding: 22px 39px;
}
.conct-btn a.cmn-btn:hover {
    color: #fff;
}
.accordion-section.accordien-active .accordion-heading {
    background-color: #e5b251;
    color: #00000d;
    position: relative;
    border: 1px solid #e5b251;
}
.accordion-heading {
    font-family: 'Frank Ruhl Libre';
    font-weight: 500;
    color: #00000d;
    line-height: 1.2;
    font-size: 27px;
    padding: 18px 60px 18px 30px;
    border: 1px solid #cdcdcd;
    position: relative;
    cursor: pointer;
    margin:0;
}

.accordion {
    margin: 30px 0;
}

.accordion-section{
    margin:0 0 20px;
}
.accordion-section:last-child{
    margin-bottom: 0;
}
.accordion-section.accordien-active .accordion-heading::before {
    background-image: url(../images/accordion-arro-active-img.webp);
}
.accordion-heading::before {
    position: absolute;
    content: "";
    background-image: url(../images/accordion-arro-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 21px;
    height: 11px;
    right: 21px;
    top: 25px;
}
.accordion-section .accordion-section-content {
    display: none;
    padding: 20px 30px 5px;
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px;
}

/* Practice Areas Page */
 .practic_areas .container1{
    width: 100%;
    max-width: 1280px;
 }
.in-pract-areas-lst {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.in-pract-areas-lst .hm-pract-areas-itm {
    width: 24.1%;
    padding: 30px 0 0 20px;
}
/* .in-pract-areas-lst .hm-pract-areas-itm {
    width: 32.5%;
    padding: 30px 0 0 20px;
} */
  .in-pract-areas-lst .hm-pract-areas-itm-img img{
    width: 100%;
    display: block;
 }
.page_default.practic_areas .genpg-rite {
    width: 100%;
}

.hm-pract-areas-itm-top-img.racketeering::before{
    background-image: url(../images/practice-areas-racketng-img.webp);
}
.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.racketeering::before{
    background-image: url(../images/pract-areas-racketng-hvr-img.webp);
}
.hm-pract-areas-itm-top-img.drug::before{
    background-image: url(../images/practice-areas-drug-img.webp);
}
.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.drug::before{
    background-image: url(../images/practice-area-bdug-hvr-img.webp);
}
.hm-pract-areas-itm-top-img.dwi::before{
    background-image: url(../images/pract-areas-dwi-img.webp);
}
.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.dwi::before{
    background-image: url(../images/pract-areas-dwi-hvr-img.webp);
}
.hm-pract-areas-itm-top-img.sex-crimes::before{
    background-image: url(../images/pract-sxcrimes-img.webp);
}
.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.sex-crimes::before{
    background-image: url(../images/pract-sxcrimes-hvr-img.webp);
}
.hm-pract-areas-itm-title {
    font-size: 40px;
}

/* .hm-pract-areas-itm-title {
    font-size: 49px;
} */
/* .in-pract-areas-lst .hm-pract-areas-itm-top {
    top: 0;
    left: 0;
} */
.in-pract-areas-lst .hm-pract-areas-itm-top {
    top: -20px;
    left: -20px;
    transform: scale(0.65);
}
/* Case Results Page */

.page_default.case-result-pg{
    background-color: #060503;
}

.page_default.case-result-pg .container1 {
    max-width: 1400px;
}
.in-case-result-lst{
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.in-case-top-txt {
    text-align: center;
    color: #fff;
    width: 95%;
    margin: 0 auto 40px;
}

.in-case-result-lst .case-result-itm {
    width: 32%;
    /* background-image: url(../images/inr-case-results-bg-img.webp); */
    background-image: url(../images/case-result-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 425px;
}
/* .in-case-result-lst .case-result-itm-title::before {
    position: absolute;
    content: "";
    background-image: url(../images/in-case-results-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

.in-case-result-lst .case-result-itm:hover .case-result-itm-cont {
  color: #ffff;
}

.in-case-result-lst .case-result-itm-title::before {
     top: -15px;
}
.in-case-result-lst .case-result-itm:hover .case-result-itm-title::before{
    background-image: url(../images/case-result-center-itm-img.webp);
}
.in-case-result-lst .case-result-itm:hover{
    /* background-image: url(../images/case-result-bg.webp); */
    background-image: url(../images/case-results-hover-circle.webp);
}

.in-case-result-lst .case-result-itm .case-result-blk-itm {
    padding: 0 30px;
}
.in-case-result-lst .case-result-itm-title {
    font-size: 22px;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    /* color: #000000; */
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 60px 0 0;
    margin-bottom: 14px;
}
.in-case-result-lst .case-result-itm-cont {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #e5b251;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 0 0 0;
	min-height:auto !important;
}

/* In The News */
.in-the-news-lst, .in-the-news-texas-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px;
}
.in-the-news-itm, .in-the-news-texas-lst .in-the-news-texas-itm {
    width: 32.2%;
    box-shadow: 0.877px 1.798px 32px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 30px 25px;
    border: 1px solid #cdcdcd;
}
.in-the-news-date {
    margin: 0 0 20px;
    font-family: 'Plus Jakarta Sans';
    color: #e5b251;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
}
.in-the-news-description, .in-the-news-itm .in-the-news-texas-itm .in-the-news-tittle {
    margin: 0 0 15px;
    font-family: 'Plus Jakarta Sans';
    color: #060503;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    min-height: 40px;
    font-style: normal;
}
.in-the-news-year {
    margin: 0 0 20px;
    font-family: 'Plus Jakarta Sans';
    color: #060503;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
}
.in-the-news-itm .in-the-news-tittle {
    font-family: 'Plus Jakarta Sans';
    color: #060503;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-style: italic;
}

.in-the-news-topic {
    display: flex;
    gap: 10px;
    font-family: 'Plus Jakarta Sans';
    color: #060503;
    font-weight: 600;
    font-size: 16px;
    flex-wrap: wrap;
    line-height: 1;
    letter-spacing: 0;
    flex-direction: column;
}
.in-the-news-texas {
    text-decoration: underline;
}

/* table content */
.table-contnt {
    margin-bottom: 30px !important;
    text-align: left;
    border: 1px solid #dddddd;
}
.table-headind {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #dddddd;
    text-align: center;
}
.table-contnt tbody tr td {
    padding: 10px 10px;
    font-size: 18px;
    border-right: 1px solid #dddddd !important;
    color: #000000;
    border-bottom: 1px solid #dddddd !important;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}
.table-contnt tbody tr td p {
    margin: 0;
}
.table-contnt tbody tr:last-child td {
    border-bottom: 0 !important;
}
.table-contnt tbody tr td:last-child {
    border-right: 0 !important;
}
.table-contnt table {
    margin: 0;
}

 /* Fcontact */

 @media screen and (max-width: 1800px) {
	 .hm-pract-areas-itm-img {
    height: 400px;
}
.page-template-contact-page .ftr-loctn-blk::before {
    width: calc( 100% + 6.4%);
    left: -3.2%;
}
.in-pract-areas-lst .hm-pract-areas-itm-img img {
    object-fit: cover;
    object-position: top center;
    height: 500px;
}
.in-pract-areas-lst .hm-pract-areas-itm-title {
    font-size: 40px;
    left: 40px;
}
.in-pract-areas-lst .hm-pract-areas-itm-top-img {
    transform: scale(0.85);
}


 }
@media screen and (max-width: 1680px) {
.page-template-contact-page .ftr-loctn-blk::before {
    width: calc( 100% + 6%);
    left: -3%;
}
@media screen and (max-width: 1550px) {
.page-template-contact-page .ftr-loctn-blk::before {
    width: calc( 100% + 14%);
    left: -7.4%;
}

.page_default.case-result-pg .container1 {
    max-width: 1300px;
}
.in-case-result-lst .case-result-itm {
    width: 30%;
    padding: 20px 20px;
    min-height: 385px;
}
.in-case-result-lst .case-result-itm .case-result-blk-itm {
    padding: 0 30px;
}
.in-case-result-lst .case-result-itm-title {
    font-size: 18px;
    padding: 50px 0 0;
}
.in-case-result-lst .case-result-itm-cont {
    font-size: 16px;
}
	    .in-pract-areas-lst .hm-pract-areas-itm-title {
        font-size: 36px;
        left: 40px;
    }

}

}
@media screen and (max-width: 1440px) {
    .genpg-lft .widget .lwptoc_header {
        font-size: 24px;
    }
    .genpg-lft .widget .lwptoc_item a, .genpg-lft .lwptoc-light .lwptoc_items A:visited {
    font-size: 20px;
}


.atrny-blk-itm-hdg {
    font-size: 35px;
}
.contact-cmn-blk {
    padding: 65px 40px;
    margin: 40px 0;
}
.contact-text {
    font-size: 50px;
}
.contact-text strong {
    font-size: 80px;
}


.in-case-result-lst {
    gap: 20px;
}
.in-case-result-lst .case-result-itm-cont {
    font-size: 14px;
    letter-spacing: 0.4px;
}
.in-case-result-lst .case-result-itm {
    min-height: 350px;
}
.case-result-itm-title::before {
    transform: scale(0.8);
}
.in-contact-frm-item .in-contact-item {
    padding: 100px 79px 120px;
}
.page-template-contact-page .ftr-itm {
    width: 27%;
}
.page-template-contact-page .hm-footer-sec {
    padding: 55px 0 120px;
}

.blg-cntblk {
    gap: 25px;
}
.blg-cntblk .post-cnt {
    padding: 25px 25px 0;
}
.page_default.blog_pg .post-title {
    font-size: 22px;
}
.blg-cntblk .post-item .post-btn a {
    left: 25px;
}
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-size: 16px !important;
    padding: 18px 70px 18px 25px !important;
    background-size: 60px;
}
.genpg-lft .blog-archives .widget input.search-submit {
    padding: 22px 30px !important;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 24px;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers, 
.page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers {
    transform: scale(0.9);
}

.testimonials-page .in-testi-blk {
    gap: 45px;
}
.in-testi-blk .star-rat {
    max-width: 138px;
}
.testimonials-page .in-testi-item p {
    font-size: 17px;
    margin: 0 0 50px;
    line-height: 1.81;
}
.testimonials-page .in-testi-item .title {
    font-size: 27px;
}
.testimonials-page .in-testi-item::before {
    transform: scale(0.9);
}

.in-pract-areas-lst .hm-pract-areas-itm-title {
    font-size: 36px;
    bottom: 25px;
    left: 40px;
}
.in-pract-areas-lst .hm-pract-areas-itm-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    height: 450px;
}
	    .in-pract-areas-lst .hm-pract-areas-itm {
        width: 24%;
        padding: 20px 0 0 20px;
    }
	.hm-pract-areas-itm-img {
        height: 380px;
    }
/* .in-pract-areas-lst .hm-pract-areas-itm {
    width: 32.5%;
    padding: 20px 0 0 20px;
} */
/* .in-pract-areas-lst .hm-pract-areas-itm-top {
    top: 10px;
    left: 10px;
} */
.in-pract-areas-lst .hm-pract-areas-itm-top-img {
    transform: scale(0.8);
}
.attorney-card {
    gap: 25px;
    margin: 0 0 40px;
}
.in-attrny-blk {
    margin: 0;
    padding: 25px 0 0 25px;
}
.attrny-name {
    font-size: 60px;
}
.catagory {
    font-size: 17px;
}
.call-btn-cnt {
    padding: 0 0 0 65px;
    font-size: 18px;
}
.call-btn-cnt a {
    font-size: 26px;
}
.call-btn-cnt a:before {
    transform: scale(0.9);
}
.conct-btn a.cmn-btn {
    padding: 18px 34px;
}
.accordion-heading {
    font-size: 24px;
    padding: 18px 50px 18px 25px;
}
.accordion-heading::before {
    width: 18px;
    height: 10px;
    right: 18px;    
}

.page_default.case-result-pg .container1 {
    max-width: 1200px;
}

.in-the-news-date, .in-the-news-itm .in-the-news-tittle {
    font-size: 17px;
}
.in-the-news-description, .in-the-news-topic, 
.in-the-news-texas-lst .in-the-news-texas-itm .in-the-news-tittle {
    font-size: 17px;
}

}

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

.contact-text strong {
    border-bottom: 3px solid #ffffff;
    font-size: 70px;
}
.contact-text {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 20px;
}
.atrny-blk-itm-hdg {
    font-size: 30px;
}
.in-case-result-lst .case-result-itm-title::before {
    transform: scale(0.65);
}
.in-case-result-lst .case-result-itm {
    min-height: 325px;
}
.in-case-result-lst .case-result-itm-title {
    font-size: 17px;
    padding: 40px 0 0;
}

.in-contact-frm-item .in-contact-item {
    width: 32.5%;
    padding: 78px 59px 70px;
}
.in-contact-frm-item .in-contact-title::before {
    transform: scale(0.8);
}
.in-contact-frm-item .in-contact-title {
    font-size: 34px;
    padding: 65px 0 0;
}
.in-contact-frm-item .in-contact-title.location a {
    font-size: 17px;
}
.in-contact-frm-item .in-contact-title.call a {
    font-size: 22px;
}
.in-contact-frm-item .social-icons a {
    width: 40px;
    height: 40px;
}
.in-contact-frm-item .in-contact-item:first-child {
    padding: 80px 59px 90px;
}
.in-contact-frm-item .in-contact-map .in-map iframe {
    width: 100%;
    height: 350px;
}
.page-template-contact-page .hm-footer-sec {
    padding: 45px 0 90px;
}
.page-template-contact-page .ftr-loctn-blk::before {
    width: 1230px;
    left: -7%;
}
.page-template-contact-page .ftr-itm {
    width: 30%;
    padding: 60px 0 0;
}
.page-template-contact-page .ftr-itm.ftr-num {
    width: 29%;
    padding: 60px 20px 0;
}
.page-template-contact-page .ftr-scl-icons a {
    width: 45px;
    height: 42px;
}
.page-template-contact-page .hm-footer-sec:before {
    height: 120px;
}
.page-template-contact-page .hm-footer-sec::after {
    width: 98%;
}
.page-template-contact-page .ftr-itm::before {
    transform: scale(0.85);
}
.page-template-contact-page .ftr-itm-title {
    font-size: 24px;
}
.page-template-contact-page .ftr-loctn-blk {
    padding-top: 60px;
    gap: 20px;
}
.page-template-contact-page .ftr-itm.loctn a {
    font-size: 14px;
}
.in-contact-frm-item .gfield input.large, .client-name input#input_2_12_3 {
    font-size: 15px !important;
    padding: 0 10px 25px 0 !important;
}
.in-contact-frm-item .hm-form {
    padding: 50px 60px;
    margin: 0 0 40px;
}
.in-contact-frm-item .hm-form .gform_wrapper .gform_fields {
    gap: 20px !important;
}

.blg-cntblk {
    gap: 20px;
}
.blg-cntblk .post-cnt {
    padding: 20px 20px 0;
}
.page_default.blog_pg .post-title {
    font-size: 18px;
    margin: 0 0 15px;
}
.blg-cntblk .post-item {
    padding: 0 0 40px;
}
.blg-cntblk .post-item .post-btn a {
    left: 20px;
    bottom: 20px;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-size: 15px !important;
    padding: 16px 60px 16px 20px !important;
    background-size: 56px;
    line-height: 130% !important;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers {
    margin: 20px 0 0;
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li a.prev.page-numbers, .page_default.blog_pg .underscores-pagination ul.page-numbers li a.next.page-numbers {
    transform: scale(0.8);
}
.page_default.blog_pg .underscores-pagination ul.page-numbers li a, .page_default.blog_pg .underscores-pagination ul.page-numbers li span.current {
    width: 45px;
    height: 45px;
    padding: 5px;
    font-size: 22px;
}
.genpg-lft .blog-archives .widget input.search-submit {
    padding: 22px 27px !important;
}

.testimonials-page .in-testi-blk {
    gap: 36px;
}
.testimonials-page .in-testi-item {
    padding: 40px 30px;
}
.in-testi-blk .star-rat {
    max-width: 120px;
}
.testimonials-page .in-testi-item .title {
    bottom: 37px;
    left: 30px;
    font-size: 24px;
}
.testimonials-page .in-testi-item::before {
    top: 35px;
    right: 25px;
    transform: scale(0.8);
}
.testimonials-page .in-testi-item p {
    font-size: 16px;
}

.in-pract-areas-lst {
    gap: 12px;
}
.in-pract-areas-lst .hm-pract-areas-itm-top-img {
    transform: scale(0.65);
}
.in-pract-areas-lst .hm-pract-areas-itm-img img {
    height: 380px;
}
.in-pract-areas-lst .hm-pract-areas-itm-title {
    font-size: 30px;
    bottom: 25px;
    left: 50px;
}
/* .in-pract-areas-lst .hm-pract-areas-itm-top {
    top: 15px;
    left: 15px;
} */

.attorney-card {
    gap: 20px;
    margin: 0 0 35px;
    padding: 0 30px 0 0;
}
.in-attrny-blk {
    width: 45.8%;
    margin: 0;
    padding: 22px 0 0 22px;
}
.in-attrny-cnt {
    width: 49.5%;
    padding: 15px 0;
}
.attrny-name {
    font-size: 45px;
}
.catagory {
    font-size: 15px;
    letter-spacing: 1.2px;
    margin: 0 0 20px;
}
.call-btn-cnt {
    padding: 0 0 0 60px;
    font-size: 14px;
}
.call-btn-cnt a:before {
    transform: scale(0.8);
}
.call-btn-cnt a {
    font-size: 22px;
}
.conct-btn a.cmn-btn {
    padding: 16px 30px;
}
.accordion-heading {
    font-size: 22px;
    padding: 15px 50px 15px 20px;
}
.accordion-section .accordion-section-content {
    padding: 20px 20px 5px;
}
.accordion-heading::before {
    top: 21px;
}

.page_default.case-result-pg .container1 {
    max-width: 1100px;
}

.in-the-news-lst, .in-the-news-texas-lst {
    gap: 15px;
    margin: 0 0 15px;
}
	    .hm-pract-areas-itm-img {
        height: 330px;
    }

}

 @media screen and (max-width: 1280px) {
    .genpg-lft .widget .lwptoc_header {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .genpg-lft .widget .lwptoc_item a, .genpg-lft .lwptoc-light .lwptoc_items A:visited {
    font-size: 18px;
}
.atrny-cmn-blk {
    margin-bottom: 30px;
}
.atrny-blk-itm-hdg {
    font-size: 28px;
    letter-spacing: -0.4px;
}
.contact-cmn-blk::after {
    width: 230px;
    height: 100%;
}
.contact-cmn-blk {
    padding: 50px 20px 45px;
}
	     .hm-pract-areas-itm-img {
        height: 300px;
    }
	     .in-pract-areas-lst .hm-pract-areas-itm-title {
        font-size: 26px;
        bottom: 15px;
        left: 40px;
    }
.schedule-cmn-btn a.cmn-btn {
    padding: 17px 30px;
}
.call-cmn-btn a.cmn-btn {
    padding: 17px 30px;
}
.contact-text {
    line-height: 1;
    font-size: 36px;
    margin-bottom: 20px;
}
.contact-text strong {
    border-bottom: 3px solid #ffffff;
    font-size: 60px;
}
.schedule-cmn-btn a.cmn-btn, .call-cmn-btn a.cmn-btn {
    padding: 17px 30px;
}


.in-case-result-lst .case-result-itm {
    width: 28.68%;
    padding: 60px 67px 40px;
}
.in-case-result-lst .case-result-itm-title {
    font-size: 27px;
    padding: 70px 0 0;
}
.in-case-result-lst .case-result-itm-title::before {
    transform: scale(0.6);
}
.in-case-result-lst .case-result-itm-cont {
    font-size: 18px;
}

.page-template-contact-page .ftr-loctn-blk::before {
    width: 995px;
    left: 0;
}
.blg-cntblk .post-item .blog-post-img img {
    height: 200px;
}

.in-testi-blk .star-rat {
    margin: 0 0 20px;
}

.page_default.case-result-pg .container1 {
    max-width: 960px;
}
.in-case-result-lst .case-result-itm {
    min-height: 295px;
    width: 31.9%;
    padding: 20px 30px;
}
.in-case-result-lst .case-result-itm .case-result-blk-itm {
    padding: 0 30px;
}
.in-case-result-lst .case-result-itm-title {
    font-size: 17px;
    padding: 40px 0 0;
    margin: 0 0 10px;
}
.in-case-result-lst .case-result-itm-cont {
    font-size: 13px;
    letter-spacing: 0;
}

.in-the-news-itm, .in-the-news-texas-lst .in-the-news-texas-itm {
    padding: 25px 20px;
}
.in-the-news-description, .in-the-news-topic, .in-the-news-texas-lst .in-the-news-texas-itm .in-the-news-tittle {
    font-size: 16px;
}
.in-the-news-date, .in-the-news-itm .in-the-news-tittle {
    font-size: 16px;
}


.in-case-top-txt {
    margin: 0 auto 30px;
}


}

@media screen and (max-width: 1024px) {
.atrny-blk-itm {
    padding: 20px 30px 0;
    width: 100%;
    max-width: 320px;
}
.atrny-cmn-blk {
    justify-content: center;
    gap: 20px;
}

.page_default.case-result-pg .container1 {
    max-width: 720px;
}
.contact-cmn-blk {
    padding: 50px 20px 45px;
    max-width: 650px;
    margin: 30px auto;
}
.in-case-result-lst .case-result-itm {
    width: 100%;
    max-width: 320px;
    min-height: 310px;
}

.page-template-contact-page .ftr-loctn-blk::before {
    display: none;
}
.page-template-contact-page .ftr-loctn-blk {
    padding-top: 60px;
    gap: 20px;
    border-top: 1px solid #e5b251;
}
.page-template-contact-page .ftr-menu ul {
    text-align: center;
    margin: 0 auto 30px;
}
.page-template-contact-page .ftr-form-blk .ftr-blocks-list {
    gap: 0;
    margin: 0;
}
.in-contact-frm-item .hm-form {
    padding: 40px 40px;
    margin: 0 0 30px;
    max-width: 100%;
    border: 0 !important;
    outline: 0;
}
.in-contact-frm-item .hm-form .text-heading {
    line-height: 1;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 30px;
}
.in-contact-frm-item .gfield input.large, .client-name input#input_2_12_3 {
    padding: 0 10px 20px 0 !important;
}
.in-contact-frm-item .in-contact-item:first-child, .in-contact-frm-item .in-contact-item {
    padding: 80px 40px 70px;
    width: 100%;
    max-width: 300px;
}
.in-contact-frm-item .in-contact-item {
    padding: 80px 40px 60px;
}
.in-contact-frm-item .in-contact-title {
    font-size: 30px;
    padding: 55px 0 0;
}
.in-contact-frm-item .in-contact-title::before {
    transform: scale(0.7);
}
.in-contact-frm-item .in-contact-title.call a {
    font-size: 20px;
}
.in-contact-frm-item .in-contact-title.location a {
    font-size: 16px;
}
.in-contact-frm-item .in-contact-list {
    justify-content: center;
    margin: 0 0 50px;
    flex-wrap: wrap;
    gap: 10px;
}
.in-contact-frm-item .in-contact-map .in-map iframe {
    width: 100%;
    height: 250px;
}
.page-template-contact-page .ftr-loctn-blk {
    padding-top: 40px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.page-template-contact-page .ftr-itm, .page-template-contact-page .ftr-itm.ftr-num {
    width: 100%;
    padding: 70px 20px 20px;
    max-width: 300px;
}
.page-template-contact-page .ftr-itm::before {
    transform: scale(0.85);
    top: 20px;
}
.page-template-contact-page .ftr-itm.ftr-num::before {
    top: 25px;
}
.page-template-contact-page .ftr-menu ul li {
    padding: 0 20px;
}
.page-template-contact-page .hm-footer-sec {
    padding: 45px 0;
}
.in-contact-frm-item .gfield input.large, .client-name input#input_2_12_3 {
    font-size: 14px !important;
}
.in-contact-frm-item .hm-form .gfield textarea.large {
    font-size: 14px !important;
}

.blg-cntblk .post-item {
    padding: 0 0 40px;
    width: 100%;
    max-width: 350px;
}
.page_default.blog_pg .blog-archives {
    margin: 0 0 25px;
    justify-content: center;
    gap: 20px;
}
.page_default.blog_pg .blog-archives .widget {
    width: 100%;
    max-width: 300px;
}
.blg-cntblk .post-cnt {
    padding: 15px 20px 0;
}

.testimonials-page .in-testi-item {
    padding: 30px 25px;
    width: 100%;
    max-width: 350px;
	margin-bottom: 20px;
}
    .testimonials-page .in-testi-blk {
        gap: 20px;
    }
.in-testi-blk .star-rat {
    max-width: 100px;
}
.testimonials-page .in-testi-item p {
    font-size: 15px;
    line-height: 1.6;
}
.testimonials-page .in-testi-item .title {
    bottom: 30px;
    left: 25px;
    font-size: 22px;
}
.testimonials-page .in-testi-item::before {
    top: 20px;
    right: 10px;
    transform: scale(0.7);
}

.in-pract-areas-lst .hm-pract-areas-itm {
    width: 100%;
    padding: 0;
    max-width: 300px;
}
    .in-pract-areas-lst .hm-pract-areas-itm-img {
        -webkit-mask-image: none;
        height: auto;
    }
.in-pract-areas-lst .hm-pract-areas-itm-title {
    font-size: 30px;
    bottom: 25px;
    left: 30px;
    z-index: 2;
}
.in-pract-areas-lst .hm-pract-areas-itm-top {
    top: auto;
    left: 20px;
    bottom: 95px;
    z-index: 1;
    width: 82px;
    height: 82px;
}
.in-pract-areas-lst .hm-pract-areas-itm-top-img {
    transform: scale(0.4);
    padding: 30px;
}
.in-pract-areas-lst {
    gap: 20px;
}

.attorney-card {
    gap: 20px;
    margin: 0 auto 35px;
    padding: 0 30px;
    width: 100%;
    max-width: 650px;
    justify-content: center;
    background-image: url(../images/sngl-prfle-bg-mbl-img.webp);
}
.in-attrny-blk {
    width: 46%;
}
.in-attrny-cnt {
    width: 50%;
}
.accordion-heading {
    font-size: 20px;
    padding: 12px 50px 12px 15px;
}

.in-the-news-itm, .in-the-news-texas-lst .in-the-news-texas-itm {
    padding: 25px 20px;
    width: 100%;
    max-width: 350px;
}
.in-the-news-topic {
    gap: 5px;
}

.in-case-top-txt {
    width: 100%;
}


}
@media screen and (max-width: 768px) {
.cmn-btn-lst {
    gap: 10px;
}
.contact-text strong {
    font-size: 50px;
}
.contact-text {
    font-size: 33px;
    letter-spacing: -0.5px;
}
.contact-cmn-blk {
    padding: 40px 20px 35px;
}
.atrny-cmn-blk {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.in-contact-frm-item .hm-form .text-heading {
    font-size: 26px;
}
.in-contact-frm-item .hm-form {
    padding: 40px 30px;
}
.in-contact-frm-item .in-contact-list {
    gap: 20px;
    margin: 0 0 30px;
}
.in-contact-frm-item .in-contact-map .in-map iframe {
    height: 200px;
}
.page-template-contact-page .ftr-menu ul li {
    margin: 0 0 10px;
}
.in-contact-frm-item .hm-form .gchoice {
    justify-content: start;
    align-items: start;
}
.testimonials-page .in-testi-item {
    max-width: 100%;
}
    .testimonials-page .in-testi-blk {
        gap: 20px;
        column-count: 1;
        max-width: 550px;
        margin: auto;
    }
.in-pract-areas-lst .hm-pract-areas-itm-title {
    font-size: 26px;
    bottom: 25px;
    left: 30px;
    z-index: 2;
}
.in-pract-areas-lst .hm-pract-areas-itm-top {
    width: 62px;
    height: 62px;
}

    .table-headind, .table-contnt tbody tr td {
        font-size: 15px;
    }

}

@media screen and (max-width: 680px) {
.attorney-card {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 30px;
    padding: 20px 10px;
    max-width: 450px;
}
    .table-headind, .table-contnt tbody tr td {
        font-size: 14px;
    }
.in-attrny-blk {
    width: 100%;
    margin: 0;
    max-width: 300px;
}
.in-attrny-img img {
    border-bottom: 2px solid #fff;
}
.in-attrny-cnt {
    width: 100%;
    padding: 0;
    text-align: center;
}
.attrny-name {
    font-size: 40px;
}
.catagory {
    letter-spacing: 0.8px;
}
.call-btn-cnt {
    display: inline-block;
    text-align: left;
}
.accordion-section {
    margin: 0 0 15px;
}
.accordion-section .accordion-section-content {
    padding: 15px 20px 5px;
}


}

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

.contact-cmn-blk {
    padding: 40px 20px 35px;
}
.contact-text {
    font-size: 28px;
}
.contact-text strong {
    font-size: 36px;
    border-bottom: 2px solid #ffffff;
}
.schedule-cmn-btn a.cmn-btn, .call-cmn-btn a.cmn-btn {
    padding: 12px 26px;
}
.in-contact-frm-item .hm-form {
    padding: 40px 20px;
}
.in-contact-frm-item .in-contact-item {
    padding: 50px 40px 70px;
}
.in-contact-frm-item .in-contact-item:first-child{
    padding: 50px 40px 70px;
}
.page-template-contact-page .ftr-menu ul {
    margin: 0 auto 20px;
}
.page-template-contact-page .ftr-menu ul li {
    padding: 0 15px;
}
.page_default.blog_pg .blog-archives {
    gap: 15px;
}
.in-attrny-img img {
    /* height: 380px; */
}
.attorney-card {
    padding: 20px 20px;
}
	
	.table-contnt {
    display: block;
    max-height: 720px;
    overflow-y: hidden;
    overflow-x: scroll !important;
    padding: 0 0 10px;
    scrollbar-color: #e5b251 #ffffff;
}
.table-contnt table::-webkit-scrollbar {
    width: 10px;   /* scrollbar width */
}
.table-contnt table {
    scrollbar-width: thin;
    scrollbar-color: #000000 #48adc5;
    width: auto;
    min-width: 650px;
}

.accordion {
    margin: 25px 0;
}


}
@media screen and (max-width: 350px) {
    .in-attrny-img img {
    /* height: 340px; */
}
}

.testi-item .showcontent {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
.testi-item .showcontent.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
}
.genpg-lft .sd-testi-item-btn {
    font-size: 15px;
    color: #e5b251;
    font-family: "Manrope", sans-serif;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    cursor: pointer;
    margin: 15px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #e5b251;
}
.genpg-lft .sd-testi-item-btn:hover {
    color: #000000;
    border-bottom: 1px solid #000000;
}

.all-practice-ares-menu-main {
    padding-top: 50px;
    max-width: 1300px;
    margin: auto;
}
.all-practice-ares-menu-main .parent-menu-title {
    font-size: 35px;
font-family: 'Frank Ruhl Libre';
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.all-practice-ares-menu-main li{
	list-style-type:none !important;
	padding-left:0 !important;
}
.all-practice-ares-menu-main li:before{
	display:none;
}
.all-practice-ares-menu-main ul li{
	margin-bottom:50px !important;
}
.all-practice-ares-menu-main ul.sub-menu li {
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #9d0300;
}
.all-practice-ares-menu-main ul.sub-menu {
column-count:3;
	gap:30px;
}
.all-practice-ares-menu-main ul.sub-menu li a {
    padding-left: 25px;
    position: relative;
    text-decoration: none;
	font-size:20px;
}
.all-practice-ares-menu-main ul.sub-menu li a:before {
    position: absolute;
    content: " ";
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #060503;
    border-radius: 50%;
}
.testi-top-cnt {
    width: 85%;
    text-align: center;
    margin: 0 auto 30px;
}

@media screen and (max-width:1440px){
	.all-practice-ares-menu-main .parent-menu-title {
    font-size: 30px;
}
	.all-practice-ares-menu-main ul li {
    margin-bottom: 30px !important;
}
	.all-practice-ares-menu-main ul.sub-menu li a:before {
    width: 9px;
    height: 9px;
}
.all-practice-ares-menu-main ul.sub-menu li a {
        padding-left: 20px;
        font-size: 19px;
    }
}
@media screen and (max-width:1024px){
	.all-practice-ares-menu-main ul.sub-menu {
    column-count: 2;
    gap: 30px;
}
}
@media screen and (max-width: 500px) {
    .all-practice-ares-menu-main ul.sub-menu {
        column-count: 1;
        gap: 30px;
    }
	    .all-practice-ares-menu-main .parent-menu-title {
        font-size: 26px;
    }
	.all-practice-ares-menu-main ul li {
        margin-bottom: 20px !important;
    }
}
