/**
*	Theme Name: Encino Personal Injury Lawyer
**/

/*
font-family: "Inter", sans-serif;
font-family: "Playfair Display", serif;
*/

body{
    font-family: "Inter", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Playfair Display", serif !important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0 35px 0 0;
    position: relative;
}

.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.nav-menu li.menu-btn a {
    color: #ffffff;
    padding: 13px 30px;
    background-image: linear-gradient(to right, #c8b273, #b6a36c, #a59465);
    font-weight: bold;
    border-radius: .25rem;
}
.nav-menu li.menu-btn a:hover{
    color: #ffffff;
    background-image: linear-gradient(to left, #c8b273, #b6a36c, #a59465);
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: -3px;
    top: 6px;
    line-height: 1;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #243245;
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}

ul.sub-menu li {
    margin: 0;
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 12px;
    letter-spacing: 0.05em;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #c8b273;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #c8b273;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    padding: 70px 0 77px;
    position: relative;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.content-header.cover.gradient{
    background-image: linear-gradient(to left, #151b26, #1d2637, #27344a);
}
.content-header.cover.big{
    padding: 140px 0 147px;
}
.content-header.cover.gradient::after{
    display: none;
}
.gradient .fw-btn a.all-buttons img {
    height: 13px;
    margin-top: 6px;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.conthead-content h1 strong{
    color: #c8b273;
    font-weight: 700;
}
.conthead-content p strong {
    color: #c8b273;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff1a;
    padding: 8px 20px 10px;
    border-radius: 100px;
}
.conthead-content p{
    color: #f5f5f5;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 25px 0;
}
.conthead-content p:last-child{
    margin-bottom: 0;
}
.conthead-content .fw-btn {
    text-align: left;
    margin-top: 35px;
}
.conthead-content a.all-buttons {
    display: inline-flex;
    column-gap: 12px;
}
.conthead-content a.all-buttons img{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.conthead-content a.all-buttons:hover{
    color: #1f2a3c;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Site Header*/
#wrapper {
    margin-top: 75px;
}
.site-header {
    background-color: #243245;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.site-logo .d-flex {
    align-items: center;
    column-gap: 10px;
}
.site-logo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.site-logo span {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: -.025em;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    display: block;
}
.site-logo span b{
    color: #c8b273;
}

/*Site Header*/


/*Home*/
.hbanner-sec.cover {
    position: relative;
    height: 750px;
    display: flex;
    align-items: center;
}
.hbanner-sec.cover::after{
    content: '';
    display: inline-block;
    background-color: rgb(34 47 67 / .9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.hbanner-content{
    position: relative;
    z-index: 1;
}
.hbanner-ct h1,
.hbanner-ct h2,
.hbanner-ct h3,
.hbanner-ct h4,
.hbanner-ct h5,
.hbanner-ct h6{
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.hbanner-ct h1 strong,
.hbanner-ct h2 strong,
.hbanner-ct h3 strong,
.hbanner-ct h4 strong,
.hbanner-ct h5 strong,
.hbanner-ct h6 strong{
    color: #c8b273;
    font-weight: bold;
}
.hbanner-ct p strong{
    color: #ffffff;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    display: block;
}
.hbanner-ct p{
    color: rgba(255,255,255,0.9);
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
a.all-buttons{
    color: #1f2a3c !important;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: .25rem;
    padding: .75rem 1.5rem;
    transition: all 0.4s ease;
    display: inline-block;
}
a.all-buttons.yellow{
    color: #ffffff !important;
    background-color: #c8b273;
}
a.all-buttons.blue{
    color: #ffffff !important;
    background-color: #1f2a3c;
}
a.all-buttons:hover,
a.all-buttons.blue:hover{
    color: #ffffff !important;
    background-color: #c8b273;
}
a.all-buttons.blue img{
	filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(0%) hue-rotate(86deg) brightness(107%) contrast(105%);
}
a.all-buttons img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(21%) saturate(852%) hue-rotate(174deg) brightness(89%) contrast(97%);
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
}
a.all-buttons:hover img{
    filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(0%) hue-rotate(197deg) brightness(106%) contrast(106%);
}
a.all-buttons.yellow:hover{
    color: #ffffff !important;
    background-color: #c8b273e6;
}
a.all-buttons.yellow img {
    filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(170deg) brightness(106%) contrast(101%);
}
.hbanner-ct a.all-buttons{
    margin-top: 10px;
}
.fw-btn a.all-buttons.blue img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7497%) hue-rotate(39deg) brightness(115%) contrast(101%);
}
.fw-btn a.all-buttons.yellow img{
   filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(170deg) brightness(106%) contrast(101%);
}
.hbanner-form {
    padding: 2rem;
    border: 1px solid #fff3;
    border-radius: .5rem;
    background-color: #ffffff0d;
}
.hbanner-ftitle h3,
.contactinfo-box h2{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.contactinfo-box h2 strong{
    color: #c8b273;
    font-weight: 600;
}
.hbanner-form .gform-theme--framework .gform-field-label>.gfield_required,
.hbanner-form .gform-theme--framework .gform_validation_errors{
    display: none;
}
.hbanner-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
    font-size: 12px;
    margin: 4px 0 0 0 !important;
}
.hbanner-form .gform_confirmation_message_2.gform_confirmation_message{
    text-align: center;
}
.hbanner-form .gform-theme--foundation .gform_fields {
    grid-gap: 15px;
}
.hbanner-form label,
.hbanner-form .gform-theme--framework .gfield_list_group_item::before,
.hbanner-form .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.hbanner-form label svg {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-top: -1px;
}
.hbanner-form input,
.hbanner-form select,
.hbanner-form textarea,
.hbanner-form input::placeholder,
.hbanner-form textarea::placeholder,
.hbanner-form .gform-theme--foundation .gfield .ginput_password.large,
.hbanner-form .gform-theme--foundation .gfield input.large,
.hbanner-form .gform-theme--foundation .gfield select.large,
.hbanner-form .gform-theme--foundation .gfield textarea,
.hbanner-form .gform-theme--foundation .gfield .ginput_password.large::placeholder,
.hbanner-form .gform-theme--foundation .gfield input.large::placeholder,
.hbanner-form .gform-theme--foundation .gfield select.large::placeholder,
.hbanner-form .gform-theme--foundation .gfield textarea::placeholder{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 400;
}
.hbanner-form input,
.hbanner-form select,
.hbanner-form textarea,
.hbanner-form .gform-theme--foundation .gfield .ginput_password.large,
.hbanner-form .gform-theme--foundation .gfield input.large,
.hbanner-form .gform-theme--foundation .gfield select.large,
.hbanner-form .gform-theme--foundation .gfield textarea{
    border: 1px solid #fff3;
    border-radius: .5rem;
    background-color: #ffffff0d;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}
.hbanner-form .gform-theme--foundation .gfield select.large{
    line-height: 40px;
}
.hbanner-form textarea,
.hbanner-form .gform-theme--foundation .gfield textarea{
    height: 100px;
    min-block-size: 100px !important;
    padding-top: 10px;
}
.hbanner-form input:focus,
.hbanner-form select:focus,
.hbanner-form textarea:focus,
.hbanner-form .gform_footer input.gform_button.button:focus{
    outline: none !important;
    box-shadow: none !important;
}
.hbanner-form.contact-form .gform-theme--foundation .gfield select.large{
    line-height: 50px;
}
.hbanner-form .col-12.button {
    text-align: center;
}
.hbanner-form .col-12.button p {
    margin: 0;
}
.hbanner-form input.wpcf7-form-control.wpcf7-submit.has-spinner,
.hbanner-form .gform_footer input.gform_button.button{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background-image: linear-gradient(to right, #c8b273, #b6a36c, #a59465);
    margin-top: 10px;
    transition: all 0.4s ease;
    line-height: 1;
    border: none;
    width: 100% !important;
    border-radius: .5rem !important;
}
.hbanner-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
.hbanner-form .gform_footer input.gform_button.button:hover{
    color: #ffffff;
    background-image: linear-gradient(to left, #c8b273, #b6a36c, #a59465);
}
.hbanner-form span.wpcf7-spinner {
    margin: 5px auto 0;
    width: 18px;
    height: 18px;
    text-align: center;
}
.hbanner-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: -7px 0px 30px;
    border: 1px solid #c8b273;
    padding: 6px;
    font-size: 14px;
    border-radius: 8px;
}
.hbanner-form.contact-form{
	color: #757a83;
}
.hbanner-form .wpcf7 form .wpcf7-response-output{
	color: #ffffff;
}
.hbanner-form.contact-form .wpcf7 form .wpcf7-response-output {
    color: #757a83;
    font-size: 14px;
}
.hmain-content{
    text-align: center;
    margin-bottom: 40px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hmain-content h1 a,
.hmain-content h2 a,
.hmain-content h3 a,
.hmain-content h4 a,
.hmain-content h5 a,
.hmain-content h6 a{
    color: #ffffff;
    transition: all 0.4s ease;
}
.hmain-content h1 a:hover,
.hmain-content h2 a:hover,
.hmain-content h3 a:hover,
.hmain-content h4 a:hover,
.hmain-content h5 a:hover,
.hmain-content h6 a:hover{
    color: #c8b273;
}
.hmain-content.blue h1,
.hmain-content.blue h2,
.hmain-content.blue h3,
.hmain-content.blue h4,
.hmain-content.blue h5,
.hmain-content.blue h6{
    color: #1a1f2c;
    position: relative;
    padding-bottom: 20px;
}
.hmain-content.blue h1::after,
.hmain-content.blue h2::after,
.hmain-content.blue h3::after,
.hmain-content.blue h4::after,
.hmain-content.blue h5::after,
.hmain-content.blue h6::after{
    content: '';
    display: inline-block;
    background-color: #c8b273;
    height: 4px;
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong{
    color: #c8b273;
    font-weight: 700;
}
.hmain-content p strong{
    color: #1a1f2c;
    font-size: 16px;
    font-weight: 500;
    background-color: #c8b27333;
    padding: .25rem 1rem;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 10px;
}
.hmain-content p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto 10px;
    width: 53%;
}
.hmain-content p a{
    color: rgba(255,255,255,0.9);
    transition: all 0.4s ease;
}
.hmain-content p a:hover{
    color: #c8b273;
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: left;
}
.hmain-content ul li {
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
}
.hmain-content ul li:last-child{
    margin-bottom: 0;
}
.hmain-content ul li::after {
    filter: brightness(0) saturate(100%) invert(82%) sepia(23%) saturate(617%) hue-rotate(5deg) brightness(84%) contrast(89%);
    content: '';
    display: inline-block;
    background-image: url(images/free-consultations-icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}
.hmain-content.sm h1,
.hmain-content.sm h2,
.hmain-content.sm h3,
.hmain-content.sm h4,
.hmain-content.sm h5,
.hmain-content.sm h6{
    color: #1a1f2c;
    font-size: 20px;
    font-weight: 700;
}
.hmain-content.sm p{
    color: #374151;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    width: 100%;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
}
.hmain-content.white h1 strong,
.hmain-content.white h2 strong,
.hmain-content.white h3 strong,
.hmain-content.white h4 strong,
.hmain-content.white h5 strong,
.hmain-content.white h6 strong{
    color: #c8b273;
}
.hmain-content.white p,
.hmain-content.white ul li{
    color: #f5f5f5;
}
.hmain-content.white p{
    margin: 0 0 20px 0;
}
.hmain-content.white p:last-child{
    margin-bottom: 0;
}
.hmain-content.blue ul li,
.hmain-content.blue p,
.hmain-content p a{
    color: #374151;
}
.hmain-content.blue p a:hover{
    color: #c8b273;
}
.hpersonalinjury-sec{
    background-color: #222f43;
    padding: 79px 0 89px;
}
.hpersonalinjury-lbox{
    position: relative;
    padding: 32px;
    transition: all 0.4s ease;
    overflow: hidden;
    border: 1px solid #ffffff0d;
    border-radius: .5rem;
    height: 100%;
}
.hpersonalinjury-lbox::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to right, #2d3a4d, #2e3b4f, #2e3d56);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    z-index: 0;
}
.hpersonalinjury-lbox:hover::after{
    opacity: 0;
}
.hpersonalinjury-lbox::before{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to right, #2d3a4d, #2e3a4d, #2f415e);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
    z-index: 0;
}
.hpersonalinjury-lbox:hover{
    transform: scale(1.04)
}
.hpersonalinjury-lbox *{
    position: relative;
    z-index: 1;
}
.hpersonalinjury-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hpersonalinjury-lbox .icon{
    background-color: #ffffff0d;
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    border-radius: .75rem;
    text-align: center;
    margin-bottom: 30px;
}
.hpersonalinjury-lbox .icon img{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(84%) sepia(48%) saturate(377%) hue-rotate(348deg) brightness(83%) contrast(85%);
}
.hpersonalinjury-lbox h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.hpersonalinjury-lbox p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 45px;
}
a.text-btn {
    color: #c8b273;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s ease;
}
a.text-btn img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(48%) saturate(377%) hue-rotate(348deg) brightness(83%) contrast(85%);
    margin-left: 5px;
    width: 11px;
    margin-top: -2px;
    transition: all 0.4s ease;
}
.hpersonalinjury-lbox:hover a.text-btn img{
    margin-left: 8px;
}
.hpersonalinjury-lbox a.text-btn {
    position: absolute;
    bottom: 37px;
    left: 32px;
}
.fw-btn {
    text-align: center;
    margin-top: 49px;
}
.fw-btn a.all-buttons img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(51%) saturate(535%) hue-rotate(178deg) brightness(89%) contrast(90%);
    margin-left: 5px;
    width: 13px;
    margin-top: -2px;
    transition: all 0.4s ease;
}
.fw-btn a.all-buttons:hover img {
    margin-left: 12px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(14%) saturate(1668%) hue-rotate(179deg) brightness(88%) contrast(91%);
    transition: all 0.4s ease;
    filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(0%) hue-rotate(86deg) brightness(107%) contrast(105%);
}
.encionlaw-sec{
    padding: 64px 0;
}
.hmain-content.sm.encionlaw-list {
    text-align: left;
    margin: 0;
}
.encionlaw-list .row {
    --bs-gutter-x: 40px;
}
.encionlaw-story,
.encionlaw-recognized{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    border-radius: .5rem;
    border-left: 4px solid #c8b273;
    padding: 2rem;
}
.encionlaw-recognized{
    border: none;
}
.encionlaw-recognized ul li{
    padding: 0;
}
.encionlaw-recognized ul li::after{
    display: none;
}
.encionlaw-list h3{
    position: relative;
    padding-left: 31px;
}
.encionlaw-list h3::after{
    content: '';
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(85%) sepia(48%) saturate(400%) hue-rotate(344deg) brightness(83%) contrast(85%);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.encionlaw-list .encionlaw-story h3::after{
    background-image: url(images/location-icon.svg);
}
.encionlaw-list .encionlaw-recognized h3::after{
    background-image: url(images/recognized-award-icon.svg);
}
.encionlaw-list .encionlaw-promise h3::after{
    background-image: url(images/promise-heart-icon.svg);
}
.encionlaw-promise{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 2rem;
    background-image: linear-gradient(to right, #222e42, #1f2a3c, #1e2737);
    border-radius: .5rem;
    position: relative;
}
.hmain-content.sm .encionlaw-promise h3{
    color: #ffffff;
}
.hmain-content.sm .encionlaw-promise p{
    color: #ffffff;
}
.encionlaw-recognized p:last-child{
	margin: 0;
}
.encionlaw-promise a.all-buttons {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 32px 9px 52px;
    background-color: #c8b273;
    background-image: url(images/phone-icon-white.png);
    background-size: 16px 16px;
    background-position: 28px 15px;
    background-repeat: no-repeat;
    margin-top: 25px;
}
.encionlaw-promise a.all-buttons:hover{
    background-color: #c8b273e6;
}
.encionlaw-promise a.all-button img{
	filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(170deg) brightness(106%) contrast(101%);
}
.encionlaw-recognized {
    margin-top: 23px;
    padding-bottom: 15px;
}
.encionlaw-recognized ul {
    display: flex;
    column-gap: 16px;
    list-style: none;
    padding: 0;
    margin: 22px 0 0 0;
    justify-content: left;
}
.encionlaw-recognized ul li img{
    width: 100px;
    transition: all 0.4s ease;
}
.encionlaw-recognized ul li img:hover{
    transform: scale(1.03)
}
.hwhychoose-sec {
    padding: 30px 0 64px;
}
.hwhychoose-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hwhychoose-lbox{
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 1.5rem;
    border-top: 4px solid #c8b273;
    border-radius: .5rem;
    transition: all 0.4s ease;
    height: 100%;
}
.hwhychoose-lbox:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.hwhychoose-lbox .d-flex{
    align-items: center;
    column-gap: 12px;
    margin-bottom: 15px;
}
.hwhychoose-list.column-four .d-flex {
    display: block !important;
    margin-bottom: 8px;
}
.hwhychoose-lbox h3 {
    color: #1a1f2c;
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    margin: 0;
}
.hwhychoose-list.column-four .hwhychoose-lbox h3 {
    font-family: "Playfair Display", serif !important;
    color: #020817;
    margin: 16px 0 0 0;
    font-weight: 700;
}
.hwhychoose-lbox .icon{
    width: 48px;
    height: 48px;
    line-height: 45px;
    display: inline-block;
    background-color: #c8b2731a;
    border-radius: 100%;
    text-align: center;
}
.hwhychoose-lbox .icon img{
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(48%) saturate(400%) hue-rotate(344deg) brightness(83%) contrast(85%);
    text-align: center;
}
.hwhychoose-lbox p{
    color: #4b5563;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.hwhychoose-sec .fw-btn{
    margin-top: 80px;
}
.hwhychoose-sec .fw-btn a.all-buttons {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    background-color: #c8b273;
    background-image: linear-gradient(to right, #c8b273, #b6a36c, #a59465);
}

.hwhychoose-sec .fw-btn a.all-buttons:hover{
    color: #1a1f2c;
    background-image: linear-gradient(to left, #c8b273, #b6a36c, #a59465);
    padding: 12px 32px;
}
.hwhychoose-sec .fw-btn a.all-buttons img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    margin-left: 0;
	    filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(170deg) brightness(106%) contrast(101%);
}
.hwhychoose-sec .fw-btn a.all-buttons:hover img{
    margin-right: 3px;
    margin-left: 0;
       filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(2%) hue-rotate(170deg) brightness(106%) contrast(101%);
}
.legalneeds-sec {
    background-color: #243144;
    padding: 72px 0 80px;
}
.legalneeds-content .hmain-content p{
    font-size: 18px;
}
.legalneeds-content .d-flex {
    justify-content: center;
    column-gap: 17px;
}
.legalneeds-content .d-flex a.all-buttons:hover {
    color: #ffffff !important;
    background-color: #c8b273e6;
}
.legalneeds-content .d-flex a.all-buttons img {
    width: 19px;
    height: 19px;
    margin-top: 0;
    margin-right: 4px;
}
/*Home*/

/*About Us*/
.hleftright-sec {
    padding: 70px 0;
}
.hleftright-list .row {
    --bs-gutter-x: 3rem;
}
.hmain-content.blue.hleftright-lct h1,
.hmain-content.blue.hleftright-lct h2,
.hmain-content.blue.hleftright-lct h3,
.hmain-content.blue.hleftright-lct h4,
.hmain-content.blue.hleftright-lct h5,
.hmain-content.blue.hleftright-lct h6{
    font-size: 30px;
    margin: 0 0 25px 0;
}
.hmain-content.blue.hleftright-lct h1::after,
.hmain-content.blue.hleftright-lct h2::after,
.hmain-content.blue.hleftright-lct h3::after,
.hmain-content.blue.hleftright-lct h4::after,
.hmain-content.blue.hleftright-lct h5::after,
.hmain-content.blue.hleftright-lct h6::after{
    right: auto;
}
.hmain-content.blue.hleftright-lct p{
    color: #374151;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    width: 100%;
    margin: 0 0 20px 0;
}
.hmain-content.blue.hleftright-lct {
    text-align: left;
    margin: 0;
}
.hleftright-limage img.full {
    border-radius: .5rem;
    height: 450px;
    object-fit: cover;
}
.hleftright-lct .fw-btn {
    margin-top: 35px;
}
.yearsexpri-title {
    background-image: linear-gradient(to right, #c8b273, #b6a36c, #a59465);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 1rem;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
}
.yearsexpri-title img{
	filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(0%) hue-rotate(86deg) brightness(107%) contrast(105%);
}
.yearsexpri-title span{
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.yearsexpri-title {
    background-image: linear-gradient(to right, #c8b273, #b6a36c, #a59465);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 1rem;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
    top: -1.25rem;
    left: -1.25rem;
}
.hwhychoose-sec.about{
    background-color: rgba(245 245 245);
    padding: 65px 0;
}
.hwhychoose-sec.about .hmain-content p {
    font-size: 18px;
    width: 69%;
    line-height: 30px;
    color: #374151;
}
.wefightabt-list {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 2rem;
    background-image: linear-gradient(to right, #222e42, #1f2a3c, #1e2737);
    border-radius: .5rem;
    position: relative;
    height: 100%;
}
.wefightabt-list .hmain-content {
    text-align: left;
}
.wefightabt-list .hmain-content:first-child {
    border-bottom: 1px solid #fff3;
    padding-bottom: 17px;
    margin-bottom: 27px;
}
.wefightabt-list .hmain-content ul{
    margin-top: 30px;
}
.wefightabt-list .hmain-content:nth-child(2){
    margin-bottom: 0;
}
.legalneeds-sec.about {
    background-image: linear-gradient(to right, #151b26, #1d2637, #27344a);
    padding: 72px 0 80px;
}
.legalneeds-content .hmain-content p {
	color: rgba(255,255,255,0.9);
    text-align: center;
    width: 100%;
    margin: 25px 0 30px;
}
.about .legalneeds-content .d-flex {
    justify-content: center;
    column-gap: 9px;
}
.about .legalneeds-content .d-flex a.all-buttons{
    font-size: 14px;
}
.abtcall-list {
    margin-top: 48px;
}
.abtcall-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 25px;
}
.practicearea-tabs .abtcall-list ul li a {
    padding: 20px 80px;
    display: inline-block;
    border-radius: 8px;
    border-bottom: 4px solid transparent;
}
.practicearea-tabs .abtcall-list ul li.active a{
    background-color: rgb(209, 208, 206, 0.3);
    border-bottom: 4px solid #c8b273;
}
.abtcall-list ul li .icon {
    width: 48px;
    height: 48px;
    line-height: 45px;
    display: inline-block;
    background-color: #c8b2731a;
    border-radius: 100%;
    text-align: center;
}
.abtcall-list ul li .icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(48%) saturate(400%) hue-rotate(344deg) brightness(83%) contrast(85%);
    text-align: center;
}
.abtcall-list ul li p{
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    margin: 9px 0 0 0;
    transition: all 0.4s ease;
}
.abtcall-list ul li:hover p{
    color: #c8b273;
}
/*About Us*/

/*Attorneys*/

.attorneysabout-sec {
    padding: 65px 0 50px;
}
.attorneysabout-list .row {
    --bs-gutter-x: 40px;
}
.attorney-sidebar {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    border-radius: .5rem;
    border-bottom: 4px solid #c8b273;
}
.attorney-thumbnail {
    margin-bottom: 25px;
}
.attorney-thumbnail img {
    width: 100%;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.attorney-sidebar .hmain-content.blue {
    margin-bottom: 20px;
}
.attorney-sidebar .hmain-content.blue h3 {
    padding: 0;
    margin: 0 0 10px 0;
}
.attorney-sidebar .hmain-content.blue h3::after{
    display: none;
}
.attorney-sidebar .hmain-content.blue p {
    color: #c8b273;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}
.attorney-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 8px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.attorney-category ul li{
    color: #222f43;
    font-size: 12px;
    font-weight: 400;
    background-color: #222f431a;
    padding: .25rem .75rem;
    border-radius: 100px;
    margin-bottom: 10px;
}
.josephcontact-details ul{
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    column-gap: 11px;
    justify-content: center;
}
.josephcontact-details ul li a {
    width: 44px;
    height: 44px;
    line-height: 39px;
    display: inline-block;
    background-color: #c8b2731a;
    border-radius: 100%;
    text-align: center;
    transition: all 0.4s ease;
}
.josephcontact-details ul li a:hover{
    background-color: #1f2a3c;  
}
.josephcontact-details ul li a img {
    width: 19px;
    height: 19px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(48%) saturate(400%) hue-rotate(344deg) brightness(83%) contrast(85%);
    text-align: center;
    transition: all 0.4s ease;
}
.josephcontact-details ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(102%) contrast(101%);
}
.attorney-logos {
    padding: 25px 10px 35px 10px;
    text-align: center;
    border-top: 1px solid #2432451a;
    margin: 0 15px;
    margin-top: 30px;
}
.attorney-logos h3 {
    color: #1a1f2c;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 18px;
}
.attorney-logos ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.attorney-logos ul li{
    margin-bottom: 15px;
}
.attorney-logos ul li:last-child{
    margin-bottom: 0;
}
.attorneysabout-list .hmain-content.sm {
    margin: 25px 0 15px 0;
}
.attorneysabout-list .hmain-content .row {
    --bs-gutter-x: 30px;
}
.attorneyct-box {
    background-color: rgb(249 250 251);
    padding: 25px 25px 12px;
    text-align: left;
    border-radius: .5rem;
}
.attorneyct-box h3{
    margin: 0 0 25px 0;
}
/*Attorneys*/

/*Contact Us*/
.contactus-sec{
    padding: 65px 0;
}
.contactus-content .row {
    --bs-gutter-x: 40px;
}
.hbanner-form.contact-form {
    background-color: #fbfbfb;
    border: none;
    border-bottom: 4px solid #c8b273;
    height: 100%;
}
.hbanner-form.contact-form .row {
    --bs-gutter-x: 24px;
}
.hbanner-form.contact-form .hmain-content {
    text-align: left;
    margin-bottom: 25px;
}
.hbanner-form.contact-form .hmain-content h3 {
    padding: 0;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.hbanner-form.contact-form .hmain-content h3::after {
    display: none;
}
.hbanner-form.contact-form .hmain-content p {
    width: 100%;
    color: #374151;
}
.hbanner-form.contact-form label,
.hbanner-form.contact-form.gform-theme--framework .gfield_list_group_item::before,
.hbanner-form.contact-form .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){
    color: #374151;
}
.hbanner-form.contact-form input,
.hbanner-form.contact-form select,
.hbanner-form.contact-form textarea,
.hbanner-form.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.hbanner-form.contact-form .gform-theme--foundation .gfield input.large,
.hbanner-form.contact-form .gform-theme--foundation .gfield select.large,
.hbanner-form.contact-form .gform-theme--foundation .gfield textarea{
    height: 53px;
    border-color: rgba(209 213 219);
    padding: 0 15px;
}
.hbanner-form.contact-form input,
.hbanner-form.contact-form select,
.hbanner-form.contact-form textarea,
.hbanner-form.contact-form input::placeholder,
.hbanner-form.contact-form textarea::placeholder,
.hbanner-form.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.hbanner-form.contact-form .gform-theme--foundation .gfield input.large,
.hbanner-form.contact-form .gform-theme--foundation .gfield select.large,
.hbanner-form.contact-form .gform-theme--foundation .gfield textarea,
.hbanner-form.contact-form .gform-theme--foundation .gfield .ginput_password.large::placeholder,
.hbanner-form.contact-form .gform-theme--foundation .gfield input.large::placeholder,
.hbanner-form.contact-form .gform-theme--foundation .gfield select.large::placeholder,
.hbanner-form.contact-form .gform-theme--foundation .gfield textarea::placeholder{
    color: #757a83;
}
.hbanner-form.contact-form textarea,
.hbanner-form.contact-form .gform-theme--foundation .gfield textarea{
    height: 145px;
    min-block-size: 145px !important;
    padding-top: 15px;
}
.hbanner-form option{
    color: #ffffff;
    background-color: #243245;
}
.contactinfo-bg.cover {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding: 50px 35px 38px;
    position: relative;
    text-align: center;
}
.contactinfo-bg.cover::after {
    content: '';
    display: inline-block;
    background-image: linear-gradient(to left, #151b26, #1d2637, #27344a);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.contactinfo-box{
    position: relative;
    z-index: 1;
}
.contactinfo-box h2{
    margin: 0 0 14px 0;
}
.contactinfo-box p {
    color: #ffffff;
}
.contact-information {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border-bottom: 4px solid #c8b273;
    border-radius: .5rem;
    transition: all 0.4s ease;
    height: 100%;
}
.contact-information ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-information ul li {
    margin-bottom: 30px;
}
.contact-information ul li:last-child{
    margin-bottom: 27px;
}
.contact-information ul li .d-flex {
    column-gap: 25px;
}
.contact-information ul li .icon {
    width: 65px;
    height: 65px;
    line-height: 62px;
    display: inline-block;
    background-color: #c8b2731a;
    border-radius: 100%;
    text-align: center;
    margin-top: -6px;
}
.contact-information ul li .icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(48%) saturate(400%) hue-rotate(344deg) brightness(83%) contrast(85%);
    text-align: center;
}
.contact-information ul li strong {
    color: #222f43;
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
.contact-information ul li a,
.contact-information ul li span{
    color: #374151;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.contact-information ul li a:hover{
    color: #c8b273;
}
.contact-dt {
    padding: 40px 30px 0;
}
.google-map {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    border-bottom: 4px solid #c8b273;
    border-radius: .5rem;
    transition: all 0.4s ease;
    padding-bottom: 16px;
    margin-top: 40px;
}
.google-map iframe {
    width: 100%;
    height: 400px;
}
.google-mbox {
    padding: 30px 30px 5px;
    text-align: left;
}
.google-mbox h3{
    color: #222f43;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.google-mbox h3 strong{
    color: #c8b273;
    font-weight: 500;
}
.google-mbox p{
    color: #374151;
    font-size: 17px;
    font-weight: 400;
}
.google-mbox a.text-btn{
    font-size: 16px;
}
.expteam-sec {
    background-color: rgba(245 245 245);
    padding: 50px 0;
}
.expteam-list .row {
    --bs-gutter-x: 32px;
}
.expteam-lbox {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: .5rem;
    background-color: #ffffff;
    transition: all 0.4s ease;
    padding: 30px 25px 20px;
    text-align: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.expteam-lbox:hover{
    margin-top: -12px;
}
.expteam-lbox .thumbnail{
    text-align: center;
    margin-bottom: 20px;
}
.expteam-lbox .thumbnail img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
}
.expteam-lbox h3 {
    color: #222f43;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.expteam-lbox p{
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
/*Contact Us*/

/*Privacy Policy*/

.fullcontent-sec {
    padding: 50px 0 13px;
}
.fullcontent-sec .hmain-content.blue {
    text-align: left;
}
.fullcontent-sec .hmain-content.blue h1,
.fullcontent-sec .hmain-content.blue h2,
.fullcontent-sec .hmain-content.blue h3,
.fullcontent-sec .hmain-content.blue h4,
.fullcontent-sec .hmain-content.blue h5,
.fullcontent-sec .hmain-content.blue h6{
    font-size: 23px;
    padding: 0;
    margin: 0 0 20px 0;
}
.fullcontent-sec .hmain-content.blue h1::after,
.fullcontent-sec .hmain-content.blue h2::after,
.fullcontent-sec .hmain-content.blue h3::after,
.fullcontent-sec .hmain-content.blue h4::after,
.fullcontent-sec .hmain-content.blue h5::after,
.fullcontent-sec .hmain-content.blue h6::after{
    display: none;
}
.fullcontent-sec .hmain-content.blue p{
    width: 100%;
    margin: 0 0 20px 0;
}
.fullcontent-sec .hmain-content.blue ul {
    margin: 20px 0;
}
.fullcontent-sec .hmain-content li{
    color: rgba(255,255,255,0.9);
}
.fullcontent-sec .hmain-content.blue li{
    color: #374151;
}

/*Privacy Policy*/

/*Practice Areas*/
#practicecate0,
#practicecate9,
#practicecate8 {
    position: relative;
    margin-top: -100px;
}
#practicecate0::before,
#practicecate9::before,
#practicecate8::before {
    content: '';
    display: inline-block;
    padding-top: 100px;
}
.hwhychoose-sec.practicecate-sec {
    padding: 76px 0 79px;
}
.practicecate-sec.left .hwhychoose-lbox {
    background-color: #f5f5f5;
}
.hwhychoose-sec.practicecate-sec .container{
    max-width: 1400px;
}
.practicecate-sec.right {
    background-color: rgba(245 245 245);
}
.practicecate-sec .row.practicecate-mrow {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.practicearea-tabs{
    position: relative;z-index: 99;
}
.practicearea-tabs.fixedpracticetabs {
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 9;
}
.practicearea-tabs.fixedtabs {
    position: fixed;
    top: 75px;
    right: 0;
    width: 300px;
    z-index: 99;
    transition: all 0.4s ease;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: transparent;
    background-color: #243245;
}
.practicearea-tabs .close-tabs{
    display: none;
}
.practicearea-tabs.fixedtabs .close-tabs {
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    z-index: 99;
    width: 25px;
    height: 25px;
    background-color: #c8b273;
    display: inline-block;
    line-height: 25px;
    text-align: center;
}
.practicearea-tabs.fixedtabs .abtcall-list ul {
    display: block;
}
.practicearea-tabs.fixedtabs .abtcall-list ul li {
    margin-bottom: 40px;
}
.practicearea-tabs.fixedtabs .abtcall-list ul li:last-child {
    margin-bottom: 0;
}
.practicearea-tabs {
    background-image: linear-gradient(to left, #151b26, #1d2637, #27344a);
    padding: 40px 0 38px;
    border-top: 1px solid rgba(142 145 150);
}
.practicearea-tabs .abtcall-list {
    margin-top: 0;
}
.practic-mcontent{
    position: relative;
    margin-bottom: 30px;
}
.practic-mcontent::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to left, #00000000, #d1d5db);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 0;
}
.practic-mcontent .icon {
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    border-radius: .5rem;
    display: inline-block;
    background-color: #ffffff;
}
.practic-mcontent .icon img{
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(43%) saturate(1904%) hue-rotate(319deg) brightness(79%) contrast(99%);
}
.practic-mcontent h2 {
    color: #1a1f2c;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 24px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
    column-gap: 16px;
    line-height: 1;
    transition: all 0.4s ease;
}
.practicecate-sec.right .practic-mcontent h2{
    background-color: #f5f5f5;
}
.practicecate-sec .hwhychoose-lbox h3{
    transition: all 0.4s ease;
}
.practicecate-sec .hwhychoose-lbox:hover h3{
    color: #c8b273 !important;
}
.practic-mcontent p {
    color: #4b5563;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    width: 57%;
}
.practicecate-sec .hwhychoose-list.column-four .hwhychoose-lbox h3 {
    font-size: 20px;
    font-weight: 600;
}
.practicecate-sec .hwhychoose-list.column-four .hwhychoose-lbox p{
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
}
.legalneeds-content .hmain-content p {
    text-align: center;
    width: 79%;
    margin: 25px 0 30px;
    margin-right: auto;
    margin-left: auto;
}
.legalneeds-sec.about.pracassistance-sec {
    padding: 50px 0 60px;
}
.pracassistance-sec .hmain-content {
    margin: 0;
}
/*Practice Areas*/

/*Footer*/

.site-footer {
    background-color: #222f43;
    padding: 63px 0 0 0;
    border-top: 1px solid rgba(142 145 150);
}
.footer-logo .d-flex {
    column-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.footer-logo p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.footer-logo img {
    width: 32px;
    height: 32px;
}
.footer-logo span{
    color: #ffffff;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    line-height: 32px;
    font-weight: 700;
}
.footer-logo span b{
    color: #c8b273;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
strong.ft-mtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    display: block;
    margin-bottom: 20px;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li{
    margin-bottom: 10px;
}
.ft-menu ul li a,
.ft-menu ul li span{
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
    display: inline-block;
}
.ft-menu ul li a:hover{
    color: #c8b273;
}
.ft-menu.quick-links {
    padding-left: 30px;
}
.ft-menu.practice ul li a{
    position: relative;
    padding-left: 23px;
}
.ft-menu.practice ul li a::after{
    content: '';
    display: inline-block;
    background-image: url(images/ftmenu-arrow.svg);
    filter: brightness(0) saturate(100%) invert(73%) sepia(68%) saturate(215%) hue-rotate(7deg) brightness(86%) contrast(93%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 0;
}
.ft-menu.contact-dt{
    padding: 0;
}
.ft-menu.contact-dt ul li{
    position: relative;
    margin-bottom: 15px;
}
.ft-menu.contact-dt ul li a,
.ft-menu.contact-dt ul li span{
    position: relative;
    padding-left: 27px;
}
.ft-menu.contact-dt ul li::after{
    content: '';
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(73%) sepia(68%) saturate(215%) hue-rotate(7deg) brightness(86%) contrast(93%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 0;
}
.ft-menu.contact-dt ul li.address::after{
    background-image: url(images/location-icon.svg);
}
.ft-menu.contact-dt ul li.phone::after{
    background-image: url(images/ft-phone.svg);
}
.ft-menu.contact-dt ul li.email::after{
    background-image: url(images/ft-email.svg);
}
.ft-menu.contact-dt ul li.working-hr::after{
    background-image: url(images/clock.svg);
}
.copyright {
    border-top: 1px solid rgba(142 145 150);
    padding: 1.5rem 0;
    text-align: center;
    margin-top: 33px;
}
.copyright span{
   	color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.copyright span a{
	color: rgba(255, 255, 255, 0.9);
	transition: all 0.4s ease;
	text-decoration: underline !important;
}
.copyright span a:hover{
	color: #c8b273;
}

/*Footer*/


/*  Media Query  */

@media(max-width: 1441px){
    .hbanner-sec.cover {
        height: 730px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6{
        font-size: 45px;
    }
    .hbanner-ct p strong{
        font-size: 16px;
    }
    .hbanner-ct p{
        font-size: 17px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 30px;
    }
    .hpersonalinjury-sec{
        padding: 50px 0 58px;
    }
    .encionlaw-sec {
        padding: 64px 0 26px;
    }
    .legalneeds-sec {
        padding: 50px 0 58px;
    }
}
@media(max-width: 1367px){
    body .container {
        max-width: 100%;
        padding: 0 60px;
    }
    .hbanner-sec.cover {
        height: auto;
        padding: 70px 0;
    }
    .conthead-content h1{
        font-size: 35px;
    }
    .conthead-content p{
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .conthead-content .fw-btn {
        margin-top: 25px;
    }
    .hleftright-sec {
        padding: 50px 0 30px;
    }
    .practic-mcontent h2{
        font-size: 25px;
    }
    .practic-mcontent p {
        font-size: 16px;
        line-height: 25px;
        width: 60%;
    }
    .contactus-sec {
        padding: 40px 0;
    }
    .content-header.cover.big {
        padding: 80px 0 87px;
    }
    .contact-information ul li a, .contact-information ul li span, .contact-information ul li strong{
        font-size: 15px;
    }
    .hbanner-form.contact-form input, .hbanner-form.contact-form select, .hbanner-form.contact-form textarea{
        height: 50px;
    }
    .hbanner-form.contact-form input, .hbanner-form.contact-form select, .hbanner-form.contact-form textarea, .hbanner-form.contact-form input::placeholder, .hbanner-form.contact-form textarea::placeholder {
        font-size: 12px;
    }
    .contact-information ul li {
        margin-bottom: 20px;
    }
    .hbanner-form.contact-form{
        height: auto;
    }
    .fullcontent-sec {
        padding: 40px 0 24px;
    }
    .fullcontent-sec .hmain-content.blue {
        margin-bottom: 20px;
    }
    .hwhychoose-sec.practicecate-sec {
        padding: 60px 0 69px;
    }
}
@media(max-width: 1281px){
    .hpersonalinjury-list .row {
        --bs-gutter-x: 25px;
        --bs-gutter-y: 25px;
    }
    .hwhychoose-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
    .hwhychoose-sec .fw-btn {
        margin-top: 50px;
    }
    .hmain-content.blue.hleftright-lct p {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 15px 0;
    }
    .hmain-content.blue.hleftright-lct h1, .hmain-content.blue.hleftright-lct h2, .hmain-content.blue.hleftright-lct h3, .hmain-content.blue.hleftright-lct h4, .hmain-content.blue.hleftright-lct h5, .hmain-content.blue.hleftright-lct h6 {
        font-size: 25px;
        margin: 0 0 20px 0;
    }
    .hwhychoose-sec.about {
        padding: 45px 0;
    }
    .hwhychoose-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .legalneeds-sec.about {
        padding: 52px 0 60px;
    }
    .hmain-content ul li,
    .hmain-content.sm p{
        font-size: 14px;
    }
}
@media(max-width: 1171px){
    #wrapper {
        margin-top: 68px;
    }
    .site-logo span{
        font-size: 23px;
    }
    .nav-menu li {
        margin: 0 23px 0 0;
    }
    .nav-menu li a{
        font-size: 13px;
    }
    .hmain-content p {
        width: 68%;
    }
    .hwhychoose-sec.about .hmain-content p {
        font-size: 15px;
        width: 73%;
        line-height: 25px;
    }
    .attorneysabout-list .col-sm-12:first-child{
        flex: auto;
        width: 30%;
    }
    .attorneysabout-list .col-sm-12:nth-child(2){
        flex: auto;
        width: 70%;
    }
    .practicearea-tabs.fixedpracticetabs {
        top: 68px;
    }
}
@media(max-width: 1025px){
    .practicearea-tabs.fixedpracticetabs{
        top: 0;
    }
    .hbanner-sec.cover {
        padding: 50px 0;
    }
    body .container {
        padding: 0 35px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 35px;
    }
    .hbanner-ct p {
        font-size: 16px;
    }
    .hpersonalinjury-sec {
        padding: 40px 0 48px;
    }
    .hpersonalinjury-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
    .footer-logo .d-flex {
        display: block !important;
        text-align: center;
    }
    .footer-logo img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .footer-logo span {
        font-size: 20px;
        font-weight: 700;
    }
    .footer-logo p {
        font-size: 14px;
        line-height: 23px;
        text-align: center;
    }
    .ft-menu ul li a, .ft-menu ul li span, .copyright span{
        font-size: 14px;
    }
    .ft-menu ul li {
        margin-bottom: 7px;
    }
    .copyright {
        padding: 15px 0;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 25px;
        margin: 0 0 15px 0;
    }
    .legalneeds-content .hmain-content p {
        font-size: 15px;
        margin-top: 0;
    }
    .content-header.cover {
        padding: 45px 0 48px;
    }
    .abtcall-list {
        margin-top: 20px;
    }
    .legalneeds-sec.about {
        padding: 42px 0 45px;
    }
    .hbanner-form.contact-form .hmain-content p{
        font-size: 14px;
    }
    .conthead-content h1 {
        font-size: 30px;
    }
    .hbanner-form .col-6 {
        flex: auto;
        width: 100%;
    }
    .hbanner-form.contact-form p {
        margin: 0 0 10px 0;
    }
    .hbanner-form.contact-form label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .hbanner-form.contact-form input, .hbanner-form.contact-form select, .hbanner-form.contact-form textarea {
        height: 42px;
    }
    .hbanner-form.contact-form textarea{
        height: 100px;
    }
    .contactinfo-box p {
        font-size: 14px;
    }
    .google-map iframe{
        height: 300px;
    }
    .google-mbox h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .google-mbox h3 strong{
        font-weight: 700;
    }
    .google-mbox p{
        font-size: 15px;
    }
    .google-mbox a.text-btn {
        font-size: 14px;
    }
    .hwhychoose-sec.practicecate-sec {
        padding: 40px 0 49px;
    }
    .practic-mcontent h2 {
        font-size: 21px;
    }
    .practic-mcontent p {
        font-size: 14px;
        line-height: 22px;
        width: 100%;
    }
    .practicecate-sec .hwhychoose-list.column-four .hwhychoose-lbox h3{
        font-size: 18px;
    }
    .practicecate-sec .hwhychoose-list.column-four .hwhychoose-lbox p{
        font-size: 13px;
    }
    .practicecate-sec .row.practicecate-mrow {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .site-header{
        position: absolute;
    }
}

@media(max-width: 993px){
    #wrapper {
        margin-top: 64px;
    }
    .hpersonalinjury-lbox h3{
        font-size: 18px;
    }
    .hpersonalinjury-lbox p{
        font-size: 14px;
    }
    .hmain-content.sm p {
        font-size: 14px;
        line-height: 24px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6{
        font-size: 18px;
    }
    .hwhychoose-lbox p{
        font-size: 14px;
    }
    .hmain-content {
        margin-bottom: 30px;
    }
    .header-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .nav-menu li.menu-btn a {
        margin: 15px 0;
        width: 100%;
        text-align: center;
    }
    .conthead-content{
        text-align: center;
    }
    .conthead-content .fw-btn{
        text-align: center;
    }
    .hmain-content.blue.hleftright-lct h1, .hmain-content.blue.hleftright-lct h2, .hmain-content.blue.hleftright-lct h3, .hmain-content.blue.hleftright-lct h4, .hmain-content.blue.hleftright-lct h5, .hmain-content.blue.hleftright-lct h6{
        font-size: 22px;
    }
    .hmain-content.blue.hleftright-lct p {
        font-size: 14px;
        line-height: 23px;
    }
    .hleftright-lct .fw-btn {
        margin-top: 25px;
    }
    .hleftright-limage img.full {
        height: auto;
    }
    .hleftright-sec {
        padding: 45px 0;
    }
    .yearsexpri-title{
        padding: 11px 20px;
    }
    .yearsexpri-title span{
        font-size: 14px;
    }
    .hwhychoose-sec.about .hmain-content p{
        width: 100%;
    }
    .hmain-content p strong{
        font-size: 14px;
    }
#menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 24px;
    right: 35px;
    z-index: 1;
    user-select: none;
}
#menuToggle.open {
    position: fixed;
    top: 25px;
    right: 6px;
    opacity: 1;
    z-index: 999999999;
}
#menuToggle input {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    top: 0;
    right: 0;
    display: inline-block;
}
#menuToggle.open input {
    top: -6px;
    right: 1px;
}
#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 0;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}
#menuToggle.open span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle.open span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle.open input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #fff;
}
#menuToggle.open input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle.open input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
ul.nav-menu li ul.sub-menu {
    display: none !important;
}
ul.nav-menu li.open ul.sub-menu {
    display: block !important;
}
.nav-menu li.menu-item-has-children ul.sub-menu {
    height: 0;
    transition: all 0.4s ease;
}
.nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
    display: block !important;
    left: 0;
    height: auto;
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu{
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children{
    padding-right: 0;
}
.mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: transparent;
}
ul.sub-menu {
    display: none !important;
    position: relative !important;
    top: -100% !important;
}
.mobilesubmenu i {
    position: relative;
    top: 12px;
    right: 0;
}
.nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobilesubmenu {
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #fff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    margin: 0 auto;
}
ul.sub-menu.open-submenu .mobilesubmenu {
    border: none;
}
.nav-menu li.menu-item-has-children::after,
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    display: none;
}
.nav-menu .sub-menu,
.nav-menu .children {
    width: 100%;
}
.nav-menu .sub-menu, .nav-menu .children{
    transform: translateX(0);
}
ul.sub-menu li {
    display: block;
}
ul.sub-menu,
.open-submenu {
    transition: all 1s;
}
.openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    float: right;
}
#navbar{
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 300px;
}
#navbar::-webkit-scrollbar {
    width: 3px;
    visibility: hidden;
    opacity: 0;
}
#navbar::-webkit-scrollbar-track,
#navbar::-webkit-scrollbar-thumb {
    border-radius: 0;
}
#navbar:hover::-webkit-scrollbar {
    visibility: visible;
    opacity: 1;
}
#menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 24px;
    right: 35px;
    z-index: 1;
    user-select: none;
}
#menuToggle.open {
    position: fixed;
    top: 25px;
    right: 6px;
    opacity: 1;
    z-index: 999999999;
}
#menuToggle input {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    top: 0;
    right: 0;
    display: inline-block;
}
#menuToggle.open input{
    top: -6px;
    right: 5px;
}
#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 0;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}
#menuToggle.open span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle.open span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle.open input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #fff;
}
#menuToggle.open input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle.open input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
ul.nav-menu li ul.sub-menu {
    display: none !important;
}
ul.nav-menu li.open ul.sub-menu {
    display: block !important;
}
.nav-menu li.menu-item-has-children ul.sub-menu {
    height: 0;
    transition: all 0.4s ease;
}
.nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
    display: block !important;
    left: 0;
    height: auto;
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu{
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children{
    padding-right: 0;
}
.mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: transparent;
}
ul.sub-menu {
    display: none !important;
    position: relative !important;
    top: -100% !important;
}
.mobilesubmenu i {
    position: relative;
    top: 12px;
    right: 0;
}
.nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.mobilesubmenu {
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #fff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    margin: 0 auto;
}
ul.sub-menu.open-submenu .mobilesubmenu {
    border: none;
}
.nav-menu li.menu-item-has-children::after,
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    display: none;
}
.nav-menu .sub-menu,
.nav-menu .children {
    width: 100%;
}
.nav-menu .sub-menu, .nav-menu .children{
    transform: translateX(0);
}
ul.sub-menu li {
    display: block;
}
ul.sub-menu,
.open-submenu {
    transition: all 1s;
}
.openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    float: right;
}
.nav-bar.open {
    right: 0;
}
.nav-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
}
ul.sub-menu li:last-child {
    border: 0 !important;
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 12px;
    letter-spacing: 0.05em;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #ffffff !important;
    background: transparent !important;
}
.nav-bar {
    background-color: #243245;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 20px 20px 100px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 99999;
}
span.submenu-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #ffffff;
    width: 30px;
    display: inline-block;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 33px;
    font-size: 13px;
}
.closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

}

@media(max-width: 831px){
    .hbanner-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hbanner-ct {
        text-align: center;
        margin-bottom: 40px;
    }
    .hbanner-ct h1 br, .hbanner-ct h2 br, .hbanner-ct h3 br, .hbanner-ct h4 br, .hbanner-ct h5 br, .hbanner-ct h6 br{
        display: none;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 30px;
    }
    .hbanner-ftitle h3, .contactinfo-box h2{
        font-size: 20px;
    }
    .hmain-content p {
        width: 100%;
    }
    .encionlaw-sec {
        padding: 50px 0 16px;
    }
    .hwhychoose-sec {
        padding: 30px 0 44px;
    }
    .legalneeds-content .hmain-content p br{
        display: none;
    }
    .footer-content .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .footer-content .col-sm-12{
        flex: auto;
        width: 33.33%;
    }
    .footer-content .col-sm-12:first-child{
        width: 100%;
    }
    .ft-menu.quick-links {
        padding-left: 0;
    }
    .site-footer {
        padding: 30px 0 0 0;
    }
    .copyright {
        margin-top: 10px;
    }
    .footer-logo .d-flex {
        margin-bottom: 10px;
    }
    .footer-logo p {
        width: 80%;
        margin: 0 auto;
    }
    a.all-buttons,
    .hwhychoose-sec .fw-btn a.all-buttons{
        font-size: 14px;
    }
    .legalneeds-content .d-flex a.all-buttons:first-child img {
        width: 16px;
        height: 16px;
    }
    .conthead-content h1 {
        font-size: 30px;
    }
    .hleftright-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hleftright-list .col-sm-12:first-child{
        order: 2;
    }
    .yearsexpri-title {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }
    .hleftright-limage {
        text-align: center;
        margin-bottom: 25px;
    }
    .hmain-content.blue.hleftright-lct{
        text-align: center;
    }
    .hmain-content.blue.hleftright-lct h1::after, .hmain-content.blue.hleftright-lct h2::after, .hmain-content.blue.hleftright-lct h3::after, .hmain-content.blue.hleftright-lct h4::after, .hmain-content.blue.hleftright-lct h5::after, .hmain-content.blue.hleftright-lct h6::after{
        right: 0;
    }
    .hleftright-lct .fw-btn {
        margin-top: 25px;
        text-align: center !important;
    }
    .hleftright-sec.wefightabt-sec {
        padding-bottom: 20px;
    }
    .wefightabt-sec .hmain-content.blue.hleftright-lct {
        margin-top: 30px;
    }
    .attorneysabout-list .hmain-content.blue.hleftright-lct {
        text-align: left;
    }
    .attorneysabout-list .hmain-content.blue.hleftright-lct h1::after, .attorneysabout-list .hmain-content.blue.hleftright-lct h2::after, .attorneysabout-list .hmain-content.blue.hleftright-lct h3::after, .attorneysabout-list .hmain-content.blue.hleftright-lct h4::after, .attorneysabout-list .hmain-content.blue.hleftright-lct h5::after, .attorneysabout-list .hmain-content.blue.hleftright-lct h6::after{
        right: auto;
    }
    .attorneysabout-sec {
        padding: 50px 0 35px;
    }
    .attorneysabout-list .row {
        --bs-gutter-x: 28px;
    }
    .attorneysabout-list .col-sm-12:first-child {
        width: 35%;
    }
    .attorneysabout-list .col-sm-12:nth-child(2) {
        width: 65%;
    }
    .attorneysabout-list .hmain-content .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .attorneysabout-list .hmain-content.sm .col-6 {
        flex: auto;
        width: 100%;
    }
    .fullcontent-sec .hmain-content.blue h1, .fullcontent-sec .hmain-content.blue h2, .fullcontent-sec .hmain-content.blue h3, .fullcontent-sec .hmain-content.blue h4, .fullcontent-sec .hmain-content.blue h5, .fullcontent-sec .hmain-content.blue h6 {
        font-size: 19px;
        margin: 0 0 15px 0;
        font-weight: 600;
    }
    .fullcontent-sec .hmain-content.blue p{
        font-size: 14px;
    }
    .hmain-content ul li{
        font-size: 14px;
        margin-bottom: 9px;
    }
    .content-header.cover {
        padding: 55px 0 40px;
    }
}
@media(max-width: 768px){
    .encionlaw-recognized ul {
        justify-content: left;
    }
    .encionlaw-recognized {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .encionlaw-promise a.all-buttons {
        margin-top: 20px;
    }
    .legalneeds-content .hmain-content p{
        width: 100%;
    }
    .legalneeds-sec {
        padding: 30px 0 35px;
    }
    .content-header.cover.big {
        padding: 45px 0;
    }
    .contact-information {
        margin-top: 20px;
    }
    .google-map iframe {
        height: 250px;
    }
    .expteam-sec {
        padding: 40px 0;
    }
    .expteam-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .abtcall-list ul{
        column-gap: 0;
    }
    .practicearea-tabs .abtcall-list ul li a {
        padding: 15px 35px;
    }
}
@media(max-width: 668px){
    body .container {
        padding: 0 25px;
    }
    .hpersonalinjury-list .col-sm-12 {
        width: 100%;
    }
    .hwhychoose-sec {
        padding: 15px 0 40px;
    }
    .footer-logo p{
        width: 100%;
    }
    .attorneysabout-list .col-sm-12:first-child,
    .attorneysabout-list .col-sm-12:nth-child(2){
        width: 50%;
    }
    .conthead-content p br{
        display: none;
    }
    .conthead-content p {
        font-size: 14px;
        margin: 0 auto 15px;
        line-height: 24px;
        font-weight: 300;
        width: 93%;
    }
    .fullcontent-sec {
        padding: 30px 0 14px;
    }
    .legalneeds-content .hmain-content p {
        width: 100%;
    }
    .legalneeds-sec.about.pracassistance-sec {
        padding: 40px 0 47px;
    }
}
@media(max-width: 571px){
    .hbanner-sec.cover {
        padding: 35px 0 40px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 25px;
    }
    .hbanner-ct p {
        font-size: 14px;
    }
    .hbanner-ct p strong {
        font-size: 14px;
    }
    .hbanner-form {
        padding: 20px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 22px;
    }
    .hpersonalinjury-lbox{
        padding: 25px;
    }
    .hpersonalinjury-lbox a.text-btn {
        bottom: 25px;
        left: 25px;
    }
    .hwhychoose-list .col-sm-12 {
        width: 100%;
    }
    .hwhychoose-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .hwhychoose-lbox{
        border-top: 2px solid #c8b273;
    }
    .hwhychoose-sec .fw-btn {
        margin-top: 30px;
    }
    .footer-content .col-sm-12 {
        width: 100%;
        text-align: center;
    }
    .ft-menu.contact-dt ul li a, .ft-menu.contact-dt ul li span {
        padding-top: 26px;
        padding-left: 0;
    }
    .ft-menu.contact-dt ul li::after{
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    strong.ft-mtitle {
        margin-bottom: 10px;
    }
    .ft-menu.contact-dt ul li {
        margin-bottom: 10px;
    }
    .abtcall-list ul{
        column-gap: 20px;
    }
    .abtcall-list ul li p{
        font-size: 14px;
    }
    .attorneysabout-list .col-sm-12:first-child, .attorneysabout-list .col-sm-12:nth-child(2){
        width: 100%;
    }
    .attorney-sidebar {
        margin-bottom: 25px;
    }
    .attorneysabout-sec {
        padding: 30px 0 25px;
    }
    .contactus-sec {
        padding: 30px 0;
    }
    .contactinfo-bg.cover {
        padding: 30px 30px 15px;
    }
    .practicearea-tabs .abtcall-list ul li a {
        padding: 15px 20px;
    }
}
@media(max-width: 481px){
    #wrapper {
        margin-top: 53px;
    }
    .site-logo img {
        width: 23px;
        height: 23px;
    }
    .site-logo span {
        font-size: 16px;
    }
    #menuToggle {
        top: 19px;
        right: 25px;
    }
    .legalneeds-content .d-flex {
        justify-content: center;
        column-gap: 17px;
        display: block !important;
        text-align: center;
    }
    .legalneeds-content .d-flex a:first-child{
        margin-bottom: 12px;
    }
    .legalneeds-content .hmain-content p,
    .hmain-content p{
        font-size: 14px;
        line-height: 23px;
    }
/*
    .abtcall-list ul{
        display: block;
    }
    .abtcall-list ul li{
        margin-bottom: 25px;
    }
    .abtcall-list ul li:last-child{
        margin-bottom: 0;
    }
*/
    .practicearea-tabs {
        padding: 20px 0;
    }
    #practicecate0, #practicecate9, #practicecate8 {
        margin-top: -60px;
    }
    #practicecate0::before, #practicecate9::before, #practicecate8::before {
        padding-top: 60px;
    }
}
@media(max-width: 415px){
    body .container {
        padding: 0 20px;
    }
    .encionlaw-sec {
        padding: 35px 0 16px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .hbanner-ct p {
        font-size: 13px;
    }
    .hbanner-form input, .hbanner-form select, .hbanner-form textarea, .hbanner-form input::placeholder, .hbanner-form textarea::placeholder{
        font-size: 12px;
    }
    .hbanner-form label{
        font-size: 12px;
    }
    .hbanner-form p {
        margin: 0 0 10px 0;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 20px;
    }
    .encionlaw-promise a.all-buttons {
        font-size: 14px;
        padding: 9px 22px 9px 42px;
        background-size: 16px 16px;
        background-position: 19px 14px;
    }
    .encionlaw-promise{
        padding: 20px;
    }
    .hmain-content.sm p {
        font-size: 13px;
        line-height: 21px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 16px;
    }
    .hwhychoose-lbox p {
        font-size: 13px;
    }
    .hwhychoose-lbox{
        padding: 17px;
    }
    .conthead-content h1 {
        font-size: 22px;
        margin: 0 0 12px 0;
    }
    .conthead-content h1 br{
        display: none;
    }
    .conthead-content p{
        font-size: 14px;
    }
    .gradient .fw-btn a.all-buttons img {
        height: 11px;
        margin-top: 6px;
        width: 13px;
        object-fit: contain;
    }
    .hmain-content.blue.hleftright-lct h1, .hmain-content.blue.hleftright-lct h2, .hmain-content.blue.hleftright-lct h3, .hmain-content.blue.hleftright-lct h4, .hmain-content.blue.hleftright-lct h5, .hmain-content.blue.hleftright-lct h6 {
        font-size: 20px;
    }
    .hleftright-sec {
        padding: 35px 0;
        overflow: hidden;
    }
    .hleftright-sec {
        padding: 35px 0;
    }
    .wefightabt-list .hmain-content ul {
        margin-top: 20px;
    }
    .contact-information ul li .d-flex {
        display: block !important;
        margin-bottom: 30px;
        text-align: center;
    }
    .contact-information ul li .icon{
        margin-bottom: 20px;
    }
    .contact-information ul li:last-child {
        margin-bottom: 0;
    }
    .contact-information ul li:last-child .d-flex{
        margin-bottom: 15px;
    }
    .google-map{
        padding-bottom: 5px;
    }
    .google-mbox p {
        font-size: 14px;
    }
    .google-mbox p br{
        display: none;
    }
    .conthead-content p{
        width: 100%;
    }
    .expteam-lbox h3{
        font-size: 18px;
    }
    .expteam-lbox p{
        font-size: 14px;
    }
}