/*
 Theme Name:   Weber & Rubano
 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:  rmtheme-child
*/
/* jomolhari-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Jomolhari';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/jomolhari-v21-latin-regular.woff2') format('woff2');
}

/* inter-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v20-latin-regular.woff2') format('woff2');
}
/* inter-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/inter-v20-latin-italic.woff2') format('woff2');
}
/* inter-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-v20-latin-600.woff2') format('woff2');
}
/* inter-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v20-latin-700.woff2') format('woff2');
}
/* inter-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/inter-v20-latin-800.woff2') format('woff2');
}
/* google-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/google-sans-v67-latin-regular.woff2') format('woff2');
}
/* google-sans-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/google-sans-v67-latin-500.woff2') format('woff2');
}
a:focus {
    outline: 0;
}
: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: 'Inter';
    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: 'Inter';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Inter';
    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: #234962;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
}
.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;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Inter';
    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;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.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: #234962;
    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;
    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 {
    opacity: 0;
}
.header-sticky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.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: 'Inter';
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Manrope-Regular';
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #234962;
    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: "Poppins", sans-serif;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    border: 0;
    margin: 0;
    text-decoration: none;
}
#main-menu-mobile > li.current-menu-item > a, #main-menu-mobile > li > a:hover{
    color: #86d0f8;
}
.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;
}
.site-header .container {
    max-width: 100%;
    padding: 0 4.2%;
}
.header-rgt {
    display: flex;
    justify-content: space-between;
    width: 69.1%;
}
.hdr-rgt-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hdr-tel a {
    display: inline-block;
    font-family: 'Inter';
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}
.hdr-tel a:hover {
    color: #56B3D5;
}
.hdr-tel a::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(images/hdr-phn-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: rgb(86, 179, 213, 50%);
}
.hdr-cnt-itm::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 60px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(86, 179, 213, 50%);
}
.hdr-cnt-itm {
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 0 90px;
    margin: 0;
    position: relative;
}
.hdr-cnt-itm:first-child {
    padding-left: 0;
}
.hdr-cnt-itm:last-child {
    padding-right: 0;
    position: static;
}
.hdr-tel {
    padding: 24px 0px 23px 126px;
    position: relative;
    z-index: 0;
}
.hdr-tel::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #56849B 0%, rgba(45, 93, 111, 0) 100%);
    opacity: 0.5;
    width: calc(100% + 80px);
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0 4px 0;
    background-image: url(images/hdr-top-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 33px;
}
.hdr-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-branding a {
    display: inline-block;
}
.site-branding a img {
    display: block;
    width: 100%;
}
.header-number {
    color: #fff;
    padding: 0 0 0 64px;
    position: relative;
}
.header-number strong {
    font-size: 15px;
    font-family: 'Instrument Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}
.header-number a {
    font-size: 36px;
    font-family: 'Instrument Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    color: #931917;
    margin: 6px 0 0;
    display: inline-block;
}
.header-number a:hover {
    color: #fff;
}
.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/hdr-cal-icn.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 48px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul {
    margin: 0;
    font-size: 0;
    text-align: center;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 45px;
}
#main-navigation ul li:first-child{
    margin-left:0;
}
#main-navigation ul li:last-child{
    margin-right:0;
}
#main-navigation ul li a{
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1;
    color: #ffffff;
    padding: 0;
    display: block;
    text-transform: uppercase;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #56B3D5;
}
#main-navigation ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #4f9ebd;
    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: #ffffff;
    color: #4f9ebd;
}
#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;
    line-height: 1.15;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #ffffff;
    color: #4f9ebd;
}
#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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 99;
}
.site-header.is-sticky .site-branding {
    width: 18%;
}
.site-header.is-sticky  .hdr-tel {
    padding: 15px 0px 15px 126px;
}
.site-header.is-sticky  .hdr-tel a::before {
    width: 63px;
    height: 63px;
}
.site-header.is-sticky .logo-section {
    margin: 0 0 15px;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #234962;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 0px 0 15px;
    border-bottom: 2px solid #56B3D5;
}
@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;
}
.text-heading{
    font-family: 'Inter';
    font-weight:600;
    font-size:100px;
    line-height: 1;
    letter-spacing:-2px;
    color:#FFFFFF;
    margin: 0 0 15px;
    text-align: center;
}

a.cmn-btn {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    padding: 26px 44px;
    color: #ffffff;
    background-color: #56B3D5;
    text-transform: uppercase;
    display: inline-block;
}
a.cmn-btn:hover {
    background-color: #0A344D;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.hm-bann-sec {
    padding: 275px 0 0;
    position: relative;
}
.hm-bann-sec::after {
    position: absolute;
    content: "";
    width: 43%;
    height: 2px;
    left: 0;
    bottom: 210px;
    background-color: #56B3D5;
}
.hm-banner-section {
    background-image: url(images/hm-bann-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hm-bann-sec .container {
    max-width: 1400px;
}
.hm-bann-blck {
    display: flex;
    justify-content: space-between;
}
.hm-bann-lft {
    width: 51%;
    padding: 35px 0 0;
}
.hm-bann-lft h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 100px;
    line-height: 0.866;
    letter-spacing: -3px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 65px;
}
.hm-bann-lft h1 small {
    font-size: 70px;
    letter-spacing: 12px;
    color: #56B3D5;
    display: block;
    line-height: 1;
    margin: 24px 0 0;
}
.hm-bann-rgt {
    width: 45.43%;
}
.hm-bann-rgt img {
    width: 100%;
    display: block;
}
.hm-bann-btm-sec {
    background-color: #0A344D;
    padding: 7px 0 20px;
}
.hm-bann-btm-sec .container {
    max-width: 100%;
}
.hm-bann-btm-itm {
    position: relative;
    width: 33.2%;
    text-align: center;
}
.hm-bann-btm-img {
    width: 90px;
    margin: auto;
}
.hm-bann-btm-img img {
    width: 100%;
    display: block;
}
.hm-bann-btm-itm h4 {
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}
.hm-bann-btm-cnt {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;
}
.hm-bann-btm-blck {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-injury-sec {
    padding: 90px 0 40px;
    position: relative;
}

.hm-injury-sec::before {
    content: "";
    position: absolute;
    background-color: #56B3D5;
    width: 48.5%;
    height: 2px;
    bottom: 16.6%;
    left: 0;
}
.hm-injury-sec::after {
    content: "";
    position: absolute;
    width: 31.7%;
    border-bottom: 2px dotted #56849B;
    height: 2px;
    bottom: 14.5%;
    left: 0;
}

.hm-injury-sec .text-heading {
    color: #56849B;
    margin: 0 0 55px;
}

.hm-injury-lst {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.hm-injury-lft {
    width: 47%;
}

.hm-injury-img {
    margin: 0 0 15px;
}
.hm-injury-plybtn {
    width: 92px;
    height: 92px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-injury-plybtn a img {
    display: block;
    width: 100%;
}
.hm-injury-plybtn a {
    display: inline-block;
}
.hm-injury-popup {
    position: relative;
}
.hm-injury-img img {
    width: 100%;
    display: block;
}

.hm-injury-lft h4 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: -0.6px;
    color: #56849B;
    margin: 0 0 70px;
}

.hm-injury-lft h5 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 7.9px;
    color: #0A344D;
    margin: 0px;
    text-transform: uppercase;
}

.hm-injury-rgt h4 {
    font-family: "Jomolhari";
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    color: #0A344D;
    margin: 0 0 20px;
}

.hm-injury-lft h5 strong {
    color: #56B3D5;
    font-weight: 600;
}

.hm-injury-rgt {
    width: 46.5%;
}

.hm-injury-rgt p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #0A344D;
    margin: 0 0 30px;
}

.hm-injury-rgt p:nth-child(4) {
    margin: 0 0 35px;
}
.hm-partner-blk {
    padding: 75px 70px 130px;
    background: linear-gradient(180deg, rgb(86, 132, 155, 19%) 0%, rgba(45, 93, 111, 1%) 100%);
}

.hm-partner-blk h3 {
    font-family: "Jomolhari";
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    color: #0A344D;
    margin: 0 0 20px;
    text-align: center;
}

.hm-partner-blk p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #0A344D;
    margin: 0 0 25px;
    text-align: center;
}

.hm-partner-btn {
    text-align: center;
}
.hm-partner-btn a.cmn-btn {
    background-color: #0A344D;
    position: relative;
    padding: 25px 44px 25px 110px;
    font-size: 29px;
}
.hm-partner-btn a.cmn-btn:hover {
    background-color: #315b73;
}
.hm-partner-btn a::before{
    content: '';
    position: absolute;
    background-image:url(images/partnr-call-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width:80px;
    height:80px;
    left: 0;
    top: 0;
}
.hm-case-rslts {
    padding: 120px 0;
    background-color: #F6F9FA;
    position: relative;
    z-index: 1;
}

.hm-case-rslts::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgb(86, 132, 155,20%) 0%, rgba(45, 93, 111, 0%) 100%);
    width: 33.6%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.hm-rslts-top {
    text-align: center;
    margin: 0 0 70px;
}

.hm-rslts-top h3 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 4.8px;
    color: #56B3D5;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.hm-rslts-top .text-heading {
    font-weight: 700;
    font-size: 160px;
    letter-spacing: -3.2px;
    color: #56849B;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.hm-rslts-top h4 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #56B3D5;
    margin: 0px;
    text-transform: uppercase;
}

.hm-rslts-list.owl-carousel {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
    padding: 0 20px;
}
.hm-rslts-list.owl-carousel .owl-stage{
    padding: 30px 0;
}
.hm-rslts-list.owl-carousel .hm-result-itm {
    text-align: center;
    background: #0A344D;
    padding: 30px 30px;
}
.hm-result-itm::before{
    width: calc(100% + 160px);
    height: 100%;
    background-color: #56B3D5;
    position: absolute;
    left: -80px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: none;
    z-index: -1;
}
.hm-rslts-list .owl-item.center .hm-result-itm::before {
    display: block;
}
.hm-rslts-list .owl-item.center .hm-result-itm{
    background-color: transparent;
}
.hm-rslt-blk {
    position: relative;
    padding: 16px 14px 19px;
}
.hm-rslt-blk::before {
    content: '';
    position: absolute;
    background-image: url(images/case-rsl-itmbfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 37px;
    height: 100%;
    top: 0;
    left: 0;
}
.hm-rslt-blk::after {
    content: '';
    position: absolute;
    background-image: url(images/case-rslt-itmaftr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 37px;
    height: 100%;
    top: 0;
    right: 0;
}
.hm-rslts-list .owl-item.center .hm-rslt-blk::before {
    left: -100px;
    height: calc(100% + 60px);
    top: -30px;
    background-size: 100% 100%;
}
.hm-rslts-list .owl-item.center .hm-rslt-blk::after{
    right: -100px;
    height: calc(100% + 60px);
    top: -30px;
    background-size: 100% 100%;
}

.result-cnt h4 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #56B3D5;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.result-cnt h5 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #fff;
    margin: 0px;
}

.result-cnt h3 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #fff;
    padding: 0 0 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}

.result-cnt h3::before {
    position: absolute;
    content: '';
    background-image: url(images/case-result-lineimg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-result-btn {
    text-align: center;
}

.hm-rslts-list.owl-carousel .owl-nav {
    position: absolute;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    max-width: 206px;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: auto;
}

.hm-rslts-list.owl-carousel .owl-nav button.owl-prev,
.hm-rslts-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/case-rslt-bfr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 26px;
    font-size: 0;
}

.hm-rslts-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/case-rslt-after.webp);
}

.hm-rslts-list.owl-carousel .owl-nav::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #56B3D5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-rslts-list .owl-item.center .hm-result-itm .result-cnt h4 {
    color: #fff;
}
.hm-rslts-list .owl-carousel .owl-stage{
    display:flex;
}
.hm-rslts-list .owl-carousel .owl-item{
    display: flex;
}
.hm-rslts-list .owl-item.center .hm-result-itm .result-cnt h3::before {
    background-image: url(images/caserslt-linehvr-img.webp);
}
.hm-testimonials{
    background-color: #0A344D;
    padding: 100px 0 130px;
    position: relative;
    z-index: 1;
}
.hm-testimonials::before {
    position: absolute;
    content: "";
    background-image: url(images/testi-aft-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    width: 17.9%;
    height: 100%;
    top: 0;
    left: 195px;
    z-index: -1;
}
.hm-testimonials .container{
    max-width: 1600px;
    width: 100%;
    margin: 0 0 0 auto;
}
.hm-testimonials .text-heading {
    color: #FFFFFF;
    margin: 0 0 43px;
    text-align: left;
}
.hm-testi-blk {
    display: flex;
    justify-content: flex-start;
    padding: 0 50px 0 0;
}
.hm-testi-lft {
    width: 41.9%;
}
.hm-test-rit {
    width: 57.5%;
    position: relative;
    text-align: left;
    padding: 15px 0 20px 0;
}
.star-rat img {
    display: block;
    width: 100%;
}
.star-rat {
    width: 100%;
    max-width: 163px;
    margin: 0 0 30px;
}
.hm-testimonials .testi-item {
    padding: 50px 0 80px 58px;
    position: relative;
    width: 75% !important;
}
.hm-test-rit::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #56B3D5;
    width: 67.2%;
    height: 1px;
    bottom: 33px;
    left: 0;
}
.hm-test-rit::after {
    position: absolute;
    content: "";
    border-bottom: 2px dotted #56849B;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 50px;
    margin: auto;
}
.hm-testimonials .testi-item p {
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 43px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    margin: 0 0 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.hm-testimonials .testi-item h5 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #56849B;
    position: absolute;
    bottom: 40px;
    left: 60px;
    right: 0;
    margin: 0 auto;
}
.hm-test-rit h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 4.8px;
    color: #56B3D5;
    text-align: end;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #56B3D5;
    padding: 0 20px 10px 0;
}
.hm-test-rit h4::before {
    position: absolute;
    content: "";
    border-bottom: 2px dotted #56849B;
    width: 69%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.bx-controls-direction.bx-controls-direction {
    position: absolute;
    right: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 0;
    height: 204px;
    justify-content: space-between;
}
.bx-controls-direction  .bx-prev, .bx-controls-direction .bx-next {
    font-size: 0px;
    background-image: url(images/bx-prev-img.webp) !important;
    background-repeat: no-repeat;
    background-position: top;
    width: 26px;
    height: 40px;
}
.bx-controls-direction .bx-next {
    font-size: 0px;
    background-image: url(images/bx-next-img.webp) !important;
}
.bx-controls-direction.bx-controls-direction::before {
    content: "";
    position: absolute;
    border: 1px solid #56B3D5;
    width: 100%;
    height: 29%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
}
.hm-ready-sec {
    padding: 250px 0 140px;
    background-image: url(images/ready-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hm-ready-logo {
    text-align: center;
    margin: 0 auto 30px;
    width: 30.4%;
}
.hm-ready-logo img {
    width: 100%;
    display: block;
}
.hm-ready-sec h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -1.6px;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}
.hm-ready-sec h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin: 0px 0 110px;
    text-transform: uppercase;
}
.hm-ready-btn {
    text-align: center;
}
.hm-practice-sec{
    padding: 106px 0 68px;
    background-image: url("images/practice-areas-bg-img.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    ;
}
.hm-practice-sec::before{
    position: absolute;
    content: "";
    background-color: #0A344D;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}
.hm-practice-sec h6{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 7.5px;
    color: #56B3D5;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.hm-practice-sec h2{
    margin: 0 0 28px;
}
.hm-practice-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:  10px;
    margin: 0 0 65px;
}
.hm-practice-item{
    width: 32.8%;
    padding: 64px 20px 80px 63px;
    position: relative;
}
.hm-practice-item:hover{
    background-color: #56B3D5;
    opacity: 1;
}
.hm-practice-item:hover::after{
    background-image: url(images/right-up-img-hvr.webp);
}
.hm-practice-item h4{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.8px;
    color: #fff;
    margin: 0;
}
.practice-name.item-hover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.hm-practice-item::after{
    position: absolute;
    content: "";
    background-image: url("images/right-up-img.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 57px;
    height: 57px;
    bottom: 27px;
    right: 33px;
    margin: auto;
}
.hm-practice-item::before{
    position: absolute;
    content: "";
    background: #56B3D5;
    width: 100%;
    height:100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    margin: auto;
}
.practice-button {
    text-align: center;
}
.hm-practice-sec a.cmn-btn {
    border: 2px solid #56B3D5;
    background-color: #0A344D;
}
.hm-practice-sec a.cmn-btn:hover{
    background-color: #56B3D5;
}
.hm-attorney-sec{
    padding: 110px 0 0 ;
    background-color: #0A344D;
}
.hm-attorney-sec .container{
    width: 100%;
    max-width: 1740px;
    margin: 0 auto 0 30px;
}
.hm-attorney-blk{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-attorney-lft{
    position: relative;
    width: 51.6%;
}
.hm-attorney-rit{
    width: 45.4%;
}
.hm-attorney-img {
    position: relative;
    width: 55.4%;
    z-index: 0;
}
.hm-attorney-img img{
    width: 100%;
    display: block;
}
.hm-attorney-sec h2{
    margin: 0;
}
.hm-attorney-sec .hm-attorney-rit p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 35px;
}
.hm-attorney-sec p:last-of-type{
    margin: 0 0 30px;
}
.hm-attorney-sec .hm-attorney-cnt h4{
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.hm-attorney-sec .hm-attorney-cnt h5{
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #56B3D5;
    margin: 0;
    text-align: center;
}
.hm-attorney-sec .hm-meet-cnt h6{
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
}
.hm-attorney-lft::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 83.4%;
    background: linear-gradient(180deg, #56849B 0%, rgba(45, 93, 111, 0) 100%);
    left: 0;
    bottom: 0;
    margin: auto;
}
.hm-attorney-cnt {
    position: absolute;
    left: 92px;
    bottom: 60px;
    margin: auto;
}
.hm-meet-cnt {
    position: absolute;
    right: 145px;
    bottom: 165px;
    margin: auto;
    padding: 0 0 0 40px;
    background-image: url(images/hm-attorney-arrow-img.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.hm-attorney-img::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 41.2%;
    background: linear-gradient(180deg, rgba(45, 93, 111, 0) 0%, #0A344D 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hm-attorney-img::before {
    position: absolute;
    content: "";
    width: 610px;
    height: 78.6%;
    left: -30px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border: 2px solid;
    border-image: linear-gradient(to bottom, #56B3D5 0%, rgba(86, 179, 213, 0) 100%) 1;
}
.hm-attorney-btn a.cmn-btn {
    border: 2px solid #56B3D5;
    background-color: #0A344D;
}
.hm-attorney-btn a.cmn-btn:hover {
    background-color: #56B3D5;
}
.hm-our-team-sec {
    padding: 85px 0 120px;
}
.hm-our-team-sec h2{
    color: #56849B;
    margin: 0 0 20px;
}
.hm-our-team-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 12px;
}
.hm-our-team-item {
    width: 24.2%;
    position: relative;
    padding: 20px 20px;
}
.our-team-itm-img img{
    width: 100%;
    display: block;
}
.our-team-itm-img {
    margin: 0 0 18px;
}
.hm-our-team-item h4{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #56849B;
    margin: 0 0 6px;
}
.hm-our-team-item:hover h4 {
    color: #0A344D;
}
.hm-our-team-item h5{
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #0A344D;
    margin: 0;
}
.hm-our-team-item .team-item-hover a{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.hm-our-team-item::before {
    position: absolute;
    content: "";
    background-image: url("images/team-item-bdr-img.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.tabs-section {
    padding: 120px 0;
    background-color: #f1e1e1;
}
.tab-btn.active {
    font-weight: bold;
    color: #333;
    display: inline;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}
.tab-buttons {
    margin: 0 0 20px;
}
.accordion-section{
    padding: 120px 0;
    background-color: #eee;
}
.accordion-item h3 {
    background: #ddd;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.accordion-item p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}
.accordion-item h3.active {
    background: #ccc;
}
.accordion-item h3.active + .accordion-item p {
    max-height: 200px;
}
.hm-ftr-form-sctn {
    background-color: #0A344D;
    padding: 120px 0 110px;
}
.hm-ftr-form-sctn .container {
    max-width: 1500px;
}
.hm-form .gfield label {
    display: none;
}
.hm-form-sec .text-heading {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 80px;
    line-height: 1.25;
    letter-spacing: -1.6px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.hm-form-sec p {
    font-family: 'Inter';
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    margin: 0 0 33px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.hm-form-sec {
    position: relative;
    padding: 60px 20px 98px;
    border: 2px solid #56B3D5;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn{
    text-align: center;
    background-color: #bdabab;
}
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 23%;
    border: none;
}
.hm-form input::placeholder {
    color: #FFFFFF;
}
.hm-form input:-ms-input-placeholder {
    color: #FFFFFF;
}
.hm-form input::-ms-input-placeholder {
    color: #FFFFFF;
}
.hm-form textarea::placeholder {
    color: #FFFFFF;
}
.hm-form textarea:-ms-input-placeholder {
    color: #FFFFFF;
}
.hm-form textarea::-ms-input-placeholder {
    color: #FFFFFF;
}
.hm-form {
    width: 82.4%;
    margin: auto;
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    font-family: 'Inter';
    font-weight: 400;
    margin: 0px;
    width: 100% !important;
    color: #FFFFFF;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: rgba(255 255 255 / 15%);
    line-height: 1 !important;
    font-size: 18px !important;
    padding: 29px 30px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0;
    box-shadow: 0 2px 0 0 rgba(255 255 255 / 25%);
}
.hm-form .gfield {
    position: relative !important;
    padding: 0;
}
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone {
    width: 32.5% !important;
}
.hm-form .gfield.gfield--type-email{
    width: 100% !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: 150px !important;
    resize: none;
    margin: 0;
    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: 'Inter';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-align: left;
    display: inline-block;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #56b3d5;
}
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 14px 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 13px !important;
    height: 13px !important;
    float: left;
    clear: both;
    margin: 5px 6px 0px 0 !important;
    padding: 0 !important;
    box-shadow: inherit;
    border: 0 !important;
    outline: 0;
    border-radius: 0;
    background-color: #fff;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: -72px 0 0 auto;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #56B3D5!important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Inter';
    font-weight: 800;
    width: auto !important;
    color: #ffffff !important;
    font-size: 24px !important;
    padding: 24px 54px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    box-shadow: inherit;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    background-color: #fff !important;
    color: #56B3D5 !important;
}
.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;
    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;
    font-family: 'Inter';
    font-weight: 400;
}
.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;
}
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 3px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    color: #b54932;
    margin: 0;
    font-family: 'Inter';
    font-weight: 400;
    pointer-events: none;
}
.hm-form .chk .gfield_description.validation_message{
    bottom: -17px !important;
    right: auto !important;
}
.hm-form .gfield--type-checkbox {
    border: 0;
}
.ftr-location-sec {
    padding: 45px 0 55px;
    background-color: #56849B;
}
.footer-location-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-location-cnt h2 {
    font-size: 60px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 1;
    letter-spacing: -1.2px;
    color: #FFFFFF;
    margin: 0 0 24px;
}
.footer-location-itm h4 {
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0 0 5px;
}
.footer-location-itm p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
}
.footer-location-itm p a {
    display: inline-block;
}
.footer-location-itm p a:hover {
    color: #0A344D;
}
.footer-location-itm {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #0A344D;
}
.footer-locat-map iframe {
    width: 100%;
    display: block;
    height: 380px;
}
.footer-locat-map {
    width: 33.3%;
}
.footer-location-cnt .footer-location-itm:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-location-cnt {
    margin-right: 35px;
}
.footer-location-cnt.mbl h2 {
    display: none;
}
.ftr-block-sec {
    background-color: #0A344D;
    padding: 50px 0 0;
    color: #fff;
}
#footer-navigation ul {
    font-size: 0;
    text-align: center;
}
#footer-navigation ul li{
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 42px;
}
#footer-navigation ul li:first-child{
    margin-left: 0;
}
#footer-navigation ul li:last-child{
    margin-right: 0;
}
#footer-navigation ul li a {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0px;
}
#footer-navigation ul li a:hover{
    color: #56B3D5;
}
.ftr-menu {
    position: relative;
    margin: 0 0 37px;
    padding: 0 0 33px;
}
.ftr-menu::before{
    position: absolute;
    content: "";
    width: 95%;
    height: 2px;
    background-color: #56B3D5;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.ftr-block-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 23px 3.5% 60px;
}
.footer-itm {
    border: 2px solid #56B3D5;
    padding: 6px;
    width: 23.5%;
    text-align: center;
}
.footer-itm-title {
    font-family: 'Google Sans';
    font-weight: 500;
    font-size: 21px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
}
.footer-logo img {
    width: 100%;
    display: block;
}
.footer-itm-title small {
    font-size: 15px;
    display: block;
}
.footer-itm-logo {
    width: 38.7%;
    position: relative;
    padding: 18px 0 0;
}
.footer-itm-logo::before, .footer-itm-logo::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 175px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(86, 132, 155, 0.7) 0%, rgba(45, 93, 111, 0.39) 50%, rgba(45, 93, 111, 0) 100%);
}
.footer-itm-logo::after{
    left: 0;
}
.footer-itm-logo::before{
    right: 0;
}
.footer-logo {
    width: 389px;
    margin: 0 auto 30px;
}
.footer-social-icon a {
    font-size: 0;
    display: inline-block;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-social-icon a.fb {
    background-image: url(images/facebook-icon.webp);
}
.footer-social-icon a.in {
    background-image: url(images/linked-in-icon.webp);
}
.footer-social-icon a.fb:hover {
    background-image: url(images/facebook-icon-hvr.webp);
}
.footer-social-icon a.in:hover {
    background-image: url(images/linked-in-icon-hvr.webp);
}
.footer-social-icon {
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.hm-martin-logo-img img {
    width: 100%;
    display: block;
}
.hm-martin-logo-img {
    width: 110px;
    margin: 0 auto 5px;
}
.ftr-copyrights-sec {
    background-color: #38809F;
    padding: 20px 0px;
    text-align: center;
}
.ftr-copyrights-sec p{
    margin: 0;
}
.ftr-block-sec .container{
    width:100%;
    max-width:1500px;
    margin:0 auto
}
.cpy-inr p, .cpy-inr p a {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #FFFFFF;
}
.cpy-inr p a {
    display: inline-block;
}
.cpy-inr p a:hover {
    color: #0a344d;
}
.cpy-inr p.cpy-inr-btm {
    font-style: italic;
}
.page-container, .post-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#main-heading {
    background-image: url(images/page-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 245px 0 105px;
    text-align: center;
}
#main-heading h1 {
    font-size: 65px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover {
    color: #56B3D5;
}
#post-content, #page-content {
    padding: 100px 0;
}
.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: 'Inter';
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #56849b;
}
#page-column h1,
#page-column h2, #page-content .areaserved-item-list h2 {
    font-size: 45px;
}
#page-column h3 {
    font-size: 40px;
}
#page-column h4 {
    font-size: 35px;
}
#page-column h5 {
    font-size: 28px;
}
#page-column h6 {
    font-size: 26px;
}
#page-column p, #page-column li {
    font-family: "Inter";
    font-size: 18px;
    line-height: 1.95;
    color: #0A344D;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    font-weight: 500;
}
#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 ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin: 0 0 15px;
}
#page-column ul li:before {
    background: #0A344D;
    width: 9px;
    height: 9px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 14px;
    border-radius: 50%;
}
#post-content .posts-list .author-info a,
#page-column a,
#page-column li a {
    color: #56B3D5;
    text-decoration: none !important;
}
#page-column a:hover,
#page-column li a:hover {
    color: #0A344D;
}
#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 {
    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: #0a344d;
    position: relative;
    padding: 25px 10px 20px;
}
.sidebar-page .sidebar-item h2, h4.widget-title {
    padding: 0 0 20px;
    text-align: center;
    position: relative;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0px;
    margin: 0 0 10px;
    font-family: 'Inter';
    font-weight: 600;
}
.sidebar-page .sidebar-item h2:before{
    content: '';
    position: absolute;
    background-color: #56b3d5;
    width: 100%;
    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 0 5px;
    position:relative
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 22px;
    color: #fff;
    display: block;
    position: relative;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0;
    padding: 15px 15px 15px 35px;
    background-color: transparent;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #56b3d5;
    width: 9px;
    height: 9px;
    top: 22px;
    left: 15px;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a::before, .sidebar-page .sidebar-menu-pa ul li:hover > a::before {
    background-color: #fff;
}
.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:hover > a {
    background-color: #56b3d5;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a {
    width: 100%;
    padding: 0px 20px 0px 35px;
    display: block;
    text-align: left;
    font-size: 19px;
    margin: 0;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu  li a:hover, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a{
    background-color: transparent !important;
    color: #ffffffbd;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {
    width: 7px;
    height: 7px;
    top: 6px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before{
    background-color: #ffffffbd !important;
}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {
    font-size: 0;
    position: absolute;
    right: 25px;
    top: 21px;
    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 .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;
    padding:10px 0 0 20px;
}
.widget.csae-res h2 {
    display: block;
}
.csae-res-itm::before, .csae-res-itm::after {
    background-size: 100% 100% !important;
}
.sidebar-page section.widget.testi {
    background-color: #56b3d5;
    padding: 25px 25px 35px;
    text-align: center;
    margin: 0 0 50px;
}
#page-content section.widget.testi .testi-item p {
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#page-content section.widget.testi .testi-item .star-rat {
    width: 154px;
    height: 30px;
    background-image: url(images/sdbr-start-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 20px;
}
#page-content section.widget.testi .testi-item h6 {
    position: inherit;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 0px;
    bottom: inherit;
}
.sidebar-page section.widget.testi h4.widget-title {
    margin: 0 0 25px;
    padding: 0;
}
.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 {
    background-color: #fff;
    padding: 16px 50px 15px 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
    font-size: 26px;
    font-family: 'Inter';
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 1;
    color: #0a344d;
    margin: 0;
    border: 1px solid #0a344d94;
    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: 20px 20px 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 18px;
    max-height: max-content !important;
}
#page-column .accordion-profile.active h3 {
    background-color: #0a344d;
    color: #ffffff;
    border-color: #0a344d;
    background-image: url(images/up-arrow.webp);
}
.single-profile-block {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 28px 35px 0;
    margin: 0 0 30px;
    background-image: url("images/single-attorney-bg-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.single-profile-block::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #56849b, transparent);
    width: 33.4%;
    height: 89%;
    left: 12px;
    top: 0;
    margin: auto;
    z-index: 0;
}
.single-profile-block::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0a344d;
    left: 0;
    top: 0;
    opacity: 0.7;
    margin: auto;
    z-index: -1;
}
#page-column .single-profile-block .sp-block h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 13px;
}
#page-column .single-profile-block .sp-block h5{
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
    color: #56b3d5;
    margin: 0 0 20px;
}
#page-column .single-profile-block .sp-block a.cmn-btn {
    font-size: 17px;
    color: #fff;
    padding: 27px 29px 26px;
}
.single-profile-image {
    width: 31.5%;
    position: relative;
}
.sp-block {
    width: 63.8%;
    padding: 14px 0 0;
    z-index: 1;
    position: relative;
}
.single-profile-image img {
    width: 100%;
    display: block;
}
#page-column .single-profile-block .sp-block .single-profile-call {
    margin: 0 0 25px;
}
#page-column .single-profile-block .sp-block .single-profile-call a {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.4px;
    padding: 22px 20px 22px 90px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    background-color: #0a344d;
    border: 2px solid #56b3d5;
    margin: 0;
}
#page-column .single-profile-block .sp-block .single-profile-call a:hover{
    color: #56b3d5;
}
#page-column .single-profile-block .sp-block .single-profile-call a::before {
    content: '';
    position: absolute;
    background-image: url(images/inn-call-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 100%;
    left: 0;
    top: 0;
}
.page-container .full-width .case-slider .case-item{
    width: 100%;
    background-color: #000;
}
#page-column .inn-team-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 13px;
}
#page-column .inn-team-itm {
    width: 24.2%;
    position: relative;
    padding: 20px 20px;
}
#page-column .inn-team-img img{
    width: 100%;
    display: block;
}
#page-column .inn-team-img {
    margin: 0 0 18px;
}
#page-column .inn-team-itm h4{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #56849B;
    margin: 0 0 6px;
}
#page-column .inn-team-itm:hover h4 {
    color: #0A344D;
}
#page-column .inn-team-itm h5{
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #0A344D;
    margin: 0;
}
#page-column .inn-team-hvr a{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#page-column .inn-team-itm::before {
    position: absolute;
    content: "";
    background-image: url("images/team-item-bdr-img.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
#reviews-main{
    column-count: 2;
    row-gap: 20px;
    column-gap: 20px;
}
#page-content .review-item {
    background: #0b344c;
    padding: 45px 45px 75px 45px;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #c4c4c4;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to top, #00008b00, #56b3d5) 1;
}
#page-content .review-item .star-rat {
    width: 148px;
    height: 28px;
    margin: auto 0 27px 0;
    display: block;
}
#page-content .review-item p {
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.78;
    letter-spacing: -0.38px;
    color: #fff;
    text-align: left;
    margin: 0 0 25px;
}
.wherefromtesti-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    gap: 20px;
}
.wherefromtesti {
    border-radius: 50%;
    overflow: hidden;
}
#page-content .review-item h5 {
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.46px;
    color: #56849b;
    text-align: left;
    margin: 0;
    font-size:23px;
}
#page-content .review-item h4{
    text-align: left;
    font-size: 26px;
}
.contact-page .in-contact-list {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.contact-page .in-contact-item {
    width: 32.3%;
    padding: 35px 20px 44px;
    background-color: #0b344c;
    text-align: center;
}
.contact-page .in-contact-item.Wallingford{
    background-color: #56b3d5;
}
.contact-page .in-contact-item h4 {
    font-family: 'Jomolhari';
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0 0 13px;
    padding: 85px 0 0;
    position: relative;
}
.contact-page .in-contact-item p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #fff;
    margin: 0;
}
.contact-page .in-contact-item p a {
    color: #56b3d5;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 8px 0 0;
}
.contact-page .in-contact-item.call p a {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 0;
}
.contact-page .in-contact-item h4::before {
    position: absolute;
    content: "";
    background-image: url("images/location-img.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 71px;
    height: 71px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-page .in-contact-item.call h4::before{
    background-image: url("images/cnt-call-img.webp");
}
.contact-page .in-contact-item.call p a:hover{
    color: #56b3d5;
}
.contact-page .in-contact-item.Wallingford p a:hover{
    color: #0b344c;
}
.contact-page .in-contact-item.Wallingford p a{
    color: #fff;
}
.contact-page .in-contact-item.location p a:hover{
    color: #fff !important;
}
#page-column .inn-rslts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
#page-column .inn-rslt-blk {
    position: relative;
    padding: 16px 15px;
    width: 32.8%;
}
#page-column .inn-rslt-blk::before {
    content: '';
    position: absolute;
    background-image: url(images/case-rsl-itmbfr-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    width: 37px;
    height: 100%;
    top: 0;
    left: 0;
}
#page-column .inn-rslt-blk::after {
    content: '';
    position: absolute;
    background-image: url(images/case-rslt-itmaftr.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    width: 37px;
    height: 100%;
    top: 0;
    right: 0;
}
#page-column .inn-result-itm {
    text-align: center;
    background: #0A344D;
    padding: 40px 20px;
    height: 100%;
}
#page-column .inn-result-itm:hover{
    background-color: #56b3d5;
}
#page-column .inn-result-itm:hover h4{
    color: #fff;
}
#page-column .inn-result-cnt h4 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #56b3d5 ;
    margin: 0 0 15px;
    text-transform: uppercase;
}
#page-column .inn-result-cnt h5 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    margin: 0px;
}
#page-column .inn-result-cnt h3 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    padding: 0 0 15px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}
#page-column .inn-result-cnt h3::before {
    position: absolute;
    content: '';
    background-image: url(images/case-result-lineimg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 57.4%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#page-column .inn-result-itm:hover h3::before {
    background-image: url(images/caserslt-linehvr-img.webp);
}
.posts-list {
    background: linear-gradient(0deg,rgba(247, 249, 250, 1) 0%, rgba(211, 219, 224, 1) 100%);
    width: 30.7%;
    margin: 0 1.3% 2.5%;
    position: relative;
    padding: 20px 20px 80px 20px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, transparent, #0a344d) 1;
    border-bottom: none;
}
.posts-list:hover{
    background: #214962;
}
#post-column-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
    border: 2px solid #488ba8;
}
#post-content .posts-list .posts-block {
    padding: 18px 0px 0;
}
#post-content .posts-list .posts-block::after{
    position: absolute;
    content: "";
    background-image: url(images/in-right-up-img.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 26px;
    bottom: 26px;
    right: 27px;
    margin: auto;
    pointer-events: none;
}
#post-content .posts-list:hover .posts-block::after{
    background-image: url(images/in-rit-up-hvr-img.webp)
}
#post-content .posts-list .author-info .post-dmy {
    font-size: 18px;
    font-family: 'Inter';
    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: 'Inter';
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #0a344d;
}
#post-content .posts-list:hover .posts-block h3 a{
    color: #fff;
}
.posts-readmore {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
#post-content .posts-list .posts-block p {
    font-family: 'Inter';
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 15px;
    font-weight: 500;
}
#post-content .posts-list:hover p,
#post-content .posts-list:hover .author-info,
#post-content .posts-list:hover .author-info a {
    color: #fff;
}
#post-content .posts-list .author-info {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
#post-content .posts-list .posts-readmore a {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: inline-block;
    color: #931917;
}
.single-category {
    display: flex;
    flex-wrap: wrap;
}
#page-column .single-meta p {
    line-height: 1;
    margin: 0;
}
#page-column .single-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 0 30px;
    flex-wrap: wrap;
}
#page-column .single-author .author-by, #page-column .single-author .meta-date {
    font-size: 20px;
    font-family: 'Inter';
    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: 19%;
    margin: 0 2% 0.5% 0;
    float: left;
}
.single-author-avatar img {
    width: 100%;
    display: block;
    border-radius: 0 !important;
}
.single-author-description {
    font-size: 18px;
    font-family: 'Inter';
    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: #0a344d;
    color: #fff !important;
    padding: 21px 30px 18px;
    display: inline-block;
    text-align: center;
    font-family: 'Inter';
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1;
}
.single-pagination .nav-links a:hover {
    background-color: #56b3d5;
}
.widget{
    margin: 0;
}
.sidebar-blog.blog-sidebar-itm {
    display: block;
}
.sidebar-blog {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 0 0 40px;
}
.widget h2 {
    display: none;
}
.sidebar-blog-item {
    width:100%;
    margin: 0;
    position: relative;
}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    padding: 17px 60px 17px 25px;
    border-radius: 0;
    display: block;
    position: relative;
    border: 2px solid #56b3d5;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    color: #fff !important;
    line-height:130%;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
    background-color: #0a344d;
}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-image: url(images/sdbar-down-arrow-img.webp) !important;
    background-position: right 30px center;
    background-size: 19px 10px;
    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: 21px 21px;
    background-position: right 30px 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 30px center;
}
.blog .sidebar-blog .sidebar-blog-item.blog_search {
    order: 3;
}
.blog .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;
    margin: 20px 0px 0;
    flex-wrap: wrap;
    gap: 4px;
}
#post-column-full .nav-links .page-numbers {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 5px;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Inter';
    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:hover{
    background-color: #56b3d5;
    color: #fff;
}
#post-column-full .nav-links .page-numbers.dots:hover {
    background-color: transparent;
    color: #000;
}
#post-column-full .nav-links .page-numbers.current {
    background-color: #56b3d5;
    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/case-rslt-bfr.webp);
    display: inline-block;
    width: 40px;
    height: 26px;
    background-repeat: no-repeat;
    margin: 0 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}
#post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/case-rslt-after.webp);
}
.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: #56b3d5;
    padding: 40px 35px;
    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-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: 'Inter';
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
}
.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, .sidebar-page .sidebar-item.sidebar_search {
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{
    display: none;
}
#page-content .areaserved-item-list {
    background-color: #0a344d;
    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: 'Inter';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #fff;
    color: #0a344d;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}
#page-content .areaserved-item a:hover {
    background-color: #56b3d5;
    color: #fff;
}
#page-content #areaserved-main {
    text-align: center;
}
#page-column .practice-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
#page-column .practice-item {
    width: 32%;
    background-color: #ced6db;
    padding: 60px 30px 85px 58px;
    position: relative;
}
#page-column .practice-name h4{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #0a344d;
    margin: 0;
}
.practice-name.item-hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    font-size: 0;
}
#page-column .practice-item:hover{
    background-color: #173e55;
}
#page-column .practice-item:hover .practice-name h4{
    color: #fff;
}
#page-column .practice-item::after {
    position: absolute;
    content: "";
    background-image: url(images/in-right-up-img.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 26px;
    bottom: 26px;
    right: 27px;
    margin: auto;
    pointer-events: none;
}
#page-column .practice-item:hover::after{
    background-image: url("images/in-rit-up-hvr-img.webp")
}
.related-insights-posts .posts-list {
    width: 100%;
    padding: 0 0 25px;
}
.related-insights-posts .posts-thumbnail {
    margin-bottom: 16px;
}
.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;
}
#page-column .cmn-box {
    background-image: url(images/cta-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px;
    margin: 30px 0;
}
.cmn-box-cnslt-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}
#page-column .cmn-box h2 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: -1.18px;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative;
}
#page-column .cmn-box h2 strong{
    font-weight: 600;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
}
#page-column .cmn-box h2:before {
    position: absolute;
    content: "";
    background-color: #56b3d5;
    width: 78%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#page-column .cmn-box p{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    margin: 0 0 35px;
}
#page-column .cnslt-call a {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.44px;
    display: inline-block;
    color: #ffffff;
    padding: 22px 25px 22px 85px;
    background-color: #0a344d;
    border: 2px solid #56b3d5;
    text-transform: uppercase;
    position: relative;
}
#page-column .cnslt-call a::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(images/cmn-box-cal-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#page-column .cnslt-btn a.cmn-btn{
    font-size: 17px;
    padding: 26px 30px;
}
#page-column .cnslt-btn a.cmn-btn:hover{
    background-color: #0a344d !important;
}
#page-column .cnslt-call a:hover{
    color: #56b3d5 !important;
}
#page-column .inr-sec-cta-blk {
    position: relative;
    margin: 35px 0;
    padding: 20px 15px;
}
#page-column .inr-sec-cta-blk:before, #page-column .inr-sec-cta-blk:after{
    position: absolute;
    content: "";
    background-image: url(images/inr-sec-cta-blk-lft-img.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 10%;
}
#page-column .inr-sec-cta-blk:after{
    background-image: url(images/inr-sec-cta-blk-rite-img.webp);
    left: auto;
    right: 0;
}
#page-column .inn-cmn-blk {
    display: flex;
    padding: 45px 15px 0;
    justify-content: center;
    gap: 10px;
    background-color: #dee8ea;
}
#page-column .inn-cmn-lftblk {
    width: 35.6%;
}
#page-column .inn-schdl-btn a.cmn-btn::before{
    display: none;
}
#page-column .inn-cmn-lftblk img{
    display: block;
    width: 100%;
}
#page-column .inn-cmn-riteblk {
    width: 58.1%;
}
#page-column .inn-cmn-riteblk h2 {
    font-size: 36px;
    font-family: 'Inter' !important;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 30px;
    letter-spacing: -0.72px;
}
#page-column .inn-cmn-riteblk h2 strong{
    font-weight: 700;
    font-size: 67px;
    display: block;
    letter-spacing: -1.4px;
    padding: 10px 0 0;
    margin: 14px 0 0px;
    position: relative;
}
#page-column .inn-cmn-riteblk h2 strong:before{
    position: absolute;
    content: "";
    background-color: #56b3d5;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    margin: auto;
}
#page-column .inn-schdl-btn a {
    padding: 22px 30px;
    font-size:17px;
}
#page-column .inn-schdl-btn a:hover{
    color: #fff !important;
    background-color: #0a344d;
}
#page-column .inn-cnslt-call a::before{
    content: "";
    position: absolute;
    background-image: url(images/cmn-blk-btm-call-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 58px;
    height: 58px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
iframe.rubanolegaldoc {
    width: 100%;
    display: block;
    height: 750px;
}
.video-item {
    background: linear-gradient(0deg, rgba(247, 249, 250, 1) 0%, rgba(211, 219, 224, 1) 100%);
    width: 30.7%;
    margin: 0 1.3% 2.5%;
    position: relative;
    padding: 10px 10px 20px 10px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, transparent, #0a344d) 1;
    border-bottom: none;
}
.video-item .video-itm-img img {
    width: 100%;
    display: block;
    border: 2px solid #488ba8;
}
.videos-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.video-itm-top {
    position: relative;
}
.video-play-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}
.video-itm-img {
    margin: 0 0 20px;
}
.video-item-hover a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    font-size: 0;
}
#page-column .video-item:hover .video-title h5 {
    color: #0a344d;
}
.video-title {
    padding: 0 15px;
}
.inn-about-popup {
    position: relative;
    margin: 30px 0;
}
.inn-about-img img {
    display: block;
    width: 100%;
}
.inn-about-plybtn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 92px;
    height: 92px;
}
.inn-about-plybtn a {
    display: inline-block;
}
.inn-about-plybtn a img {
    display: block;
    width: 100%;
}
.inn-about-awards-sec {
    padding: 0px 0 40px;
}
.inn-about-awards-itm {
    width: 100%;
    display: block;
}
.inn-about-awards-itm img {
    width: 100%;
    display: block;
}
.inn-about-awards-itm {
    max-width: 280px;
    margin: auto;
}
.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;
}
.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;
}
.csae-res-itm{
    position: relative;
    padding: 16px 15px;
}
.csae-res-itm::before {
    content: '';
    position: absolute;
    background-image: url(images/csae-res-itmbfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 31px;
    height: 100%;
    top: 0;
    left: 0;
}
.csae-res-itm::after {
    content: '';
    position: absolute;
    background-image: url(images/csae-res-itmaftr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 31px;
    height: 100%;
    top: 0;
    right: 0;
}
section.widget.csae-res {
    text-align: center;
    background: #0A344D;
    padding: 40px 20px;
    height: 100%;
}
section.widget.csae-res .sdbr-case-item h4 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #56b3d5;
    margin: 0 0 15px;
    text-transform: uppercase;
}
section.widget.csae-res .sdbr-case-item h3{
    font-family: "Inter";
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    padding: 0 0 15px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}
section.widget.csae-res .sdbr-case-item h3::before {
    position: absolute;
    content: '';
    background-image: url('images/csae-res-line-img.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 61%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section.widget.csae-res .sdbr-case-item h5 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    margin: 0px;
}
.widget-title{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 15px;
}
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: center;
    align-items: center;
    gap: 40px;
    margin: 20px 0 0;
}
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: 40px;
    height: 26px;
    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 {
    background-image: url(images/sdbr-prev-arw.webp);
}
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 {
    background-image: url(images/sdbr-next-arw.webp);
}
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav.disabled{
    display: none;
}
section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}
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: 'DM Serif Display';
    font-weight: 400;
    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;
}
.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: 35px;
}
.where-from-review-logo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.star-rating-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
#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;
}
#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: #202020 !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 {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.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 {
    width: 130px;
}
#page-column section.widget.widget_team_member {
    margin: 0 0 30px;
}
#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: #f7f7f9;
    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;
}
.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;
}
.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%;
}
@media screen and (max-width:1900px) {
    .hdr-tel::after {
        width: calc(100% + 75px);
    }
    .hm-rslts-top .text-heading {
        font-size: 150px;
        letter-spacing: -3.2px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width:1800px) {
    .hm-attorney-sec .container{
        max-width: 1600px;
    }
    .hdr-tel::after {
        width: calc(100% + 70px);
    }
    .hm-bann-sec {
        padding: 255px 0 0;
    }
    a.cmn-btn {
        font-size: 19px;
        padding: 25px 40px;
    }
    .hm-bann-btm-sec {
        padding: 7px 0 15px;
    }
    .hm-bann-btm-img {
        width: 85px;
    }
    .hm-bann-btm-itm h4 {
        font-size: 38px;
    }
    .hm-injury-sec {
        padding: 85px 0 40px;
    }
    .text-heading {
        font-size: 80px;
        letter-spacing: -2px;
        margin: 0 0 15px;
    }
    .hm-partner-blk {
        padding: 75px 70px 120px;
    }
    .hm-practice-sec {
        padding: 100px 0 60px;
    }
    .hm-attorney-sec {
        padding: 100px 0 0;
    }
    .hm-attorney-sec .hm-attorney-cnt h4 {
        font-size: 47px;
        letter-spacing: -1px;
        margin: 0 0 10px;
    }
    .hm-attorney-sec .hm-attorney-rit p {
        font-size: 17px;
        line-height: 1.7;
        margin: 0 0 35px;
    }
    .hm-attorney-img::before {
        width: 560px;
        height: 78.6%;
        left: -30px;
    }
    .hm-our-team-sec {
        padding: 80px 0 110px;
    }
    .hm-testimonials {
        padding: 95px 0 120px;
    }
    .hm-testimonials .testi-item p {
        font-size: 40px;
        margin: 0 0 40px;
    }
    .hm-ready-sec {
        padding: 230px 0 130px;
    }
    .hm-ready-sec h4 {
        font-size: 75px;
        letter-spacing: -1.6px;
        margin: 0 0 10px;
    }
    .hm-ready-sec h3 {
        font-size: 165px;
        margin: 0px 0 100px;
    }
    .hm-ftr-form-sctn {
        padding: 110px 0 100px;
    }
    .footer-location-cnt h2 {
        font-size: 57px;
        letter-spacing: -1.2px;
        margin: 0 0 24px;
    }
    .hm-form-sec .text-heading {
        font-size: 75px;
        letter-spacing: -1.6px;
        margin: 0 0 10px;
    }
    .hm-case-rslts {
        padding: 110px 0;
    }
    .hm-rslts-top .text-heading {
        font-size: 135px;
        letter-spacing: -3px;
        margin: 0 0 20px;
    }
    .result-cnt h5 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .result-cnt h3 {
        font-size: 55px;
        letter-spacing: -0.4px;
        padding: 0 0 20px;
        margin: 0 0 10px;
    }
    .hm-rslts-list.owl-carousel .hm-result-itm {
        padding: 30px 10px;
    }
    .hdr-cnt-itm {
        font-size: 22px;
        padding: 0 90px;
    }
    #main-heading {
        padding: 225px 0 100px;
    }
    #main-heading h1 {
        font-size: 60px;
    }
}
@media screen and (max-width:1700px) {
    .hm-ftr-form-sctn .container, .ftr-block-sec .container{
        max-width: 1400px;
    }
    .hm-attorney-sec .container, .hm-testimonials .container{
        max-width: 1500px;
    }
    .site-branding {
        width: 23%;
    }
    .hdr-cnt-itm {
        font-size: 20px;
        padding: 0 80px;
    }
    .hdr-cnt-itm::after {
        height: 55px;
    }
    .hdr-tel {
        padding: 20px 0px 20px 115px;
    }
    .hdr-tel a::before {
        width: 73px;
        height: 73px;
    }
    .hdr-tel a {
        font-size: 30px;
    }
    .hdr-tel::after {
        width: calc(100% + 67px);
    }
    .logo-section {
        margin: 0 0 30px;
    }
    #main-navigation ul li {
        margin: 0 40px;
    }
    .hm-injury-sec {
        padding: 80px 0 40px;
    }
    .text-heading {
        font-size: 70px;
        letter-spacing: -1px;
        margin: 0 0 15px;
    }
    .hm-injury-sec .text-heading {
        margin: 0 0 50px;
    }
    .hm-partner-blk {
        padding: 75px 70px 110px;
    }
    .hm-practice-sec {
        padding: 90px 0 55px;
    }
    .hm-attorney-sec {
        padding: 95px 0 0;
    }
    .hm-attorney-sec .hm-attorney-rit p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 30px;
    }
    .hm-attorney-sec .hm-attorney-cnt h4 {
        font-size: 45px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    .hm-our-team-sec {
        padding: 75px 0 100px;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 40px;
    }
    .hm-testimonials .testi-item {
        padding: 45px 0 70px 50px;
    }
    .star-rat {
        width: 100%;
        max-width: 155px;
        margin: 0 0 28px;
    }
    .hm-testimonials .testi-item p {
        font-size: 35px;
        margin: 0 0 35px;
    }
    .bx-controls-direction.bx-controls-direction {
        right: 160px;
        height: 204px;
    }
    .hm-ready-sec {
        padding: 210px 0 120px;
    }
    .hm-ready-sec h4 {
        font-size: 70px;
        letter-spacing: -1px;
        margin: 0 0 10px;
    }
    .hm-ready-sec h3 {
        font-size: 150px;
        margin: 0px 0 90px;
    }
    .hm-form-sec .text-heading {
        font-size: 70px;
        letter-spacing: -1px;
        margin: 0 0 10px;
    }
    .hm-form-sec {
        padding: 60px 20px 90px;
    }
    .hm-form .gform_fields {
        gap: 13px !important;
    }
    .footer-location-cnt h2 {
        font-size: 55px;
        letter-spacing: -1px;
        margin: 0 0 24px;
    }
    #footer-navigation ul li {
        margin: 0 37px;
    }
    .hm-case-rslts {
        padding: 100px 0;
    }
    .hm-rslts-top .text-heading {
        font-size: 120px;
        letter-spacing: -3px;
        margin: 0 0 20px;
    }
    .hm-rslts-top {
        margin: 0 0 60px;
    }
    .result-cnt h3 {
        font-size: 48px;
        letter-spacing: -0.4px;
        padding: 0 0 20px;
        margin: 0 0 10px;
    }
    .result-cnt h5 {
        font-size: 16px;
    }
}
@media screen and (max-width:1600px) {
    .container {
        max-width: 1200px;
    }
    .hm-bann-sec .container, .hm-ftr-form-sctn .container, .ftr-block-sec .container{
        max-width: 1300px;
    }
    .hm-testimonials .container,.hm-attorney-sec .container{
        max-width: 1400px;
    }
    .hm-attorney-sec .container {
        margin: 0 auto 0 20px;
    }
    .hdr-tel::after {
        width: calc(100% + 60px);
    }
    .hdr-cnt-itm {
        font-size: 20px;
        padding: 0 50px;
    }
    .hdr-tel {
        padding: 17px 0px 17px 95px;
    }
    .hdr-tel a::before {
        width: 66px;
        height: 66px;
    }
    .site-header.is-sticky  .hdr-tel {
        padding: 15px 0px 15px 95px;
    }
    .hdr-cnt-itm::after {
        height: 50px;
    }
    #main-navigation ul li {
        margin: 0 27px;
    }
    #main-navigation ul li a {
        font-size: 19px;
    }
    .hm-bann-lft h1 {
        font-size: 90px;
        line-height: 0.866;
        letter-spacing: 0px;
        margin: 0 0 50px;
    }
    .hm-bann-lft h1 small {
        font-size: 62px;
        letter-spacing: 12px;
        line-height: 1;
    }
    .hm-bann-btm-itm h4 {
        font-size: 36px;
    }
    .hm-bann-btm-img {
        width: 80px;
    }
    .hm-injury-sec {
        padding: 75px 0 35px;
    }
    .text-heading {
        font-size: 60px;
        letter-spacing: 0;
        margin: 0 0 15px;
    }
    .hm-injury-sec .text-heading {
        margin: 0 0 45px;
    }
    .hm-injury-rgt h4 {
        font-size: 37px;
        margin: 0 0 20px;
    }
    .hm-injury-rgt p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 25px;
    }
    .hm-injury-lft h4 {
        font-size: 32px;
        line-height: 1.4;
        letter-spacing: -0.6px;
        margin: 0 0 70px;
    }
    .hm-injury-lft h5 {
        font-size: 33px;
        letter-spacing: 7px;
    }
    .hm-injury-sec::before {
        width: 47%;
        bottom: 16.6%;
    }
    .hm-injury-plybtn {
        width: 80px;
        height: 80px;
    }
    .hm-partner-blk {
        padding: 70px 55px 90px;
    }
    .hm-partner-blk h3 {
        font-size: 37px;
        margin: 0 0 20px;
    }
    .hm-partner-btn a.cmn-btn {
        padding: 23px 40px 23px 100px;
        font-size: 27px;
    }
    .hm-partner-btn a::before {
        width: 73px;
        height: 73px;
    }
    .hm-practice-sec {
        padding: 85px 0 50px;
    }
    .hm-practice-sec h6 {
        font-size: 24px;
        letter-spacing: 7px;
        margin: 0 0 10px;
    }
    .hm-practice-sec h2 {
        margin: 0 0 25px;
    }
    .hm-practice-list {
        gap: 9px;
        margin: 0 0 60px;
    }
    .hm-practice-item h4 {
        font-size: 35px;
        letter-spacing: -0.8px;
    }
    .hm-practice-item {
        padding: 60px 20px 75px 53px;
    }
    .hm-attorney-sec {
        padding: 90px 0 0;
    }
    .hm-meet-cnt {
        right: 95px;
        bottom: 125px;
        padding: 0 0 0 35px;
        background-size: 19px;
    }
    .hm-attorney-img::before {
        width: 480px;
        height: 78.6%;
        left: -20px;
    }
    .hm-attorney-sec .hm-attorney-cnt h4 {
        font-size: 40px;
    }
    .hm-attorney-sec .hm-attorney-cnt h5 {
        font-size: 22px;
    }
    .hm-attorney-sec .hm-attorney-rit p {
        font-size: 15px;
        line-height: 1.7;
        margin: 0 0 25px;
    }
    a.cmn-btn {
        font-size: 18px;
        padding: 20px 35px;
    }
    .hm-our-team-sec {
        padding: 70px 0 90px;
    }
    .hm-our-team-item {
        padding: 15px 15px;
    }
    .hm-our-team-item h4 {
        font-size: 27px;
        letter-spacing: 0px;
        margin: 0 0 6px;
    }
    .hm-testimonials {
        padding: 90px 0 100px;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 35px;
    }
    .hm-test-rit h4 {
        font-size: 21px;
        letter-spacing: 4px;
        padding: 0 20px 10px 0;
    }
    .hm-testimonials .testi-item {
        padding: 40px 0 60px 50px;
    }
    .star-rat {
        width: 100%;
        max-width: 145px;
        margin: 0 0 25px;
    }
    .hm-testimonials .testi-item p {
        font-size: 28px;
        margin: 0 0 35px;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 27px;
        letter-spacing: -0.6px;
        bottom: 40px;
        left: 60px;
    }
    .hm-ready-sec {
        padding: 190px 0 110px;
    }
    .hm-ready-sec h4 {
        font-size: 60px;
        letter-spacing: -1px;
        margin: 0 0 10px;
    }
    .hm-ready-sec h3 {
        font-size: 120px;
        margin: 0px 0 70px;
    }
    .hm-ftr-form-sctn {
        padding: 100px 0 90px;
    }
    .hm-form-sec {
        padding: 50px 20px 80px;
    }
    .hm-form-sec .text-heading {
        font-size: 60px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    .hm-form .gform_fields {
        gap: 12px !important;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        font-size: 18px !important;
        padding: 25px 25px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 130px !important;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 22px !important;
        padding: 20px 44px !important;
    }
    .footer-location-cnt h2 {
        font-size: 50px;
        letter-spacing: 0px;
        margin: 0 0 20px;
    }
    .footer-location-itm h4 {
        font-size: 27px;
        line-height: 1.4;
    }
    .footer-location-itm p {
        font-size: 17px;
        line-height: 1.7;
    }
    .ftr-menu {
        margin: 0 0 30px;
        padding: 0 0 27px;
    }
    #footer-navigation ul li a {
        font-size: 18px;
    }
    #footer-navigation ul li {
        margin: 0 30px;
    }
    .footer-logo {
        width: 320px;
        margin: 0 auto 25px;
    }
    .footer-social-icon a {
        width: 50px;
        height: 50px;
    }
    .ftr-block-list {
        padding: 23px 3.5% 50px;
    }
    .hm-case-rslts {
        padding: 90px 0;
    }
    .hm-rslts-top .text-heading {
        font-size: 100px;
        letter-spacing: -2px;
        margin: 0 0 20px;
    }
    .hm-rslts-top {
        margin: 0 0 50px;
    }
    .result-cnt h5 {
        font-size: 16px;
        line-height: 1.2;
    }
    .result-cnt h3 {
        font-size: 43px;
        letter-spacing: -0.4px;
        padding: 0 0 20px;
        margin: 0 0 10px;
    }
    .hm-result-itm::before {
        width: calc(100% + 130px);
        left: -65px;
    }
    .hm-rslts-list .owl-item.center .hm-rslt-blk::before {
        left: -80px;
        height: calc(100% + 40px);
        top: -17px;
    }
    .hm-rslts-list .owl-item.center .hm-rslt-blk::after {
        right: -80px;
        height: calc(100% + 40px);
        top: -17px;
    }
    .hm-rslts-list.owl-carousel .owl-item.active.center .hm-rslt-blk {
        padding: 16px 0px 19px;
    }
    #main-heading h1 {
        font-size: 55px;
    }
    #main-heading {
        padding: 210px 0 90px;
    }
    #page-column .cmn-box h2 {
        font-size: 38px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 56px;
    }
    #page-column .cnslt-call a {
        font-size: 20px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 65px;
        letter-spacing: -1.1px;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 34px;
    }
    #page-column .cnslt-call a::before {
        width: 65px;
        height: 65px;
    }
    #page-column .cmn-box p {
        font-size: 19px;
        letter-spacing: 3.3px;
        margin: 0 0 30px;
    }
    #page-column .inn-cmn-blk {
        padding: 40px 15px 0;
    }
}
@media screen and (max-width:1500px) {
}
@media screen and (max-width:1440px) {
    .container {
        max-width: 1100px;
    }
    .hm-bann-sec .container, .hm-ftr-form-sctn .container, .ftr-block-sec .container,.hm-testimonials .container,.hm-attorney-sec .container{
        max-width: 1200px;
    }
    .hdr-tel::after {
        width: calc(100% + 50px);
    }
    .hdr-cnt-itm {
        font-size: 19px;
        padding: 0 20px;
    }
    .header-rgt {
        width: 71%;
    }
    .hdr-cnt-itm::after {
        height: 45px;
    }
    .hdr-tel {
        padding: 15px 0px 15px 87px;
    }
    .hdr-tel a {
        font-size: 28px;
    }
    .hdr-tel a::before {
        width: 60px;
        height: 60px;
    }
    #main-navigation ul li {
        margin: 0 23px;
    }
    #main-navigation ul li a {
        font-size: 18px;
    }
    .logo-section {
        margin: 0 0 26px;
    }
    .hm-bann-lft h1 {
        font-size: 80px;
        line-height: 0.866;
        letter-spacing: 0px;
        margin: 0 0 45px;
    }
    .hm-bann-lft h1 small {
        font-size: 60px;
        letter-spacing: 10px;
        line-height: 1;
    }
    .hm-bann-sec::after {
        position: absolute;
        content: "";
        width: 39%;
        height: 2px;
        left: 0;
        bottom: 192px;
        background-color: #56B3D5;
    }
    a.cmn-btn {
        font-size: 17px;
        padding: 20px 30px;
    }
    .hm-bann-lft {
        padding: 30px 0 0;
    }
    .hm-bann-sec {
        padding: 210px 0 0;
    }
    .hm-bann-btm-img {
        width: 70px;
    }
    .hm-bann-btm-itm h4 {
        font-size: 32px;
    }
    .site-header.is-sticky  .hdr-tel a::before {
        width: 60px;
        height: 60px;
    }
    .hm-injury-sec {
        padding: 70px 0 30px;
    }
    .hm-injury-sec .text-heading {
        margin: 0 0 40px;
    }
    .text-heading {
        font-size: 55px;
        margin: 0 0 15px;
    }
    .hm-injury-rgt h4 {
        font-size: 33px;
        margin: 0 0 17px;
    }
    .hm-injury-plybtn {
        width: 70px;
        height: 70px;
    }
    .hm-injury-lft h4 {
        font-size: 28px;
        line-height: 1.4;
        margin: 0 0 60px;
    }
    .hm-injury-lft h5 {
        font-size: 30px;
        letter-spacing: 6px;
    }
    .hm-injury-rgt p {
        font-size: 15px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .hm-partner-blk {
        padding: 60px 50px 70px;
    }
    .hm-partner-blk h3 {
        font-size: 35px;
        margin: 0 0 20px;
    }
    .hm-partner-blk p {
        font-size: 17px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .hm-partner-btn a.cmn-btn {
        padding: 19px 25px 19px 90px;
        font-size: 24px;
    }
    .hm-partner-btn a::before {
        width: 62px;
        height: 62px;
    }
    .hm-practice-sec {
        padding: 80px 0 50px;
    }
    .hm-practice-sec h6 {
        font-size: 22px;
        letter-spacing: 6px;
        margin: 0 0 10px;
    }
    .hm-practice-sec h2 {
        margin: 0px 0 20px;
    }
    .hm-practice-list {
        gap: 8px;
        margin: 0 0 50px;
    }
    .hm-practice-item {
        padding: 50px 20px 65px 40px;
    }
    .hm-practice-item h4 {
        font-size: 30px;
        letter-spacing: 0px;
    }
    .hm-practice-item::after {
        width: 47px;
        height: 47px;
        bottom: 20px;
        right: 25px;
    }
    .hm-attorney-sec {
        padding: 80px 0 0;
    }
    .hm-attorney-rit {
        width: 46.4%;
    }
    .hm-attorney-sec .hm-attorney-rit p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    .hm-attorney-lft::before {
        width: 95%;
        height: 83.4%;
    }
    .hm-attorney-cnt {
        left: 70px;
        bottom: 50px;
    }
    .hm-attorney-sec .hm-attorney-cnt h4 {
        font-size: 35px;
    }
    .hm-attorney-sec .hm-attorney-cnt h5 {
        font-size: 20px;
    }
    .hm-attorney-img::before {
        width: 400px;
        height: 78.6%;
        left: -20px;
    }
    .hm-attorney-sec .hm-meet-cnt h6 {
        font-size: 19px;
    }
    .hm-meet-cnt {
        right: 95px;
        bottom: 100px;
        padding: 0 0 0 30px;
        background-size: 17px;
    }
    .hm-our-team-sec {
        padding: 65px 0 70px;
    }
    .hm-our-team-item h4 {
        font-size: 24px;
        letter-spacing: 0px;
        margin: 0 0 6px;
    }
    .hm-testimonials {
        padding: 70px 0 80px;
    }
    .hm-test-rit h4 {
        font-size: 19px;
        letter-spacing: 3px;
        padding: 0 13px 10px 0;
    }
    .hm-testimonials .testi-item {
        padding: 35px 0 50px 50px;
    }
    .star-rat {
        width: 100%;
        max-width: 130px;
        margin: 0px 0 25px;
    }
    .hm-testimonials .testi-item p {
        font-size: 25px;
        margin: 0 0 35px;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 25px;
        letter-spacing: 0px;
        bottom: 29px;
        left: 49px;
    }
    .hm-ready-sec {
        padding: 160px 0 100px;
    }
    .hm-ready-logo {
        margin: 0 auto 25px;
        width: 30.4%;
    }
    .hm-ready-sec h4 {
        font-size: 50px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    .hm-ready-sec h3 {
        font-size: 90px;
        margin: 0px 0 60px;
    }
    .hm-ftr-form-sctn {
        padding: 80px 0 80px;
    }
    .hm-form-sec {
        padding: 45px 20px 60px;
    }
    .hm-form-sec .text-heading {
        font-size: 50px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    .hm-form-sec p {
        font-size: 17px;
        line-height: 1.7;
        margin: 0 0 30px;
    }
    .hm-form .gform_fields {
        gap: 11px !important;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        font-size: 17px !important;
        padding: 20px 25px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 110px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 16px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 20px !important;
        padding: 17px 34px !important;
    }
    .footer-location-cnt h2 {
        font-size: 45px;
        letter-spacing: 0px;
        margin: 0 0 20px;
    }
    .footer-location-itm h4 {
        font-size: 25px;
        line-height: 1.4;
    }
    .footer-location-itm p {
        font-size: 16px;
        line-height: 1.7;
    }
    #footer-navigation ul li a {
        font-size: 17px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 16px;
    }
    .bx-controls-direction.bx-controls-direction {
        right: 140px;
        height: 174px;
    }
    .hm-case-rslts {
        padding: 80px 0;
    }
    .hm-rslts-top h3 {
        font-size: 23px;
        letter-spacing: 4px;
        margin: 0 0 15px;
    }
    .hm-rslts-top .text-heading {
        font-size: 90px;
        letter-spacing: -1px;
        margin: 0 0 16px;
    }
    .hm-rslts-top h4 {
        font-size: 25px;
        letter-spacing: -0.5px;
    }
    .hm-rslts-top {
        margin: 0 0 40px;
    }
    .hm-result-itm::before {
        width: calc(100% + 50px);
        left: -25px;
    }
    .hm-rslts-list .owl-item.center .hm-rslt-blk::before {
        left: -40px;
        height: calc(100% + 33px);
        top: -14px;
    }
    .hm-rslts-list .owl-item.center .hm-rslt-blk::after {
        right: -40px;
        height: calc(100% + 33px);
        top: -14px;
    }
    .result-cnt h4 {
        font-size: 17px;
        letter-spacing: 0px;
        margin: 0 0 15px;
    }
    .result-cnt h3 {
        font-size: 38px;
        letter-spacing: -0.4px;
        padding: 0 0 20px;
        margin: 0 0 10px;
    }
    .result-cnt h5 {
        font-size: 15px;
        line-height: 1.2;
    }
    .hm-rslts-list.owl-carousel .owl-nav {
        max-width: 196px;
        bottom: -30px;
    }
    .page-container, .post-container {
        max-width: 1200px;
    }
    #main-heading {
        padding: 180px 0 70px;
    }
    #main-heading h1 {
        font-size: 45px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 18px;
    }
    #post-content, #page-content {
        padding: 80px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 42px;
    }
    #page-column h3 {
        font-size: 38px;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 33px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 22px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 24px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 23px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 18px;
    }
    p.mod_date {
        font-size: 18px;
    }
    .widget-description.active {
        font-size: 18px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 35px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        font-size: 35px;
    }
    .sidebar-page .sidebar-menu-pa .sub-menu li a {
        font-size: 18px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 20px;
    }
    .sidebar-page section.widget.testi h4.widget-title {
        margin: 0 0 20px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        margin: 0 auto 15px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 19px;
    }
    .sidebar-page section.widget.testi {
        margin: 0 0 40px;
    }
    #page-column .cmn-box {
        padding: 35px 15px;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 30px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 52px;
        letter-spacing: -0.8px;
    }
    #page-column .inn-schdl-btn a {
        padding: 20px 25px;
        font-size: 16px;
    }
    #page-column .cnslt-btn a.cmn-btn {
        font-size: 16px;
        padding: 22px 30px;
    }
    #page-column .cnslt-call a {
        font-size: 18px;
        padding: 20px 25px 20px 80px;
    }
    #page-column .cnslt-call a::before {
        width: 60px;
        height: 60px;
    }
    #page-column .cmn-box h2 {
        font-size: 35px;
        letter-spacing: -0.38px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 48px;
    }
    #page-column .cmn-box p {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .sidebar-blog {
        gap: 25px;
        margin: 0 0 35px;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 23px;
    }
    .posts-list {
        padding: 20px 20px 65px 20px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 55px;
        height: 55px;
        font-size: 25px;
    }
    .single-pagination .nav-links a {
        font-size: 17px;
        width: 160px;
        padding: 18px 20px 18px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm {
        padding: 35px 30px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        font-size: 36px;
    }
    .contact-page .in-contact-item h4 {
        font-size: 24px;
        padding: 75px 0 0;
    }
    .contact-page .in-contact-item p {
        font-size: 17px;
    }
    .contact-page .in-contact-item h4::before {
        transform: scale(0.85);
        top: -5px;
    }
    .contact-page .in-contact-item.call p a {
        font-size: 26px;
    }
    .contact-page .in-contact-item {
        padding: 30px 20px 35px;
    }
    #page-column .inn-rslts-list {
        flex-wrap: wrap;
        gap: 9px;
    }
    #page-column .inn-result-cnt h4 {
        font-size: 17px;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 40px;
    }
    #page-column .inn-result-cnt h5 {
        font-size: 18px;
    }
    #page-column .inn-team-list {
        gap: 16px 12px;
    }
    #page-column .inn-team-itm h4 {
        font-size: 24px;
    }
    #page-column .inn-team-itm h5 {
        font-size: 17px;
    }
    #page-content .review-item .star-rat {
        margin: auto 0 22px 0;
    }
    #page-content .review-item p {
        font-size: 18px;
        margin: 0 0 20px;
    }
    #page-content .review-item {
        padding: 35px 35px 60px 40px;
    }
    #page-content .review-item h5 {
        font-size: 22px;
    }
    #page-content .review-item h4{
        font-size: 24px;
    }
    #page-column .single-profile-block .sp-block h5 {
        font-size: 22px;
    }
    #page-column .single-profile-block .sp-block h2 {
        font-size: 52px;
    }
    #page-column .single-profile-block .sp-block .single-profile-call a {
        font-size: 20px;
        padding: 20px 20px 20px 80px;
    }
    #page-column .single-profile-block .sp-block a.cmn-btn {
        font-size: 16px;
        padding: 23px 29px 23px;
    }
    #page-column .accordion-profile h3 {
        padding: 16px 50px 15px 20px;
        font-size: 24px;
    }
    #page-column .practice-list {
        gap: 22px;
    }
    #page-column .practice-item {
        padding: 50px 30px 70px 40px;
    }
    #page-column .practice-name h4 {
        font-size: 34px;
    }
    #page-column .practice-item::after {
        transform: scale(0.9);
    }
    iframe.rubanolegaldoc {
        height: 700px;
    }
    #page-column h5 {
        font-size: 25px;
    }
    .video-play-icon {
        width: 70px;
        height: 70px;
    }
    .video-itm-img {
        margin: 0 0 16px;
    }
    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;
    }
    section.widget.csae-res {
        padding: 35px 20px;
    }
    section.widget.csae-res .sdbr-case-item h3 {
        font-size: 42px;
    }
    section.widget.csae-res .sdbr-case-item h5 {
        font-size: 16px;
    }
}
@media screen and (max-width:1366px) {
    #page-column .areaserved-item a {
        font-size: 17px;
        padding: 13px 10px 8px;
        min-height: 65px;
    }
    #page-content .areaserved-item-list {
        padding: 40px;
    }
}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1240px) {
    .container, .hm-bann-sec .container, .hm-ftr-form-sctn .container, .ftr-block-sec .container,.hm-testimonials .container,.hm-attorney-sec .container {
        max-width: 990px;
        padding: 0 10px;
    }
    .hdr-tel::after {
        width: calc(100% + 20px);
    }
    .site-header .container {
        padding: 0 2.2%;
    }
    .logo-section {
        margin: 0 0 20px;
    }
    .hdr-cnt-itm {
        font-size: 16px;
        padding: 0 17px;
    }
    .hdr-cnt-itm::after {
        height: 35px;
    }
    .hdr-tel a {
        font-size: 23px;
    }
    .hdr-tel a::before {
        width: 51px;
        height: 51px;
    }
    .hdr-tel {
        padding: 13px 0px 13px 65px;
    }
    #main-navigation ul li {
        margin: 0 15px;
    }
    #main-navigation .sub-menu li a {
        padding: 7px 10px;
        font-size: 15px;
    }
    #main-navigation ul li a {
        font-size: 16px;
    }
    .hm-bann-lft h1 {
        font-size: 65px;
        line-height: 0.866;
        letter-spacing: 0px;
        margin: 0 0 40px;
    }
    .hm-bann-lft h1 small {
        font-size: 47px;
        letter-spacing: 9px;
        line-height: 1;
        margin: 12px 0 0px;
    }
    a.cmn-btn {
        font-size: 16px;
        padding: 20px 26px;
    }
    .hm-bann-rgt {
        width: 42.43%;
    }
    .hm-bann-sec {
        padding: 160px 0 0;
    }
    .hm-bann-sec::after {
        width: 43%;
        bottom: 123px;
    }
    .hm-bann-btm-img {
        width: 55px;
    }
    .hm-bann-btm-itm h4 {
        font-size: 24px;
    }
    .site-header.is-sticky  .hdr-tel a::before {
        width: 55px;
        height: 55px;
    }
    .site-header.is-sticky  .hdr-tel {
        padding: 15px 0px 15px 80px;
    }
    .hm-injury-sec {
        padding: 60px 0 30px;
    }
    .text-heading {
        font-size: 40px;
        margin: 0 0 15px;
    }
    .hm-injury-sec .text-heading {
        margin: 0 0 30px;
    }
    .hm-injury-lft h4 {
        font-size: 26px;
        line-height: 1.4;
        margin: 0 0 50px;
    }
    .hm-injury-lft h5 {
        font-size: 27px;
        letter-spacing: 4px;
    }
    .hm-injury-rgt h4 {
        font-size: 27px;
        margin: 0 0 15px;
    }
    .hm-injury-rgt {
        width: 49.5%;
    }
    .hm-injury-rgt p {
        font-size: 14px;
        line-height: 1.7;
        margin: 0 0 15px;
    }
    .hm-injury-rgt p:nth-child(4) {
        margin: 0 0 25px;
    }
    .hm-injury-sec::before {
        width: 47%;
        bottom: 18.6%;
    }
    .hm-injury-sec::after {
        width: 31.7%;
        bottom: 16.5%;
    }
    .hm-partner-blk {
        padding: 40px 40px 50px;
    }
    .hm-partner-blk h3 {
        font-size: 32px;
        margin: 0 0 20px;
    }
    .hm-partner-blk p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .hm-partner-btn a.cmn-btn {
        padding: 17px 20px 17px 70px;
        font-size: 20px;
    }
    .hm-partner-btn a::before {
        width: 54px;
        height: 54px;
    }
    .hm-practice-sec {
        padding: 50px 0 45px;
    }
    .hm-practice-sec h6 {
        font-size: 20px;
        letter-spacing: 4px;
        margin: 0 0 10px;
    }
    .hm-practice-list {
        gap: 7px;
        margin: 0 0 40px;
    }
    .hm-practice-item h4 {
        font-size: 25px;
        letter-spacing: 0px;
    }
    .hm-attorney-sec {
        padding: 50px 0 0;
    }
    .hm-attorney-img::before {
        width: 330px;
        height: 78.6%;
        left: -10px;
    }
    .hm-attorney-cnt {
        left: 35px;
        bottom: 20px;
    }
    .hm-attorney-sec .hm-attorney-cnt h4 {
        font-size: 30px;
    }
    .hm-meet-cnt {
        right: 55px;
        bottom: 40px;
        padding: 0 0 0 23px;
        background-size: 14px;
    }
    .hm-attorney-sec .hm-meet-cnt h6 {
        font-size: 17px;
    }
    .hm-attorney-lft::before {
        width: 100%;
        height: 83.4%;
    }
    .hm-attorney-lft {
        width: 41.6%;
    }
    .hm-attorney-img::before {
        width: 270px;
        height: 78.6%;
        left: -10px;
    }
    .hm-attorney-rit {
        width: 55.4%;
    }
    .hm-attorney-sec .hm-attorney-rit p {
        font-size: 12px;
        line-height: 1.6;
        margin: 0 0 10px;
        letter-spacing: 0.2px;
    }
    .hm-attorney-btn a.cmn-btn {
        padding: 13px 15px;
        font-size: 14px;
    }
    .hm-our-team-sec {
        padding: 45px 0 50px;
    }
    .hm-our-team-item {
        padding: 10px 10px;
    }
    .our-team-itm-img {
        margin: 0 0 12px;
    }
    .hm-our-team-item h4 {
        font-size: 21px;
        letter-spacing: 0px;
        margin: 0 0 6px;
    }
    .hm-our-team-item h5 {
        font-size: 16px;
    }
    .hm-testimonials {
        padding: 50px 0 50px;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 30px;
    }
    .hm-testimonials::before {
        left: 95px;
    }
    .hm-test-rit h4 {
        font-size: 17px;
        letter-spacing: 1px;
        padding: 0 10px 5px 0;
    }
    .hm-testimonials .testi-item {
        padding: 30px 0 45px 40px;
    }
    .star-rat {
        width: 100%;
        max-width: 120px;
        margin: 0px 0 20px;
    }
    .hm-testimonials .testi-item p {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 23px;
        letter-spacing: 0px;
        bottom: 25px;
        left: 40px;
    }
    .bx-controls-direction.bx-controls-direction {
        right: 90px;
        height: 144px;
    }
    .hm-ready-sec {
        padding: 100px 0 60px;
    }
    .hm-ready-logo {
        margin: 0 auto 20px;
        width: 30.4%;
    }
    .hm-ready-sec h4 {
        font-size: 40px;
        letter-spacing: 0px;
        margin: 0 0 5px;
    }
    .hm-ready-sec h3 {
        font-size: 70px;
        margin: 0px 0 35px;
    }
    .hm-ftr-form-sctn {
        padding: 60px 0 60px;
    }
    .hm-form-sec {
        padding: 40px 20px 60px;
    }
    .hm-form .gform_fields {
        gap: 9px !important;
    }
    .hm-form-sec .text-heading {
        font-size: 45px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    .hm-form-sec p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 23px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 18px !important;
        padding: 15px 25px !important;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: -62px 0 0 auto;
    }
    .footer-location-cnt h2 {
        font-size: 38px;
        margin: 0 0 18px;
    }
    .footer-location-itm h4 {
        font-size: 22px;
        line-height: 1.4;
    }
    .footer-location-itm p {
        font-size: 15px;
        line-height: 1.7;
    }
    .footer-locat-map iframe {
        height: 320px;
    }
    .ftr-block-sec {
        padding: 40px 0 0;
    }
    #footer-navigation ul li {
        margin: 0 15px;
    }
    .ftr-menu {
        margin: 0 0 30px;
        padding: 0 0 20px;
    }
    #footer-navigation ul li a {
        font-size: 16px;
    }
    .ftr-block-list {
        padding: 23px 2% 40px;
    }
    .footer-itm {
        width: 28.5%;
    }
    .footer-itm-title {
        font-size: 20px;
    }
    .footer-itm-logo {
        width: 36%;
        padding: 0px 0 0;
    }
    .footer-logo {
        width: 270px;
        margin: 0 auto 23px;
    }
    .footer-social-icon a {
        width: 40px;
        height: 40px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 14px;
    }
    .hm-case-rslts {
        padding: 60px 0;
    }
    .hm-rslts-top h3 {
        font-size: 22px;
        letter-spacing: 3px;
        margin: 0 0 12px;
    }
    .hm-rslts-top .text-heading {
        font-size: 72px;
        letter-spacing: 0px;
        margin: 0 0 16px;
    }
    .hm-rslts-top h4 {
        font-size: 24px;
        letter-spacing: 0px;
    }
    .hm-rslts-top {
        margin: 0 0 35px;
    }
    .hm-rslts-list.owl-carousel .hm-result-itm {
        padding: 20px 10px;
    }
    .hm-result-itm::before {
        width: calc(100% + 30px);
        left: -15px;
    }
    .hm-rslts-list .owl-item.center .hm-rslt-blk::before {
        left: -27px;
        height: calc(100% + 25px);
        top: -10px;
    }
    .hm-rslts-list .owl-item.center .hm-rslt-blk::after {
        right: -27px;
        height: calc(100% + 25px);
        top: -10px;
    }
    .result-cnt h4 {
        font-size: 16px;
        letter-spacing: 0px;
        margin: 0 0 15px;
    }
    .result-cnt h3 {
        font-size: 33px;
        letter-spacing: -0.4px;
        padding: 0 0 20px;
        margin: 0 0 10px;
    }
    .hm-rslts-list.owl-carousel {
        padding: 0 10px;
    }
    .page-container, .post-container {
        max-width: 990px;
        padding: 0 10px;
    }
    #page-content .areaserved-item a {
        min-height: 60px;
        font-size: 16px;
    }
    #page-content .areaserved-item-list {
        padding: 35px;
    }
    #main-heading {
        padding: 150px 0 60px;
    }
    #main-heading h1 {
        font-size: 38px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 17px;
    }
    #post-content, #page-content {
        padding: 60px 0;
    }
    .fact-checked-sec {
        padding: 20px 0px;
    }
    p.mod_date {
        font-size: 16px;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 105px;
    }
    #page-column .testimonial-cta-block .testi-content p {
        color: #931917;
        font-size: 18px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .widget-description.active {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-slider {
        gap: 15px;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 28px;
        margin: 0 0 15px;
        padding: 12px 10px 27px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 19px;
    }
    #page-column .case-results-cta .case-item {
        padding: 4px 4px 20px !important;
        width: 48.7%;
    }
    #page-column .case-results-cta .case-item h4:before {
        bottom: 15px;
    }
    #page-column .case-results-cta {
        margin-bottom: 25px;
    }
    #page-column section.widget.widget_team_member .team-inner-list {
        gap: 20px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 21px;
        margin: 0 0 12px;
    }
    #page-column section.widget.widget_team_member .team_member_summary p {
        font-size: 16px;
    }
    #page-column section.widget.widget_team_member .team_member_pic {
        width: 76%;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        padding-bottom: 15px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 20px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 15px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 36px;
    }
    #page-column h3 {
        font-size: 34px;
    }
    #page-column h4 {
        font-size: 32px;
    }
    #page-column p, #page-column li {
        font-size: 16px;
        line-height: 1.8;
        margin: 0 0 20px 0;
    }
    #page-column ul li:before {
        width: 8px;
        height: 8px;
        top: 10px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        font-size: 30px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 30px;
        padding: 20px 10px 20px;
    }
    .sidebar-page section.widget.testi {
        margin: 0 0 35px;
        padding: 20px 20px 30px;
    }
    .sidebar-page section.widget.testi h4.widget-title {
        margin: 0 0 15px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        margin: 0 auto 10px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 16px;
        line-height: 1.6;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 19px;
    }
    #page-column .cmn-box {
        padding: 25px 15px;
    }
    #page-column .cmn-box h2 {
        font-size: 33px;
        letter-spacing: 0;
    }
    #page-column .cmn-box h2 strong {
        font-size: 40px;
    }
    #page-column .cmn-box p {
        font-size: 17px;
        letter-spacing: 2px;
        margin: 0 0 25px;
    }
    #page-column .cnslt-btn a.cmn-btn {
        font-size: 15px;
        padding: 20px 25px;
    }
    #page-column .cnslt-call a {
        font-size: 16px;
        padding: 18px 25px 18px 70px;
    }
    #page-column .cnslt-call a::before {
        width: 54px;
        height: 54px;
    }
    .cmn-box-cnslt-btn {
        gap: 15px;
    }
    #page-column .inn-cmn-blk {
        padding: 30px 15px 0;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 45px;
        letter-spacing: -0.3px;
    }
    #page-column .inn-schdl-btn a {
        padding: 18px 20px;
        font-size: 15px;
    }
    #page-column .inr-sec-cta-blk {
        margin: 30px 0;
        padding: 15px 15px;
    }
    .sidebar-blog input.search-field,
    .sidebar-blog .widget select,
    .sidebar-blog.blog-sidebar-itm input.search-field,
    .sidebar-blog.blog-sidebar-itm .widget select {
        padding: 15px 55px 15px 20px;
        font-size: 17px;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 19px;
    }
    .posts-list {
        padding: 15px 15px 55px 15px;
    }
    #post-content .posts-list .posts-block::after {
        transform: scale(0.8);
        bottom: 20px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm {
        padding: 30px 25px;
    }
    .sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
        margin: 0 0 24px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        font-size: 32px;
    }
    .single-pagination .nav-links a {
        font-size: 16px;
        width: 140px;
        padding: 17px 20px 17px;
    }
    #page-column .single-meta {
        margin: 0 0 24px;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 30px;
    }
    .contact-page .in-contact-item h4::before {
        transform: scale(0.75);
        top: -8px;
    }
    .contact-page .in-contact-item h4 {
        font-size: 23px;
        padding: 65px 0 0;
    }
    .contact-page .in-contact-list {
        gap: 30px;
    }
    .contact-page .in-contact-item p {
        font-size: 16px;
    }
    .contact-page .in-contact-item {
        padding: 25px 20px 30px;
    }
    #page-column .inn-rslts-list {
        gap: 7px;
    }
    #page-column .inn-result-itm {
        padding: 30px 20px;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 32px;
    }
    #page-column .inn-result-cnt h5 {
        font-size: 17px;
    }
    #page-column .inn-result-cnt h5 {
        font-size: 16px;
    }
    #page-column .inn-rslt-blk {
        padding: 13px 13px;
    }
    #page-column .inn-team-itm {
        padding: 14px;
    }
    #page-column .inn-team-list {
        gap: 15px 10px;
    }
    #page-column .inn-team-img {
        margin: 0 0 14px;
    }
    #page-column .inn-team-itm h4 {
        font-size: 20px;
    }
    #page-column .inn-team-itm h5 {
        font-size: 14px;
    }
    #page-content .review-item {
        padding: 30px 30px 40px 30px;
        margin-bottom: 25px;
    }
    #page-content .review-item .star-rat {
        margin: auto 0 15px 0;
    }
    #page-content .review-item p {
        font-size: 16px;
        margin: 0 0 15px;
    }
    #page-content .review-item h5 {
        font-size: 19px;
    }
    #page-content .review-item h4{
        font-size: 22px;
    }
    #page-column .single-profile-block .sp-block h2 {
        font-size: 38px;
    }
    #page-column .single-profile-block .sp-block h5 {
        font-size: 20px;
    }
    #page-column .single-profile-block .sp-block .single-profile-call a {
        font-size: 17px;
        padding: 17px 20px 17px 70px;
    }
    #page-column .single-profile-block .sp-block .single-profile-call {
        margin: 0 0 15px;
    }
    #page-column .single-profile-block .sp-block a.cmn-btn {
        font-size: 15px;
        padding: 19px 25px 19px;
    }
    .sp-block {
        padding: 7px 0 0;
    }
    #page-column .accordion-profile h3 {
        padding: 15px 50px 15px 20px;
        font-size: 21px;
        background-size: 19px;
        background-position: right 20px center;
    }
    #page-column .single-accordion {
        margin: 0;
    }
    #page-column .practice-list {
        gap: 18px;
    }
    #page-column .practice-item {
        padding: 30px 30px 55px 30px;
    }
    #page-column .practice-name h4 {
        font-size: 24px;
        letter-spacing: 0;
    }
    #page-column .practice-item::after {
        transform: scale(0.75);
    }
    iframe.rubanolegaldoc {
        height: 650px;
    }
    #page-column h5 {
        font-size: 22px;
    }
    .video-title {
        padding: 0 11px;
    }
    .video-item {
        background: linear-gradient(0deg, rgba(247, 249, 250, 1) 0%, rgba(211, 219, 224, 1) 100%);
        padding: 8px 8px 15px 8px;
    }
    .video-play-icon {
        width: 65px;
        height: 65px;
    }
    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;
    }
    section.widget.csae-res {
        padding: 25px 15px;
    }
    section.widget.csae-res .sdbr-case-item h4 {
        font-size: 16px;
    }
    section.widget.csae-res .sdbr-case-item h3 {
        font-size: 34px;
    }
    section.widget.csae-res .sdbr-case-item h5 {
        font-size: 15px;
    }
    .csae-res-itm {
        padding: 13px 13px;
    }
}
@media screen and (max-width:1140px) {

}
@media screen and (max-width:1040px) {
    .hm-attorney-sec .container {
        margin: auto;
    }

}
@media screen and (max-width:991px) {
    .container, .hm-bann-sec .container, .hm-ftr-form-sctn .container, .ftr-block-sec .container,.hm-testimonials .container,.hm-attorney-sec .container {
        max-width: 720px;
        padding:0px;
    }
    .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;
    }
    .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;
    }
    .mobile_src_nav {
        display: block;
        padding: 8px 0;
        background-color: #234962;
    }
    .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;
    }
    header#site-header {
        border: none;
        background-color: transparent;
    }
    nav#main-navigation {
        display: none;
    }
    header.site-header.is-sticky{
        display: none;
    }
    .logo-section {
        position: relative;
        padding: 20px 0 !important;
        align-items: center;
        margin: 0;
        background-color: #244a62;
    }
    .site-branding {
        width: 100%;
        max-width: 230px;
        padding: 0;
    }
    .header-number a {
        font-size: 18px;
        padding: 16px 15px 16px 30px;
    }
    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 160px;
    }
    .site-header {
        position: static;
    }
    .hdr-blck {
        flex-direction: column;
        gap: 15px;
    }
    .header-rgt {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }
    .hdr-rgt-cnt {
        justify-content: center;
    }
    .hdr-cnt-itm::after{
        display: none;
    }
    .hdr-tel {
        padding: 13px 0px 13px 65px;
        width: 100%;
        max-width: max-content;
        margin: auto;
    }
    .hdr-tel a {
        font-size: 20px;
    }
    .hdr-tel a::before {
        width: 50px;
        height: 50px;
    }
    .hm-bann-sec {
        padding: 40px 0;
    }
    .hm-bann-sec::after{
        display: none;
    }
    .hm-bann-blck {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .hm-bann-rgt {
        width: 100%;
        max-width: 320px;
        border-bottom: 2px solid #fff;
    }
    .hm-bann-lft {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .hm-bann-lft h1 {
        font-size: 45px;
        line-height: 1;
        letter-spacing: 0px;
        margin: 0 0 15px;
    }
    .hm-bann-lft h1 small {
        font-size: 30px;
        letter-spacing: 3px;
        line-height: 1;
    }
    a.cmn-btn {
        font-size: 15px;
        padding: 16px 20px;
    }
    .hm-bann-btm-itm {
        position: relative;
        width: 100%;
        text-align: center;
        max-width: 320px;
        margin: auto;
    }
    .hm-bann-btm-blck .owl-dots {
        display: flex ;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 20px auto 0;
    }
    .hm-bann-btm-blck .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: transparent;
    }
    .hm-bann-btm-blck .owl-dots button.owl-dot.active {
        background-color: #fff;
        outline: 1px solid #fff;
        outline-offset: 2px;
    }
    .hm-case-rslts {
        padding: 40px 0;
    }
    .hm-rslts-top h3 {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0 0 10px;
    }
    .hm-rslts-top .text-heading {
        font-size: 40px;
        letter-spacing: 0px;
        margin: 0 0 13px;
    }
    .hm-rslts-top h4 {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .hm-rslts-top {
        margin: 0 0 20px;
    }
    .hm-rslts-list.owl-carousel .owl-item.active.center .hm-rslt-blk {
        padding: 0;
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .hm-result-itm::before {
        width: 100%;
        left: 0;
    }
    .hm-rslts-list .owl-item.center .hm-rslt-blk::before, .hm-rslts-list .owl-item.center .hm-rslt-blk::after{
        display: none;
    }
    .hm-rslts-list .owl-item .hm-rslt-blk::before, .hm-rslts-list .owl-item .hm-rslt-blk::after{
        display: none;
    }
    .hm-rslts-list.owl-carousel .hm-result-itm {
        padding: 25px 10px;
    }
    .hm-rslts-list.owl-carousel .owl-stage {
        padding: 0;
    }
    .hm-injury-sec {
        padding: 40px 0;
    }
    .text-heading {
        font-size: 35px;
        margin: 0 0 15px;
    }
    .hm-injury-sec .text-heading {
        margin: 0 0 20px;
    }
    .hm-injury-lst {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 12px;
    }
    .hm-injury-lft {
        width: 100%;
        text-align: center;
    }
    .hm-injury-popup {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .hm-injury-lft h4 {
        font-size: 23px;
        line-height: 1.4;
        margin: 0 0 12px;
    }
    .hm-injury-lft h5 {
        font-size: 23px;
        letter-spacing: 0px;
    }
    .hm-injury-rgt {
        width: 100%;
        text-align: center;
    }
    .hm-injury-rgt h4 {
        font-size: 24px;
        margin: 0 0 12px;
    }
    .hm-injury-rgt p {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 12px;
    }
    .hm-injury-rgt p:nth-child(4) {
        margin: 0 0 15px;
    }
    .hm-injury-sec::before,.hm-injury-sec::after{
        display: none;
    }
    .hm-partner-blk {
        padding: 30px 30px 30px;
    }
    .hm-partner-blk h3 {
        font-size: 28px;
        margin: 0 0 17px;
    }
    .hm-partner-blk p {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 15px;
    }
    .hm-partner-btn a.cmn-btn {
        padding: 15px 15px 15px 60px;
        font-size: 18px;
    }
    .hm-partner-btn a::before {
        width: 48px;
        height: 48px;
    }
    .hm-practice-sec {
        padding: 40px 0 40px;
    }
    .hm-practice-sec h6 {
        font-size: 18px;
        letter-spacing: 2px;
        margin: 0 0 10px;
    }
    .hm-practice-sec h2 {
        margin: 0px 0 15px;
    }
    .hm-practice-item {
        padding: 50px 20px 65px 30px;
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .hm-practice-item h4 {
        font-size: 23px;
    }
    .hm-practice-list .owl-dots {
        display: flex ;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 20px auto 0;
    }
    .hm-practice-list .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: transparent;
    }
    .hm-practice-list .owl-dots button.owl-dot.active {
        background-color: #fff;
        outline: 1px solid #fff;
        outline-offset: 2px;
    }
    .hm-practice-list {
        margin: 0 0 25px;
    }
    .hm-attorney-sec {
        padding: 40px 0;
    }
    .hm-attorney-sec h2 {
        margin: 0 0 15px;
    }
    .hm-attorney-blk {
        align-items: center;
        flex-direction: column;
        gap: 18px;
    }
    .hm-attorney-lft {
        width: 100%;
        max-width: 400px;
    }
    .hm-attorney-sec .hm-attorney-cnt h4 {
        font-size: 27px;
    }
    .hm-attorney-sec .hm-attorney-cnt h5 {
        font-size: 19px;
    }
    .hm-attorney-img {
        position: relative;
        width: 100%;
        z-index: 0;
    }
    .hm-attorney-cnt {
        left: 0;
        bottom: 20px;
        right: 0;
        text-align: center;
    }
    .hm-meet-cnt {
        right: 15px;
        bottom: 40px;
        padding: 0 0 0 23px;
        background-size: 14px;
    }
    .hm-attorney-img::before {
        width: 100%;
        height: 83.7%;
        left: 0;
    }
    .hm-attorney-rit {
        width: 100%;
        text-align: center;
    }
    .hm-attorney-sec .hm-attorney-rit p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 15px;
        letter-spacing: 0;
    }
    .hm-our-team-item {
        padding: 10px 10px;
        width: 100%;
        max-width: 260px;
        margin: auto;
        text-align: center;
    }
    .hm-our-team-list .owl-dots {
        display: flex ;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 20px auto 0;
    }
    .hm-our-team-list .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border: 1px solid #56849B;
        border-radius: 50%;
        background-color: transparent;
    }
    .hm-our-team-list .owl-dots button.owl-dot.active {
        background-color: #56849B;
        outline: 1px solid #56849B;
        outline-offset: 2px;
    }
    .hm-our-team-sec {
        padding: 40px 0;
    }
    .hm-testimonials {
        padding: 40px 0 40px;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 20px;
        text-align: center;
    }
    .hm-testi-blk {
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .hm-test-rit {
        width: 100%;
        position: relative;
        text-align: left;
        padding: 0;
        max-width: 450px;
    }
    .hm-test-rit::before, .hm-test-rit::after {
        display: none;
    }
    .hm-test-rit h4 {
        font-size: 17px;
        letter-spacing: 1px;
        padding: 0;
        margin: 0 0 20px;
        text-align: center;
        border: 0;
    }
    .hm-test-rit h4::before{
        display: none;
    }
    .hm-testimonials .testi-item {
        padding: 15px 0 0px 0px;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 23px;
        letter-spacing: 0px;
        bottom: 0;
        left: 0;
        position: static;
        z-index: 2;
        margin: 0;
    }
    .bx-controls-direction.bx-controls-direction {
        right: 30px;
        height: 104px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .bx-controls-direction.bx-controls-direction::before{
        display: none;
    }
    .hm-testimonials .testi-item p {
        font-size: 18px;
        margin: 0 0 20px;
        line-height: 1.4;
    }
    .hm-ready-sec {
        padding: 40px 0 40px;
    }
    .hm-ready-sec h4 {
        font-size: 28px;
        letter-spacing: 0px;
        margin: 0 0 5px;
    }
    .hm-ready-sec h3 {
        font-size: 40px;
        margin: 0px 0 15px;
    }
    .hm-ready-logo {
        margin: 0 auto 15px;
        width: 100%;
        max-width: 210px;
    }
    .hm-ftr-form-sctn {
        padding: 40px 0 40px;
    }
    .hm-form-sec {
        padding: 20px 15px 40px;
    }
    .hm-form-sec .text-heading {
        font-size: 30px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    .hm-form-sec p br {
        display: none;
    }
    .hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone {
        width: 100% !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 90px !important;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: 25px 0 0 0;
    }
    .hm-form {
        width: 100%;
    }
    .ftr-location-sec {
        padding: 40px 0 40px;
    }
    .footer-location-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .footer-location-cnt {
        margin-right: 0;
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    .footer-location-cnt h2 {
        font-size: 30px;
        margin: 0 0 18px;
    }
    .footer-location-itm, .footer-location-cnt .footer-location-itm:last-child {
        margin: 0 0 20px;
        padding: 20px 10px;
        border: 2px solid #0A344D;
    }
    .footer-locat-map {
        width: 100%;
        max-width: 400px;
    }
    .footer-locat-map iframe {
        height: 250px;
    }
    .ftr-block-sec {
        padding: 30px 0;
    }
    #footer-navigation ul li a {
        font-size: 15px;
        line-height: 1.6;
    }
    #footer-navigation ul li {
        margin: 0 10px;
    }
    .ftr-menu {
        margin: 0 0 30px;
        padding: 0 0 13px;
    }
    .ftr-block-list {
        padding: 0;
    }
    .ftr-block-list {
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .footer-itm {
        width: 100%;
        max-width: 300px;
        padding: 20px 10px;
        order: 2;
    }
    .footer-itm-logo::before, .footer-itm-logo::after{
        display: none;
    }
    .footer-itm-logo {
        width: 100%;
        padding: 0px 0 0;
        max-width: 300px;
    }
    .hm-testi-lft {
        width: 100%;
        max-width: 320px;
    }
    .footer-location-cnt .footer-location-itm:last-child{
        margin: 0;
    }
    .popup .popuptext {
        padding: 12px;
        font-size: 14px;
        line-height: 1.6;
    }
    .hm-testimonials .container{
        margin: auto;
    }
    .footer-location-cnt h2 {
        display: none;
    }
    .footer-location-cnt.mbl{
        order: 1
    }
    .footer-location-cnt.mbl h2 {
        display: block;
        margin:0;
    }
    .page-container, .post-container {
        max-width: 720px;
        padding:0px;
    }
    #page-content .areaserved-item {
        width: 48%;
    }
    .page-col-full, .single-col-full {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    #single-column, #post-column, #page-column {
        width: 100%;
        margin: 0 0 25px;
    }
    .sidebar-page, .sidebar-single {
        width: 100%;
        max-width: 320px;
    }
    #page-column .testimonial-cta-block .testi-content p {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-item {
        width: 100%;
        max-width: 350px;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        width: 100%;
        max-width: 200px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 23px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 19px;
    }
    .related-insights-posts .posts-list {
        width: 100%;
        max-width: 300px;
    }
    .related-insights-posts {
        justify-content: center;
        flex-wrap: wrap;
    }
    #main-heading {
        padding: 55px 0;
    }
    #main-heading h1 {
        font-size: 34px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 16px;
    }
    #post-content, #page-content {
        padding: 50px 0;
    }
    .sidebar-blog {
        gap: 15px;
        margin: 0 auto 20px;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }
    .posts-list {
        padding: 15px 15px 50px 15px;
        width: 100%;
        max-width: 340px;
        margin: 0 8px 25px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
        background-position: right 24px center;
        background-size: 17px 9px;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
        background-size: 18px 18px;
        background-position: right 24px center;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 18px;
    }
    .contact-page .in-contact-list {
        gap: 15px;
        flex-direction: column;
    }
    .contact-page .in-contact-item {
        padding: 20px 20px 25px;
        width: 100%;
        max-width: 350px;
        margin: auto;
    }
    #page-column .inn-rslts-list {
        gap: 15px;
    }
    #page-column .inn-rslt-blk {
        padding: 13px 13px;
        width: 100%;
        max-width: 320px;
    }
    #page-column .inn-team-itm {
        width: 100%;
        max-width: 260px;
    }
    #page-column .inn-team-list {
        gap: 15px;
    }
    #reviews-main {
        column-count: 1;
        row-gap: 10px;
        column-gap: 10px;
    }
    #page-content .review-item {
        margin-bottom: 20px;
    }
    #page-column .practice-item {
        padding: 25px 25px 45px 25px;
        width:100%;
        max-width:320px;
    }
    #page-column .practice-item::after {
        bottom: 15px;
    }
    #page-column .practice-name h4 {
        font-size: 23px;
    }
    #page-column .practice-list {
        gap: 15px;
    }
    .video-item {
        width: 100%;
        max-width: 320px;
        margin: 0 10px 20px;
    }
    .inn-about-popup {
        margin: 15px 0;
    }
    .inn-about-plybtn {
        width: 62px;
        height: 62px;
    }
    .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%;
    }
}
@media screen and (max-width:767px) {
    .container, .hm-bann-sec .container, .hm-ftr-form-sctn .container, .ftr-block-sec .container,.hm-testimonials .container,.hm-attorney-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .hm-bann-lft h1 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0px;
        margin: 0 0 15px;
    }
    .hm-bann-blck {
        gap: 15px;
    }
    .hm-bann-lft h1 small {
        font-size: 23px;
        letter-spacing: 1px;
    }
    .hm-bann-sec {
        padding: 30px 0;
    }
    .hm-bann-btm-itm h4 {
        font-size: 22px;
    }
    .hm-case-rslts {
        padding: 30px 0 20px;
    }
    .hm-rslts-top h3 {
        font-size: 19px;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }
    .hm-rslts-top .text-heading {
        font-size: 30px;
        letter-spacing: 0px;
        margin: 0 0 13px;
    }
    .hm-rslts-top h4 {
        font-size: 19px;
    }
    .hm-rslts-top {
        margin: 0 0 16px;
    }
    .hm-injury-sec {
        padding: 30px 0;
    }
    .text-heading {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .hm-injury-plybtn {
        width: 50px;
        height: 50px;
    }
    .hm-injury-lft h4 {
        font-size: 18px;
        line-height: 1.3;
        margin: 0 0 12px;
    }
    .hm-injury-lft h5 {
        font-size: 20px;
    }
    .hm-injury-rgt h4 {
        font-size: 20px;
        margin: 0 0 12px;
    }
    .hm-injury-rgt p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 12px;
    }
    .hm-partner-blk {
        padding: 20px 15px 20px;
    }
    .hm-partner-blk h3 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .hm-partner-blk p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 15px;
    }
    .hm-partner-btn a.cmn-btn {
        padding: 15px 15px 15px 60px;
        font-size: 15px;
    }
    .hm-partner-btn a::before {
        width: 45px;
        height: 45px;
    }
    .hm-practice-sec {
        padding: 30px 0 20px;
    }
    .hm-attorney-sec {
        padding: 30px 0;
    }
    .hm-our-team-sec {
        padding: 30px 0;
    }
    .hm-testimonials {
        padding: 30px 0 30px;
    }
    .star-rat {
        width: 100%;
        max-width: 110px;
        margin: 0px 0 13px;
    }
    .hm-testimonials .testi-item p {
        font-size: 16px;
        margin: 0 0 16px;
        line-height: 1.4;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 20px;
    }
    .hm-ready-sec {
        padding: 30px 0 30px;
    }
    .hm-ready-sec h4 {
        font-size: 23px;
        letter-spacing: 0px;
        margin: 0 0 5px;
    }
    .hm-ready-sec h3 {
        font-size: 30px;
        margin: 0px 0 15px;
    }
    .hm-ftr-form-sctn {
        padding: 30px 0 30px;
    }
    .hm-form-sec {
        padding: 20px 10px 20px;
    }
    .hm-form-sec .text-heading {
        font-size: 25px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    .hm-form-sec p {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        font-size: 15px !important;
        padding: 17px 20px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 80px !important;
    }
    .hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {
        margin: 4px 0 0px !important;
        font-size: 14px;
    }
    .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: 12px !important;
        height: 12px !important;
        margin: 7px 5px 0px 0 !important;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 15px !important;
        padding: 14px 20px !important;
    }
    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 140px;
    }
    .footer-logo {
        width: 230px;
        margin: 0 auto 23px;
    }
    .page-container, .post-container {
        max-width:100%;
        padding: 0 15px;
    }
    #post-content, #page-content {
        padding: 40px 0;
    }
    #main-heading {
        padding: 45px 0;
    }
    #main-heading h1 {
        font-size: 30px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 15px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 28px;
    }
    #page-column h3 {
        font-size: 26px;
    }
    #page-column h4 {
        font-size: 24px;
    }
    #page-column h5 {
        font-size: 20px;
    }
    #page-column h6 {
        font-size: 19px;
    }
    #page-column p, #page-column li {
        font-size: 15px;
    }
    #page-column ul li:before {
        width: 7px;
        height: 7px;
    }
    #page-column .cmn-box h2 {
        font-size: 30px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 42px;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 28px;
    }
    #page-column .inn-result-cnt h4 {
        font-size: 16px;
    }
    #page-column .inn-result-cnt h5 {
        font-size: 15px;
    }
    #page-column .inn-result-itm {
        padding: 25px 17px;
    }
    #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%;
    }
}
@media screen and (max-width:680px) {
    #page-column .practice-item {
        padding: 20px 20px 40px 20px;
    }
    #page-column .practice-item::after {
        bottom: 10px;
        transform: scale(0.65);
        right: 20px;
    }
    #page-column .practice-name h4 br {
        display: none;
    }
    #page-column .practice-name h4 {
        font-size: 20px;
    }
}
@media screen and (max-width:650px) {
    #page-column .case-results-cta .case-item{
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    #page-content .areaserved-item {
        width: 100%;
    }
    #page-content .areaserved-item-list {
        padding: 30px 15px;
    }
    #page-column .cmn-box h2 {
        font-size: 28px;
        line-height: 1.2;
        padding: 0 0 10px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 34px;
    }
    #page-column .cmn-box p {
        font-size: 16px;
        letter-spacing: 1px;
        margin: 0px 0 20px;
    }
    #page-column .inn-cmn-blk {
        padding: 20px 15px;
        flex-direction: column-reverse;
        gap: 15px;
    }
    #page-column .inn-cmn-lftblk {
        width: 100%;
        max-width: 225px;
        padding: 0 10px;
        border-bottom: 2px solid #56b3d5;
        margin: auto;
    }
    #page-column .inn-cmn-riteblk {
        width: 100%;
        text-align: center;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 27px;
        margin: 10px 0 0px;
    }
    #page-column .inr-sec-cta-blk {
        padding: 0;
    }
    .cmn-box-cnslt-btn{
        flex-direction: column;
        align-items: center;
    }
    #page-column .cnslt-btn a.cmn-btn {
        font-size: 14px;
        padding: 18px 25px;
    }
    #page-column .cnslt-call a {
        font-size: 15px;
        padding: 16px 20px 16px 60px;
    }
    #page-column .cnslt-call a::before {
        width: 50px;
        height: 50px;
    }
    #page-column .inr-sec-cta-blk:before, #page-column .inr-sec-cta-blk:after{
        display: none;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 19px;
        padding: 13px 15px 13px 35px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 8px;
        height: 8px;
        top: 19px;
    }
    .sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {
        top: 17px;
    }
    #page-column .inn-cmn-riteblk h2 strong:before {
        width: 27%;
        right: 0;
    }
    .single-profile-block {
        flex-direction: column;
        gap: 15px;
        padding: 20px 20px;
        margin: 0 0 25px;
    }
    .single-profile-image {
        width: 100%;
        max-width: 230px;
        margin: auto;
        padding: 0 10px;
        border-bottom: 2px solid #fff;
    }
    .sp-block {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    #page-column .single-profile-block .sp-block h2 {
        font-size: 32px;
    }
    #page-column .single-profile-block .sp-block h5 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    #page-column .single-profile-block .sp-block .single-profile-call a {
        font-size: 16px;
        padding: 14px 15px 14px 60px;
    }
    #page-column .single-profile-block .sp-block a.cmn-btn {
        font-size: 14px;
        padding: 15px 24px;
    }
    #page-column .accordion-profile h3 {
        padding: 13px 40px 13px 20px;
        font-size: 19px;
        background-size: 17px;
        background-position: right 20px center;
    }
    #page-column .accordion-profile .accordion-profile-content {
        padding: 15px 15px 0;
    }
    .single-profile-block::before {
        width: 86%;
        right: 0;
        left: 0;
    }
}
@media screen and (max-width:540px) {

}
@media screen and (max-width:480px) {
    .hdr-rgt-cnt {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    .hdr-cnt-itm{
        padding: 0;
    }
    .header-rgt {
        gap: 15px;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 100px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 21px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 14px;
        width: 8px;
        height: 8px;
    }
    #main-heading {
        padding: 35px 0;
    }
    #main-heading h1 {
        font-size: 26px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 14px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 25px;
    }
    #page-column h3 {
        font-size: 23px;
    }
    #page-column h4 {
        font-size: 21px;
    }
    #page-column h5 {
        font-size: 18px;
    }
    #page-column h6 {
        font-size: 17px;
    }
    #page-column p, #page-column li {
        font-size: 15px;
    }
    #page-column .cmn-box {
        padding: 20px 15px;
    }
    #page-column .cmn-box h2 {
        font-size: 25px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 26px;
    }
    #page-column .cmn-box p {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.3;
        margin: 0px 0 15px;
    }
    #page-column .cnslt-btn a.cmn-btn {
        padding: 15px 20px;
    }
    #page-column .cnslt-call a {
        font-size: 14px;
        padding: 14px 17px 14px 55px;
    }
    #page-column .cnslt-call a::before {
        width: 44px;
        height: 44px;
    }
    #page-column .inn-cmn-blk {
        gap: 10px;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 20px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 21px;
        margin: 0;
    }
    #page-column .inn-cmn-riteblk h2 strong:before{
        display: none;
    }
    #page-column .inn-schdl-btn a {
        padding: 16px 18px;
        font-size: 14px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        font-size: 27px;
        padding: 0 0 12px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 18px;
    }
    .sidebar-page .sidebar-menu-pa .sub-menu li a {
        font-size: 16px;
    }
    .single-pagination .nav-links a {
        font-size: 15px;
        width: 135px;
        padding: 15px 20px 15px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        font-size: 30px;
    }
    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
        font-size: 15px;
    }
    .contact-page .in-contact-item h4 {
        font-size: 21px;
        padding: 60px 0 0;
    }
    .contact-page .in-contact-item p {
        font-size: 15px;
    }
    .contact-page .in-contact-item.call p a {
        font-size: 25px;
    }
    #page-column .inn-result-itm {
        padding: 20px 15px;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 26px;
        padding: 0 0 10px;
    }
    #page-column .inn-result-cnt h5 {
        font-size: 14px;
    }
    #page-column .inn-result-cnt h4 {
        font-size: 16px;
        margin: 0 0 12px;
    }
    #page-column .inn-rslt-blk {
        padding: 10px 10px;
    }
    #page-content .review-item {
        padding: 20px;
        margin-bottom: 12px;
    }
    #page-content .review-item .star-rat {
        width: 95px;
        height: 20px;
    }
    #page-content .review-item p {
        font-size: 15px;
        margin: 0 0 15px;
        line-height: 1.6;
        letter-spacing: 0;
    }
    #page-content .review-item h5 {
        letter-spacing: 0px;
        font-size: 17px;
    }
    #page-content .review-item h4 {
        font-size: 20px;
    }
    #page-column .single-profile-block .sp-block h2 {
        font-size: 28px;
    }
    .single-profile-block {
        padding: 20px 15px;
        margin: 0 0 20px;
    }
    #page-column .single-profile-block .sp-block h5 {
        font-size: 17px;
    }
    #page-column .single-profile-block .sp-block .single-profile-call a::before {
        width: 45px;
    }
    #page-column .single-profile-block .sp-block .single-profile-call a {
        font-size: 15px;
    }
    #page-column .single-profile-block .sp-block a.cmn-btn {
        font-size: 14px;
        padding: 15px 20px;
    }
    #page-column .accordion-profile h3 {
        padding: 13px 35px 13px 15px;
        font-size: 17px;
        background-size: 15px;
        background-position: right 15px center;
    }
    #page-column .accordion-profile .accordion-profile-content {
        padding: 10px 10px 0;
    }
    #page-column .practice-name h4 {
        font-size: 18px;
    }
    section.widget.csae-res .sdbr-case-item h3 {
        font-size: 28px;
    }
    section.widget.csae-res .sdbr-case-item h5 {
        font-size: 14px;
    }
    section.widget.csae-res .sdbr-case-item h4 {
        font-size: 15px;
    }
}
@media screen and (max-width:400px) {

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

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

}