/*
 Theme Name:   Pearson & Paris
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  pearson-paris
*/

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {
    display: none;
}

/*Header Sticky Menu*/



.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #ffffff;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
    background-image: url(./images/hm-bg-img.webp); background-repeat: repeat;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    float: none;
    font-size: 17px;
    padding: 0;
    color:#19585d;
    position: relative;
    font-weight: normal;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #19585d;
    font-family: 'Plus Jakarta Sans';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
        background-color: #19585d;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
        background-color: #19585d;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}

.header-sticky .sicky-cnt .stickyshowhide:before {

    background: url(images/header-sticky-menu.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-faq-wrap a:before {

    background: url(images/header-sticky-faqs.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {

    background: url(images/header-sticky-call.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #114d54;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    /* -webkit-transform: rotate(45deg);

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    /*-webkit-transform: rotate(135deg);

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}

.site-header.is-sticky .header-call a:after{border-color: #b65b3f;}
.site-header.is-sticky .header-call a:hover:after{border-color: #477e88;}

.sicky-logo{
    max-width:350px;
    text-align: center;
}



.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Plus Jakarta Sans';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Plus Jakarta Sans';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #114d54;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family:'Plus Jakarta Sans';
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: 1.3;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Plus Jakarta Sans';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover,.mobinav ul li.current-menu-item a {color: #b65b3f; }

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
header.site-header .container {
padding: 0;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0 16px 0;

}
.site-branding {
    width: 30.7%;
}
.site-branding img{width: 100%; display: block;}
.header-number {
    display: flex;
    justify-content: end;
    gap: 17px;
    align-items: center;
    margin: 0 0 20px;
}
.header-call{position: relative;}
.header-call-text p{
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1;  
    color: #020202;
    margin: 0;
}
.header-call a{
 font-size: 25px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1;  
    color: #ffffff;
    text-transform: uppercase;
    padding: 21px 26px 21px 70px;
    margin: 0;
    background-color: #477e88;
    display: inline-block;border-radius: 50px;
}
 
.header-call a:hover {
        background-color: #b65b3f;
    transition: 0.6s;
}
.header-number .header-call a:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;  
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 33px;
    margin: auto;
    background-position: -20px -20px;
}

.header-call a:hover:after{
    border-color: #477e88;
}
#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;margin-right: 48px;
    padding: 0 0px 0;padding-right: 39px;border-right: solid 2px #000000;
    position: relative;
    margin: 0 15px;
} 
#main-navigation ul li:first-child{
    padding-left:0;
    margin-left:0 ;
}
#main-navigation ul li:last-child{
    padding-right:0;
    margin-right: 0;
    border-right:none;
}
#main-navigation ul li a{
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1;
    color: #1f1f1f;
    padding: 0 ;
    display: block;
    min-width: inherit; 
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #b65b3f; 
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#b65b3f;
    padding:0px 0;
    z-index:999
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #f5f1e9;
    color: #a7211f;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #f5f1e9;
    color: #a7211f;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}
.site-header { 
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%; 
    position: absolute;
    z-index: 99;
    border-bottom: 1px solid rgb(31 31 31 / 20%);
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#ffffff;
    padding: 10px 0 0;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}


.container{width:100%; max-width:1700px; padding-right: 90px; margin:0 auto }
 
.text-heading{font-size: 80px; line-height: 1; color: #000000; font-weight: 200; letter-spacing: -1.6px; font-family: 'Literata'; text-transform: capitalize; margin: 0 0 40px; text-align: center; }
a.cmn-btn {display: inline-block; padding: 24px 50px; font-size: 20px; font-family: 'Plus Jakarta Sans'; font-weight: 600; letter-spacing: -0.2px; background-color: #477e88; color: #fff; position: relative; text-align: center; line-height: 1.2; text-transform: uppercase; border-radius: 50px;}
a.cmn-btn:hover{ transition: 0.6s; background-color:#b65b3f; }



@keyframes slideUp {
  from {
    transform: translateY(20px); /* Starts below */
    opacity: 0;
  }
  to {
    transform: translateY(0); /* Ends at original position */
    opacity: 1;
  }
}


/*Banner Section*/
.hm-banner-sec .container {max-width: 1280px; padding: 0;}
.hm-banner-sec{padding: 225px 0 360px; position: relative; background-image: url(./images/hm-banner-bg-img.webp); background-repeat: no-repeat; background-size: cover;background-position: center; z-index: 1;}
.hm-banner-sec:before, .hm-banner-sec:after{position: absolute; content: ""; background-image: url(./images/hm-banner-bg-bfr-img.webp); background-size: cover; background-position: 100% 100%;  height: 56%; width: 100%; top: 0; left: 0; right: 0; margin: auto; pointer-events: none; z-index: -1;}
.hm-banner-sec:after {background-image: url(./images/hm-banner-aftr-img.webp); background-repeat: no-repeat; background-size: 100% 100%; height: 54.7%; width: 38.9%; bottom: 0; top: 7%; margin: auto; left: 0; pointer-events: none; opacity: 70%; right: inherit; mix-blend-mode: color-burn; }
.hm-banner-btn a.cmn-btn {border-radius: 50px; padding: 23px 50px; }
.hm-banner-btn a.cmn-btn:before{display: none;}
.hm-banner-sec p{font-size: 18px; line-height: 1; font-family: 'Plus Jakarta Sans'; font-weight: 700; color: #b65b3f; letter-spacing: 3.6px; text-transform: uppercase; margin: 0; text-align: center; }
.hm-banner-sec h1{font-size: 100px; line-height: 1; font-family: 'Literata'; font-weight: 200; color: #1f1f1f;  letter-spacing: 0; margin: 0 0 30px; text-transform: uppercase; text-align: center;}
.hm-banner-sec h1 strong {font-size: 60px; font-weight: 200; display: block; color: #ffffff; padding: 13px 40px 20px; background-color: #b65b3f; margin: 15px auto 0; width: fit-content; }
.hm-banner-btn {text-align: center; }   
.hm-banner-blk {position: relative; padding-top: 76px; width: 93%; margin: auto; }
.hm-banner-blk:before{position: absolute; content: ""; border-top: 2px solid #505c6b; border-right: 2px solid #505c6b; top: 0; right: 0; width: 81.5%; height: 40%; pointer-events: none;}
.hm-banner-blk:after {position: absolute; content: ""; border-left: 2px solid #505c6b; border-bottom: 2px solid #505c6b; left: 0; bottom: 30px; width: 77%; height: 72%; z-index: -1; pointer-events: none; }
.hm-banner-sec .container{position: relative;}
.hm-banner-sec .container:before {position: absolute; content: ""; width: 17%; height: 21%; border-top: 20px solid #477e88; border-left: 20px solid #477e88; top: -9px; left: 38px; }

/*Serving Section*/
.hm-serving-sec {padding:74px 0 47px; }
.hm-serving-sec-blk {display: flex; justify-content: space-between; align-items: flex-start; position: relative; }
.hm-serving-sec-blk:before {position: absolute; content: ""; background-image: url(./images/hm-serving-sec-lftbttm-img.webp); background-size: 100% 100%; background-repeat: no-repeat;     width: 30%; height: 33.2%;bottom: 0; left: -302px; right: 0; margin: auto; z-index: 1; }
.hm-serving-sec-left {width: 48.9%; position: relative; padding-top: 22px; }
.hm-serving-sec-left .hm-serving-lft-img {position: relative; padding: 48px 40px 10px; }
.hm-serving-sec-left::after {position: absolute; content: ""; border: 2px solid #939c9f; border-bottom: none; border-right: 1px solid #384a54; width: 100%; height: 89.4%; top:23px; right: 0; left: 0; bottom: 0;pointer-events:none; }
.hm-serving-lft-img img{width: 100%; display: block; }
.hm-serving-sec-left::before {position: absolute; content: ""; border: 18px solid #477e88; border-top: none; border-right: none; background-repeat: no-repeat; width: 53%; height: 80px; bottom: -33px; left: -8px; z-index: 1; margin: auto; }
.hm-serving-sec-right {width: 45.1%; }
.hm-serving-sec-right h2 {color: #1f1f1f; text-align: start; margin: 0 0 25px; font-size: 70px;}
.hm-serving-sec-right h2 strong {color: #477e88; font-weight: 200; display: block; font-size: 34px; margin-top: 19px; letter-spacing: 0; }
.hm-serving-sec-right p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 18px; line-height: 2; letter-spacing: 0px; color: #000000; text-align: start; margin: 0 0 36px; }
.hm-serving-sec-right p:last-of-type {margin: 0 0 48px; }
.hm-serving-btn a.cmn-btn {padding: 25px 58px; }
.hm-serving-sec-right p a{color: #477e88;}
.hm-serving-sec-right p a:hover{color: #000;}

/*Practice Areas Section*/
.hm-practice-sec .container {max-width: 100%; padding:0; }
.hm-practice-sec h2.text-heading{margin: 0 0 50px;}
.hm-practice-sec {padding: 42px 0 85px;}
.hm-practice-sec h5{font-size: 21px; line-height: 1; font-family: 'Plus Jakarta Sans'; font-weight: 700; color: #b65b3f; letter-spacing: 4.6px; text-transform: uppercase; margin: 0 0 3px; text-align: center; }
.hm-practice-list {display: flex; justify-content: space-around; margin:0 0 52px }
.hm-practice-item {width: 18.8%; position:relative;display:flex;}
.hm-practice-image::before {content: ""; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; width: 100%; height: 45%;   background-image: -webkit-linear-gradient( 90deg, rgb(56,74,84) 0%, rgba(56,74,84,0) 100%); pointer-events: none;animation: slideUp 0.35s ease-out; }
.hm-practice-title {position: absolute; left: 0; right: 0; margin: auto; bottom: 46px; padding:0 20px; }
.hm-practice-title h3{font-size: 36px; line-height: 1; font-family: 'Literata'; font-weight: 400; color: #ffffff;  letter-spacing: -0.7px; margin: 0;   text-align: center;}
.hm-practice-title h3 a:hover{color:inherit;}
.hm-practice-btn{text-align: center;}
.hm-practice-item:hover .hm-practice-image {padding: 14px; }
.hm-practice-item:hover{border: 2px solid rgb(71 126 136 / 20%); }
.hm-practice-item:hover .hm-practice-image::before {width: 93%; }
.hm-practice-item:before, .hm-practice-item:after {position: absolute; content: ""; border-left: 9px solid #477e88; border-top: 9px solid #477e88; width: 100%; height: 70%; display: none; top: -2px; left: -1px; }
.hm-practice-item:after {border-right: 9px solid #477e88; height: 22%; border-left: inherit; border-top: inherit; right: -1px; left: inherit; }
.hm-practice-item:hover:before ,
.hm-practice-item:hover:after{display: block;}  
.hm-practice-item:hover .hm-practice-title{bottom: 180px;} 
.hm-practice-image::before {height: 74%; }
.hm-practice-item:hover .hm-practice-image:after {position: absolute; content: ""; background-image: url(./images/hm-practice-itm-hvr-bfr-img.webp); background-size: 100% 100%; background-repeat: no-repeat; width: 72%; height: 28%; bottom: 0px; left: 0; right: 0; margin: auto;pointer-events:none;    animation: slideUp 0.6s ease-out forwards; }
.hm-practice-image img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hm-practice-image a {display: block; }
.hm-srvng-prct-sec{background-image: url(./images/hm-bg-img.webp); background-repeat: repeat; background-position: 100% 100%;}
.hm-practice-item .hm-practice-image {display: flex; }
.hm-practice-item:hover .hm-practice-title h3 {text-shadow: 2px 2px 4px #000; }
.hover-link a{position: absolute;font-size: 0;left: 0;right: 0;bottom: 0;top: 0;margin: auto;z-index: 2;}
.hover-link:before {position: absolute; content: ""; width: 65%; background-image: none; background-color: #fbf7f4; height: 1px; bottom: -2px; left: 0; right: 0; margin: auto; }

/*Compassionate Section*/
.hm-compassionate-sec {padding: 75px 0 100px; background-image: url(images/hm-cmpsnt-bg-img.webp); background-position:center; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 1; }
.hm-compassionate-sec::before {position: absolute; content: ""; background-image: url(images/hm-cmpsnt-bfr-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 100%; height: 100%; top: 0; left: 0; margin: auto; z-index: -1; pointer-events: none; background-position: 100% 100%; }
.hm-compassionate-sec-blk {width: 47%; padding-left: 100px; }
.hm-compassionate-sec-blk h2.text-heading {text-align: start; color: #ffffff; margin: 0 0 20px; line-height: 1.1; }
.hm-compassionate-sec-blk p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 18px; line-height: 2; letter-spacing: 0px; color: #ffffff; text-align: start; margin: 0 0 36px; }
.hm-com-bg-mbl{display: none;}
.hm-compassionate-rgt-blk::before {position: absolute; content: ""; border: 18px solid #ffffff; border-bottom: none; border-right: none; background-repeat: no-repeat; width: 30.9%; height: 80px; top: -11px; left: -10px; z-index: 1; margin: 0 auto; }
.hm-compassionate-rgt-blk {position: absolute;  border: 2px solid #bfc1c5; width: 44.3%; height: 92.6%; right: 104px;border-bottom: none;bottom: 0; margin: auto; }

/*Awards Section*/
.hm-awards-sec {padding: 92px 0 53px; }
.hm-awards-sec .container {padding: 0;}
.hm-awards-sec h2 {font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 20px; line-height: 1; letter-spacing: 8px; color: #1f1f1f; text-align: center; text-transform: uppercase; margin: 0 0 40px; }
.hm-awards-sec-list {display: flex; justify-content: center;  gap: 20px; margin: 0 ; }
.hm-awards-sec-item {background-color: #ffffff; padding: 10px 26px; box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.05); display: flex; align-items: center; }
.hm-award-img img{display: block; width: 100%; }

/*Experienced Section*/
.hm-experienced-sec {padding: 50px 0 78px;position: relative;}
.hm-experienced-blk {display: flex; justify-content: flex-end; }
.hm-experienced-left {width: 100%; max-width: 693px; position: absolute; left: 110px; bottom: 66px; }
.hm-experienced-left-img-mbl {display: none; }
.hm-experienced-left::before {position: absolute; content: ""; background-image: url(images/hm-experience-skills-sec-lft-img.webp); background-repeat: no-repeat;    background-size: 100% 100%; width: 803px; height: 650px; top: 0; left: -108px; margin: auto; pointer-events: none; }
.hm-experienced-right {width: 52.7%;     padding: 60px 0 0;}
.hm-experienced-right h2.text-heading{text-align: left; margin: 0 0 20px;}
.hm-experienced-right h2.text-heading strong {color: #477e88; display:block; font-weight:200; }
.hm-experienced-right h3{font-family: 'Literata'; font-weight: 200; font-size: 52px; line-height: 1; letter-spacing: -1.2px; color: #000000; text-align: start; padding: 0 0 38px; border-bottom: 2px solid #b65b3f; margin: 0 0 35px; }
.hm-experienced-btn {display: flex; justify-content: flex-start; align-items: center; gap: 12px; }
.hm-experienced-call-btn{position: relative; }
.hm-experienced-call-btn a::after {position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -20px -20px; width: 26px; height: 26px; top: 0; left: 33px; bottom: 0; margin: auto; }
.hm-experienced-reviews-btn a.cmn-btn {padding: 25px 58px; }
.hm-experienced-call-btn a.cmn-btn {padding: 23px 40px 23px 68px;background-color: #b65b3f; }
.hm-experienced-call-btn a.cmn-btn:hover{background-color: #477e88;}
.hm-experienced-call-btn a.cmn-btn:before{border-color: #477e88;}
.hm-experienced-call-btn a.cmn-btn:hover:before{border-color: #b65b3f;}

/*Attorney Section*/

.hm-attorney-sec{padding: 70px 0 0;}
.hm-attorney-ttl {display: none; }
.hm-attorney-sec .container {max-width: 100%; padding: 0 100px; }
.hm-attorney-blk {display: flex; justify-content: space-between;}
.hm-attorney-lft {width: 30.4%; position:relative; padding-left:110px;   z-index: 1; }
.hm-attorney-lft:before {position: absolute; content: ""; border-top: 2px solid #878684; border-right: 2px solid #878684; width: 38%; height: 15%; right: 104px; top: 64px; z-index: -1;     pointer-events: none;}
.hm-attorney-lft:after {position: absolute; content: ""; border-left:  2px solid #878684; border-bottom:  2px solid #878684; bottom: 74px; left: 8px; width: 25%; height: 70%;    pointer-events: none; }
.hm-attorney-rit {width: 28.7%;position: relative; padding-right: 100px;z-index: 1;}
.hm-attorney-rit:before {position: absolute; content: ""; border-top: 2px solid #878684; border-left: 2px solid #878684; width: 48%; height: 16%; left: 76px; top: 63px; z-index: -1;    pointer-events: none;}
.hm-attorney-rit:after {position: absolute; content: ""; border-right: 2px solid #878684; border-bottom: 2px solid #878684; bottom: 75px; right: 10px; width: 25%; height: 70%;    pointer-events: none; }
.hm-attorney-mdl {width: 41.8%; padding:160px 0 0 ; }
.hm-attorney-mdl .text-heading {margin: 0 0 28px;}
.hm-attorney-mdl h5 {font-size: 21px; line-height: 1; font-family: 'Plus Jakarta Sans'; font-weight: 700; color: #b65b3f; letter-spacing: 4.6px; text-transform: uppercase; margin: 0 0 28px; text-align: center; }
.hm-attorney-mdl p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 18px; line-height: 2; letter-spacing: 0px; color: #000000; text-align: start; margin: 0 0 25px; text-align: center; }
.hm-attorney-btn{text-align: center;}
.hm-attorney-blk h3 {font-size: 30px; font-family: 'Literata'; font-weight: 200; letter-spacing: 9px; line-height: 1; color: #477e88; writing-mode: sideways-lr; position: absolute; text-transform: uppercase; top: 145px; left: 44px; text-align: center; bottom: 0; margin: auto; }
.hm-attorney-rit h3 {right: 43px; writing-mode: sideways-rl; left: inherit; bottom: 81px; }
.hm-attorney-view-btn a {font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 18px; line-height: 1; letter-spacing: 1px; color: #ffffff; display: inline-block; padding:72px 25px 48px; text-transform: uppercase; border-radius: 50%; background-color: #477e88; position: relative; }
.hm-attorney-view-btn a:before{position: absolute; content: ""; background-image: url(./images/sprites.webp); background-repeat: no-repeat; width: 30px; height: 24px; top: 41px; left: 0; right: 0; margin: auto;    background-position: -66px -20px;}
.hm-attorney-view-btn a:hover{background-color: #b65b3f;}
.hm-attorney-view-btn {position: absolute; right: 0; bottom: 73px; }
.hm-attorney-rit .hm-attorney-view-btn{right: 80px}
.hm-attorney-image:before {position: absolute; content: ""; border-top: 20px solid #477e88; border-left: 20px solid #477e88; width: 35%; height: 10%; left: 0; top: 54px; }
.hm-attorney-image.rit:before{border-right: 20px solid #477e88; border-left: inherit; right: 0; left: inherit;}
.hm-attorney-image:after {position: absolute; content: ""; background-image: url(./images/hm-atttorney-img-aftr.webp); background-repeat: no-repeat; width: 42.8%; height: 18%; top: 95px; right: 30px; opacity: 10%; }
.hm-attorney-image.lft::after {left: 0; right: inherit; }
.hm-attorney-lft .hm-attorney-view-btn {    right: 10px; }
.hm-attorney-image img {display: block;  }
.hm-attorney-image.lft:before {left: 0px; width:38%; }
.hm-attorney-cnt {padding: 0 66px 0 30px; }
.hm-attorney-btn a.cmn-btn {padding: 26px 60px; }
.hm-attorney-lft:hover h3, .hm-attorney-rit:hover h3{color: #000000;}
.hm-attorney-btn.mbl-btn{display: none;}

.hm-awrd-testi-attrny{background-image: url(./images/hm-bg-img.webp); background-repeat: repeat; background-position: 100% 100%;}


/*Probate Litigation*/
.hm-prbt-ltgn-sec {background-color: #384a54; position:relative;z-index:1; }
.hm-prbt-ltgn-itm h3 , .hm-prbt-ltgn-itm-hvr h4{ font-size: 48px; font-family: 'Literata'; font-weight: 200; letter-spacing: 0px; text-align: left; line-height: 1; color: #ffffff; text-transform: capitalize;  margin:0;  }
.hm-prbt-ltgn-itm-hvr h4 {font-size: 40px; margin: 0 0 15px; padding: 0 0 30px; position: relative; }
.hm-prbt-ltgn-itm-hvr h4:before {position: absolute; content: ""; background-color: rgb(255 255 255 / 40%); left: 0px; margin: auto; width: 36%; height: 1px; bottom: 0; }
.hm-prbt-ltgn-cnt p{font-size: 18px; font-family: 'Plus Jakarta Sans'; font-weight: 400;   letter-spacing: 0px; text-align: left;   padding-right: 40px; line-height: 1.8; color: #ffffff; margin: 0 0 10px;  }
.hm-prbt-ltgn-itm-hvr::-webkit-scrollbar {width: 5px; background-color:#384a54;height:100%; }
.hm-prbt-ltgn-blk {display: flex; justify-content: flex-end; gap:30px; }
.hm-prbt-ltgn {width: 46.1%;padding: 41px 40px 90px;position:relative; } 
.hm-prbt-ltgn-itm-hvr {width: 100%;  display: none;  position: relative; height: 240px;   overflow-y: auto; }
.hm-prbt-ltgn-itm {position: relative; padding-top: 116px; }
.hm-prbt-ltgn-itm:before{position: absolute; content: ""; background-image: url(./images/sprites.webp); background-repeat: no-repeat; width: 102px; height: 98px; top: 0; left: 0px; background-position: -20px -117px;}
.hm-prbt-ltgn.active .hm-prbt-ltgn-itm{ display: none;}
.hm-prbt-ltgn.active .hm-prbt-ltgn-itm-hvr {display: block; transition: 0.6s; position: relative; z-index: 1;     padding: 25px 0px 0 35px;}
.hm-prbt-ltgn.active .hm-prbt-ltgn-itm:before{display: none !important; }
.hm-prbt-ltgn.active {background-color: #477e88;margin: -10px 0;}
.hm-prbt-ltgn:before , .hm-prbt-ltgn:after {position: absolute; content: ""; border-bottom: 6px solid #b65b3f; left: 0px; right: 0px; margin: auto; width: 95%; height: 100%; top: 6px; display: none;}
.hm-prbt-ltgn:after{border-top: 6px solid  #b65b3f;bottom: 0}
.hm-prbt-ltgn:after {border-top: 6px solid  #b65b3f; bottom: 17px; border-bottom: inherit; pointer-events:none; }
.hm-prbt-ltgn.active .hm-prbt-ltgn-itm-hvr:before{display: block;}
.hm-prbt-ltgn.active .hm-prbt-ltgn-itm:before{display: none;}
.hm-prbt-ltgn.active:before , .hm-prbt-ltgn.active:after{display: block;}
.hm-prbt-ltgn-itm-hvr::-webkit-scrollbar-thumb {background: #5398a5; }
.hm-prbt-ltgn-cnt p a {text-decoration: underline;}
.hm-prbt-ltgn-cnt p a:hover{color:#b65b3f}

/*Testimonial Section*/
.hm-testimonials {padding:102px 0 107px; text-align: center;  position: relative;display: none;}
body.home .hm-testimonials{display: block;}
.hm-testimonials .container { max-width: 1510px; padding: 0; }
.hm-testimonials h4{font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 21px; line-height: 1; letter-spacing: 4.6px; color: #b65b3f; text-align: center; text-transform: uppercase; margin: 0 0 0px; }
.hm-testimonials h2{ margin: 0 0 35px; }
.hm-testi-item{width: 100%; padding: 43px 100px 90px 83px; position: relative; background-color: #fcf9f5; height: 100%; }
.hm-testimonials .owl-item.active{border-bottom: 2px solid #d6d4d1;border-right: 2px solid #d6d4d1;}
.hm-testi-item p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 18px; line-height: 1.7; letter-spacing: 0px; color: #1a1c12; text-align:start; margin: 0; }
.hm-testi-list.owl-carousel .owl-stage {padding: 20px 10px 0 20px;display: flex; }
.hm-testi-item h5 {font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 21px; line-height: 1; letter-spacing: 0px; color: #b65b3f; text-align: center; margin: 0 auto; position: absolute; bottom: 40px; left: 80px; }
.hm-testimonials .star-rat {width: 178px; height: 30px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position:-277px -20px; margin: 0 0 14px; }
.hm-testi-item::after {position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -116px -20px; width: 60px; height: 43px; bottom: 30px; right: 66px; margin: auto; }
.hm-testi-item::before {position: absolute; content: ""; border: 18px solid #477e88; border-bottom: none; border-right: none; background-repeat: no-repeat; width: 222px; height: 80px; left: -8px; top: -12px; z-index: 1; margin: auto; }
.hm-testi-btn {margin: 0 auto 92px; width: fit-content; position: relative; z-index: 1; }
.hm-testi-btm p{font-family: 'Literata'; font-weight: 500; font-size: 35px; line-height: 1.6; letter-spacing: 0; color: #477e88; text-align: center; margin: 0 0 0; }
.hm-testi-btn a.cmn-btn {padding: 24px 63px; }
.hm-testi-list.owl-carousel .owl-nav {width: 100%; display: flex !important; justify-content: space-between; max-width: 590px; margin: 56px auto -68px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev{background-image: url(images/sprites.webp) !important; background-repeat: no-repeat !important; width: 60px; height: 60px; font-size: 0 !important; z-index: 1; background-color: rgb(71 126 135 / 20%); background-position: -142px -105px; border-radius: 50%; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next {background-position: -224px -106px !important; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover , .hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover {background-position-y: -183px !important; background-color: #b65b3f; }
.hm-testi-list .owl-item{padding: 2px; position: relative;}
.hm-testi-list .owl-item:before, .hm-testi-list .owl-item:after {position: absolute; content: ""; background-color: #d6d4d1; width: 68%; height: 2px; top: 0; right: 0; z-index: 1; margin: auto; }
.hm-testi-list .owl-item:after{width: 2px; height: 77%; right: inherit; left: 0; top: inherit; bottom: 0; }


/*Trusted Section*/     
.hm-trusted-sec {padding: 63px 0 460px; background-image: url(images/hm-trusted-sec-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: bottom center; position: relative; z-index: 1; }
.hm-trusted-sec h2{font-size: 100px; letter-spacing: -2px; text-transform: uppercase; margin: 0 0 25px; }
.hm-trusted-sec::before {position: absolute; content: ""; background-image: url(images/hm-trusted-sec-bfr-img.webp); background-repeat: no-repeat; width: 921px; height: 657px; top: -80px; left: 0; margin: auto; mix-blend-mode: multiply; opacity: 36%; pointer-events: none; z-index: -1; }
.hm-trusted-sec .container{ padding: 0; margin: auto;max-width: 1510px;  }
.hm-trusted-blk{position: relative; }
.hm-trusted-blk::before {position: absolute; content: ""; border: 2px solid #868583; border-bottom: none; background-repeat: no-repeat; width: 100%; height: 660px; right: 0px; left: 0; top: -63px; opacity: 20%; margin: 0 auto; pointer-events: none; clip-path: polygon(0 0, 100% 0, 100% 56%, 0% 100%); }
.hm-trusted-blk::after {position: absolute; content: ""; background: #477e88; width: 30px; height: 194px; bottom: -226px; left: -14px; z-index: 1; margin: auto; }
.hm-trusted-sec h3{font-family: 'Literata'; font-weight: 200; font-size: 40px; line-height: 1; letter-spacing: 0; color: #477e88; text-align:center; text-transform: uppercase; margin: 0 0 20px; }
.hm-trusted-sec p{font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 20px; line-height: 1.7; letter-spacing: 0px; color: #1a1c12; text-align: center; margin: 0 0 45px; }
.hm-trusted-sec-btn{display: flex; justify-content:center; align-items: center; gap: 14px; }
.hm-trusted-call-btn{position: relative; }
.hm-trusted-call-btn a::after {position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -20px -20px; width: 26px; height: 26px; top: 0; left: 34px; bottom: 0; margin: auto; }
.hm-trusted-call-btn a.cmn-btn {padding: 24px 34px 24px 75px; background-color: #b65b3f; }
.hm-trusted-call-btn a.cmn-btn:hover{background-color: #477e88}
.hm-trusted-call-btn a.cmn-btn:before{border-color: #477e88;}
.hm-trusted-call-btn a.cmn-btn:before{border-color: #b65b3f;}
.hm-trusted-discussbtn a.cmn-btn {padding: 24px 32px; }
.hm-trusted-call-btn a.cmn-btn:before{border-color: #477e88;}
.hm-trusted-call-btn a.cmn-btn:hover:before{border-color: #b65b3f;}

.hm-testi-trust-sec{background-image: url(./images/hm-bg-img.webp); background-repeat: repeat; background-position: 100% 100%;}





/*footer form*/
.hm-form .gfield label {display: none; }
.frt-from-bg {position: relative; background-color: #1f1f1f; z-index: 0; } 
.frt-from-bg::before {position: absolute; content: ''; background-image: url('./images/ftr-bg.webp'); background-repeat: no-repeat; background-size: cover; background-position: bottom center; width: 100%; height: 100%; top: 0px; bottom: 0px; left: 0px; right: 0; opacity: 12%; pointer-events: none; z-index: -1; }
.bnr-rit-cnt.footer {text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; } 
.hm-form-sec {display: flex; justify-content: end; gap: 113px; } 
.ftr-logo-img {width: 100%; } 
.ftr-logo-img img{display: block; width: 100%; } 
.hm-form-lft {width: 32.7%; padding-top: 56px; position: relative; padding-left: 8px; } 
.hm-form-lft::before {position: absolute; content: ''; background-color: rgb(182, 91, 63); width: 5px; height: 65.8%; bottom: 83px; left: 0px; } 
.ftr-itm {padding-left: 40px; margin-bottom: 80px; } 
.ftr-itm.logo {padding: 0px; } 
.ftr-itm.loc {margin-bottom: 66px; } 
.ftr-itm.cont {margin-bottom: 45px; } 
.ftr-itm.ftr-scl-icns {margin: 0px; } 
.ftr-itm h4 {font-size: 40px; font-family: 'Literata'; font-weight: 200; text-align: start; line-height: 1; letter-spacing: 0px; color: #fff; padding-bottom: 12px; margin: 0 0 16px; position: relative; } 
.ftr-itm.cont h4 {padding-bottom: 8px; margin-bottom: 26px; } 
.ftr-itm h4:before {content: ''; position: absolute; width: 63px; height: 1px; background-color: rgb(71, 126, 136); background-repeat: no-repeat; left: 0; bottom: 0; margin: auto; } 
.ftr-itm p {position: relative; font-size: 20px; font-family: 'Plus Jakarta Sans'; font-weight: 400; line-height: 1.55; text-align: start; padding-left: 77px; letter-spacing: 0px; color: #ffffff; margin-bottom: 6px; } 
.ftr-itm p::before, .ftr-itm.cont p a::before  {position: absolute; content: ''; background-image: url('./images/sprites.webp'); background-repeat: no-repeat; background-position: -20px -65px; width: 20px; height: 30px; left: 34px; top: 3px; } 
.ftr-itm.cont p::before{display: none; } 
.ftr-itm.cont p a::before {background-position: -60px -66px; width: 26px; height: 26px; top: 1px; left: 25px; } 
.ftr-itm.cnct p a:hover, .ftr-itm p.directions a:hover {color: #fff; } 
.ftr-itm p.directions{margin: 0px; line-height: 1; } 
.ftr-itm p.directions::before {display: none; } 
.ftr-itm p.directions a {text-transform: uppercase; } 
.ftr-itm p a {font-size: 16px; font-family: 'Plus Jakarta Sans'; font-weight: 600; line-height: 1; letter-spacing: 3.2px; color: #477e88; margin: 0; display: inline-block; } 
.ftr-itm.cont p {line-height: 1; margin-bottom: 0px; } 
.ftr-itm.cont p a {font-weight: 800; letter-spacing: -0.7px; color: #ffffff; font-size: 35px; margin-top: 11px; display: block; width: fit-content; } 
.ftr-itm.cont p a:hover{color: #b65b3f; } 
.ftr-itm.ftr-scl-icns p a{font-size: 0px; padding: 0px; } 
.frt-facebook-icon {font-size: 0; text-align: left; } 
.ftr-itm.ftr-scl-icns .frt-facebook-icon a {background-image: url('./images/sprites.webp'); background-repeat: no-repeat; background-position: -198px -19px; width: 60px; height: 60px; font-size: 0; display: inline-block; background-color: #477e88; } 
.ftr-itm.ftr-scl-icns .frt-facebook-icon a:hover {background-color: #b65b3f; } 
.hm-form-rit {width: 46.6%; padding: 44px 50px 80px; background-color: #477e88; } 
.hm-form-rit .text-heading {color: #ffffff; letter-spacing: 0px; margin-bottom: 30px; } 
.hm-form-rit p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 20px; letter-spacing: 0px; color: #ffffff; line-height: 1; margin-bottom: 33px; } 
.hm-form .gform_required_legend{display: none; } 
.ftr-form-sctn{text-align: center; } 
.gchoice.gchoice_3_9_1 label {display: block; } fieldset.chk{width: 42%; border: none; padding: 0px; } 
.hm-form input::placeholder {color: #6f706d; } 
.hm-form input:-ms-input-placeholder {color: #6f706d; } 
.hm-form input::-ms-input-placeholder {color: #6f706d; } 
.hm-form textarea::placeholder {color: #6f706d; } 
.hm-form textarea:-ms-input-placeholder {color: #6f706d; } 
.hm-form textarea::-ms-input-placeholder {color: #6f706d; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {margin: 0px; width: 100% !important; color: #6f706d; outline: 0px; position: relative; border-radius: 0; font-family: 'Plus Jakarta Sans'; font-weight: 400; background: #fff; line-height: 1.2 !important; letter-spacing: 0px; font-size: 18px !important; padding: 22px 28px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; } 
.hm-form .gfield{position: relative !important ; } 
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email{width: 48.7% !important; } 
.hm-form .gform_fields {display: flex !important; flex-wrap: wrap; gap: 15px !important; justify-content: space-between; align-items:center; } 
.hm-form .gform_wrapper .top_label textarea {width: 100% !important; height: 182px !important; resize: none; margin: 0; padding-top: 17px !important; margin: 0px; min-block-size: 0px !important; } 
.hm-form .gfield.msg {width: 100%; } 
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; } 
.hm-form-sec .gform_wrapper ul.gform_fields li {padding: 0 !important; margin: 0 !important; position: relative; width: 100%; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {cursor: pointer; font-size: 18px; font-family: 'Plus Jakarta Sans'; line-height: 1; font-weight: 400; color: #fff; letter-spacing: 0px; text-align: left; margin-top: -5px; } 
.hm-form .gform_wrapper .form-links a:hover {color: #b65b3f; } 
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {position: relative; font-family: 'Plus Jakarta Sans'; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 19px 0 0px !important; } 
.hm-form-sec .gfield .ginput_container {margin: 0 !important; } 
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 14px !important; height: 15px !important; float: left; clear: both; margin: 1px 4px 0px 0 !important; padding: 0 !important; } 
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0; float: right; text-align: center; margin: -59px auto 0; position: relative; max-width: max-content; } 
.hm-form .gform_validation_errors{display: none !important; } 
.popup {position: relative; display: inline-block; left: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
.popup .popuptext {top: 15px; visibility: hidden; color: #000; position: relative !important; transition: transform 0.15s ease-out 0.15s; z-index: 1; width: 100%; top: 5px; left: 0; margin: 0px; text-align: center; font-family: 'Plus Jakarta Sans'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 14px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; z-index: 12; } 
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; } div#popup-container {position: absolute; z-index: 2; pointer-events: none; width: 100%; } 
.hm-form-sec .gform_wrapper.gravity-theme .gfield {position: relative; text-align: left; } 
.gform_button.disabled {pointer-events: none; } 
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {margin: 0; } 
.gfield--type-honeypot {display: none; }
.ftr-copyrights-sec p a:hover{color:#b65b3f}

.hm-form .gform_wrapper .top_label input.gform_button.button {display: inline-block; padding: 24px 37px !important; font-size: 20px !important; line-height: 1 !important; font-family: 'Plus Jakarta Sans'; font-weight: 700; letter-spacing: -0.2px; background-color: #b65b3f; color: #fff; position: relative; outline: none !important; border: 0px none !important;border-radius: 50px; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; width: auto !important; margin: 0; } 
.hm-form .gform_wrapper .top_label input.gform_button.button:hover{background-color: #ffffff; color: #477e88; } 
.hm-form .top_label button.gform_button {display: inline-block; padding: 24px 37px !important; font-size: 20px !important; line-height: 1 !important; font-family: 'Plus Jakarta Sans'; font-weight: 700; letter-spacing: -0.2px; background-color: #b65b3f; color: #fff; position: relative; outline: none !important; border: 0px none !important; border-radius: 50px; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; width: auto !important; margin: 0; }
.hm-form .top_label button.gform_button:hover{background-color: #ffffff; color: #477e88; } 
/*ERRROR*/

.hm-form .gfield_description{margin: 0px !important } 
.hm-form .gfield_description.validation_message {position: absolute; top: 5px; right: 8px; text-align: right; font-size: 13px; font-family: 'Plus Jakarta Sans'; color: #932008; margin: 0; line-height: 1; pointer-events: none; } 
.hm-form .gfield_description.instruction.validation_message {top: inherit; bottom: 5px; } 
.hm-form .chk .gfield_description.validation_message {bottom: -17px !important; top: inherit; left: 0; right: inherit; }

/*Footer block*/

.ftr-block-sec {padding: 61px 0px 50px 0px; } 
.ftr-block-sec .container{max-width: 1280px; padding: 0; } 
#footer-navigation ul {font-size: 0; text-align: center; } 
#footer-navigation ul li {display: inline-block; padding: 0; position: relative; padding: 0 55px; position: relative; } 
#footer-navigation ul li:first-child::before{background-color: transparent; } 
#footer-navigation ul li::before{position: absolute; content: ''; background-color: #ffffff; height: 20px; width: 2px; left: 0px; top: 0px; bottom: 0px; margin: auto; } 
#footer-navigation ul li:first-child{padding-left: 0px; } 
#footer-navigation ul li:last-child{padding-right: 0px; } 
#footer-navigation ul li a {font-size: 18px; font-family: 'Plus Jakarta Sans'; font-weight: 500; text-transform: uppercase; letter-spacing: 0px; line-height: 1; color: #ffffff; padding: 0; display: block; min-width: inherit; } 
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {color:#b65b3f; }

/*Copy Rights Section*/

.ftr-copyrights-sec .container {padding: 0; } 
.ftr-copyrights-sec {background-color: #384a54; padding: 36px 0px; } 
.ftr-copyrights-sec p{text-align: center; margin: 0; font-family: 'Plus Jakarta Sans'; font-size: 18px; font-weight: 400; line-height: 1; letter-spacing: 0px; color: #ffffff; }
p.copy-sub-para{font-size: 16px;margin:10px 0 0;}


.disclaimer-trigger {
    cursor:pointer
}
#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}
#disclaimer-container.show {
    display: block;
}
.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}
 
.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}

/*Innerpage Styles*/

.page-container, .post-container {width: 100%; max-width: 1280px; margin: 0 auto;}
#main-heading {background-image: url(images/in-ban-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 290px 0 170px; text-align: center; position: relative; }
#main-heading:before {position: absolute; content: ""; width: 100%; height: 40%; background:linear-gradient(180deg, #fff 30%, transparent 100%); top: 0; left: 0; pointer-events: none; z-index:0; }
#main-heading:after {position: absolute; content: ""; background-image: url(images/in-bnr-lft-bfr.webp); background-position: 100% 100%; background-repeat: no-repeat; width: 32.5%; height: 76%; bottom: 0; left: 0; pointer-events: none; opacity:20%; mix-blend-mode:multiply; }
#main-heading strong.page-title,#main-heading h1 {font-size: 65px; font-family: 'Literata'; font-weight: 200; line-height: 1;  text-align:right; letter-spacing: -1.5px; color: #1f1f1f; margin: 0 0 14px;display: block;}
#main-heading .inrpg-breadcrumbs {font-size: 18px; font-family:'Plus Jakarta Sans'; font-weight: 500; line-height: 1.2; text-align: right; letter-spacing: 0px; color: #000; margin: 0;}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover {color: #b65b3f; transition: 0.5s;}
#post-content, #page-content {padding: 100px 0 145px; background-image:url(images/hm-bg-img.webp); background-repeat:repeat; background-position:100% 100%; }
.page-col-full, .single-col-full {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
#single-column, #post-column, #page-column {width:64.9%; }
.sidebar-page, .sidebar-single {width: 31.3%; max-width: 400px; }
#page-column.full-width, .full-width {width: 100%; } 
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {font-family: 'Literata'; font-weight: 200; letter-spacing: 0; line-height: 1;margin: 0 0 20px; color: #000;}
#page-column h1, #page-content .areaserved-item-list h2 {font-size: 55px;line-height:1.2 }
#page-column h2{font-size: 48px;line-height: 1.2}
#page-column h1 strong, #page-column h2 strong,#page-column h3  strong, #page-content .areaserved-item-list h2 strong{color: #be2132; }
#page-column h3 {font-size: 40px; }
#page-column h4 {font-size:36px; }
#page-column h5 {font-size: 32px; }
#page-column h6 {font-size: 25px; }
#page-column p, #page-column li {font-size: 18px; font-family: 'Plus Jakarta Sans'; font-weight: 400; line-height: 2; letter-spacing: 0; color: #00000d; margin: 0 0 25px 0; }
#page-column li ul {padding: 15px 0 0 10px; margin: 0; position: relative; }
#page-column ol, #page-column ul {margin: 0 0 25px 0px; list-style-position: inside; }
#page-column ol, #page-column ul{margin-left:25px;}
#page-column li{margin: 0 0 10px}
#page-column ul li {list-style: none; padding-left: 22px; position: relative; margin: 0 0 10px; }
#page-column ul li:before {background: #b65b3f; width: 10px; height: 10px; position: absolute; content: ""; left: 0; right: 0; top: 12px; border-radius: 50%; }
.posts-list .author-info a, #page-column a, #page-column li a {color: #b65b3f; text-decoration: none;text-underline-offset:3px }
#page-column a:hover, #page-column li a:hover {color: #000; }
#page-column  ol {list-style-type: decimal; margin-left: 20px; }
#page-column  ol li {list-style: decimal; padding-left: 0 !important; }
#page-column  ul li > ul li {list-style-type: inherit; }
#page-column  ul li > ul li > ol li {list-style-type: decimal; }
#page-column  ul li > ul li:before {display: block; }
#page-column  ul li > ol li {list-style-type: decimal; }
#page-column  ul li > ol li:before {display: none; }
#page-column  ul li > ol li > ul li {list-style-type: inherit; }
.page-feature-img, .single-thumbnail ,.cmn-map{margin: 0 0 35px; }
.page-feature-img img, .single-thumbnail img {width: 100%; display: block; }

/*Sidebar Styles*/
.sidebar-page .sidebar-item {margin: 0 0 46px; background-color: #477e88; position: relative; padding:14px 20px 40px; }
.sidebar-page .sidebar-item h2, h4.widget-title { font-size: 52px; padding: 0 0 24px; text-align: center; position: relative; line-height: 1; color: #fff; letter-spacing: 0px; margin: 0 0 10px; font-family: 'Literata'; font-weight: 300; }
.sidebar-page .sidebar-item h2:before{content: ''; position: absolute; background-color: rgba(255, 255, 255, 0.502); width: 91.8%; height: 1px; bottom: 0; left: 0; right: 0; margin: auto; }
.sidebar-page .sidebar-menu-pa {padding: 0px; }
.sidebar-page .sidebar-menu-pa ul{margin:0; padding:0 }
.sidebar-page .sidebar-menu-pa ul li{display:block; padding:0 0px; margin:0; position:relative }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 24px; color: #fff; display: block; position: relative; font-family: 'Plus Jakarta Sans'; font-weight: 500; line-height: 1.1; margin: 0; letter-spacing: 0.2px; padding:15px 25px 15px 32px; background-color: transparent; }
.sidebar-page .sidebar-menu-pa ul li a::before {content: ""; position: absolute; background-color: #fff; border-radius: 50%; width: 10px; height: 10px; top: 24px; left: 10px; }
.sidebar-page  .sidebar-item.sidebar_posts .sidebar-menu-pa ul li a::before {left: 18px; }
.sidebar-page .sidebar-menu-pa ul li:last-child a{margin: 0 0 0; }
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li > a:hover, .sidebar-page .sidebar-menu-pa ul li.current-menu-parent > a {color: #000;}
.sidebar-page .sidebar-menu-pa .sub-menu li a {width: 100%; padding:10px 20px 10px 35px; display: block; text-align: left; font-size: 18px; margin: 0; }
.sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul.sub-menu li > a:hover{background-color: transparent !important; color: #000; }
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {width: 6px; height: 6px; top: 18px; left: 13px; }
.sidebar-page .sidebar-menu-pa ul li.sub-menu li.drop.close{top: 13px;}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {font-size: 0; position: absolute; right: 10px; top: 22px; width: 12px; height: 12px; background-color: transparent !important; background-image: url(images/plus_icn.webp); background-position: right 0 center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; }
.sidebar-page .sidebar-menu-pa ul li ul .drop.open, .sidebar-page .sidebar-menu-pa ul li ul .drop.close {top: 15px; }
.sidebar-page .sidebar-menu-pa ul li .drop.open, .sidebar-page .sidebar-menu-pa ul li.current-menu-parent .drop.open, .sidebar-page .sidebar-menu-pa ul li.current-menu-item .drop.open {background-image: url(images/minus_icn.webp); }
.sidebar-page .sidebar-menu-pa .sub-menu li {margin: 0 0 10px; }
.sidebar-page .sidebar-menu-pa .sub-menu {overflow: hidden; transition: max-height 0.8s ease; }
.sidebar-page .sidebar-menu-pa .sub-menu.open {max-height: 900px; transition: max-height 0.8s ease;}

.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a:before, .sidebar-page .sidebar-menu-pa ul li.current-menu-parent > a:before,.sidebar-page .sidebar-menu-pa ul li > a:hover::before{background-color: #000;}
.sidebar-page .sidebar-menu-pa .sub-menu li > a:hover{color: #000;}
.sidebar-page .sidebar-menu-pa ul li.current-page-ancestor > ul, .sidebar-page .sidebar-menu-pa ul li.current-menu-item > ul{display: block ! Important;max-height: 100% !important;}
.sidebar-page .sidebar-menu-pa ul li ul {padding: 0 0 0 15px ;}
.sidebar-page .sidebar-menu-pa ul ul ul li{margin-bottom: 0 !important;}
.sidebar-page .sidebar-menu-pa ul li.current-page-ancestor > .drop.close{    background-image: url(images/minus_icn.webp);}

/*testimonials sidebar*/

.sidebar-page section.widget.testi {background-color: transparent; padding: 25px 20px 40px; text-align: center; margin: 0 0 50px; position: relative; border: 1px solid rgb(0 0 0 / 30%); }
#page-content section.widget.testi .testi-item p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 18px; color: #1a1c12; line-height: 1.77; letter-spacing: 0px; margin-bottom: 25px; }
#page-content section.widget.testi .testi-item .star-rat {background-image: url(images/sprites-in.webp); background-repeat: no-repeat; width: 150px; height: 25px; margin: 0 auto 10px; background-position: -20px -20px; }
#page-content section.widget.testi .testi-item h6 {position: inherit; font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 26px; color: #b65b3f; line-height: 1; letter-spacing: 0px; margin-bottom: 40px; bottom: inherit; }
.sidebar-page section.widget.testi:before {position: absolute; width: 60px; height: 43px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; content: ""; left: 0; right: 0; margin: auto; bottom: 25px; background-position: -255px -20px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 30px; padding: 0; font-size: 50px; color: #000; }
.sidebar-page section.widget.testi h4.widget-title:before{display: none; }
#page-content section.widget.testi .testi-item {width: 100%; background-color: transparent; border:0px; margin: 0; padding: 0; }
#page-column  section.widget.testi.hm {text-align: center; margin: 0; background-color: #b7b2b2; padding: 40px; }
#page-column section.widget.testi.hm p {color: #000; }
#page-content section.widget.testi .testi-item::after, #page-content section.widget.testi .testi-item::before{display: none; }
#page-content section.widget.testi .testi-item {width: 100%; }
.sidebar-page ul.splide__pagination {display: none; }
.sidebar-page button.splide__arrow.splide__arrow--prev {left: 0; }
.sidebar-page button.splide__arrow.splide__arrow--next{right: 0; }
.sidebar-page .splide__arrows {position: absolute; bottom: 30px; max-width: 100px; display: flex ; justify-content: center; width: 100%; left: 0; right: 0; margin: auto; }
.sidebar-page button.splide__arrow{position: inherit; }
#page-column section.widget.widget_team_member.hm {margin: 0 0 30px; }
#page-column section.widget.csae-res.hm {background-color: #b7b2b2a1; padding: 30px; }
#page-column section.widget.csae-res.hm p{color: #000; }
 section.widget.widget_team_member.hm {background-color: #fff4f4; color: #fff; padding: 30px; }

#page-column .single-accordion {margin: 20px 0; }
#page-column .accordion-profile h3 {padding:13px 50px 18px 30px; cursor: pointer; width: 100%; border-radius: 0px; font-size: 24px; font-family: 'Literata'; font-weight: 200; letter-spacing: 0; line-height: 1; color: #000000; margin: 0; border: 1px solid rgb(32, 32, 32, 0.25); background-image: url(images/down-arrow.webp); background-repeat: no-repeat; background-size: 21px; background-position: right 22px center; }
#page-column .accordion-profile .accordion-profile-content {overflow: hidden; transition: max-height 0.4s ease; padding: 18px 0px 0; display: none; }
#page-column .accordion-profile.active .accordion-profile-content {display: block; }
::-webkit-scrollbar-button {display: none; height: 0; width: 0; }
#page-column .accordion-profile {margin: 0 0 15px; max-height: max-content !important; position:relative; }
#page-column .accordion-profile.active h3 {background-color: #477e88; color: #ffffff; border: 1px solid rgb(71 126 136);}
#page-column .accordion-profile h3::before {position: absolute; content: ""; background-image: url(images/up-arrow.webp); background-repeat: no-repeat; width: 21px; height: 11px; right: 23px; top: 21px; filter: brightness(0);}
#page-column .accordion-profile.active h3:before{filter: inherit;}
#page-column .accordion-profile h3{background-image: none;}

/*single attoreny page*/

.single-profile-block {display: flex; justify-content: space-between; margin: 60px 0 50px; padding: 0 18px 0 40px; position: relative; }
#page-column .sngl-prfl-dtls h3 {font-size: 56px; margin: 0 0 22px; line-height: 1; letter-spacing: -1.1px; }
#page-column .sngl-prfl-dtls h3::before {position: absolute; content: ""; background-repeat: no-repeat; width: 24%; height: 80px; right: 0; top: 7px; border-top: 18px solid #477e88; border-right: 18px solid #477e88; margin: auto; }
.single-profile-block .sp-block h5, .profile-address{font-size: 20px; line-height: 1; margin: 0 0 15px; }
.single-profile-block  .profile-tel a, .profile-email{font-size: 20px; line-height: 1; display: inline-block; margin: 0 0 15px; letter-spacing: -1.1px; }
.single-profile-image{width: 36.8%; margin: -60px 0 0; position: relative; }
.sngl-prfl-dtls {width: 52.6%; padding: 52px 0 0; }
#page-column .sngl-prfl-btn a.cmn-btn{color: #ffffff;}
.sngl-prfl-phn {position: relative; padding-left: 60px; }
#page-column .sngl-prfl-phn p {font-size: 20px; line-height: 1; text-align: left; margin: 0 0 25px; }
#page-column .sngl-prfl-phn p a {font-size: 35px; display: block; font-weight: 800; letter-spacing: -0.7px; color: #1a1c12; }
#page-column .sngl-prfl-phn p a:hover{color: #b65b3f;} 
#page-column .sngl-prfl-phn a::after {position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -190px -20px; width: 45px; height: 45px; top: 0; left: 0px; bottom: 0; margin: auto; }
.single-profile-block:after {position: absolute; content: ""; border-right: 1px solid #000; border-bottom: 1px solid #000; bottom: 0; right: 9px; width: 98.9%; height: 70%; pointer-events: none; }
.single-profile-block:before {position: absolute; content: ""; border-top: 1px solid #bbbab9; border-left: 1px solid #bbbab9; width: 73%; height: 96%; left: 0; top: 15px; pointer-events: none; }
.sngl-prfl-btn a.cmn-btn {font-size: 18px;padding: 22px 42px 22px 42px; }
.attorney-page{position: relative;}
.attorney-page::before {position: absolute; content: ""; background-image: url(images/hm-trusted-sec-bfr-img.webp); background-repeat: no-repeat; width: 58%; height: 92%; left: 0; bottom: 0; margin: auto; opacity: 60%; pointer-events: none; z-index: 0; background-size: 100% 100%; }
body.postid-254 .attorney-page .single-profile-image img{transform: scaleX(-1);}
/*testimonials page*/

#reviews-main{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; }
#page-content .review-item{padding: 42px 86px 60px 80px; position: relative; width: 48%;display: inline-block; margin:0 0 30px; }
#page-content .review-item p {font-family:'Plus Jakarta Sans'; font-weight: 400; font-size: 15px; line-height: 1.8; letter-spacing: 0; color: #1a1c12; text-align: left; margin: 0 0 22px; }
#page-content .review-item h5 {font-family: 'Plus Jakarta Sans'; font-weight: 700; font-size: 18px; line-height: 1; letter-spacing: 0; color: #b65b3f; position: absolute; bottom: 15px; }
.review-item .star-rat {background-image: url('images/sprites-in.webp'); background-repeat: no-repeat; width: 150px; height: 25px; margin: auto 0 10px 0; background-position: -20px -20px; }
#page-content .inn-review::before {position: absolute; content: ""; background-repeat: no-repeat; width: 30.8%; height: 68px; left: 0; top:-8px; border-width: 15px medium medium 15px; border-style: solid none none solid; border-color: rgb(71, 126, 136) currentcolor currentcolor rgb(71, 126, 136); margin: auto; }
#page-content .inn-review::after {position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -402px -20px; width: 51px; height: 37px; bottom: 25px; right: 50px; margin: auto; }
#page-content .review-item:before {position: absolute; content: ""; border-top: 1px solid #bbbab9; border-right: 1px solid #bbbab9; top: 0; right: 0; width: 68%; height: 100%; pointer-events: none; }
#page-content .review-item:after {position: absolute; content: ""; border-left: 1px solid #bbbab9; border-bottom: 1px solid #bbbab9; left: 6px; bottom: 0; width: 99.1%; height: 76%; pointer-events: none; }
#page-column .in-review-btn {text-align: center; }
#page-column .in-review-btn a.cmn-btn {color: #fff; padding:18px 20px; font-size:18px }

/*contact page*/
.contact-page .in-cont-list {display: flex ; justify-content: space-between; margin: 0 0 88px;}
#page-column .in-cont-item h4 {font-size: 40px; letter-spacing: -0.8px;position: relative; padding-top:84px; margin: 0 0 14px; text-align: center;}
#page-column .in-cont-item h4:before{content: ''; position: absolute; width: 70px; height: 70px; background-repeat: no-repeat; left: 0; top: 0; right: 0px; margin: auto; background-color: #b65b3f; background-image: url(images/sprites-in.webp); background-position: -20px -154px; }
#page-column .in-cont-item.loc h4:before{background-position: -110px -154px;}
#page-column .in-cont-item.icons h4:before{background-position: -200px -154px;}
#page-column .in-cont-item:hover h4:before{background-color: #ffffff; background-position-y:-243px; }
#page-column .in-cont-item p {font-size: 20px; line-height: 1.5; margin: 0; }
#page-column .in-cont-item.loc p a{font-size: 16px; color: #000000; font-weight: 700; margin: 10px 0 0;  letter-spacing: 3.2px; text-transform: uppercase; text-decoration: underline;display: inline-block;} 
#page-column .in-cont-item.loc p a:hover{color: #b65b3f}
#page-column .in-cont-item.phn p a {color: #000000; font-size: 36px; font-weight: 800; letter-spacing: -0.7px; line-height: 1;margin: 11px auto 0;display: table;}
#page-column .in-cont-item.phn p a:hover{color: #b65b3f;}
.contact-page .in-cont-item {width: 31.4%; position: relative; text-align: center; padding:58px 22px 45px; transition: 0.5s; display: flex; flex-direction: column; border: 2px solid rgb(0 0 0 / 30%); }
#page-column .in-cont-item:hover{background-color: #477e88;    border-color: transparent;}
#page-column .in-cont-item:hover p , #page-column .in-cont-item:hover h4 , #page-column .in-cont-item:hover p a{color: #ffffff;}
#page-column .in-cont-item:hover .scl-icons  a.facebook {  background-color: #ffffff; }
#page-column .in-cont-item .scl-icons  a.facebook:hover{background-color: #b65b3f;}
.in-cont-item.icons .scl-icons {font-size: 0px; margin:0 auto; padding:0; }
.in-cont-item.icons .scl-icons  a.facebook {background-image: url('images/sprites-in.webp'); background-repeat: no-repeat; background-position: -87px -72px; width: 61px; height: 61px; border: 1px solid rgb(0 0 0 / 30%); }
.contact-page .in-cont-item a {display: block; }
.in-cont-map iframe {width: 100%; border: 1px solid #477e88; }
.contact-page #page-column h2 {margin: 0 0 20px;letter-spacing: -1.2px;text-align: center;color: #fff;}
.contact-page #page-column p{color: #fff;text-align: center;}



/*Blog page*/
.posts-list {width: 32.2%; margin: 0; position: relative; border: 1px solid #b6c5c6; padding: 12px 8px 50px; }
.posts-list:hover{background-color: #477e88; }
#post-column-full {width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
#post-content .posts-thumbnail img {width: 100%; display: block; }
#post-content .posts-list .posts-block {padding: 20px 28px 0; }
#post-content .posts-list .author-info .post-dmy {font-size: 18px; font-family: 'Instrument Sans'; font-weight: 400; line-height: 1; letter-spacing: 0; color: #fff; margin: 0; padding: 12px 29px 13px; background-color: #931917; position: absolute; right: 0; top: 0; }
#post-content .posts-list .posts-block h3{margin: 0 0 15px; line-height: 1; }
#post-content .posts-list .posts-block h3 a {display: inline-block; font-size: 25px; font-family: 'Literata'; font-weight: 400; line-height: 1.4; letter-spacing: 0; }
#post-content.related-insights-posts{padding: 0;}
#post-column-full .posts-list:hover .posts-readmore a, #post-column-full .posts-list:hover .posts-block h3 a {color: #ffffff;}
#post-content .posts-list .posts-readmore a:hover {border-bottom: 2px solid #fff; }
.posts-readmore {position: absolute; left: 37px; bottom: 26px; }
#post-content .posts-list .posts-block p {font-family: 'Plus Jakarta Sans';font-size: 17px; line-height: 1.6; color: #000000; letter-spacing: 0; margin: 0 0 15px; font-weight: 500; }
#post-content .posts-list:hover .single-category p,#post-content .posts-list:hover .single-category p a {color: #fff; }
#post-content .posts-list .author-info {display: flex; gap: 5px; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
#post-content .posts-list .posts-readmore a {font-size: 16px; font-family: 'Plus Jakarta Sans'; font-weight: 600; line-height: 1; letter-spacing: 2.8px; text-transform: uppercase; display: inline-block; color: #384a54; margin:0; }
#page-column .single-meta {display: flex; align-items: center; justify-content: flex-start; gap: 6px; margin: 0 0 30px; }
.single-meta, .single-category {display: flex;align-items: center;flex-wrap: wrap;}
#page-column .single-meta p, #page-column .single-category p {margin: 0; line-height: 1; }
#page-column .single-author .author-by, #page-column .single-author .meta-date {font-size: 20px; font-family: 'Plus Jakarta Sans'; font-weight: 500; line-height: 1.1; letter-spacing: 0; color: #000000; margin: 0; }
.single-author-box {padding: 15px; border: 1px solid #000; margin: 30px 0; }
.single-author-avatar {width: 25%; margin: 0 2% 0.5% 0; float: left; }
.single-author-info {width: 70%; }
.single-author-avatar img {width: 100%; display: block; border-radius: 0 !important; }
.single-author-box {border: 2px solid #000; display: flex; justify-content: start; gap: 20px; padding: 20px; margin: 0 0 30px; }
.single-author-description {font-size: 18px; font-family: 'Plus Jakarta Sans'; font-weight: 400; line-height: 1.75; letter-spacing: 0; color: #000000; margin: 0; }
.single-pagination {margin: 30px 0 0; }
.single-pagination .nav-links a {font-size: 18px; font-weight: 700; width: 180px; background-color: #477e88; color: #fff !important; padding: 20px 30px; display: inline-block; text-align: center; font-family: 'Plus Jakarta Sans'; text-transform: uppercase; letter-spacing: 0.2px; line-height: 1;     border-radius: 50px;}
.single-pagination .nav-links a:hover {background-color: #b65b3f; }
.widget{margin: 0; }
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-page .sidebar-item.sidebar_search input.search-field {padding: 13px 62px 17px 26px; border-radius: 0; display: block; position: relative; border: 1px solid rgb(0 0 0 / 30%); font-size: 20px; font-family: 'Plus Jakarta Sans'; font-weight: 400; color: #000000 !important; line-height: 1.8; letter-spacing: 0; width: 100%; max-width: 100%; appearance: none; outline: 0; background-color: transparent; }

.sidebar-blog .widget select{background-image: url(images/sdbar-blg-down-arrow-img.webp) !important;   background-position: right 0 center; background-size: 65px 100%; background-repeat: no-repeat; }

.pun-date p {width: max-content;background: #ffffff;padding: 8px 14px;margin: 0;line-height: 1;font-size: 14px;}
.pun-date {position: absolute;top: 2px;left: 2px;}
.posts-thumbnail {position: relative;}
#post-content .posts-list .posts-block .single-category p {margin-bottom: 0;font-size: 15px;}
.single-category {margin-bottom: 12px;}


/*blog sidebar*/

.sidebar-blog.blog-sidebar-itm {display: block; }
.sidebar-blog {display: flex; justify-content: center; gap: 22px; margin: 0 0 20px; }
.widget h2 {display: none; }
.sidebar-blog-item {width:100%; margin: 0; position: relative; }
.sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select , .sidebar-page .sidebar-item.sidebar_search input.search-field {padding: 16px 65px 16px 25px; border-radius: 0; display: block; position: relative; border: 1px solid #9fb2b4; font-size: 17px; font-family: 'Plus Jakarta Sans'; font-weight: 400; color: #ffffff !important; line-height: 130%; letter-spacing: 0; width: 100%; max-width: 100%; appearance: none; outline: 0; background-color: #477e88; }
.sidebar-page .sidebar-item.sidebar_search input.search-field {font-size: 20px; padding: 18px 65px 18px 25px;}
.sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm .widget select {background-image: url(images/sdbar-down-arrow-img.webp) !important; background-position: right 0 center; background-size: 60px 100%; background-repeat: no-repeat; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {position: absolute; right: 0px; top: 0; background-image: url(images/search-btn-img.webp) !important; background-repeat: no-repeat; border-radius: 0px !important; background-size: 65px 100%; background-position: right center; width: 61px; height: 100%; border: none; font-size: 0; cursor: pointer; background-color: transparent; padding: 0; outline: 0; transform: inherit; border-radius: 0; }
.sidebar-blog.blog-sidebar-itm input.search-submit {background-position: right 2px center; }
.sidebar-blog .sidebar-blog-item.blog_search {order: 3; }
.sidebar-blog .search-form {position: relative; }
#post-column-full .post-pagination {width: 100%; }
#post-column-full .nav-links {text-align: center; display: flex; justify-content: center; align-items: center; position: relative; gap: 10px; margin: 23px 0  0; }
#post-column-full .nav-links .page-numbers.current, #post-column-full .nav-links a.page-numbers:hover {background-color: #477e88; color: #fff; font-weight: 700; }
#post-column-full .nav-links {text-align: center; display: flex; justify-content: center; align-items: center; margin: 40px 0px 0; }
#post-column-full .nav-links a.prev.page-numbers:hover, #post-column-full .nav-links a.next.page-numbers:hover{filter: brightness(0); background-color: transparent;}
#post-column-full .nav-links .page-numbers {width: 67px; height: 67px; margin: 0px; padding: 5px; font-size: 28px; font-weight: 400; font-family: 'Plus Jakarta Sans'; line-height: 1; letter-spacing: 0; border: 0; text-align: center; color: #000; display: flex; justify-content: center; align-items: center; }
#post-column-full .nav-links .page-numbers.current {background-color: #477e88; color: #fff; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {font-size: 0; background-image: url(images/sprites-in.webp); display: inline-block; width: 46px; height: 25px; background-repeat: no-repeat; margin: 0 20px; border: none; padding: 0; background-position: -20px -64px; }
#post-column-full .nav-links a.next.page-numbers {background-image: url(images/sprites-in.webp); background-position:-20px -110px; }
.sidebar-page .sidebar-item.sidebar_search input.search-field {background-color: #fff; color: #000 !important; }
.sidebar-item.sidebar_search input.search-submit, .sidebar-item.sidebar_search input.search-submit {position: absolute; right: 0px; top: 0; background-image: url(./images/search-btn-img.webp) !important; background-repeat: no-repeat; border-radius: 0px !important; background-size: 66px 100%; background-position: right center; width: 66px; height: 100%; border: none; font-size: 0; cursor: pointer; background-color: transparent; padding: 0; outline: 0; border-radius: 0; }
.sidebar-blog.blog-sidebar-itm input, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm input.search-field {color: #fff !important; background-color: #477e88; }
.sidebar-page .sidebar-blog button:hover {background-position: right 0 center ; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget select option {color: #fff; }
.sidebar-blog.blog-sidebar-itm {flex-direction: column; gap: 0; overflow: hidden; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {background-color: transparent; border: 1px solid rgb(0 0 0 / 30%); padding: 26px 28px 38px; margin: 0; }
.sidebar-page .sidebar-item.sidebar_archives{margin: 0 !important; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-blog-item.blog_search {width: 100%; margin: 0 0 30px; }
.sidebar-page .sidebar-item.sidebar_posts  .sidebar-menu-pa ul li a {text-transform: capitalize; font-size: 21px; line-height: 1.2; padding-right: 20px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {padding: 0; background-color: transparent; border: 0; text-align: left; margin: 0 0 17px; font-size: 40px; font-family: 'Literata'; font-weight: 300; letter-spacing: -0.4px; line-height: 1; color: #000; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive {margin: 0 !important; }
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives {background-color: transparent; margin: 0 0 28px; padding: 0; }
.sidebar-page .sidebar-item.sidebar_search{background-color: transparent; margin: 0 0 50px; padding: 0; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{display: none; }

/*Team Page*/
#page-column .attorney-page h2{text-align: center; margin: 0 0 66px;}
.attrny-profile-image img{display: block;  }
#page-column .attrny-prfl-dtls h4{font-size: 32px; color: #ffffff; font-family: 'Literata'; font-weight: 200; text-align: center; text-transform: uppercase; }
#page-column .attrny-prfl-dtls h4 a{color: #ffffff;}
.in-attrny-itm {width: 34.8%; position: relative;     padding: 52px 0 0 32px;     margin: 0 0 60px;}
.attrny-profile-image {width: 91.2%; }
.view-lnk {text-align: center; }
#page-column .view-lnk a {color: #ffffff; text-align: center; text-transform: uppercase; font-size: 18px;  font-weight: 700; letter-spacing:1px; transition: 0.5s;}
#page-column .view-lnk a:hover{text-decoration: underline;}
.attrny-prfl-dtls {background-color: #477e88; position: absolute; bottom: -53px; width: 88%; left: 0; right: 0; margin: auto; padding: 17px 0 10px; }
.attrny-prfl-dtls:hover{background-color: #b65b3f;}
.attrny-profile-image:before {position: absolute; content: ""; border-top: 1px solid #000000; border-right: 1px solid #000000; top: 0; right: 0; width: 52%; height: 100%; }
.attrny-profile-image:after {position: absolute; content: ""; border-left: 1px solid #000000; border-bottom: 1px solid #000000; left: 0px; bottom: 0px; width: 100%; height: 80%; }
.in-attrny-itm:before {position: absolute; content: ""; width: 45%; height: 17%; border-top: 18px solid #477e88; border-left: 18px solid #477e88; top: -9px; left: -11px; }
.in-attrny-itm:after{position: absolute; content: ""; background-image: url(images/team-page-attrny-bg.webp); background-repeat: no-repeat; background-size: contain;     width: 91.4%; height: 51.6%; top: 28px; left: -14px; right: 0; margin: auto; opacity: 10%;}
.in-attrny-lst {display: flex; justify-content: center; flex-wrap: wrap; gap: 70px; }



/*Area served page*/
#page-content .areaserved-item-list {
    background-color: #931917;
    border-radius: 30px;
    padding: 45px;
    margin-bottom: 20px;
}

#page-content .areaserved-item-list h2 {
    color: #fff;
    text-align: center;
}

#page-content .areaserved-list {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#page-content .areaserved-item {
    width: 32%;
    margin: 0px 0.6% 1%;
    padding: 0px;
}

#page-content .areaserved-item:before {
    display: none;
}

#page-content .areaserved-item a {
    font-family: 'Plus Jakarta Sans';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #f6f2ea;
    color: #931917;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}

#page-content .areaserved-item a:hover {
    background-color: #000;
    color: #f6f2ea;
}

#page-content #areaserved-main {
    text-align: center;
}

.related-insights-posts .posts-list {
    width: 100%;
    padding: 0 0 60px;
}

.related-insights-posts .posts-thumbnail img{
    width: 100%;
    display: block;
    height: 235px;
    object-fit:cover;
    object-position: center;
}
.related-insights-posts {
    display: flex;
}
.related-insights-posts .posts-block {
    padding: 0 15px;
}
 




/*Cmn Box*/

.cmn-box {text-align: center; padding: 44px 60px 54px 50px; margin: 30px 0; position: relative; }
.cmn-box-cnslt-btn {display: flex; justify-content: center; gap: 20px; align-items: center; }
#page-column .cmn-box h2{font-size: 46px; text-align: center; text-transform: uppercase;     margin: 0 0 26px;}
.cnslt-btn a.cmn-btn {padding: 24px 54px; }
.cnslt-btn a.cmn-btn:hover{background-color: #477e88 !important;}
.cnslt-btn a.cmn-btn:hover:before{border-color: #b65b3f !important;}
#page-column .cmn-box h2 strong{font-size: 46px; letter-spacing: -1.4px; display: inline-block; font-weight: 200; border-bottom: 3px solid #b65b3f;}
#page-column .cmn-box h2::before {position: absolute; content: ""; background-repeat: no-repeat; width: 24%; height: 77px; left: 0; top: -10px; border-width: 18px medium medium 18px; border-style: solid none none solid; border-color: rgb(71, 126, 136) currentcolor currentcolor rgb(71, 126, 136); margin: auto; }
.cmn-box:before {position: absolute; content: ""; border-top: 1px solid #afafad; border-right: 1px solid #afafad; top: 0; right: 0; width: 68%; height: 100%; pointer-events: none; }
.cmn-box:after {position: absolute; content: ""; border-left: 1px solid #afafad; border-bottom: 1px solid #afafad; left: 6px; bottom: 0; width: 99.1%; height: 72%; pointer-events: none; }
#page-column .cnslt-call{position: relative; padding-left: 66px;}
#page-column .cnslt-call p{font-size: 20px;line-height:1 !important; text-align:left; margin: 0;}
#page-column .cnslt-call p a{font-size: 30px; display:table; font-weight: 800; letter-spacing: -0.7px;}
#page-column .cnslt-call p a:hover{color: #b65b3f !important;}
#page-column .cnslt-call a::after {position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -190px -20px; width: 45px; height: 45px; top: 0; left: 0px; bottom: 0; margin: auto; }

.cmn-box p{line-height:1.7 !important;}

/*Cmn-Box 2*/

.cmn-box.two {display: flex; justify-content: space-between; }
.cmn-box.two h2::before{display: none}
.cmn-box.two:before {background-image: url('images/cnsltn-box-two-lft-bfr-img.webp'); background-repeat: no-repeat; width: 53.1%; height: 80.6%; left: -38px; right: inherit; top: 13px; opacity: 10%; border: none; }
.cmn-box.two:after {display: none;}
#page-column .cmn-box.two h2 {font-size: 32px; text-align: left; text-transform: inherit; margin: 0 0 26px; letter-spacing: -0.7px; }
.cmn-box-two-img {width: 43.9%;   z-index: 1;}
.cmn-box-two-content {width: 52.7%;    padding: 26px 28px 0 0 ; }
.cmn-box.two {padding:30px 0px 0px 16px; }
#page-column .cnslt-btn.two .cnslt-call p{color: #fff; margin: 0 0 23px;}
#page-column .cnslt-btn.two .cnslt-call a::after {filter: brightness(0) invert(1); }
.cnslt-btn.two a.cmn-btn:before{border-color: #ffffff; width: 43%;}
.cnslt-btn.two a.cmn-btn:hover {background-color: #ffffff !important; color: #b65b3f !important; } 
.cnslt-btn.two a.cmn-btn:hover:before{border-color: #b65b3f;}
#page-column .cnslt-btn.two .cnslt-call{padding-left: 60px; }
#page-column .cnslt-btn.two .cnslt-call p a { margin: 5px 0 0; }
#page-column .cnslt-btn.two .cnslt-btn{text-align: left;}
#page-column .cnslt-btn.two .cnslt-btn a.cmn-btn{font-size: 18px; padding: 19px 36px;}

/*Practice Areas Page*/
#page-column .hm-practice-list {display: flex; justify-content: center; flex-wrap: wrap; margin: 0;gap:0 !important; }
#page-column .hm-practice-item{width: 100%; position: relative; text-align: center;}   
#page-column .hm-practice-item:hover{padding: 15px 15px 0;}
#page-column .hm-practice-item:before{top: 0;left: 0;display: none;}
#page-column .hm-practice-item:after{top: 0;right: 0;display: none;}
#page-column .hm-practice-item:hover {border: none;padding: 0;}
#page-column .hm-practice-item .hm-practice-image {position: relative;width:100%; }
#page-column .hm-practice-item:hover .hm-practice-image{padding: 0;}
#page-column .hm-practice-image::before{width: 100%;}
#page-column .hm-practice-item h5 {text-align: center;}
#page-column .hm-practice-item h5 a { font-size: 30; color: #ffffff; font-weight: 400;}
#page-column .hm-practice-image img {display: block; width: 100%; height: 100%; max-height: 380px; object-fit: cover; object-position: top; }
#page-column .hm-practice-item .hov a {position: absolute; bottom: 0; top: 0; left: 0; right: 0; margin: auto; font-size: 0; width: 100%; height: 100%; z-index: 9; }
#page-column .hm-practice-item{width: 30%;position: relative;}
#page-column .lft-blK {display: flex;justify-content: space-between;align-items: flex-start;width: 100%;padding-bottom: 60px;margin-bottom: 70px;border-bottom: 2px solid rgb(0 0 0 / 15%);}
#page-column .lft-blK ul.practice-sub-childs {width: 60%; display: flex; flex-wrap: wrap; justify-content: start; gap: 20px 15px; }
#page-column .hm-practice-list .lft-blK:last-child {margin-bottom: 0;padding: 0;border: none;}

#page-column .hm-practice-item {display: flex; justify-content: space-between; align-items: flex-start; }
#page-column ul.practice-sub-childs li {width: 32%;padding: 0;margin: 0;text-align: center;}
#page-column ul.practice-sub-childs li a {background: #477e88; color: #fff; padding: 15px 5px; line-height: 1.3; height: 100%; display: flex; justify-content: center; align-items: center; }
#page-column ul.practice-sub-childs li:before{display: none;}
#page-column ul.practice-sub-childs li a:hover {background: #bb6c55;}
#page-column .hm-practice-item:hover .hm-practice-image:after {width: 58%;}


/*Testimonial Styling*/
.widget.widget_fact_checked p {margin-bottom: 0px; }
.widget.widget_fact_checked p.mod_date span {margin-left: 10px; }
.widget.widget_fact_checked p.widget-names {margin-left: 10px; color: #fff; }
.checked-left img {filter: brightness(0) invert(1);}
.widget.widget_fact_checked p.widget-names a {text-decoration: underline !important; }
.widget.widget_team_bios .member_bios {padding: 20px 20px 0; text-align: center; margin-bottom:0px; color: #000; }
.widget.widget_team_bios .member_bios .bio_pic {margin-bottom: 15px; }
.widget.widget_team_bios .member_bios .bio_name p a{font-size: 20px; text-decoration: underline; font-weight: bold; }
section.widget.csae-res {background-color: #931917; padding: 20px 28px 30px; margin-bottom: 20px; text-align: center; }
section.widget.csae-res .sdbr-case-item h4 {font-size: 24px; line-height: 1; margin: 0 0 20px; color: #ffff; }
section.widget.csae-res .sdbr-case-item p {font-size: 16px; line-height: 1.6; margin: 0; color: #fff; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav ,section.widget .hm-insights.owl-carousel  .owl-nav{display: flex; justify-content: space-between; width: 64%; align-items: center; margin: auto; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button ,  section.widget .hm-insights.owl-carousel  .owl-nav button{width: 17px; height: 29px; background-color:transparent; font-size: 0; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev {width: 47px; height: 17px; background-image: url(images/sprites-in.webp); background-position: -335px -20px; font-size: 0; filter: brightness(0); }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev:hover, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev:hover{filter: inherit;}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next {width: 47px; height: 17px; background-image: url(images/sprites-in.webp); background-position: -335px -57px; font-size: 0; filter: brightness(0); }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next:hover, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next:hover, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next:hover, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next:hover{filter: inherit;}
section.widget.widget_recent_entries ul li:before{display: none;}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn:hover{color: #fff;}
.readMorebtn a{display: inline-block; padding: 16px 50px; background-color: #000; color: #fff; line-height: 1; text-transform: capitalize; }
.widget_recent_entries ul li{margin-bottom: 10px; }
section.widget.widget_team_bios{background-color: #fff4f4; padding:20px 20px 30px; margin-bottom: 20px; text-align: center; }
#page-column section.widget.csae-res, #page-column section.widget.widget_team_bios, #page-column  section.widget.testi, #page-column section.widget.widget_recent_entries {margin: 35px 0; }
#page-column section.widget.widget_recent_entries {padding-bottom: 30px; }
#page-column section.widget.widget_recent_entries h4.widget-title {text-align: center; }
#page-column section.widget.widget_recent_entries ul {display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 0; }
#page-column section.widget.widget_recent_entries ul li {width: 100%; position: relative; background-color: #ffffff80; padding: 18px 15px 58px; margin: 0; }
.hm-insights.owl-carousel .owl-item,  .hm-insights.owl-carousel .owl-stage{display: flex;}
#page-column section.widget.widget_recent_entries.hm {background-color: transparent; padding: 0; }
#page-column section.widget.widget_recent_entries.hm  h4.widget-title{text-align: left;}
#page-column section.widget.widget_recent_entries.hm ul li {background-color: #000;}
#page-column section.widget.widget_recent_entries ul li a {font-size: 22px; margin: 0 0 15px; display: inline-block; line-height: 1.1; }
#page-column section.widget.widget_recent_entries ul li p {font-size: 16px; line-height: 1.6; margin: 0 0 15px; color: #fff; }
#page-column section.widget.widget_recent_entries ul li .readMorebtn {position: absolute; bottom: 18px; }
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {margin: 0; font-size: 15px; padding: 14px 20px 12px; line-height: 1; }
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{font-family: 'Literata'; font-weight: 200; letter-spacing: 0; line-height: 1.1; margin: 0 0 25px; color: #050505; font-size: 45px; display: block; text-align: left; }
.cta-btn {text-align: center; margin-top: 20px; }
.cta-btn a.cmn-btn{color: #fff !important; font-size: 18px; padding: 18px 30px; }
.testimonial-cta-block{width: 100%; margin-bottom: 30px; }
.testimonial-cta-block .testi-slider.owl-carousel {display: block; margin: 0 0 30px; }
#page-column .testimonial-cta-block .testi-content p {color: #931917; }
.testimonial-cta-block .cta-btn {text-align: center; }
#page-column .testimonial-cta-block .cta-btn a{color: #fff; }
.testimonial-cta-block h2.cta-title {text-align: center; }
.testimonial-cta-block .testi-item {text-align: left; padding: 50px; position: relative; }
.testi-slider.owl-carousel .owl-stage-outer{padding-top: 15px;}
.testimonial-cta-block .testi-item h6:before{position: absolute; content: ""; background-repeat: no-repeat; width: 24%; height: 77px; left: 0; top: -10px; border-width: 18px medium medium 18px; border-style: solid none none solid; border-color: rgb(71, 126, 136) currentcolor currentcolor rgb(71, 126, 136); margin: auto; }
.testimonial-cta-block .testi-item:before {position: absolute; content: ""; border-top: 1px solid #000000; border-right: 1px solid #000000; top: 0; right: 3px; width: 73%; height: 100%; pointer-events: none; }
#page-column .testimonial-cta-block .testi-item h6{margin: 0}
.testimonial-cta-block .testi-item:after {position: absolute; content: ""; border-left: 1px solid #000000; border-bottom: 1px solid #000000; left: 6px; bottom: 0; width: 98.8%; height: 68%; pointer-events: none; }
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots {display: flex; justify-content: center; align-items: center; gap: 5px; margin: 20px 0 0; }
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots button {width: 12px; height: 12px; border-radius: 50px; background: #931917; }
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots button.active {background: #000; }
/*Case Result*/ #page-column .case-results-cta {margin-bottom: 30px; }
#page-column .case-results-cta .case-slider.owl-carousel {display: block; }
.page-container .full-width .case-results-cta .case-item,#page-column .case-results-cta .case-item {background-color: transparent ; width: 100%; text-align: center; margin: 0px ; border: 1px solid #b7b2b263; border-radius: 0px ; padding: 4px 4px 30px; }
.page-container .full-width .case-results-cta .case-item h4,#page-column  .case-results-cta .case-item h4, .page-container .full-width .case-results-cta .case-item p,#page-column  .case-results-cta .case-item p{color: #202020; }
#page-column .case-results-cta .cta-btn {text-align: center; }
.page-container .full-width .case-results-cta .cta-btn a, #page-column .case-results-cta .cta-btn a{background: #477e88 !important; }
.page-container .full-width .case-results-cta .cta-btn a:hover, #page-column .case-results-cta .cta-btn a:hover{background-color: #b65b3f !important; }
.page-container .full-width .case-results-cta .case-item h4,#page-column .case-results-cta .case-item h4 {background-color: #202020; color: #fff; padding: 13px 10px 35px; position: relative; margin: 0 0 20px; }
#page-column .case-results-cta .case-item h4:before {position: absolute; content: ""; background-color: #fff; width: 30%; height: 2px; bottom: 18px; left: 0; right: 0; margin: auto; }
#page-column .case-results-cta .case-slider {/*display: flex;*/ justify-content: center; gap: 20px; flex-wrap: wrap; }
.hm-case-item {background-color: #477e88; padding: 0px 0px 20px; }
#page-column .hm-case-title h5 {color: #ffffff; text-align: center; padding: 15px; background-color: #000000; }
#page-column .hm-case-item p{margin: 0;}
.page-container .full-width .case-slider .case-item{width: 48%; }
.full-width section.case-results-cta {margin: 30px 0; }
.page-container .full-width  h2.cta-title{font-size: 40px; text-align: center; }
.page-container .full-width .case-slider {display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
#page-column .case-results-cta {text-align: center; }
#page-column .case-results-cta .case-item p {margin: 0px; }
#page-column .widget.widget_related_insights h4 {text-align: left; padding: 0px; }
#page-column .widget.widget_related_insights ul li:before{top: 21px; }
#page-column .testimonial-cta-block .star-rating {background-image: url(images/sprites-in.webp); background-repeat: no-repeat; width: 150px; height: 25px; margin: auto 0 10px; background-position: -20px -20px; }
.team-member-cnt:hover{background-color: #b65b3f;}
#page-column section.widget.widget_team_member {margin: 0 0 30px; }
.team-member-block {display: flex; justify-content: center; gap: 30px; margin: 0px 0 40px; }
.team-member-itm {border: 2px solid #477e88; position: relative; width: 40%; padding: 20px 0 0; background: #fbf7f4; }
.team-member-img img {display: block; width: 100%; height: 100%; max-height: 300px; object-fit: cover; object-position: top; }
#page-column .team-member-cnt h5{color: #ffffff; text-align: center;}
.team-member-cnt {background-color: #477e88; width: 100%; margin: auto; padding: 12px 0 10px;transition: 0.5s; }
#page-column section.widget.widget_team_member h4.widget-title {text-align: center; }
#page-column section.widget.widget_team_member .team-inner-list {display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; }
#page-column section.widget.widget_team_member .team_member_item {width: 30%; text-align: center; position: relative; padding-bottom: 20px; border-bottom: 2px solid #9319177d; }
#page-column section.widget.widget_team_member .team_member_pic {margin: 0 auto 20px; width: 80%; }
#page-column section.widget.widget_team_member .team_member_tags {display: none; }
#page-column section.widget.widget_team_member .team_member_pic img {width: 100%; display: block; }
#page-column section.widget.widget_team_member .team_member_name p {margin: 0 0 15px; text-transform: uppercase; }
#page-column section.widget.widget_team_member .team_member_summary p {margin: 0; text-transform: capitalize; }
#page-column .widget.widget_related_insights h4 {text-align: left; padding: 0px; }
#page-column .widget.widget_related_insights ul li:before{top: 21px; }
.widget-description {max-height: 0; overflow: hidden; transition: max-height 0.3s ease; margin: 0; /* remove extra spacing */ }
.widget-description.active {max-height: 500px; /* adjust as needed */ margin-top: 10px; }
.widget-names {cursor: pointer; font-weight: bold; }
.fact-checked-sec {background-color: #477e88; padding: 30px 0px; }
.checked_by{font-size: 20px; line-height: 1.2; }
p.mod_date {font-size: 20px; width: 29%; display: flex; justify-content: flex-end;color: #fff;}
.checked-left {width: 100%; display: flex; justify-content: flex-start; align-items: center; position: relative; }
.widget.widget_fact_checked  a {color: #bf2724; }
.checked-left p.widget-names::before{position: absolute; content: ''; width: 16px; height: 16px; background-image: url(images/drop-down-arrow.webp); background-position: 0px 0px; background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; margin: auto; filter: brightness(0) invert(1);}
.checked-left p.widget-names.nameactive::before{transform: rotate(180deg); }
.checked-right {width: 100%; }
.widget.widget_fact_checked .fact_checked_inner {display: flex; justify-content: space-between; min-height: 45px; align-items: flex-start; }
.widget.widget_fact_checked .fact_checked_inner .checked_by {display: flex; justify-content: flex-start; align-items: center; width: 70%; }
.sidebar-page .sidebar-menu-pa ul li ul a:hover {color: #000 !important;}
section.widget.widget_related_insights {
    margin: 20px 0;
}
.page_default .genpg-rite section.no-results.not-found form.search-form, .page_default .genpg-rite section.no-results.not-found h1, p.gform_required_legend {display: none;}


body.page-id-118 .frt-from-bg .hm-form-rit {display: none;}
body.page-id-118 .hm-form-lft{width: 100%;}
body.page-id-118 .ftr-block-list {display: flex; justify-content: center; flex-wrap: wrap; }
body.page-id-118 .ftr-itm {width: 27%;padding-left: 60px;}
body.page-id-118 .hm-form-lft::before{display: none;}
body.page-id-118 .ftr-logo-img {width: 100%;max-width: 500px;margin: auto;}
body.page-id-118 .ftr-itm.logo {width: 100%;}
body.page-id-118 .ftr-itm.ftr-scl-icns {width: 18%;}
body.page-id-118 .ftr-itm.cont {border-right: 2px solid rgb(255 255 255 / 23%);border-left: 2px solid rgb(255 255 255 / 23%);}

.contact-page .hm-form-rit {width: 49%;padding: 44px 30px;}
.contact-page .hm-form .gform_wrapper .top_label input,.contact-page  .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {margin: 0px; width: 100%; color: #6f706d; outline: 0px; position: relative; border-radius: 0; font-family: 'Plus Jakarta Sans'; font-weight: 400; background: #fff; line-height: 1.2 !important; letter-spacing: 0px; font-size: 16px !important; padding: 14px 15px !important;}
.contact-page .hm-form .gfield.gfield--type-text,.contact-page .hm-form .gfield.gfield--type-phone,.contact-page .hm-form .gfield.gfield--type-email {width: 48% !important;}
.contact-page .hm-form .gform_wrapper .form-links a,.contact-page .hm-form .gfield--type-checkbox .gchoice label{color: #fff !important;}
.contact-page .hm-form .gfield--type-checkbox .gchoice label{display: block;}
.contact-page fieldset.chk{width: 100%;}
.contact-page fieldset.chk .gfield_checkbox .gchoice{display: flex;justify-content: flex-start;}
.contact-page fieldset.chk .gfield_checkbox input{width: max-content !important;margin: -4px 6px 0 0 !important;}
.contact-page .hm-form .gfield.popfield{color: #fff;width: 100%;}
.contact-page .hm-form .gform_wrapper .top_label textarea {height: 100px !important;}
.contact-page .hm-form .gform_wrapper .form-links a,.contact-page .hm-form .gfield--type-checkbox .gchoice label {cursor: pointer;font-size: 15px;}

.contact-page .hm-form .gform_wrapper .gform_footer.top_label {margin: -50px auto 0;}
.contact-page .hm-form .top_label button.gform_button {padding: 18px 37px !important;font-size: 18px}
.cont-map {width: 49%;}
.contc-cont {display: flex;justify-content: space-between;}
.cont-map iframe{height: 100%;border: 3px solid #477e88 !important;}



/* responsive */

@media screen and (min-width:1921px) {

.hm-attorney-sec .container, .hm-practice-sec .container{max-width: 1920px;}   
.hm-trusted-sec {background-position: center;}
.hm-compassionate-sec .container::before{display: none;}

}


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

.text-heading {font-size: 75px; margin: 0 0 30px; }
.hm-attorney-lft {padding-left: 95px; }
.hm-attorney-sec .container {padding: 0 90px; }
.hm-attorney-rit {padding-right: 90px; }

.hm-compassionate-sec .container::before {top: 65px; left: 214px; }
.hm-experienced-left {left: 92px;}

}


@media screen and (max-width:1800px) {
.container{max-width: 1600px;}

.text-heading {font-size: 68px; margin: 0 0 35px; }

.header-number {gap: 14px; }
#main-navigation ul li {padding-right: 32px; margin: 0 12px; }
.header-call-text p {font-size: 17px; }
.header-call a {font-size: 23px; padding: 20px 24px 20px 68px; }
.header-number .header-call a:before {transform: scale(0.9); left: 23px; }

.hm-banner-sec {padding: 225px 0 330px;}

.hm-practice-title h3 {font-size: 34px;}

.hm-serving-sec .container{padding-right: 60px;} 
.hm-serving-sec-right p {font-size: 17px;line-height: 1.8;margin: 0 0 32px;} 
.hm-serving-sec-left .hm-serving-lft-img {padding: 44px 38px 10px; }
.hm-serving-sec-blk:before {transform: scale(0.9); bottom: -33px; left: -300px; }
.hm-serving-sec-left::before {width: 51%; }
.hm-serving-btn a.cmn-btn {padding: 24px 54px; }


.hm-compassionate-sec-blk {padding-left: 68px; }
.hm-compassionate-sec {  background-position: 89% 100%;}

.hm-experienced-right h3 {font-size: 50px; padding: 0 0 34px; margin: 0 0 30px; }
.hm-experienced-left::before {transform: scale(0.93); top: -19px; left: -128px; }
.hm-experienced-right {padding: 50px 0 0; }
.hm-experienced-call-btn a.cmn-btn {padding: 22px 37px 22px 62px; }
.hm-experienced-call-btn a::after {left: 25px; transform: scale(0.9); }
.hm-experienced-reviews-btn a.cmn-btn {padding: 22px 52px; }
.hm-experienced-left {max-width: 652px;}

.hm-attorney-sec {padding: 75px 0 0; }
.hm-attorney-sec .container {padding: 0 78px; } 
.hm-attorney-mdl h5 {font-size: 20px; letter-spacing: 4.5px; margin: 0 0 24px;}
.hm-attorney-view-btn a {font-size: 17px; padding: 68px 22px 46px; }
.hm-attorney-view-btn a:before {transform: scale(0.9); top: 36px; }
.hm-attorney-blk h3 {font-size: 26px; letter-spacing: 8.5px; top: 136px; left: 30px; }
.hm-attorney-rit {padding-right: 80px; }
.hm-attorney-lft {padding-left: 70px; }
.hm-attorney-mdl {padding: 145px 0 0; }
.hm-attorney-rit:before {width: 42%;}

.hm-prbt-ltgn {padding: 38px 38px 80px; }
.hm-prbt-ltgn-itm h3 {font-size: 45px; }
.hm-prbt-ltgn-itm:before {transform: scale(0.9);}
.hm-prbt-ltgn-itm-hvr h4 {margin: 0 0 35px; font-size:40px; }

.hm-testimonials {padding: 100px 0 80px;}
.hm-testimonials h4 { font-size: 20px; }
.hm-testimonials h2 { margin: 0 0 32px;}
.hm-testi-item p {font-size: 17px;line-height: 1.6;}
.hm-testi-item h5 { font-size: 20px; bottom: 40px; left: 80px;}
.hm-testi-btn a.cmn-btn {padding: 22px 60px;  }
.hm-testi-item { width: 100%; padding: 40px 90px 80px 80px;}
.hm-testi-btm p { font-size: 33px;}
.hm-testi-btn {margin: 0 auto 90px;}
.hm-testi-item::after {transform: scale(0.9); }
.hm-testimonials .star-rat {transform: scale(0.9); margin: 0px 0px 14px -10px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {transform: scale(0.9); }
.hm-testi-list.owl-carousel .owl-nav {margin: 48px auto -60px; }
.hm-testi-btn {margin: 0 auto 72px; } 

.ftr-itm.loc { margin-bottom: 60px; }
.ftr-itm h4 { font-size: 38px;margin: 0 0 15px;}
.ftr-itm p { font-size: 19px; padding-left: 70px; }
.hm-form-sec {gap: 100px;}
.hm-form-rit .text-heading { margin-bottom: 25px;}
.hm-form-rit p { font-size: 19px;     margin-bottom: 30px;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {    padding: 20px 25px !important;}
.hm-form .gform_wrapper .top_label textarea {    height: 175px !important;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {    font-size: 17px;}
.hm-form .top_label button.gform_button {    font-size: 18px !important;}
.ftr-block-sec { padding: 55px 0px 45px 0px; }
fieldset.chk{width: 44%;}
#footer-navigation ul li a { font-size: 17px; }
#footer-navigation ul li {    padding: 0 50px;}
.ftr-copyrights-sec { padding: 32px 0px; }
.ftr-itm.cont p a {font-size: 30px;}
.ftr-itm.ftr-scl-icns p.frt-facebook-icon a { transform: scale(0.9);} 
.ftr-itm.cont h4 { padding-bottom: 6px; margin-bottom: 20px; }
.ftr-itm { margin-bottom: 70px; }


}

@media screen and (max-width:1700px) {
 .container{max-width: 1550px;}
    
.text-heading {font-size: 62px; margin: 0 0 35px; }
a.cmn-btn {padding: 22px 44px; }

#main-navigation ul li {padding-right: 28px; }
#main-navigation ul li a {font-size: 17px; }
.header-call-text p {font-size: 16px; }
.header-call a {font-size: 21px; padding: 20px 22px 20px 64px; }
.header-number .header-call a:before {transform: scale(0.85); }

.hm-practice-sec h2.text-heading {margin: 0 0 46px; }
.hm-practice-title h3 {font-size: 30px; }
.hm-practice-item:hover .hm-practice-image:after {transform: scale(0.9) !important; left: 0; bottom: -9px; }
.hm-practice-list {margin: 0 0 48px; }
.hm-prbt-ltgn-itm {padding-top: 110px; } 
.hm-practice-item:hover .hm-practice-title {bottom: 152px; }
.hover-link:before {width: 55%;}    

.hm-experienced-left::before {transform: scale(0.855); top: -45px; left: -149px; }
.hm-experienced-right h3 {font-size: 48px;padding: 0 0 30px; margin: 0 0 27px;}
.hm-experienced-left {max-width: 600px; }

.hm-trusted-sec .container{max-width: 1400px;}

.hm-serving-sec-right h2 {font-size: 62px;}


}

@media screen and (max-width:1600px) {
.container {max-width: 1400px;padding-right: 60px;}

.text-heading {font-size: 55px; margin: 0 0 30px; }
a.cmn-btn {font-size: 19px;padding: 20px 40px; }

#main-navigation ul li { padding-right: 24px;  }
#main-navigation ul li a {font-size: 16px; }
.header-number .header-call a:before {transform: scale(0.8); left: 16px; }
.header-call a {font-size: 18px; padding: 18px 20px 18px 54px; }

.hm-banner-sec {padding: 200px 0 280px; }

.hm-serving-sec .container {padding-right: 45px; }
.hm-serving-sec-left .hm-serving-lft-img {padding: 40px 34px 10px; } 
.hm-serving-sec-right p {margin: 0 0 20px; line-height: 1.7; }
.hm-serving-sec-blk:before {transform: scale(0.8); bottom: -8px; left: -227px; }
.hm-serving-btn a.cmn-btn {padding: 22px 50px; }
.hm-serving-sec-right p:last-of-type {margin: 0 0 42px; }
.hm-serving-sec-right {width: 46.1%;}
.hm-serving-sec-right h2 {font-size: 60px;}
.hm-serving-sec-right h2 strong {font-size: 30px;}

.hm-practice-sec {padding: 40px 0 80px; }
.hm-practice-sec h2.text-heading {margin: 0 0 40px; }
.hm-practice-title h3 {font-size: 27px; letter-spacing: -0.3px; }
.hm-practice-title {bottom: 30px; }
.hm-practice-item:hover .hm-practice-image:after {transform: scale(0.85) !important; bottom:-10px; }
.hm-practice-list {margin: 0 0 40px; }
.hm-practice-sec h5 {font-size: 20px; letter-spacing: 3px;}
.hm-practice-item:hover .hm-practice-title {bottom: 130px; }

.hm-compassionate-sec {padding: 70px 0 90px; background-position: 84% 100%;}
.hm-compassionate-sec .container::before {top: 59px; left: 123px; }
.hm-compassionate-sec-blk p { font-size: 17px; line-height:1.9; margin: 0 0 25px;} 
.hm-compassionate-sec-blk {padding-left: 52px; }
.hm-compassionate-rgt-blk {right: 88px;}

.hm-awards-sec {padding: 80px 0 50px; }
.hm-awards-sec h2 {font-size: 19px; margin: 0 0 35px; }
.hm-awards-sec-item {padding: 10px 24px; }

.hm-experienced-right h3 {font-size: 44px; padding: 0 0 25px; margin: 0 0 24px; }
.hm-experienced-left::before {transform: scale(0.77); top: -74px; left: -176px; }
.hm-experienced-left {max-width: 535px;bottom: 40px;left: 85px;}
.hm-experienced-right {padding: 40px 0 0; }
.hm-experienced-call-btn a.cmn-btn {padding: 20px 32px 20px 58px; }
.hm-experienced-call-btn a::after {left: 20px; transform: scale(0.85); }
.hm-experienced-reviews-btn a.cmn-btn {padding: 20px 48px; }
.hm-experienced-sec {padding: 40px 0 60px; }
.hm-experienced-right h2.text-heading {margin: 0 0 15px; }

.hm-attorney-sec {padding: 70px 0 0; }
.hm-attorney-sec .container {padding: 0 70px; }
.hm-attorney-mdl {padding: 130px 0 0; }
.hm-attorney-mdl .text-heading {margin: 0 0 22px; }
.hm-attorney-mdl h5 {font-size: 19px; letter-spacing: 4.3px; margin: 0 0 20px; }
.hm-attorney-mdl p {font-size: 17px; line-height: 1.9; margin: 0 0 22px; }
.hm-attorney-btn a.cmn-btn {padding: 24px 54px; }
.hm-attorney-view-btn a {font-size: 16px; padding: 64px 20px 42px; }
.hm-attorney-view-btn a:before {transform: scale(0.8); top: 33px; }
.hm-attorney-blk h3 {font-size: 23px; letter-spacing: 8.5px; top: 120px; left: 30px; }
.hm-attorney-lft:before {width: 41%; right: 64px; }
.hm-attorney-rit:before {width: 49%; left: 50px; }
.hm-attorney-image:before {width: 35%; height: 9%; top: 54px;     border-width: 18px;}
.hm-attorney-image.rit:before {border-width: 18px; }
.hm-attorney-cnt {padding: 0 62px 0 26px; }
.hm-attorney-rit {padding-right: 75px; }

.hm-prbt-ltgn {padding: 36px 36px 74px; }
.hm-prbt-ltgn-itm h3{font-size: 42px; }
.hm-prbt-ltgn-itm:before {transform: scale(0.8);}
.hm-prbt-ltgn-itm-hvr h4 {font-size:36px; margin: 0 0 30px;  }
.hm-prbt-ltgn-itm {padding-top: 100px; } 
.hm-prbt-ltgn-cnt p {font-size: 17px; padding-right: 34px; line-height: 1.7; }
.hm-prbt-ltgn-blk {gap: 25px; }

.hm-testimonials {padding: 90px 0 70px;}
.hm-testimonials h4 { font-size: 19px; letter-spacing: 4.5px; }
.hm-testimonials h2 { margin: 0 0 28px;}
.hm-testi-item p {font-size: 16px;line-height: 1.8;}
.hm-testi-item h5 {font-size: 19px; bottom: 36px; left: 52px; }
.hm-testi-list .owl-item:before{width: 64%;}
.hm-testi-btn a.cmn-btn {padding: 20px 56px;  }
.hm-testi-item {padding: 37px 80px 70px 50px;}
.hm-testi-btm p { font-size: 30px;}
.hm-testi-btn {margin: 0 auto 80px;}
.hm-testi-item::after {transform: scale(0.85); }
.hm-testimonials .star-rat {transform: scale(0.85); margin: 0px 0px 14px -12px; }
.hm-testi-list .owl-item:after {height: 68%;}
.hm-testimonials .container{max-width: 1400px;}



.hm-form-sec { gap: 90px; } 
.ftr-itm.loc { margin-bottom: 55px; }
.ftr-itm h4 { font-size: 35px; padding-bottom: 10px; }
.ftr-itm p a { font-size: 15px;}
.ftr-itm{padding-left: 35px;}
.ftr-itm.loc { margin-bottom: 60px;  }
.ftr-itm p { font-size: 18px; padding-left: 65px; }
.ftr-itm.cont p::before {left: 20px;}
.ftr-itm.cont p a { font-size: 28px; margin-top: 8px; }
.hm-form-rit .text-heading { margin-bottom: 20px; }
.ftr-itm p::before {transform: scale(0.9);}
.hm-form-rit { padding: 40px 38px 70px; }
.ftr-block-sec { padding: 50px 0px 40px 0px; }
.hm-form .gform_fields {gap: 13px !important; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 16px; }
.hm-form .gform_wrapper .gform_footer.top_label {margin: -50px auto 0; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {margin: 15px 0 0px !important; }
#footer-navigation ul li { padding: 0 45px; }
#footer-navigation ul li::before {height: 17px;}
.ftr-copyrights-sec { padding: 30px 0px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 17px !important; padding: 18px 22px !important; }
.hm-form .gform_fields {gap: 14px;}
.hm-form .top_label button.gform_button { font-size: 17px !important; padding: 20px 30px !important; }
.ftr-copyrights-sec p {    font-size: 17px;}
.hm-form-lft {    padding-top: 50px;}
.hm-form-rit p { font-size: 18px; margin-bottom: 25px; }
.ftr-itm.ftr-scl-icns p.frt-facebook-icon a {transform: scale(0.85); }

.hm-trusted-sec .container{max-width: 1300px;}
.hm-trusted-sec h2 {font-size: 78px;}
.hm-trusted-sec h3 {font-size: 34px;}
.hm-trusted-sec p {font-size: 19px;}
.hm-trusted-sec {padding: 60px 0 320px;}

}

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

@media screen and (max-width:1440px) {
 .container, .hm-banner-sec .container {max-width: 1200px;padding-right: 40px;}
 .page-container, .post-container {max-width: 1200px;}

a.cmn-btn {padding: 18px 35px; font-size: 18px; }
.text-heading {font-size: 50px; margin: 0 0 25px; }

#main-navigation ul li { padding-right: 15px;  }
#main-navigation ul li a {font-size: 15px; }
.header-call-text p {font-size: 15px; } 
.header-number {gap: 12px;    margin: 0 0 15px; }
.header-number .header-call a:before {transform: scale(0.75); left: 12px; }
.header-call a {font-size: 17px; padding: 16px 20px 16px 45px; }
#main-navigation ul {font-size: 0; }

.hm-banner-sec {padding: 180px 0 250px; }
.hm-banner-blk {padding-top: 70px; }
.hm-banner-sec p {font-size: 17px; letter-spacing: 3.5px; }
.hm-banner-sec h1 {font-size: 85px; margin: 0 0 25px; }
.hm-banner-sec h1 strong {font-size: 50px; padding: 11px 35px 17px; }
.hm-banner-btn a.cmn-btn {padding: 20px 42px; }
.hm-banner-sec .container:before {border-top: 18px solid #477e88; border-left: 18px solid #477e88; left: 35px; }

.hm-serving-sec .container {padding-right: 40px; }
.hm-serving-sec-left .hm-serving-lft-img {padding: 25px 25px 10px; } 
    .hm-serving-sec-right p {font-size: 16px; margin: 0 0 10px; }
.hm-serving-btn a.cmn-btn {padding: 20px 40px; }
.hm-serving-sec-right p:last-of-type {margin: 0 0 20px; }
.hm-serving-sec-blk:before {transform: scale(0.7); bottom: 12px; left: -178px; }
.hm-serving-sec-right {width: 44.1%; }
.hm-serving-sec {padding: 65px 0 35px; }
.hm-serving-sec-left::before {border-width: 15px;}
.hm-serving-sec-left::after {height: 86.4%;}
.hm-serving-sec-right h2 {font-size: 50px;}
.hm-serving-sec-right h2 strong {font-size: 26px;margin-top: 15px;}

.hm-practice-sec {padding: 40px 0 70px; }
.hm-practice-sec h2.text-heading {margin: 0 0 35px; }
.hm-practice-title h3 {font-size: 24px; }
.hm-practice-title {padding: 0 15px; }
.hm-practice-item:hover .hm-practice-image:after {transform: scale(0.8) !important;bottom: -12px;}
.hm-practice-list {margin: 0 0 32px; }
.hm-practice-item:before, .hm-practice-item:after{border-width: 5px; } 
.hm-practice-item:hover .hm-practice-image {padding: 10px; }
    .hm-practice-sec h5 {font-size: 19px; letter-spacing: 2px; } 
    .hm-practice-item:hover .hm-practice-title {bottom: 115px; }
.hover-link:before {width: 50%;}
    
.hm-compassionate-sec { padding: 60px 0 80px;}
.hm-compassionate-sec .container::before {top: 48px; left: 123px; border-width: 15px; }
.hm-compassionate-sec-blk h2.text-heading {margin: 0 0 15px; }
.hm-compassionate-sec-blk {padding-left: 46px; }
.hm-compassionate-sec-blk p {font-size: 16px; line-height: 1.8; margin: 0 0 18px;} 
.hm-compassionate-sec::after {width: 46%;right: 60px;}
.hm-compassionate-rgt-blk {right: 75px; }
.hm-compassionate-rgt-blk::before {border-width: 14px ; width: 30.9%; height: 70px; top: -6px; left: -9px;}


.hm-awards-sec {padding: 70px 0 40px; }
.hm-awards-sec h2 {font-size: 18px; margin: 0 0 30px;letter-spacing: 7px;}
.hm-awards-sec-item {padding: 10px 22px; }
.hm-awards-sec-list {gap: 18px; margin: 0; }

.hm-experienced-right h2.text-heading {margin: 0 0 10px; }
.hm-experienced-right h3 {font-size: 38px; padding: 0 0 20px; margin: 0 0 25px; }
.hm-experienced-left::before {transform: scale(0.7); top: -96px; left: -195px; }
.hm-experienced-left {max-width: 490px; bottom: 51px; left: 64px; }
.hm-experienced-reviews-btn a.cmn-btn {padding: 18px 34px;  }
.hm-experienced-call-btn a.cmn-btn {padding: 19px 28px 19px 50px; }
.hm-experienced-call-btn a::after {left: 17px; transform: scale(0.75); }
.hm-experienced-right {padding: 25px 0 0; }

.hm-attorney-sec {padding: 65px 0 0; }
.hm-attorney-mdl {padding: 110px 0 0; }
.hm-attorney-sec .container {padding: 0 50px; }
.hm-attorney-blk h3 {font-size: 21px; left: 26px;}
.hm-attorney-lft {padding-left: 56px; }
.hm-attorney-cnt {padding: 0 58px 0 22px; }
.hm-attorney-mdl .text-heading {margin: 0 0 24px; }
.hm-attorney-mdl h5 {font-size: 18px;letter-spacing: 2.3px;}
.hm-attorney-image.lft:before {left: 4px; width: 32%; border-width: 12px; }
.hm-attorney-image.rit:before {border-width: 12px;right: 5px;width: 30%;}
.hm-attorney-view-btn a {padding: 56px 18px 40px; }
.hm-attorney-view-btn a:before {transform: scale(0.75); top: 25px; }
.hm-attorney-lft:after , .hm-attorney-rit:after {height: 67%;width:24%; } 
.hm-attorney-rit:before {width: 46%; }
.hm-attorney-rit {padding-right: 62px; }
.hm-attorney-view-btn {bottom: 60px; } 
.hm-attorney-rit h3 {right: 29px; }
.hm-attorney-btn a.cmn-btn {padding: 22px 50px; }

.hm-prbt-ltgn {padding: 34px 30px 70px; }
.hm-prbt-ltgn-itm h3 {font-size: 33px; }
.hm-prbt-ltgn-itm:before {transform: scale(0.7);}
.hm-prbt-ltgn-itm-hvr h4 {font-size: 33px; margin: 0 0 23px; padding: 0 0 22px; }
.hm-prbt-ltgn-itm-hvr {padding: 42px 26px 38px 68px; }
.hm-prbt-ltgn-blk {gap: 20px; }
.hm-prbt-ltgn-cnt p {font-size: 16px;letter-spacing: 0.2px;}
.hm-prbt-ltgn-itm {padding-top: 96px; }
.hm-prbt-ltgn.active .hm-prbt-ltgn-itm-hvr {padding: 20px 0px 0 20px;}

.hm-testimonials {padding: 80px 0 60px;}
.hm-testimonials h4 {font-size: 18px; letter-spacing: 4.4px; margin-bottom: 12px; }
.hm-testimonials h2  {margin: 0 0 27px;}
.hm-testi-item h5 {font-size: 20px; bottom: 40px; left: 42px; }
.hm-testi-btn a.cmn-btn {padding: 18px 52px;  }
.hm-testi-item {  padding: 30px 50px 90px 40px;  }
.hm-testi-btm p { font-size: 25px;}
.hm-testi-btn {margin: 0 auto 70px;}
.hm-testi-item::after {transform: scale(0.8); }
.hm-testimonials .star-rat {transform: scale(0.8); margin: 0px 0px 12px -15px; }
.hm-testi-item::before {border-width: 15px; }
.hm-testi-list.owl-carousel .owl-nav {max-width: 550px; margin: 40px auto -58px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {transform: scale(0.8); }
.hm-testimonials .container{max-width: 1200px;}
.hm-testi-list .owl-item:before {width: 59%;}
.hm-testi-item::before {left: -5px;top: -6px;border-width: 10px;}


.hm-trusted-sec {padding: 70px 0 450px; }
.hm-trusted-sec h2 {font-size: 84px; letter-spacing: -1.8px; margin: 0 0 20px; }
.hm-trusted-sec h3 {font-size: 38px; margin: 0 0 18px; }
.hm-trusted-sec p {font-size: 19px; line-height: 1.6; margin: 0 0 40px; }
.hm-trusted-discussbtn a.cmn-btn {padding: 22px 28px; }
.hm-trusted-call-btn a.cmn-btn {padding: 22px 30px 22px 70px;  }
.hm-trusted-call-btn a::after {transform: scale(0.9); left: 28px; }

.hm-form-lft { padding-top: 40px; padding-left: 5px; }
.ftr-itm { margin-bottom: 50px; }
.ftr-itm.loc { margin-bottom: 45px; }
.ftr-itm.cont { margin-bottom: 35px; }
.ftr-itm h4 { font-size: 32px; padding-bottom: 10px; }
.ftr-itm.cont p a { font-size: 23px; }
.ftr-itm.cont h4 { margin-bottom: 15px;}
.ftr-itm p::before { left: 20px; }
.ftr-itm p { font-size: 16px; padding-left: 60px; }
.hm-form-sec { gap: 70px; } 
.hm-form-rit p { font-size: 17px; margin-bottom: 20px; }
.hm-form-rit { padding: 30px 35px 50px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 15px !important; padding: 16px 16px !important; }
.hm-form .gform_fields {gap: 10px !important; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { margin: 10px 0 0px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 150px !important; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 15px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { width: 11px !important; height: 11px !important; margin: 2px 2px 0px 0 !important; }
.hm-form .top_label button.gform_button { font-size: 15px !important; padding: 18px 20px !important; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: -46px auto 0; }
fieldset.chk{ width: 47%;}
.hm-form-lft::before { height: 65.8%; bottom: 64px; }
.ftr-block-sec { padding: 40px 0px 30px 0px; }
#footer-navigation ul li { padding: 0 40px; }
#footer-navigation ul li a { font-size: 15px; }
#footer-navigation ul li::before { height: 16px; }
.ftr-copyrights-sec { padding: 25px 0px; }
.ftr-copyrights-sec p { font-size: 16px; }
.ftr-itm.ftr-scl-icns p.frt-facebook-icon a {transform: scale(0.8); }
.ftr-copyrights-sec p img {width: 68px;}


.hm-trusted-sec .container{max-width: 1200px;}
.hm-trusted-sec h2 {font-size: 68px;}
.hm-trusted-sec h3 {font-size: 30px;}
.hm-trusted-sec p {font-size: 18px;}
.hm-trusted-sec {padding: 70px 0 280px;}
.hm-trusted-blk::after {width: 25px;height: 150px;bottom: -167px;left: -12px;}
.hm-trusted-blk::before {height: 530px;}
.hm-trusted-sec::before {width: 30%;height: 60%;background-size: 100% 100%;top: 0;bottom: 0;}

/*Inner Pages*/

#main-heading{padding: 220px 0 140px}
#main-heading strong.page-title,#main-heading h1 {font-size:58px; }
#main-heading .inrpg-breadcrumbs{font-size: 18px;}
#post-content, #page-content {padding: 90px 0; }
#main-heading:after {width: 28.5%;height: 62%;background-size: 100% 100%;}

#page-column h1,#post-content h1{font-size: 50px; }
#page-column h2{font-size: 44px}
#page-column h3,#post-content h3 {font-size: 42px; }
#page-column h4,#post-content h4 {font-size: 38px; }
#page-column h5 ,#post-content h5 {font-size: 30px; }
#page-column h6 ,#post-content h6 {font-size: 22px; }
#page-column p, #post-content p , #page-column li, #post-content li{font-size: 17px;}
#page-column ul li {padding-left: 20px; }
#page-column ul li:before {width: 9px; height: 9px; }

.sidebar-page .sidebar-item h2, h4.widget-title { font-size: 50px; padding: 0 0 20px;}
.sidebar-page .sidebar-menu-pa ul li a {font-size: 23px; padding: 16px 25px 15px 36px; }
.sidebar-page .sidebar-menu-pa ul li a::before {width: 9px; height: 9px; top: 24px; left: 18px; }
.sidebar-page .sidebar-item {margin: 0 0 40px; padding: 14px 20px 38px; }

.sidebar-page section.widget.testi {padding: 22px 30px 36px; margin: 0 0 40px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 26px; font-size: 48px; }
#page-content section.widget.testi .testi-item .star-rat {transform: scale(0.9); }
#page-content section.widget.testi .testi-item p {font-size: 17px; line-height: 1.8; margin-bottom: 18px; }
#page-content section.widget.testi .testi-item h6 {font-size: 24px; margin-bottom: 32px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev , section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next {transform: scale(0.9); }
.sidebar-page section.widget.testi:before {transform: scale(0.9);}

.sidebar-item.sidebar_search input.search-submit, .sidebar-item.sidebar_search input.search-submit {background-size: 64px 95%; }
.sidebar-page .sidebar-item.sidebar_search input.search-field {font-size: 19px; padding: 17px 62px 17px 23px; }
.sidebar-page .sidebar-item.sidebar_search {margin: 0 0 44px; }
.sidebar-page .sidebar-item.sidebar_posts  .sidebar-menu-pa ul li a {font-size: 20px; }

.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 24px 26px 34px; }
.sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-page .sidebar-item.sidebar_search input.search-field {padding: 15px 62px 15px 22px; font-size: 16px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {margin: 0px 0 15px; font-size: 38px;  }
.sidebar-page .sidebar-menu-pa .sub-menu li a {padding: 8px 20px 8px 26px;}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {top: 15px;left: 8px;}

#page-column .single-meta {margin: 0 0 25px; }

.contact-page #page-column h2 {margin: 0 0 42px; }
.contact-page .in-cont-list {margin: 0 0 78px; }
.contact-page .in-cont-item {padding: 50px 22px 40px; }
#page-column .in-cont-item h4 {font-size: 38px; padding-top: 80px; margin: 0 0 12px; }
#page-column .in-cont-item.phn p a {font-size: 34px; margin: 8px auto 0; }
#page-column .in-cont-item p {font-size: 19px; }
#page-column .in-cont-item h4:before { transform: scale(0.9);  top: -8px; }
.in-cont-item.icons .scl-icons  a.facebook {transform: scale(0.9); }

#page-content .review-item {padding: 38px 80px 55px 70px; margin: 0 0 25px; }
.review-item .star-rat {margin: auto 0 10px -12px; transform: scale(0.9); }
#page-content .inn-review::after {transform: scale(0.9);}
#reviews-main {gap: 26px; }
#page-column .in-review-btn a.cmn-btn {font-size: 17px; }

#page-column .attorney-page h2 {margin: 0 0 58px; }
.in-attrny-itm {padding: 50px 0 0 30px; margin: 0 0 52px; }
.attrny-prfl-dtls {bottom: -48px; padding: 15px 0 10px; }
#page-column .attrny-prfl-dtls h4 {font-size: 30px;    margin: 0 0 18px; }
#page-column .view-lnk a {font-size: 17px; }
.in-attrny-lst {gap: 60px; }


.sidebar-blog {gap: 20px; margin: 0 0 20px; }
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-page .sidebar-item.sidebar_search input.search-field {padding: 13px 62px 15px 24px; font-size: 19px; line-height: 1.7;  } #post-column-full .nav-links {margin: 30px 0px 0; }
#post-column-full .nav-links .page-numbers {width: 60px; height: 60px; font-size: 27px; }
#post-content .posts-list .posts-block h3 a {font-size: 24px; line-height: 1.3; }
.posts-list {padding: 12px 8px 46px; }
.posts-readmore {position: absolute; left: 29px; bottom: 18px; }
#post-content .posts-list .posts-block {padding: 20px 28px 0px 20px;}
#post-content .posts-list .posts-readmore a {font-size: 15px; letter-spacing: 2.5px; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {transform: scale(0.9); }

.single-profile-image {margin: -50px 0 0; }
.single-profile-block {margin: 50px 0 40px; padding: 0 15px 0 32px; }
.sngl-prfl-dtls {padding: 48px 10px 0 0; }
#page-column .sngl-prfl-dtls h3 {font-size: 53px; margin: 0 0 20px; }
.sngl-prfl-phn {padding-left: 56px; }
#page-column .sngl-prfl-phn p {font-size: 19px; margin: 0 0 22px; }
#page-column .sngl-prfl-phn a::after {transform: scale(0.9); }
#page-column .sngl-prfl-phn p a {font-size: 34px; }
.sngl-prfl-btn a.cmn-btn {font-size: 17px; padding: 20px 38px; }
#page-column .accordion-profile h3 {padding: 12px 48px 16px 26px; font-size: 23px; }
#page-column .accordion-profile .accordion-profile-content {padding: 16px 0px 0; }
#page-column .accordion-profile h3::before {transform: scale(0.9); }

#page-column .hm-practice-item h5 a {font-size: 28px; }
#page-column .hm-practice-item:hover .hm-practice-image:after {bottom: -12px; }


.cmn-box {padding: 40px 54px 52px 48px; margin: 0 0 35px; }
#page-column .cmn-box h2 {font-size: 48px; margin: 0 0 22px; }
#page-column .cmn-box h2 strong {font-size: 52px; }
.cnslt-btn a.cmn-btn {padding: 22px 48px; }
#page-column .cnslt-call {padding-left: 62px; }
#page-column .cnslt-call p {font-size: 19px; }
#page-column .cnslt-call a::after {transform: scale(0.9);}
#page-column .cnslt-call p a {font-size: 33px; }

.cmn-box.two {padding: 25px 0px 0px 16px; }
#page-column .cmn-box.two h2 {font-size: 34px; margin: 0 0 22px; }
#page-column .cnslt-btn.two .cnslt-call {padding-left: 56px; }
#page-column .cnslt-btn.two .cnslt-btn a.cmn-btn {font-size: 17px; padding: 18px 30px; }
.cmn-box-two-content {padding: 22px 24px 0 0 ; }

p.mod_date {font-size: 18px; width: 29%; }
.checked_by {font-size: 18px; line-height: 1.2; }
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{font-size: 35px; }

#page-column .lft-blK ul.practice-sub-childs{gap: 20px 14px;width: 64%;}

body.page-id-118 .ftr-block-list {gap: 0 25px;}
.contact-page .hm-form .gform_wrapper .gform_footer.top_label {margin: -40px auto 0;}


}

@media screen and (max-width:1240px) {
.container, .hm-banner-sec .container{max-width: 960px;padding-right: 20px;}
.page-container, .post-container{max-width: 970px;}

a.cmn-btn {padding: 16px 30px; font-size: 17px; }
.text-heading {font-size: 45px; margin: 0 0 20px; }

#main-navigation ul li {padding-right: 10px;margin: 0 5px; }
#main-navigation ul li a {font-size: 14px; }
.header-call-text p {font-size: 14px; } 
.header-number {gap: 10px; }
.header-number .header-call a:before {transform: scale(0.7); left: 11px; }
.header-call a {font-size: 16px; padding: 15px 18px 15px 42px; }
.header-call:after {border-top: 2px solid #ffffff; }

.hm-banner-sec {padding: 155px 0 200px; }
.hm-banner-blk {padding-top: 50px; }
.hm-banner-sec p {font-size: 16px; letter-spacing: 2px; }
.hm-banner-sec h1 {font-size: 70px; margin: 0 0 20px; }
    .hm-banner-sec h1 strong {font-size: 40px; padding: 10px 30px 15px; margin: 10px auto 0; }
.hm-banner-btn a.cmn-btn {padding: 18px 30px; }
.hm-banner-sec .container:before {border-top: 15px solid #477e88; border-left: 15px solid #477e88; left: 26px; height: 18%; top: -7px; }
.hm-banner-blk:after {bottom: 27px;}

.hm-serving-sec {padding: 55px 0 25px; }
.hm-serving-sec .container {padding-right: 0; } 
.hm-serving-sec-left .hm-serving-lft-img {padding: 20px 20px 10px; }
.hm-serving-sec-left {padding-top: 16px; }
.hm-serving-sec-left::after {height: 82%; top: 15px; }
.hm-serving-sec-left::before {width: 50%; border-width: 15px; left: -5px; bottom: -17px; }
.hm-serving-sec-right {width: 46%; }
.hm-serving-sec-right p {font-size: 15px; }
.hm-serving-sec-right   h2.text-heading {font-size: 39px;margin: 0 0 15px;line-height: 1.1;}
.hm-serving-sec-blk:before { width: 34%; }
.hm-serving-btn a.cmn-btn {padding: 18px 30px; }

.hm-practice-sec {padding: 40px 0 60px; }
.hm-practice-sec h2.text-heading {margin: 0 0 30px; }
.hm-practice-title h3 {font-size: 20px; letter-spacing: 0; }
.hm-practice-title {padding: 0 10px; }
.hm-practice-item:hover .hm-practice-title {bottom: 125px; }
.hm-practice-item:hover .hm-practice-image:after {transform: scale(0.75) !important; }
.hm-practice-list {margin: 0 0 30px; }
.hm-practice-item:before, .hm-practice-item:after{border-width: 3px; } 
.hm-practice-item:hover .hm-practice-image {padding: 8px; }
.hm-practice-sec h5 {font-size: 18px; }
.hm-practice-item:hover .hm-practice-title {bottom: 95px; }

.hm-compassionate-sec { padding: 55px 0 60px; } 
.hm-compassionate-sec-blk h2.text-heading{  margin: 0 0 12px;}
.hm-compassionate-sec-blk p {line-height: 1.6; margin: 0 0 15px; }
.hm-compassionate-sec::after {width: 47.5%;}
.hm-compassionate-sec-blk {padding-left: 10px; }
.hm-compassionate-sec::after {width: 47%; right: 68px; }
.hm-compassionate-sec .container::before {top: 52px; left: 40px; border-width: 12px; }

.hm-awards-sec {padding:58px 0 35px; }
.hm-awards-sec h2 {font-size: 17px; margin: 0 0 25px; letter-spacing: 5px;}
.hm-awards-sec-item {padding: 10px 20px; }

.hm-experienced-right h2.text-heading {margin: 0 0 12px; }
.hm-experienced-right h3 {font-size: 32px; padding: 0 0 20px; margin: 0 0 20px; }
.hm-experienced-left::before {transform: scale(0.6); top: -90px; left: -200px; }
.hm-experienced-left {max-width: 395px; bottom: 58px; left: 49px; }
.hm-experienced-reviews-btn a.cmn-btn {padding: 18px 20px; font-size:14px; }
.hm-experienced-call-btn a.cmn-btn {padding: 18px 18px 18px 48px; font-size: 14px; }
.hm-experienced-call-btn a::after {left: 15px; transform: scale(0.7); }
.hm-experienced-right {padding: 20px 0 0; }
.hm-experienced-left::before {transform: scale(0.56); top: -140px; left: -236px; }

.hm-attorney-sec {padding: 65px 0 0; }
.hm-attorney-mdl {padding: 80px 0 0; }
.hm-attorney-sec .container {padding: 0 30px; }
.hm-attorney-mdl h5 {font-size: 17px; letter-spacing: 3px; margin: 0 0 15px; }
.hm-attorney-cnt {padding: 0 32px 0 18px; }
.hm-attorney-mdl p {font-size: 16px; line-height: 1.7; margin: 0 0 18px; }
.hm-attorney-btn a.cmn-btn {padding: 20px 46px; }
.hm-attorney-blk h3 {font-size: 18px;top: 87px;left: 22px; }
.hm-attorney-lft {padding-left: 46px; }
.hm-attorney-rit {padding-right: 50px; }  
.hm-attorney-view-btn a {padding: 48px 12px 36px;  font-size: 15px; }
.hm-attorney-view-btn a:before {transform: scale(0.7); top: 22px; }
.hm-attorney-lft:after, .hm-attorney-rit:after {height: 62%; width: 17%; }
.hm-attorney-image img {margin-bottom: -5px;}
.hm-attorney-image.lft:before {top: 60px;}
.hm-attorney-image:before {border-width: 15px; top: 63px;}
.hm-attorney-rit:before {width: 53%; left: 35px;        top: 67px; }

.hm-prbt-ltgn {padding: 14px 20px 40px 10px;}
.hm-prbt-ltgn-itm h3 {font-size: 28px; }
.hm-prbt-ltgn-itm:before {transform: scale(0.7);}
.hm-prbt-ltgn-itm-hvr h4 {font-size: 24px; margin: 0px 0 15px; padding: 0 0 18px; }
.hm-prbt-ltgn-itm-hvr {padding: 40px 26px 34px 66px; }
.hm-prbt-ltgn-blk {gap: 18px; }
.hm-prbt-ltgn-cnt p {font-size: 14px; padding-right: 26px; line-height: 1.8;}

.hm-testimonials {padding: 80px 0 50px;}
.hm-testimonials h4 { font-size: 17px;  letter-spacing: 4.3px; }
.hm-testimonials h2 { margin: 0 0 27px;}
.hm-testi-item p {font-size: 15px;}
.hm-testi-item h5 {font-size: 19px; bottom: 50px; left: 30px; }
.hm-testi-btn a.cmn-btn {padding: 18px 52px; }
.hm-testi-item {padding: 30px 30px 90px 30px;  }
.hm-testi-btm p { font-size: 23px;}
.hm-testi-btn {margin: 0 auto 60px;} 
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {transform: scale(0.75); }
.hm-testi-item::after {transform: scale(0.7); right: 37px; }
.hm-testi-list.owl-carousel .owl-nav {max-width: 520px; margin: 38px auto -60px; }
.hm-testimonials .star-rat {transform: scale(0.75); margin: 0px 0px 12px -22px; }
.hm-testi-item::before {border-width: 10px; } 
.hm-testimonials .container{max-width: 970px;}
.hm-testi-list .owl-item:before {width: 48%;}




.hm-trusted-sec {padding: 60px 0 400px; }
.hm-trusted-blk::before {top: -45px; }
.hm-trusted-sec h2 {font-size: 68px; letter-spacing: -1.5px; margin: 0 0 18px; }
.hm-trusted-sec h3 {font-size: 35px; margin: 0 0 18px; }
.hm-trusted-sec p {font-size: 18px; line-height: 1.5; margin: 0 0 28px; }
.hm-trusted-sec p br{display: none;}
.hm-trusted-discussbtn a.cmn-btn {padding: 20px 26px; }
.hm-trusted-call-btn a.cmn-btn {padding: 20px 28px 20px 65px;  }
.hm-trusted-call-btn a::after {transform: scale(0.85); left: 24px; }

.ftr-form-sctn .container { padding-right: 30px; }
.ftr-itm h4 { font-size: 30px; }
.ftr-itm p { font-size: 15px; padding-left: 50px; }
.ftr-itm.cont p::before { left: 15px; top: 0px; }
.ftr-itm p::before { left: 15px; transform: scale(0.7); }
.ftr-itm { margin-bottom: 45px; }
.hm-form-lft { padding-top: 35px; padding-left: 4px; }
.ftr-itm.loc { margin-bottom: 40px; }
.ftr-itm.cont p a { font-size: 20px; }
.ftr-itm.ftr-scl-icns p.frt-facebook-icon a { transform: scale(0.7); }
.ftr-itm.ftr-scl-icns p.frt-facebook-icon { margin-top: -11px; margin-left: -7px; }
.hm-form-sec { gap: 60px; }
.hm-form-rit { padding: 25px 25px 40px; } 
.hm-form .gform_wrapper .gform_footer.top_label {margin: -40px auto 0; }
.hm-form-rit p { font-size: 16px; margin-bottom: 15px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 14px !important; padding: 15px 15px !important; }
.hm-form .gform_fields { gap: 10px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 130px !important; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { margin: 8px 0 2px !important; }
.ftr-itm.ftr-scl-icns .frt-facebook-icon a {transform: scale(0.9);}
.ftr-itm.cont p a::before {left: 12px;}
.ftr-itm {padding-left: 28px;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 14px; }
fieldset.chk{ width: 52%; }
.hm-form .top_label button.gform_button { font-size: 14px !important; padding: 16px 18px !important; }
#footer-navigation ul li a { font-size: 14px; }
#footer-navigation ul li { padding: 0 32px; }
#footer-navigation ul li::before { height: 15px; }
.ftr-copyrights-sec { padding: 22px 0px; }
.ftr-copyrights-sec p {font-size: 15px; line-height: 1.3; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email {width: 48.5% !important;}
.hm-form .gfield_description.validation_message {font-size: 12px;}
.hm-form-lft {width: 34.7%;}
.ftr-itm.ftr-scl-icns .frt-facebook-icon a {transform: scale(0.8); }


.hm-trusted-sec .container{max-width: 970px;padding: 0 15px;}
.hm-trusted-sec h2 {font-size: 54px;}
.hm-trusted-sec h3 {font-size: 28px;}
.hm-trusted-sec p {font-size: 16px;padding: 0 24px;}
.hm-trusted-blk::after {width: 16px;height: 130px;bottom: -137px;left: -7px;}
.hm-trusted-blk::before {height: 450px;}
.hm-trusted-sec {padding: 40px 0 280px;}
.hm-trusted-sec::before {width: 47%;height: 387px;top: 0;left: 0;background-size: 100% 100%;bottom: 0;}

/*Inner pages*/

#main-heading{padding: 180px 0 120px;}
#main-heading strong.page-title,#main-heading h1 {font-size:50px; }
#main-heading .inrpg-breadcrumbs{font-size: 17px;}
#post-content, #page-content {padding: 80px 0; }

#page-column h1,#post-content h1{font-size: 42px; }
#page-column h2{font-size: 38px}
#page-column h3,#post-content h3 {font-size: 36px; }
#page-column h4,#post-content h4 {font-size: 32px; }
#page-column h5 ,#post-content h5 {font-size: 26px; }
#page-column h6 ,#post-content h6 {font-size: 21px; }
#page-column p, #post-content p , #page-column li, #post-content li{font-size: 16px;} 
#page-column ul li {padding-left: 18px; }
#page-column ul li:before {width: 8px; height: 8px; top: 10px; }
.page-feature-img, .single-thumbnail {margin-bottom: 25px; }

.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 50px; }
.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 40px; padding: 0 0 18px; }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 19px; padding: 14px 18px 14px 32px; }
.sidebar-page .sidebar-menu-pa ul li a::before {width: 8px; height: 8px; top: 21px; left: 14px; }
.sidebar-page .sidebar-item {margin: 0 0 30px; padding: 22px 18px 25px; }
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives {margin: 0 0 25px; }

.sidebar-page .sidebar-menu-pa .sub-menu li a {padding: 6px 20px 6px 20px;font-size: 16px;}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {top: 13px;left: 6px;}
.sidebar-page .sidebar-menu-pa ul li ul .drop.open, .sidebar-page .sidebar-menu-pa ul li ul .drop.close {top: 10px;}

.sidebar-page section.widget.testi {padding: 20px 15px 32px; margin: 0 0 34px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 24px; font-size: 40px; }
#page-content section.widget.testi .testi-item .star-rat {transform: scale(0.85); }
#page-content section.widget.testi .testi-item p {font-size: 16px; line-height: 1.8; margin-bottom: 18px; }
#page-content section.widget.testi .testi-item h6 {font-size: 23px; margin-bottom: 28px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev , section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next {transform: scale(0.8); }
.sidebar-page section.widget.testi:before {transform: scale(0.8);}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {right: 5px;    top: 19px;}


.sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-page .sidebar-item.sidebar_search input.search-field {padding: 14px 60px 14px 19px; font-size: 15px; }
.sidebar-item.sidebar_search input.search-submit, .sidebar-item.sidebar_search input.search-submit {background-size: 58px 96%; }
.sidebar-page .sidebar-item.sidebar_search {margin: 0 0 35px; }
.sidebar-page  .sidebar-item.sidebar_posts .sidebar-menu-pa ul li a::before {left: 15px; top: 22px; }
.sidebar-page .sidebar-item.sidebar_posts  .sidebar-menu-pa ul li a {font-size: 18px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 22px 24px 30px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {margin: 0px 0 12px; font-size: 35px; }
.sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm .widget select {background-size: 50px 100%; }


.single-pagination .nav-links a {font-size: 17px; padding: 18px 26px; }
.single-author-description {font-size: 17px; line-height: 1.7; }
.single-author-box {gap: 18px; margin: 0 0 26px; }
#page-column .single-author-info h5{margin: 0 0 15px;}
#page-column .single-meta {margin: 0 0 20px; }


.contact-page #page-column h2 {margin: 0 0 8px; font-size:40px; }
.contact-page #page-column p {margin-bottom: 10px;}
.contact-page #page-column h2 br{display: none;}
.contact-page .in-cont-list {margin: 0 0 70px; }
.contact-page .in-cont-item {padding: 40px 20px 38px; }
#page-column .in-cont-item h4 {font-size: 35px; padding-top: 75px; margin: 0 0 10px; }
#page-column .in-cont-item.phn p a {font-size: 30px;  }
#page-column .in-cont-item p {font-size: 18px; }
#page-column .in-cont-item h4:before {transform: scale(0.8); top: -15px; }
.in-cont-item.icons .scl-icons  a.facebook {transform: scale(0.8); }
#page-column .in-cont-item.loc p a {font-size: 15px; }

#page-content .review-item {padding: 30px 40px 60px; margin: 0 0 20px; }
.review-item .star-rat {margin: auto 0 10px -16px; transform: scale(0.8); }
#page-content .inn-review::after {transform: scale(0.8); bottom: 22px; right: 45px;}
#reviews-main {gap: 20px; }
#page-column .in-review-btn a.cmn-btn {font-size: 16px; }
#page-content .review-item p {line-height: 1.6; margin: 0 0 14px; }
#page-content .review-item h5 {font-size: 17px; bottom: 10px; }
#page-content .inn-review::before {border-width: 13px medium medium 13px; }
#page-column .in-review-btn a.cmn-btn {font-size: 15px; padding: 16px 18px; }

#page-column .attorney-page h2 {margin: 0 0 50px; }
.in-attrny-itm {padding: 45px 0 0 28px; margin: 0 0 48px; }
.attrny-prfl-dtls {bottom: -40px; padding: 14px 0 10px; }
#page-column .attrny-prfl-dtls h4 {font-size: 26px;    margin: 0 0 16px; }
#page-column .view-lnk a {font-size: 16px; }
.single-profile-block:after {width: 98.6%; }
.single-profile-block:before {height: 95%; }

.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-page .sidebar-item.sidebar_search input.search-field {padding: 12px 60px 12px 21px; font-size: 18px; line-height: 1.6; }
.sidebar-blog .widget select {background-size: 58px 100%; }
.sidebar-blog {gap: 16px; margin: 0 0 16px; }
#post-content .posts-list .posts-block {padding: 14px 19px 0; }
#post-column-full {gap: 15px; justify-content:center; }
#post-column-full .nav-links {margin: 22px 0px 0; }
#post-column-full .nav-links .page-numbers {width: 58px; height: 58px; font-size: 25px; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {transform: scale(0.8); }
#post-content .posts-list .posts-block h3 a {font-size: 23px;}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {background-size: 61px 96%; }


.single-profile-image {margin: -40px 0 0; }
.single-profile-block {margin: 0 0 32px; padding: 0 13px 0 30px; }
.sngl-prfl-dtls {padding: 40px 10px 0 0; }
#page-column .sngl-prfl-dtls h3 {font-size: 44px; margin: 0 0 18px; }
.sngl-prfl-phn {padding-left: 54px; }
#page-column .sngl-prfl-phn p {font-size: 18px; margin: 0 0 20px; }
#page-column .sngl-prfl-phn a::after {transform: scale(0.8); }
#page-column .sngl-prfl-phn p a {font-size: 26px; margin-top: 5px; }
.sngl-prfl-btn a.cmn-btn {font-size: 16px; padding: 18px 30px; }
#page-column .accordion-profile h3 {padding: 12px 40px 14px 24px; font-size: 22px; }
#page-column .accordion-profile .accordion-profile-content {padding: 14px 0px 0; }
#page-column .sngl-prfl-dtls h3::before {height: 72px; border-width: 16px; }
#page-column .accordion-profile h3::before { transform: scale(0.8); right: 20px; top: 20px; }

#page-column .hm-practice-item h5 a {font-size: 25px; }

.cmn-box {padding: 38px 45px 48px 38px; margin: 0 0 30px; }
#page-column .cmn-box h2 {font-size: 44px; margin: 0 0 20px; }
#page-column .cmn-box h2 strong {font-size: 45px; }
.cnslt-btn a.cmn-btn {padding: 18px 36px; font-size: 17px;}
#page-column .cnslt-call {padding-left: 56px; }
#page-column .cnslt-call p {font-size: 18px; }
#page-column .cnslt-call a::after {transform: scale(0.8);}
#page-column .cnslt-call p a {font-size: 25px; }
.cmn-box-cnslt-btn {gap: 18px; }

.cmn-box.two {padding: 20px 0px 0px 14px; }
#page-column .cmn-box.two h2 {font-size: 28px; margin: 0 0 15px; letter-spacing: 0; line-height: 1.2; }
.cmn-box-two-content {padding:20px 15px 0px 0px;width: 53.8%; }
#page-column .cnslt-btn.two .cnslt-btn a.cmn-btn {font-size: 16px; padding: 17px 25px; }

#page-column .hm-practice-item:hover .hm-practice-image:after {bottom: -8px;background-size: 100% 100%;height: 23%;}
#page-column .hm-practice-image img {max-height: 320px;}

p.mod_date {font-size: 16px; width: 28%; }
.checked_by {font-size: 17px; line-height: 1.2; }
.checked-left img {width: 27px; }
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{font-size: 32px; }

#page-column .lft-blK ul.practice-sub-childs {gap: 20px 12px;}

#page-column .lft-blK {padding-bottom: 40px;margin-bottom: 50px;}   
    
body.page-id-118 .ftr-itm {width: 32%;padding-left: 30px;}
.contact-page .hm-form .gform_wrapper .top_label input, .contact-page .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea{font-size: 14px !important;padding: 10px 12px !important;}
.contact-page .hm-form .gform_wrapper .form-links a, .contact-page .hm-form .gfield--type-checkbox .gchoice label {font-size: 14px;}


}

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

.hm-attorney-mdl {padding: 40px 0 0;}
.hm-attorney-lft:after, .hm-attorney-rit:after {height: 60%; width: 17%; bottom: 63px; }
    
 }

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

@media screen and (max-width:991px) {
.hm-serving-sec .container , .hm-prbt-ltgn-sec .container , .hm-practice-sec .container , .hm-banner-sec .container, .container{max-width: 720px;padding-right:0; }
.page-container, .post-container{max-width: 720px;}

.text-heading {font-size: 40px; margin: 0 0 18px;letter-spacing:0; }
a.cmn-btn {font-size: 16px; letter-spacing: 0; }

.head-sec {padding: 20px 0; }
.showhide {display: block;}
.mobinav ul {display: block;}
.hdr-src {display: block;}
.mobile_src_nav {display: block;}
.top-menu {display: none;}
.logo-menu {display: inline-block;text-align: center;}
.topmenu {width: 100%;display: none;}
.showhide b.txtl, .showhide b.txtr {color: #fff;}
.logo {width: max-content;}
.site-branding .logo img {max-width: 200px;}
.top-rit {max-width: 100%;position: inherit;display: inline-block;margin: 0;float: none;}
.mobinav ul {padding: 10px 10px;text-align: left;display: block;}
.mobinav {top: 44px;display: block;}
.mobinav .container{max-width: 100%;padding: 0 !important;}
.mobile_src_nav {display: block;padding: 8px 0;background-color: #19585d;}
.logo-rit {max-width: 100%;text-align: center;background-color: transparent;border: 0;padding: 0;}
.sticky-wrap {display: block;}
.header-sticky.fixed-header {display: block;}
.site-header{border: none;background-color: transparent; position: unset; padding: 0;background-image: url(./images/hm-bg-img.webp); background-repeat: repeat;}
nav#main-navigation {display: none;}
header.site-header.is-sticky{display: none;}
.logo-section{position: relative;padding: 20px 0 !important;align-items: center;}
.site-branding {width: 100%;max-width: 300px;padding: 0;}
.header-number p {font-size: 15px; letter-spacing: 0;}
.sicky-cnt.sticky-mobile-logo {width: 100%;max-width: 300px;}

.header-number {flex-direction: column; }
.header-call-text p{ padding: 0;}
.header-call:after { display: none; }
.header-number {gap: 14px; margin: 0; }

.hm-banner-sec {padding: 50px 0 90px; }
.hm-banner-blk {padding-top: 52px; }
.hm-banner-sec p {letter-spacing: 1px; margin: 0 0 2px; }
.hm-banner-sec h1 {font-size: 55px; }
.hm-banner-sec h1 strong {font-size: 34px; padding: 8px 15px 12px; margin: 12px auto 0; }
.hm-banner-btn a.cmn-btn {padding: 16px 25px; }
.hm-banner-blk {width: 100%; padding: 30px 20px; border: 2px solid #505c6b; }
.hm-banner-blk:before,.hm-banner-blk:after,.hm-banner-sec .container:before, .hm-banner-sec:after{display: none;}
.hm-banner-sec:before, .hm-banner-sec:after {height: 100%;}

.hm-serving-sec {padding: 50px 0 0; }
.hm-serving-sec-blk {flex-direction: column; gap: 20px;}
.hm-serving-sec-right h2.text-heading {font-size: 32px; line-height: 1.1; margin: 0 0 15px; }
.hm-serving-sec-right h2.text-heading br{display: none;}
.hm-serving-sec-right h2 strong {font-size: 23px;margin-top: 11px;}
.hm-serving-sec-left {width: 100%; position: relative; padding-top: 0; margin: auto; max-width: 350px; }
.hm-serving-sec-left .hm-serving-lft-img {padding: 5px; border: 2px solid #477e88; } 
.hm-serving-sec-right h2 {font-size: 42px; text-align: center;}
.hm-serving-sec-right {  width: 100%;  margin: auto;  text-align: center;}
.hm-serving-sec-right p {font-size: 16px; margin: 0 0 12px; text-align: center;}
.hm-serving-sec-blk:before {display: none;}
.hm-serving-sec-left::before {display: none}
.hm-serving-btn a.cmn-btn {padding: 16px 25px; }
.hm-serving-sec-left::after{display: none}

.hm-practice-sec {padding: 50px 0; }
.hm-practice-sec h5 {font-size: 17px;margin:0 0 8px; }
.hm-practice-sec h2.text-heading {margin: 0 0 25px; }
.hm-practice-list {margin: 0 0 25px; flex-wrap: wrap; justify-content: center; gap: 20px;}
.hm-practice-item {width: 100%; max-width: 220px; margin:auto;display: block; }
.hm-practice-list.owl-carousel .owl-dots , .hm-awards-sec-list.owl-carousel .owl-dots {display: flex; justify-content: center; gap: 8px; margin: 27px 0 0; }
.hm-practice-list.owl-carousel button.owl-dot , .hm-awards-sec-list.owl-carousel button.owl-dot{width: 12px; height: 12px; border-radius: 50%; background-color: #000; }
.hm-practice-list.owl-carousel  button.owl-dot.active , .hm-awards-sec-list.owl-carousel  button.owl-dot.active{background-color: #477e88; }
.hm-practice-item:hover .hm-practice-image {padding: 0; }
.hm-practice-item:hover:before, .hm-practice-item:hover:after {display: none;}
.hm-practice-item:hover .hm-practice-image::before {width: 100%; }
.hm-practice-item:hover {border:none;}
.hm-practice-item:hover .hm-practice-image:after {bottom: -15px; }
.hm-practice-title h3 {letter-spacing: 0.3px; line-height: 1.2; }
.hm-practice-image img {height: 320px; }
.hm-practice-item,.hm-practice-item:hover {border: 2px solid #477e88; }

.hm-compassionate-sec {padding: 0; background-image: url(./images/hm-bg-img.webp); background-repeat: repeat; background-position: inherit; background-size: inherit; }
.hm-compassionate-sec .com-family-law-sec-bg-img-mobile{display:block;margin: 0 0 30px;}
   .hm-compassionate-sec-blk h2.text-heading {color: #1a1c12; margin: 0 0 20px; text-align: center; }
  .hm-compassionate-sec-blk h2.text-heading br{display: none;}
.hm-compassionate-sec-blk{width: 100%;padding: 0;}
.hm-com-bg-mbl img {display: block; width: 100%; }
.hm-com-bg-mbl {width: 100%; max-width: 350px; margin: 0 auto 15px; display: block; border: 2px solid #477e88; padding: 5px; }
.hm-compassionate-sec .container::before,
.hm-compassionate-sec::after,
.hm-compassionate-sec::before {display: none;}
.hm-compassionate-sec-btn { text-align: center; } 
.hm-compassionate-sec-blk p {color: #1a1c12; margin: 0 0 15px; text-align: center; }
.hm-compassionate-rgt-blk{display: none;}

.hm-awards-sec {padding: 50px 0 0; }
.hm-awards-sec h2 {margin: 0 0 20px; letter-spacing: 3px;} 
.hm-awards-sec-item {width: 100%; max-width: 250px;padding: 15px 20px; margin: auto; height: 100%; display: flex; justify-content: center; align-items: center;box-shadow: none;}
.hm-awards-sec-list.owl-carousel .owl-item img {display: block; width: auto; }
.hm-awards-sec-list.owl-carousel .owl-stage{display: flex;}

.hm-experienced-left::before { display: none;}
.hm-experienced-sec {padding: 50px 0 0;} 
.hm-experienced-right h3 {font-size: 24px;letter-spacing: 0; padding: 0px 0 10px; margin: 0 auto 18px; width: fit-content; text-align: center; }
.hm-experienced-reviews-btn a, .hm-experienced-call-btn a {padding: 11px 25px 11px 31px;font-size: 15px;text-align: center;}
.hm-experienced-call-btn a::after {left:10px;}
.hm-experienced-blk { display: flex; justify-content: space-between; align-items: center; flex-direction: column; gap: 20px;}
.hm-experienced-right {padding: 0; width: 100%; }
.hm-experienced-left-img{display: none;}
.hm-experienced-left-img-mbl {display: block; }
.hm-experienced-left {width: 100%; max-width: 350px; outline: 2px solid #477e88; outline-offset: 6px;         position: unset;}
.hm-experienced-btn {display: flex; justify-content: center; align-items: center; gap: 16px; }
.hm-experienced-right h2.text-heading {text-align: center;line-height: 1.1;}

.hm-attorney-sec {padding: 50px 0; }
.hm-attorney-lft, .hm-attorney-rit {order: 2; width: 100%; max-width: 300px; padding: 20px 0 0; border: 2px solid #477e88; }
.hm-attorney-rit{order: 2;}
.hm-attorney-mdl{order: 1; width: 100%; padding: 0;}
.hm-attorney-blk {display: flex; justify-content: center; flex-wrap: wrap; gap:20px; }  
.hm-attorney-image:before{display: none;}
.hm-attorney-lft:after, .hm-attorney-rit:after{display: none;}
.hm-attorney-lft:before, .hm-attorney-rit:before {display: none;}
.hm-attorney-image img { height: 100%; max-height: 300px; object-fit: cover; object-position: top;margin: 0;} 
.hm-attorney-blk h3 {font-size: 17px; position: static; writing-mode: inherit; letter-spacing: 5.5px; margin: 0; background: #477e88; padding: 20px 0 15px; color: #fff; }
.hm-attorney-lft .hm-attorney-view-btn, .hm-attorney-rit .hm-attorney-view-btn {position: static; text-align: center; background: #477e88; padding-bottom: 15px; }
.hm-attorney-view-btn a {background-color: #b65b3f;}
.hm-attorney-image.lft::after {display: none;}
.hm-attorney-view-btn a {padding: 16px 50px 16px 30px; font-size: 15px; border-radius: inherit; display: inline-block; }
.hm-attorney-view-btn a:before {  right: 13px; left: inherit; top: 0; bottom: 0; }
.hm-attorney-mdl h5 {font-size: 16px; letter-spacing: 2.8px; margin: 0 0 10px; }
.hm-attorney-mdl p {font-size: 15px; line-height: 1.6; margin: 0; }
.hm-attorney-cnt {padding: 0; }
.hm-attorney-btn a.cmn-btn {padding: 18px 40px; }
.hm-attorney-view-btn a:hover {background-color: #5398a5;}  
.hm-attorney-btn.mbl-btn {display: block; margin: 20px 0 0; }
.hm-attorney-btn{display: none;}
    
.hm-prbt-ltgn-sec {padding: 40px 0;}
.hm-prbt-ltgn-blk {gap: 15px; flex-direction: column; align-items: center; justify-content: center; }
.hm-prbt-ltgn-itm h3 {font-size: 26px; text-align: center; }
.hm-prbt-ltgn-itm:before {transform: scale(0.65); right: 0; margin: auto; }
.hm-prbt-ltgn {padding: 30px 40px 40px; width: 100%;max-width: 100%;background-color: #477e88;}
.hm-prbt-ltgn-itm-hvr {padding: 26px 22px 24px 36px; }
.hm-prbt-ltgn-itm-hvr h4 {font-size: 23px; margin: 0 0 18px; }
.hm-prbt-ltgn-cnt p {font-size: 15px; padding-right: 20px;} 
.hm-prbt-ltgn:hover .hm-prbt-ltgn-itm-hvr:before {top: 4px; }
.hm-prbt-ltgn-itm-hvr:before, .hm-prbt-ltgn-itm-hvr:after{border-width: 4px;}
.hm-prbt-ltgn-itm-hvr:after{top: 9px; }
.hm-prbt-ltgn-itm-hvr{display: block !important;padding: 0 !important;}
.hm-prbt-ltgn-itm,.hm-prbt-ltgn.active:before, .hm-prbt-ltgn.active:after{display: none;}
.hm-prbt-ltgn.active {margin: 0;}

.hm-testimonials {padding: 50px 0 0;}
.hm-testimonials h4 { font-size: 17px; }
.hm-testimonials h2 { margin: 0 0 23px;}
.hm-testi-item p {font-size: 15px; margin-bottom: 18px; text-align: justify; }
.hm-testi-item h5 {font-size: 20px; bottom: 0; left: 0; position: relative; text-align: left; }
.hm-testi-btn a.cmn-btn {padding: 18px 52px;  }
.hm-testi-btn {margin: 0 auto 42px; }
.hm-testi-btm p { font-size: 19px;}
.hm-testi-item {width: 100%; padding: 25px 25px; margin: auto; }
.hm-testi-item::after {bottom: 10px; right: 16px;transform: scale(0.65);}
.hm-testi-list.owl-carousel .owl-nav {width: 100%; display: flex !important; justify-content: space-between;   max-width: 500px; margin: 47px auto -60px;} 
.hm-testimonials .star-rat {transform: scale(0.7); margin: 0px 0px 12px -26px; }
.hm-testi-item::before {border-width: 10px; }
.hm-testimonials .container{max-width: 720px;}
.hm-testimonials .owl-item.active{border: none;}
.hm-testi-item {border: 3px solid #477e88; }
.hm-testi-item::before,.hm-testi-item::after,.hm-testi-list .owl-item:after,.hm-testi-list .owl-item:before {display: none;}
.hm-testi-list.owl-carousel .owl-stage {padding: 0;}


.hm-trusted-sec {padding: 50px 0 350px; }
.hm-trusted-sec::before {display: none;}
.hm-trusted-sec h2 {font-size: 50px; letter-spacing: -1.3px; margin: 0 0 16px; }
.hm-trusted-sec h3 {font-size: 33px; margin: 0 0 16px; }
.hm-trusted-sec p {font-size: 17px;   margin: 0 0 22px; }
.hm-trusted-discussbtn a.cmn-btn {padding: 18px 24px; }
.hm-trusted-blk::before {top: -30px; height:40%; }
.hm-trusted-call-btn a.cmn-btn {padding: 18px 26px 18px 60px;  }
.hm-trusted-call-btn a::after {transform: scale(0.8); left: 20px; }
.hm-trusted-blk::after{display: none;}

.frt-from-bg{padding: 50px 0 0;}
.hm-form-sec { padding: 0; flex-direction: column-reverse; align-items: center;  gap: 40px; }
.hm-form-lft { padding: 0px; width: 100%; }
.ftr-block-list { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center; text-align: center; }
.ftr-itm.ftr-scl-icns, .ftr-itm.cont, .ftr-itm.loc { width: 100%; max-width: 300px; border: 2px solid #477e88; padding: 20px 10px; margin: 0px; height: stretch;}
.ftr-logo-img { margin: 0 auto 0px; width: 100%; max-width: 400px;   border: transparent; padding: 0px; }
.ftr-itm.logo { padding: 0px; margin: auto; width: 100%; }
.ftr-itm.logo { padding: 0px; margin: 0px; }
.ftr-itm h4 { text-align: center; width: fit-content; margin: 0 auto 10px; }
.ftr-itm p { text-align: center; width: fit-content; margin: 0 auto 10px;padding: 40px 0 0;}
.ftr-itm.ftr-scl-icns p.frt-facebook-icon { width: fit-content; margin: auto; }
.hm-form-rit { padding: 40px 30px; width: 100%; }
#footer-navigation ul li { padding: 0 20px; }
.ftr-itm h4:before {width: 100%; }
#footer-navigation ul li a { font-size: 14px; }
.ftr-itm p.directions { margin: auto; padding: 0px; }
.ftr-block-sec { padding: 30px 0px; }
.ftr-copyrights-sec p { font-size: 14px; line-height: 1.6; }
.ftr-copyrights-sec { padding: 20px 0px; }
.hm-form-lft::before { display: none;} 
.ftr-form-sctn .container {padding: 0px; }
.ftr-itm p::before {left: 0;transform: scale(0.9);right: 0;margin: auto;}
.ftr-itm.cont p a::before {left: 0;right: 0;margin: auto;}
.frt-facebook-icon{text-align: center;}
.ftr-itm.cont p a {font-size: 24px;}
.ftr-itm p {font-size: 16px;}
.popup .popuptext {padding: 12px;font-size: 13px;}


.hm-trusted-sec .container{max-width: 720px;padding: 0;}
.hm-trusted-blk::before{display: none;}
.hm-trusted-sec h3 {font-size: 27px;}
.hm-trusted-sec p {line-height: 1.7;font-size: 16px;padding: 0;}
.hm-trusted-sec {padding: 50px 0 150px;}


/*inner page*/

#main-heading{padding: 60px 0;background-position: bottom center;} 
#main-heading strong.page-title,#main-heading h1 {font-size: 44px; text-align: center; position: relative; z-index: 9; }
#main-heading .inrpg-breadcrumbs {font-size: 16px;padding: 5px 0 0; text-align: center; line-height: 1.1;position: relative; z-index: 9;}
#post-content, #page-content{padding: 50px 0;}
.page-col-full, .single-col-full{flex-direction: column;gap: 30px;}
#single-column, #post-column, #page-column{width: 100%;}
.sidebar-page, .sidebar-single{width: 100%;max-width: 350px;margin: auto;}
#page-column h1,#post-content h1,#post-content h2,
#page-content .areaserved-item-list h2  {font-size: 38px;line-height: 1.2; }
#page-column h2{font-size: 36px;}
#page-column h3,#post-content h3 {font-size: 35px; }
#page-column h4,#post-content h4 {font-size: 32px; }
#page-column h5 ,#post-content h5 {font-size: 24px; }
#page-column h6 ,#post-content h6 {font-size: 19px; }
#page-column p,#post-content p , #page-column li, #post-content li {font-size: 15px; line-height: 1.9;margin-bottom: 20px;}
#page-column li, #post-content li {margin-bottom: 12px;}
#page-column ul li {margin: 0 0 10px;  padding-left: 15px;}
#page-column ul li:before {top: 10px;width:8px;height:8px; }
#main-heading:after {background: #fff; width: 100%; height: 100%; opacity: 60%; mix-blend-mode: normal; }

.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {top: 16px;}
.sidebar-page .sidebar-item {margin: 0 0 25px; padding: 13px 16px 30px; }
.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 36px; padding: 0 0 15px; }
.sidebar-page .sidebar-item h2:before {width: 90%; }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 18px;}
.sidebar-page .sidebar-menu-pa ul li a::before {top: 20px;left: 12px;}
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives {margin: 0 0 25px; }
.sidebar-page .sidebar-menu-pa ul li ul li .drop.close {top: 12px;}
.sidebar-page .sidebar-menu-pa .sub-menu li a {padding: 9px 20px 9px 20px;}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {top: 16px;}

.sidebar-page section.widget.testi {padding: 18px 28px 30px; margin: 0 0 30px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 20px; font-size: 40px; }
#page-content section.widget.testi .testi-item .star-rat {transform: scale(0.8); }
#page-content section.widget.testi .testi-item h6 {font-size: 21px; margin-bottom: 22px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next {transform: scale(0.75); }
.sidebar-page section.widget.testi:before {transform: scale(0.75); bottom: 20px; }

.sidebar-item.sidebar_search input.search-submit, .sidebar-item.sidebar_search input.search-submit {background-size: 54px 96%; }
.sidebar-page .sidebar-item.sidebar_search {margin: 0 0 30px; } 
.sidebar-page .sidebar-item.sidebar_posts  .sidebar-menu-pa ul li a {font-size: 18px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 20px 20px 25px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {font-size: 33px; }
.sidebar-page .sidebar-item.sidebar_posts  .sidebar-menu-pa ul li a {font-size: 17px; }
.sidebar-page  .sidebar-item.sidebar_posts .sidebar-menu-pa ul li a::before {left: 12px; top: 19px; }

.single-pagination .nav-links a {font-size: 16px; padding: 16px 24px; }
.single-author-description {font-size: 16px; line-height: 1.6; }
.single-author-box {gap: 15px; margin: 0 0 22px; }
#page-column .single-author-info h5{margin: 0 0 12px;}
#page-column .single-meta {margin: 0 0 16px; }

.contact-page .in-cont-list {margin: 0 0 50px; justify-content: center; flex-wrap: wrap; gap:20px; }
.contact-page .in-cont-item {width: 100%;max-width: 300px; padding: 35px 20px; }
#page-column .in-cont-item h4 {font-size: 32px; padding-top: 68px; }
#page-column .in-cont-item.loc p a {letter-spacing: 2px;}
#page-column .in-cont-item p {font-size: 17px; }
#page-column .in-cont-item.phn p a {font-size: 28px;}
#page-column .in-cont-item h4:before {transform: scale(0.75); }
.in-cont-item.icons .scl-icons  a.facebook {transform: scale(0.7); }
.in-cont-map iframe {height: 450px; }

#reviews-main {justify-content: center; flex-direction: column; align-items: center; }
#page-content .review-item {padding: 26px 55px 42px; margin: 0 0 18px; width:100%; }
#page-content .review-item:after {height: 74%;width: 99.1%;}
#page-content .inn-review::before {border-width: 12px medium medium 12px; width: 30%; height:64px; }
.review-item .star-rat {margin: auto 0 10px -23px; transform: scale(0.75); }
#page-content .review-item h5 {bottom: 0; margin: 0 0 18px; position: relative; }
#page-content .inn-review::after {transform: scale(0.75); }
#page-content .review-item p {line-height: 1.8;margin: 0 0 20px; }

.attorney-page {padding-top: 0px; }
#page-column .attorney-page h2 {margin: 0 0 40px; }
.attrny-profile-image {width: 100%; max-width: 190px; margin: auto; }
.in-attrny-itm {padding: 30px 0 0; margin: 0 0 40px; width: 100%; max-width: 230px; }
.attrny-prfl-dtls {bottom: -30px; padding: 12px 0 10px; }
#page-column .attrny-prfl-dtls h4 {font-size: 20px;margin: 0 0 14px; }
#page-column .view-lnk a {font-size: 15px; }
.in-attrny-lst {gap: 40px; }
.in-attrny-itm:before {border-width: 12px; left: -6px; top: -6px; }

.sidebar-blog-item {width: 100%; max-width: 350px; margin: auto; }
.sidebar-blog { flex-wrap: wrap; gap: 15px; }
.posts-list {padding: 12px 8px 40px; width: 100%; max-width: 350px; }
#post-column-full .nav-links {margin: 18px 0px 0; }

.single-profile-image {margin: -25px 0 0; }
.sngl-prfl-dtls {padding: 0; align-self: center; }
#page-column .sngl-prfl-dtls h3 {font-size: 42px; margin: 0 0 16px; }
#page-column .accordion-profile h3::before {transform: scale(0.75); right: 18px; top: 18px; }
#page-column .accordion-profile h3 {padding: 10px 40px 12px 20px; font-size: 21px; }
.single-profile-block {margin: 0 0 28px; padding: 0 10px 0 22px; }
 
#page-column .hm-practice-item h5 a {font-size: 22px; }
#page-column .hm-practice-item:hover .hm-practice-image:after {bottom: -15px; width: 220px; height: 120px; }
#page-column .hm-practice-item h5 {line-height: 0.8; }
#page-column .hm-practice-item {width: 100%; margin: 0; max-width: 100%; border: navajowhite; }
#page-column .hm-practice-item {height: auto; width: 100%; max-width: 280px; }
#page-column .hm-practice-item:hover {padding: 0;}
#page-column .lft-blK {height: auto; align-items: flex-start; flex-direction: column; align-items: center;gap: 25px;padding-bottom: 10px;margin-bottom: 40px;}
#page-column .lft-blK ul.practice-sub-childs {width: 100%;justify-content: center;flex-wrap: wrap;}
#page-column .hm-practice-item .lft-blK {width: 260px;height: auto;}
#page-column ul.practice-sub-childs li {width: 100%;max-width: 230px;}


.cmn-box {padding: 35px 40px 44px 34px; margin: 0 0 25px; }
#page-column .cmn-box h2 {font-size: 42px; margin: 0 0 18px; }
#page-column .cmn-box h2 strong {font-size: 42px; }
#page-column .cnslt-call a::after {transform: scale(0.7); left: 5px; }
#page-column .cmn-box h2::before {height: 73px; top: -10px; border-width: 16px medium medium 16px; }
.cmn-box:before {width: 72%; }


.cmn-box-two-content {padding: 0; align-self: center; }
.cmn-box.two {padding: 15px 0 0 12px; }
#page-column .cnslt-btn.two .cnslt-btn a.cmn-btn {font-size: 15px; padding: 16px 20px; }


.widget.widget_fact_checked .fact_checked_inner{flex-direction: column; }
.widget.widget_fact_checked .fact_checked_inner .checked_by {width: 100%; margin-bottom: 15px; }
p.mod_date {font-size: 16px; width: 100%; justify-content: flex-start; }
.fact-checked-sec {padding: 15px 0px; }
.widget-description.active {font-size: 15px; }
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{font-size: 28px; }

.related-insights-posts .posts-list{max-width: 100%;}

body.page-id-118 .ftr-logo-img {max-width: 100%;}
body.page-id-118 .ftr-itm.logo {max-width: 420px !important;}
body.page-id-118 .ftr-itm {width: 100%;padding: 15px 15px;max-width: 300px !important;width: 100% !important;}
body.page-id-118 .ftr-block-list {gap: 25px;}
body.page-id-118 .ftr-itm.cont {border: 2px solid #477e88;}
.contc-cont {flex-direction: column-reverse;    gap: 25px;}
.cont-map {width: 100%;}
.contact-page .hm-form-rit {width: 100%;}
.contact-page .hm-form .gfield.gfield--type-text, .contact-page .hm-form .gfield.gfield--type-phone, .contact-page .hm-form .gfield.gfield--type-email {width: 49% !important;}
.cont-map iframe {height: 280px;}

}

@media screen and (max-width:767px) {
.hm-trusted-sec .container , .hm-practice-sec .container , .ftr-form-sctn .container ,.hm-banner-sec .container, .container, .page-container, .post-container  {max-width: 100%; padding: 0 15px !important;}

.text-heading {font-size: 35px; margin: 0 0 16px;line-height: 1.1;}
a.cmn-btn {padding: 15px 25px; font-size: 15px;letter-spacing:0.2px ;}

.showhide b.txtl {font-size: 18px;}
.showhide b.txtr {line-height: 24px;}
.mobile_src_nav {padding: 6px 0;}

.hm-banner-sec {padding: 40px 0 80px; }
.hm-banner-blk {        padding: 25px 15px; }
.hm-banner-blk:before, .hm-banner-blk:after { display: none; }
.hm-banner-sec .container:before { display: none; }
.hm-banner-sec h1 {font-size: 45px; }
.hm-banner-sec h1 strong {font-size: 28px; padding: 7px 12px 10px; }
.hm-banner-btn a.cmn-btn {padding: 14px 20px; }
.hm-banner-sec p {line-height: 1.2; }

.hm-serving-sec {padding: 40px 0 0; }
.hm-serving-sec-blk {gap: 18px; }
.hm-serving-sec-right   h2.text-heading {font-size: 32px; }
.hm-serving-sec-right p:last-of-type {margin: 0 0 20px; }
.hm-serving-btn a.cmn-btn {padding: 15px 22px; }
.hm-serving-sec-right h2.text-heading {font-size: 30px; }
.hm-serving-btn a.cmn-btn {padding: 15px 20px; }

.hm-practice-sec {padding: 40px 0; }
.hm-practice-sec h2.text-heading {margin: 0 0 18px; }
.hm-practice-sec h5 {font-size: 16px;}
.hm-practice-title h3 {font-size: 22px; }

.hm-compassionate-sec-blk h2.text-heading { margin: 0 0 18px; }

.hm-awards-sec h2 {font-size: 16px; margin: 0 0 15px;    }
.hm-awards-sec {padding: 40px 0 0; }

.hm-experienced-sec {padding: 40px 0 0;} 
.hm-experienced-btn {flex-direction: column; }
.hm-experienced-right h3 {font-size: 22px; }
.hm-experienced-sec-reviews-btn a, .hm-experienced-sec-call-btn a {padding: 10px 16px 8px 29px;font-size: 15px;}
.hm-experienced-sec-call-btn a::after {left: 3px;}
.hm-experienced-sec-blk { gap: 50px;}
.hm-experienced-sec-btn { gap: 15px;}

.hm-attorney-sec {padding: 40px 0; }
.hm-attorney-blk h3 {font-size: 16px; }
.hm-attorney-view-btn a {padding: 15px 46px 15px 28px; }
.hm-attorney-view-btn a:before {transform: scale(0.6); }
.hm-attorney-btn a.cmn-btn {padding: 16px 32x; }

.hm-prbt-ltgn-itm h3 {font-size: 24px; }
.hm-prbt-ltgn-itm:before {transform: scale(0.55); }
.hm-prbt-ltgn-itm {padding-top: 90px; }

.hm-testimonials {padding: 40px 0;}
.hm-testimonials h4 { font-size: 16px;letter-spacing: 4px;  }
.hm-testimonials h2 {margin: 0 0 18px;}
.hm-testi-item p {font-size: 15px;}
.hm-testi-item h5 {font-size: 17px;}
.hm-testi-btn a.cmn-btn {padding: 16px 50px;  }
.hm-testi-btm p { font-size: 18px;     line-height: 1.5;}
.hm-testi-btm p br{display: none;}
.hm-testi-item::after {transform: scale(0.6);}
.hm-testi-list.owl-carousel .owl-nav {justify-content: center;  margin: 20px auto 20px; }
.hm-testimonials .container{max-width: 100%;padding: 0 15px;}



.hm-trusted-sec {padding: 0 0 150px; }
.hm-trusted-sec::before{display: none;}
.hm-trusted-sec h2 {font-size: 36px; letter-spacing: -1px; margin: 0 0 14px; }
.hm-trusted-sec h3 {font-size: 24px; margin: 0 0 14px; }
.hm-trusted-sec p { margin: 0 0 18px; }
.hm-trusted-discussbtn a.cmn-btn {padding: 17px 20px; }
.hm-trusted-call-btn a.cmn-btn {padding: 17px 26px 17px 55px;  }
.hm-trusted-call-btn a::after {transform: scale(0.75); left: 18px; }
.hm-trusted-sec-btn {flex-direction: column; }

.hm-form-rit { padding: 30px; }
.hm-form-rit .text-heading {   margin-bottom: 10px;}
.hm-form-rit p { font-size: 15px;}
.hm-form-sec {gap: 30px;}
.ftr-itm p a {letter-spacing: 2.3px;}
fieldset.chk {width: 100% !important; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email { width: 100% !important; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: 20px auto 0px; float: unset; }
.ftr-block-sec { padding: 15px 0 25px; }
#footer-navigation ul li a { line-height: 1.8; }
#footer-navigation ul li::before {display: none; }
#footer-navigation ul li:first-child{padding-left: 20px; }

.hm-trusted-sec .container{max-width: 100%;padding: 0 15px;}

/*Inner Pages*/

#main-heading {padding: 50px 0; }
#main-heading strong.page-title,#main-heading h1 {font-size: 40px; letter-spacing:0;}
#main-heading .inrpg-breadcrumbs{font-size: 15px;}
#post-content, #page-content {padding: 40px 0; }
#page-column h1,#post-content h1,#page-content .areaserved-item-list h2  {font-size: 32px; }
#page-column h2,#post-content h2{font-size: 30px}
#page-column h3,#post-content h3 {font-size: 28px; }
#page-column h4,#post-content h4 {font-size: 26px; }
#page-column h5 ,#post-content h5{font-size: 22px; }
#page-column h6, #post-content h6 {font-size: 18px; }
.page-feature-img, .single-thumbnail {margin-bottom: 20px; }

 
.sidebar-page .sidebar-item {margin: 0 0 20px; padding: 13px 16px 26px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 18px; font-size: 38px; }
#page-content section.widget.testi .testi-item .star-rat {transform: scale(0.75); }
#page-content section.widget.testi .testi-item p {font-size: 15px;margin-bottom: 14px; }
#page-content section.widget.testi .testi-item h6 {font-size: 20px; margin-bottom: 28px; }
.sidebar-page section.widget.testi {padding: 16px 24px 26px; margin: 0 0 25px; } 

.sidebar-page .sidebar-menu-pa ul li a {padding: 13px 18px 13px 28px; }
.sidebar-page .sidebar-item h2:before {width: 68%; }
.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 32px; }
.sidebar-page .sidebar-menu-pa ul li a::before {top: 21px; left: 11px; }

.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 18px 18px 20px; }
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives {margin: 0 0 20px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {font-size: 32px; }
.sidebar-page .sidebar-item.sidebar_posts  .sidebar-menu-pa ul li a {font-size: 16px; }
.sidebar-page  .sidebar-item.sidebar_posts .sidebar-menu-pa ul li a::before {left: 6px; top: 18px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 16px 16px 18px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {font-size: 30px; }

.single-author-box {margin: 0 0 20px; border-width: 1px; padding: 16px; justify-content: center; flex-direction: column; align-items: center; }
.single-author-info {width: 100%; text-align: center; }
#page-column .single-author-info h5 { text-align: center;}
.single-author-avatar {width: 100%; margin: 0; max-width: 100px;}
.single-author-description {font-size: 15px; line-height: 1.5; }
.posts-list {padding: 12px 8px 20px;}

#page-column .in-cont-item h4 {font-size: 30px; padding-top: 65px; }
.contact-page .in-cont-item {padding: 30px 20px; }
#page-column .in-cont-item.phn p a {font-size: 25px; }
#page-column .in-cont-item p {font-size: 16px; }
#page-column .in-cont-item.loc p a {font-size: 14px; }
.in-cont-map iframe {height: 300px; }
.contact-page .in-cont-list {margin: 0 0 40px; }
.contact-page #page-column h2 {margin: 0 0 30px; font-size: 34px; }

#page-content .review-item {padding: 26px 45px 36px; margin: 0 0 16px; }
#page-content .review-item h5 {margin: 0 0 12px; }
#page-content .inn-review::before {border-width: 10px medium medium 10px; width: 28%; height: 64px; top: -5px;}
.review-item .star-rat {margin: auto 0 10px -23px; }
#page-content .inn-review::after {transform: scale(0.7); bottom: 15px; right: 42px; }

#page-column .attorney-page h2 {margin: 0 0 32px; font-size: 30px; }
.in-attrny-lst {gap: 35px; justify-content: center; flex-direction: column; align-items: center; }
.in-attrny-itm {padding: 25px 0 0px; margin: 0 0 40px; }
#page-column .attrny-prfl-dtls h4 {font-size: 19px; margin: 0 0 10px; }
.in-attrny-itm:before {border-width: 12px; top: -6px; }

#post-content .posts-list .posts-block h3 a {font-size: 22px; line-height: 1.1; }
.posts-readmore {position: relative;left: 0;bottom: 0;}
#post-content .posts-list .posts-block {padding: 24px 14px 0;}
#post-content .posts-list .posts-readmore a {letter-spacing: 2px; }
.sidebar-blog .widget select {background-size: 56px 100%; }
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-page .sidebar-item.sidebar_search input.search-field {padding: 11px 56px 11px 18px; font-size: 17px; line-height: 1.5; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {background-size: 56px 96%; }
.sidebar-blog {gap: 12px; }
#post-column-full .nav-links {margin: 0px 0px 0; }
#post-column-full .nav-links .page-numbers {width: 55px; height: 55px; font-size: 24px; }

.single-profile-block {margin: 0 0 28px; padding: 0; flex-direction: column; align-items: center; }
.single-profile-image {width: 100%; margin: 0 auto; max-width: 250px; }
.single-profile-image img {height: 100%; max-height: 300px; object-fit: cover; object-position: top; }
.single-profile-block:after, .single-profile-block:before {display: none;}
#page-column .sngl-prfl-dtls h3::before {display: none;}
.sngl-prfl-dtls {align-self: center; width: 100%; align-items: center; text-align: center; border: 2px solid rgb(0 0 0 / 50%); padding: 20px; }
#page-column .sngl-prfl-dtls h3 {font-size: 38px; margin: 0 0 14px; text-align: center; }
.sngl-prfl-phn {padding-left: 52px; text-align: center; display: inline-block; }
#page-column .sngl-prfl-phn a::after {transform: scale(0.7);     top: -13px; }
#page-column .sngl-prfl-phn p {font-size: 17px; margin: 0 0 16px; }
#page-column .sngl-prfl-phn p a {font-size: 28px; }
.sngl-prfl-btn a.cmn-btn {font-size: 15px; padding: 16px 25px; }
#page-column .accordion-profile h3 {font-size: 20px; padding: 10px 40px 12px 16px; }


#page-column .hm-practice-item h5 a {font-size: 20px; }
.hm-practice-item:hover .hm-practice-title {bottom: 96px; }
#page-column .hm-practice-item:hover .hm-practice-image:after {bottom: -15px; }

.cmn-box {padding: 30px 36px 40px 30px; margin: 0 0 20px; }
#page-column .cmn-box h2 {font-size: 36px; margin: 0 0 16px; }
#page-column .cmn-box h2 strong {font-size: 40px; border:none; }
#page-column .cnslt-call a::after {transform: scale(0.6);  } 
.cmn-box-cnslt-btn {gap: 15px;}
#page-column .cmn-box h2::before {border-width: 14px medium medium 14px; }

.cmn-box.two {padding: 15px; justify-content: center; flex-direction: column; align-items: center; }
.cmn-box-two-img {width: 100%; max-width: 300px; }
.cmn-box-two-content {width: 100%; border: 2px solid rgb(255 255 255 / 21%); padding: 20px;}
#page-column .cmn-box.two h2 { text-align: center;}
#page-column .cnslt-btn.two .cnslt-call {margin: auto; display: inline-block; }
#page-column .cnslt-btn.two .cnslt-call a::after {left: 9px; top: -21px; }
#page-column .cnslt-btn.two .cnslt-btn {text-align:center; }

.team-member-block {display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin: 0 0 50px; }
.team-member-itm {position: relative; width: 100%; padding: 20px 0 0;}


.single-pagination .nav-links a {font-size: 15px;padding: 13px 24px;width: auto;}
.related-insights-posts .posts-list {margin: auto; width: 100%; max-width: 350px; }

#page-column section.widget.widget_team_member .team-inner-list{max-width: 320px; width: 100%; margin: auto; }
#page-column section.widget.widget_team_member .team_member_item {width: 100%; }
.cmn-box-cnslt-btn{flex-direction: column;}
.team-member-itm {width: 100%;max-width: 250px;}
.team-member-block{flex-wrap: wrap;margin: 0px 0 30px;}
#page-column .team-member-block h5{margin: 0 0 8px;}
.cta-btn a.cmn-btn {font-size: 16px;letter-spacing: 0.2px;}
.attorney-page::before{display: none;}


.contact-page .hm-form .gfield.gfield--type-text, .contact-page .hm-form .gfield.gfield--type-phone, .contact-page .hm-form .gfield.gfield--type-email {width: 100% !important;}
.contact-page #page-column h2 {margin: 0 0 10px;}
.contact-page .hm-form-rit {padding: 15px 20px;}
.contact-page .hm-form .gform_wrapper .gform_footer.top_label {margin: 20px auto 0;}


}

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

.logo-section {justify-content: center; gap: 15px; }
#page-column .case-results-cta .case-item{width: 100%; } 
 }

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

@media screen and (max-width:480px) {
.container {max-width: 100%; padding: 0 15px;}

.text-heading {font-size: 30px; margin: 0 0 14px; }
a.cmn-btn {padding: 14px 20px;letter-spacing:0.2px;font-size: 14px;}

.showhide b.txtl {font-size: 17px; }
.site-branding {max-width: 260px;}
.sicky-cnt.sticky-mobile-logo {max-width: 240px; }
.showhide {padding: 0px 0 0 30px;}
.header-sticky.fixed-header .container{padding: 0 !important;}

.hm-banner-sec {padding: 32px 0 70px; }
.hm-banner-sec h1 {font-size: 38px; }
.hm-banner-sec h1 strong {font-size: 23px; }
.hm-banner-btn a.cmn-btn {padding: 14px 19px; font-size: 14px; }
.hm-banner-blk {padding: 20px 15px; }
.hm-banner-sec p {font-size: 15px;}

.hm-serving-sec {padding: 32px 0 0; }
.hm-serving-sec-right   h2.text-heading {font-size: 27px; }
.hm-serving-sec-left {max-width: 300px; }
.hm-serving-sec-right h2 strong {font-size: 20px;}

.hm-practice-sec {padding: 32px 0; }
.hm-practice-list.owl-carousel .owl-dots, .hm-awards-sec-list.owl-carousel .owl-dots {margin: 22px 0 0; }
.hm-practice-list {margin: 0 0 20px;}
.hm-serving-btn a.cmn-btn {padding: 14px 18px; }

.hm-com-bg-mbl {max-width: 300px; }
.hm-compassionate-sec-blk h2.text-heading {margin: 0 0 15px;line-height: 1.1; }

.hm-awards-sec {padding: 32px 0 0; }
.hm-awards-sec h2 {letter-spacing: 2px; }
.hm-awards-sec-item{box-shadow: none;}

.hm-experienced-right h2.text-heading strong {display: inline-block;font-size: 29px; }
.hm-experienced-right h3 {font-size: 21px; }

.hm-attorney-mdl p {line-height: 1.5; }
.hm-attorney-mdl h5 {font-size: 15px; letter-spacing: 0px; }

.hm-prbt-ltgn-itm h3 {font-size: 22px; }
.hm-prbt-ltgn-itm:before {transform: scale(0.5); }
.hm-prbt-ltgn-itm {padding-top: 86px; }
.hm-prbt-ltgn {padding: 28px 20px 50px; }
.hm-prbt-ltgn-itm-hvr {padding: 24px 20px 22px; }
.hm-prbt-ltgn-itm-hvr h4 {font-size: 21px; margin: 0 0 16px; }
.hm-prbt-ltgn-cnt p { padding-right: 18px;font-size: 14px;} 

.hm-testimonials {padding: 30px 0 0; }
.hm-testimonials h2 {margin: 0 0 14px; }
.hm-testi-item {padding: 22px 15px;}
.hm-testi-list.owl-carousel .owl-nav {margin: 15px 0; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {transform: scale(0.7); }
.hm-testi-btn {margin: 0 auto 30px; }
.hm-testi-btn a.cmn-btn {padding: 16px 30px;}
.hm-testimonials h4 {letter-spacing: 3px;}

#footer-navigation ul li { padding: 0px 15px; }
.hm-form .gform_wrapper .top_label textarea { height: 100px !important; }
.hm-form-rit { padding: 15px; }
.ftr-itm.ftr-scl-icns, .ftr-itm.cont, .ftr-itm.loc {padding: 15px 10px;}
.ftr-itm.cont p a { font-size: 18px; }
.ftr-itm h4 { font-size: 25px; }
.hm-form-rit p {font-size: 14px;line-height: 1.4;}

.hm-trusted-sec h2 {font-size: 29px;}
.hm-trusted-sec h3 {font-size: 19px;}
.hm-trusted-sec p {font-size: 15px;}
.hm-trusted-sec {padding: 40px 0 80px;}

/*Inner Pages*/

#main-heading {padding: 40px 0; }
#main-heading strong.page-title,#main-heading h1 {font-size: 35px;margin: 0 0 8px;}
#main-heading .inrpg-breadcrumbs {font-size: 14px; }
#post-content, #page-content {padding: 30px 0; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {margin: 0 0 15px;}
#page-column h1,#post-content h1,
#page-column h2,#post-content h2,
#page-content .areaserved-item-list h2  {font-size: 30px; }
#page-column h3,#post-content h3{font-size: 28px; }
#page-column h4,#post-content h4{font-size: 25px; }
#page-column h5 ,#post-content h5 {font-size: 20px; }
#page-column h6 ,#post-content h6 {font-size: 17px; }
#page-column ol, #page-column ul {margin: 0 0 15px 0px;}
#page-column ul li {margin: 0 0 8px;}
#page-column li ul {padding: 15px 0 0 0px;}

.sidebar-page .sidebar-item {margin: 0 0 18px; padding: 12px 14px 22px; }
.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 30px; padding: 0 0 13px; }
.sidebar-page .sidebar-menu-pa ul li a { padding: 12px 18px 12px 24px;font-size: 17px;}
.sidebar-page .sidebar-menu-pa ul li a::before {top: 18px; left: 8px; }


.sidebar-page section.widget.testi {padding: 14px 20px 22px; margin: 0 0 20px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 15px; font-size: 34px; }
#page-content section.widget.testi .testi-item .star-rat {transform: scale(0.7); }
.sidebar-page section.widget.testi:before {transform: scale(0.7); bottom: 11px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next {transform: scale(0.7); }

.contact-page .in-cont-item {padding: 30px 20px; }
#page-column .in-cont-item h4:before {transform: scale(0.65); }
#page-column .in-cont-item h4 {font-size: 28px; padding-top: 58px; }
.in-cont-item.icons .scl-icons  a.facebook {transform: scale(0.6); }
.contact-page .in-cont-list {gap: 15px; margin: 0 0 28px; }
.contact-page #page-column h2 {font-size: 28px; }
.contact-page #page-column p {line-height: 1.3;}

#page-content .review-item {padding: 24px 15px 30px; margin: 0 0 14px; border: 1px solid #000000;}
.review-item .star-rat {transform: scale(0.7); }
#page-content .inn-review::after {transform: scale(0.65); bottom: 10px; right: 20px;}
#page-content .review-item:after {width: 98%; }
#page-content .review-item:before,#page-content .review-item:after,#page-content .inn-review::before{display: none;}



.in-attrny-itm {padding: 20px 0 0px; margin: 0 0 30px; }
#page-column .attrny-prfl-dtls h4 {font-size: 18px;  }
#page-column .view-lnk a {font-size: 14px; }

#post-content .posts-list .posts-readmore a {letter-spacing: 1px;}
#post-content .posts-list .posts-block {padding: 12px 0px 0 8px; }
#post-column-full {gap: 12px; }
.sidebar-blog .widget select {background-size: 52px 100%; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {background-size: 53px 96%;}

#page-column .sngl-prfl-dtls h3 {font-size: 34px; margin: 0 0 12px; }
.sngl-prfl-phn {padding-left: 50px; }
#page-column .sngl-prfl-phn p {font-size: 16px; margin: 0 0 14px;}
#page-column .sngl-prfl-phn p a {font-size: 25px; }
#page-column .sngl-prfl-phn a::after {transform: scale(0.6); }
.sngl-prfl-btn a.cmn-btn {font-size: 14px; padding: 15px 20px; }
.single-profile-block {margin: 0 0 25px; }

#page-column .hm-practice-item h5 a {font-size: 20px; }
.hm-practice-item:hover .hm-practice-title {bottom: 94px; }
.sngl-prfl-dtls {padding: 20px 10px;}


.cmn-box {padding: 30px; margin: 0 0 18px; }
#page-column .cmn-box h2 {font-size: 30px; margin: 0 0 14px; }
#page-column .cmn-box h2 strong {font-size: 32px;  }
.cnslt-btn a.cmn-btn {padding: 15px 28px; font-size: 15px; }
#page-column .cnslt-call {padding-left: 50px; }
#page-column .cnslt-call p a {font-size: 24px; }
#page-column .cnslt-call a::after {transform: scale(0.55); }

.cmn-box-two-content {padding: 15px 10px; }
#page-column .cmn-box.two h2 {font-size: 24px; margin: 0 0 18px;}
#page-column .cnslt-call p {font-size: 16px;}
#page-column .cnslt-call p a {font-size: 20px; }
#page-column .cnslt-btn.two .cnslt-btn a.cmn-btn {font-size: 14px; padding: 15px 18px; }

.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-page .sidebar-item.sidebar_search input.search-field {font-size: 16px;}
#post-column-full .nav-links .page-numbers {width: 45px;height: 44px;font-size: 20px;}
#post-column-full .nav-links {gap: 5px;flex-wrap: wrap;}
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {margin: 0 5px;}

#page-column ul.practice-sub-childs li {max-width: 260px;}

#page-column .lft-blK {margin-bottom: 30px;}    
    

}

@media screen and (max-width:400px) { }
@media screen and (max-width:375px) { }
@media screen and (max-width:320px) { }