:root {
  --primary-color: #005940;
  --primary-hover-color: #026f50;
  --white-color: #ffffff;
  --black-color: #000000;
}

body {
  font-family: "century_gothicregular", sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
  background: var(--white-color);
}
* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "century_gothicregular";
  src: url("../fonts/centurygothic_-_century_gothic_-_regular-webfont.woff2")
      format("woff2"),
    url("../fonts/centurygothic_-_century_gothic_-_regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century_gothicbold";
  src: url("../fonts/centurygothic-bold_-_century_gothic_-_bold-webfont.woff2")
      format("woff2"),
    url("../fonts/centurygothic-bold_-_century_gothic_-_bold-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
font-family: 'century_gothicregular', sans-serif;
font-family: 'century_gothicbold', sans-serif; 
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 15px;
  font-family: "century_gothicbold", sans-serif;
  font-weight: 400;
}
ol,
ul {
  padding: 0;
  margin: 0;
}

h2 {
  line-height: 1.2;
  font-size: 48px;
  margin: 0px 0px 10px;
  font-weight: 400;
  text-transform: uppercase;
}
p {
  margin: 0px 0px 20px;
  font-size: 16px;
  line-height: 24px;
}
img {
  max-width: 100%;
}
.white-color {
  color: var(--white-color);
}
.container {
  max-width: 1380px;
  width: 100%;
}

.page-template-page-practice .rep-matters-standalone .accordion-section { padding: 0 0 10px;margin-bottom: 0px; }

.rep-matters-section {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  margin: 4rem 0;
}

.rep-matters-section::before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-bottom: 1.25rem solid #fff;
}

.rep-matters-section > h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.2;
}

.rep-matters-list {
  padding-left: 1rem;
  margin: 0;
  list-style: none;
}

.rep-matters-list li {
  padding: 6px 0;
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
}

.rep-matters-list li::before {
  content: "→ ";
  color: #006644; /* or match your brand color */
  margin-right: 4px;
}

/* remove extra bottom‐padding from the section above */
.dedication-section {
  padding-bottom: 1.5rem;  /* was probably 3rem or more */
  margin-bottom: 0;
}

/* pull your counselor library up tighter */
.counselorlibrary {
  margin-top: 60px;      /* pull up from its default spacing */
  padding-top: 0;
}
/* make sure all accordion panels start closed */
/*.accordion-section .accordion-content {
  display: none;
}*/
/* remove bottom margin under Attorneys */
.attorneys-section {
  margin-bottom: -1rem; /* tweak this value as needed */
}

/* remove top margin above Rep Matters */
.rep-matters-standalone {
  margin-top: -2rem; /* tweak this value as needed */
}
.rep-matters-category-heading {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 2.125rem;
  color: #333;
}
/* Reduce homepage hero/banner height - Twenty Twenty-One */
.home .entry-header {
  min-height: 60vh;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Homepage hero is likely a Cover block — reduce its height */
.home .entry-content > .wp-block-cover:first-child,
.home .entry-content > .wp-block-cover.alignfull:first-child,
.home .wp-site-blocks .wp-block-cover:first-child {
  min-height: 60vh !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
/* Reduce hero banner height */
.home-slider,
.home-slider .slick-list,
.home-slider .slick-track,
.home-slider .slick-slide,
.banner-img {
 /* height: 70vh;            /* adjust this value */
  max-height: 700px;       /* optional hard cap */
}


.disclaimer-text-section { padding: 50px 0px 50px 0px; }
.bio-pdf-wrap { margin-top:30px; }
.profile-bio-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.profile-pdf-icon { margin:12px 0px 0px;}
.profile-pdf-icon img { width:29px;height:29px; }
.year-pagination {
  margin-top: 20px;
  text-align: center;
}

.year-pagination a {
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}
.year-pagination a { font-size:17px; }
.year-pagination a.active {
  font-weight: 700;
  color: #0b5d3b;
}
.search-prev-next-pagination {
    margin: 40px 0;
}

.search-prev-next-pagination {
    display: flex;
    align-items: center; justify-content: center;
    gap: 20px;text-align: center;
    margin: 60px auto;
}

.search-prev-next-pagination .nav-previous a,
.search-prev-next-pagination .nav-next a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border: 2px solid #0b5d3b;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    color: #0b5d3b;
    transition: all 0.3s ease;
    min-width: 110px;
}

.search-prev-next-pagination .nav-previous a:hover,
.search-prev-next-pagination .nav-next a:hover {
    background: #0b5d3b;
    color: #fff;
}

.search-prev-next-pagination:has(.nav-previous:only-child),
.search-prev-next-pagination:has(.nav-next:only-child) {
    justify-content: center;
}
h5.testimonial-author-names span { color:var(--primary-color);}

.logo {
  float: left;
  max-width: 280px;
}
.nav-container {
  position: relative;
  display: none;
  justify-content: center;
  margin: 0 auto;
  background: var(--white-color);
  padding: 0px;
}
.nav-container ul {
  margin: 0px;
  padding: 0px;
}
.nav-container ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 18px;
  color: #282828;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}
.nav-container ul li:first-child {
  padding-left: 0;
}
.nav-container ul li:last-child {
  padding-right: 0;
}
.nav-container ul li.parent:hover:after {
  display: none;
}
.nav-container ul li a {
  color: var(--black-color);
  display: block;
  text-decoration: none;
  outline: none;
  position: relative;
}
.nav-container ul li.active a {
}
.header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 0px 0px;
}
.contactUs-btn a.white-btn {
  background: url(../images/arrow-right.svg) right 20px center no-repeat;
  border: 1px solid #fff;
  border-radius: 0px 8px 29px 0px;
  padding: 12px 52px 12px 30px;
  background-size: 18px auto;
  color: #fff;
  font-size: 16px;
  font-family: "century_gothicbold", sans-serif;
}
.contactUs-btn {
  margin-right: 10px;
}
.header-top .container:before,
.header-top .container:after {
  display: none;
}
.header-left {
  min-width: 105px;
}
.header-left img { width:300px; }
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  width: 100%;
}
.header-right .search-box {
  display: none;
}
.header-search .search-icon {
  cursor: pointer;
}
.nav-container li .sub-menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 155px;
  background: var(--primary-color);
  z-index: 9;
  padding: 22px 25px;
  border-radius: 0 10px 10px 10px;
}
.nav-container li .sub-menu li {
  display: block;
  padding: 0px;
  margin-bottom: 12px;
  text-align: left;
}
.viewMore-btn { margin-top:50px; }
.nav-container li .sub-menu li:after {
  display: none;
}
.nav-container ul li:hover > a {
  color: var(--primary-color);
}
.nav-container li .sub-menu li a {
  color: var(--white-color);
  padding: 0px 0 0 20px;
  font-size: 14px;
}
.nav-container li .sub-menu li:last-child {
  margin-bottom: 0;
}
.mob-menu {
  display: none;
}
.header a {
  outline: none;
}
.header-left li {
  list-style: none;
}
.header ul {
  margin: 0px;
}
.header {
  padding: 15px 0;
  width: 100%;
  float: left;
}
.home .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-transparent .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.request-consultation a {
  width: 222px;
  padding: 12px 25px 12px 48px;
}

.header .search-box input.input-text {
  background: #fff;
  border: 0;
  height: 50px;
  padding: 10px 15px;
  width: 100%;
  border-radius: 40px;
  box-shadow: none;
  outline: none;
}

.breadcrumb-container {
  padding: 10px 20px; 
  margin-bottom: 20px; 
  border-radius: 5px;  margin-top: 30px; margin-bottom: -30px;
}

.breadcrumb-container .container {
  display: flex; 
  align-items: center;
  justify-content: start; font-weight: bold;color: #005940;
}

.breadcrumb-container a {
  color: #007bff; 
  text-decoration: none; 
  font-weight: 500; 
  transition: color 0.3s; 
}

.breadcrumb-container a:hover {
  color: #0056b3; 
}

.breadcrumb-container span {
  color: #005940; 
  margin: 0 5px; 
  font-size: 18px; font-weight:bold;
}

.breadcrumb-container span.separator {
  font-weight: bold; 
  color: #999; 
}

.breadcrumb-container a:last-child {
  color: #fff; 
  pointer-events: none; 
  font-weight: 600; 
}

.banner-container .banner-text {
  position: absolute;
  left: 0px;
  right: 0;
  text-align: left;
  width: 100%;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
}
.trending-section {
  padding: 150px 0 60px;
  border-radius: 70px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.16);
  margin-top: -85px;
}
.trending-section ul {
  display: flex;
  justify-content: center;
  list-style: none;
  column-gap: 50px;
  flex-wrap: wrap;
}
.trending-section .trending-item a {
  font-size: 16px;
  position: relative;
  font-family: "century_gothicbold", sans-serif;
  border: 1px solid var(--primary-color);
  color: #000;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 40px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.trending-section .trending-box h4 {
  color: var(--primary-color);
  min-width: 200px;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.trending-section .trending-box {
  display: flex;
  align-items: center;
}
.trending-section .trending-box .slick-slide {
  margin: 0 11px;
}
.trending-right {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-top: 40px;
  margin-top: -45px;
  margin-top: -45px;
}
.trending-section ul.slick-dots {
  column-gap: 0px;
  bottom: auto;
  top: -45px;
  left: auto;
}

.banner-container .slick-slide {
  position: relative;
}
.banner-container .slide-item {
  vertical-align: top;
}
.banner-container .banner-text h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  max-width: 700px;
}
.banner-container .banner-text p {
  color: #fff;
  font-size: 19px;
  margin: 0 0 20px;
  max-width: 650px;
  line-height: 1.3;
}
.banner-container {
  clear: both;
  position: relative;
}
.banner-container .slick-dots {
  position: absolute;
  right: 0px;
  left: 0;
  bottom: 110px;
  text-align: center;
}
.banner-container .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.banner-container .slick-dots li button {
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  font-size: 0;
  background: #fff;
  opacity: 1;
}
.banner-container .slick-dots li.slick-active button {
  background: var(--primary-color);
  opacity: 1;
}

.page-template-page-insights .banner-container .banner-img img {
  width: 100%;object-fit: cover;min-height: 436px;height:436px; }

.banner-container .banner-img img {
  width: 100%;
  object-fit: cover;
}
.banner-btn a {
  max-width: 230px;
}
.banner-container .container {
  position: relative;
}
.banner-container .slick-slide img {
  border-radius: 0 0 20px 20px;
}

.banner-container .slick-arrow {
  text-shadow: none;
  width: 60px;
  height: 60px;
  border: 0px;
  opacity: 1;
  z-index: 99;
  position: absolute;
  border-radius: 0;
  top: 50%;
  font-size: 0;
  left: 0px;
}
.banner-container .slick-arrow.slick-prev {
  background: rgba(0, 89, 64, 0.65) url(../images/arrow-left.svg) center center
    no-repeat;
  margin-top: -31px;
}
.banner-container .slick-arrow.slick-next {
  background: rgba(0, 89, 64, 0.65) url(../images/arrow-right.svg) center center
    no-repeat;
  margin-top: 31px;
}
.banner-container .slick-arrow:hover {
  background-color: rgba(0, 89, 64, 0.9);
}
.banner-container .banner-bottom-shap img {
  width: auto;
}
.banner-container .banner-bottom-shap {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  margin: 0 auto;
  max-width: 200px;
  right: 0;
}
.banner-container .banner-bottom-shap .mouse-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 2px auto 0;
  text-align: center;
  max-width: 24px;
}
.banner-img {
  position: relative;
}
/*.banner-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}*/
/* .banner-container .linkedin */
.banner-container .banner-buttons {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(-90deg);

  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  z-index: 9;
}
.banner-container .linkedin img {
  width: auto;
}
.banner-container .linkedin a {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 12px 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.banner-container .linkedin a:hover,
.trending-section .trending-item a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.about-section {
  padding: 140px 0 190px;
  background: url(../images/about-pattern.png) right 0 no-repeat;
  background-size: 800px auto;
}
.about-img img {
  border-radius: 150px 0;
}
.about-section h2 {
  margin: 0 0 15px;
}
.about-section .row {
  align-items: center;
}
.about-section p {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.4;
}
.home .about-section p {
    font-size: 19px;
}
.home .targeted-box .viewMore-btn {
margin-top: 50px;
margin: 0px 90px;
text-align: center;
}
.about-img-box {
  position: relative;
}
.about-img-logo {
  position: absolute;
  bottom: -77px;
  left: 2px;
  max-width: 400px;
}

.targeted-section {
  padding: 0;
}
.targeted-box {
  padding: 70px 70px;
  background: url(../images/targeted-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  border-radius: 60px;
}
.targeted-box .row {
  align-items: center;
}
.targetedText-box h2 {
  color: #fff;
  margin-bottom: 20px;
}
.targetedText-box p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 1.5;
}

.input-box input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.input-box input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.input-box input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.input-box input:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.primary-btn {
  background: var(--primary-color) url(../images/arrow-right.svg) right 22px
    center no-repeat;
  font-weight: 400;
  padding: 12px 60px 12px 35px;
  text-align: center;
  border-radius: 0px 8px 29px 0px;
  color: var(--white-color);
  line-height: 18px;
  border: 0;
  text-decoration: none;
  background-size: 18px auto;
  height: 58px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: "century_gothicbold", sans-serif;
  transition: 0.3s ease;
}
.primary-btn:hover {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-hover-color);
}

.page-template-page-practice .testimonial-section { padding:0px 0px 90px 0px; }
.page-template-page-practice .insights-section { padding:0px 0px 60px 0px;  }

.testimonial-section {
  padding: 90px 0;
  background: url(../images/tesstimonials-pattern.png) right -45% no-repeat;
  background-size: 900px auto;
}
.testimonial-section h2 {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-section h3 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 35px;
  width:30%;
}


.page-template-page-practice .testi-item-box{
    position: relative;
}

.page-template-page-practice  .testimonial-item-link{
    position: absolute;
    inset: 0;
    z-index: 9;
    display: block;
}

.page-template-page-practice  .testi-item-box > *:not(.testimonial-item-link){
    position: relative;
    z-index: 1;
}


.testi-item-box {
  padding: 30px;
  margin: 32px 15px 0px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
  background: #fafafa;
  border-bottom: 4.50769px solid #005940;
  border-radius: 27px;
}
.testimonial-section h2 {
  text-align: left;
  padding-left: 15px;
}
.testimonial-title {
  padding-left: 15px;
}
.testimonial-title a {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 24px;
  text-decoration: none;
  font-family: "century_gothicbold", sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-title a img {
  width: 22px;
}

.testimonial-text h4 {
  text-align: left;
  font-size: 26px;
  font-weight: normal;
}
.testimonial-text h5 {
  font-size: 22px;
  font-weight: 700;
  color: #233f93;
}
.testimonial-name h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.testimonial-name p {
  margin: 0;
  font-size: 16px;
}
.testimonial-date {
  font-family: "century_gothicbold", sans-serif;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}
.testi-item-box h4 {
  font-size: 22px;
  color: var(--primary-color);
  font-family: "century_gothicbold", sans-serif;
  margin-bottom: 30px;
  font-weight: normal;
  min-height: 140px;
}
.testi-item-box h5 {
  font-size: 18px;
  color: #000;
  font-family: "century_gothicbold", sans-serif;
  margin: 0px;
  font-weight: normal;
}
.testi-item-box h5 a {
  color: var(--primary-color);
  margin-left: 10px;
  text-decoration: none;
}
.testimonial-img-box,
.office-address-attorney-img-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.testi-item-box .testimonial-img,
.office-address-attorney-img-box .office-address-attorney-img {
  margin-right: -5px;
}
.testi-item-box .testimonial-img img,
.office-address-attorney-img-box .office-address-attorney-img img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
}
.slick-dots {
  position: absolute;
  right: 0px;
  left: 0;
  bottom: -30px;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li button {
  border: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: #d9d9d9;
  opacity: 1;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background: var(--primary-color);
  opacity: 1;
}

.testimonial-section .slick-dots {
  bottom: auto;
  top: -25px;
  left: auto;
  right: 15px;
  width: 70%;
  text-align: right;
}
.testimonial-slider .slick-prev,.testimonial-slider .slick-next ,
.webinar-slider .slick-prev ,.webinar-slider .slick-next,
.speaking-slider .slick-prev ,.speaking-slider .slick-next
{
    position: absolute;
    top: -40px;
    width: 50px;
    height: 50px;
    background: #005940;background-color 0.3s;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
}
.testimonial-slider .slick-arrow:hover,.webinar-slider .slick-arrow:hover,
.speaking-slider .slick-arrow:hover{ background:#000;}

.testimonial-slider .slick-prev ,.webinar-slider .slick-prev,.speaking-slider .slick-prev { right: 75px; }
.testimonial-slider .slick-next,.webinar-slider .slick-next,.speaking-slider .slick-next { right: 15px; }

.testimonial-slider .slick-prev::before,.webinar-slider .slick-prev::before,.speaking-slider .slick-prev::before,
.testimonial-slider .slick-next::before ,.webinar-slider .slick-next::before,.speaking-slider .slick-next::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial-slider .slick-prev::before,.speaking-slider .slick-prev::before,
.webinar-slider .slick-prev::before {
    background-image: url('../images/arrow-left.svg');
}

.testimonial-slider .slick-next::before ,.webinar-slider .slick-next::before,.speaking-slider .slick-next::before  {
    background-image: url('../images/arrow-right.svg');
}
.testimonial-slider .slick-arrow img ,.webinar-slider .slick-arrow img,.speaking-slider .slick-arrow img {
    width: 20px;
}

.testimonial-section .slick-dots li button {
  vertical-align: top;
}


.upcomingwebinar-slider .slick-dots {
  bottom: auto;
  top: -25px;
  left: auto;
  right: 15px;
  width: 70%;
  text-align: right;
}
.Webinars-section {
    padding: 80px 0px 0px 0px;
}
.upcomingwebinar-slider .slick-prev,
.upcomingwebinar-slider .slick-next {
    position: absolute;
    top: -65px;
    width: 50px;
    height: 50px;
    background: #005940;background-color 0.3s;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
}
.upcomingwebinar-slider .slick-arrow:hover { background:#000;}

.upcomingwebinar-slider .slick-prev { right: 75px; }
.upcomingwebinar-slider .slick-next { right: 15px; }

.upcomingwebinar-slider .slick-prev::before,
.upcomingwebinar-slider .slick-next::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.upcomingwebinar-slider .slick-prev::before {
    background-image: url('../images/arrow-left.svg');
}

.upcomingwebinar-slider .slick-next::before {
    background-image: url('../images/arrow-right.svg');
}
.upcomingwebinar-slider .slick-arrow img {
    width: 20px;
}

.upcomingwebinar-slider .slick-dots li button {
  vertical-align: top;
}

.speaking-engagements,
.webinar-insights-section {
  padding: 100px 0 0;
}
.speaking-box {
  background: #fff;
  border-bottom: 4px solid #005940;
  margin: 36px 18px 0px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 27px;
  padding: 30px;
  display: flex;
  gap: 30px;
}
.speaking-item {
  padding-bottom: 20px;
}
.speaking-box .speaking-img {
  min-width: 150px;
}
.speaking-box .speaking-img img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  object-fit: cover;
}
.speaking-dtails h4 {
  color: #1e1e1e;
  font-size: 22px;
  margin: 0 0 20px;
  min-height: 140px;
}
.speaking-dtails h6 {
  color: var(--primary-color);
  font-size: 16px;
  margin: 0 0 20px;
}
.speaking-dtails .testimonial-date {
  margin: 0;
}

.viewEvents-btn {
  text-align: right;
}
.spotlight-text p {
  max-width: 650px;
}
.spotlight-section .row {
  align-items: center;
}
.spotlight-section,
.inner-post-form-section {
  background: #f2f2f2;
  padding: 30px;
}

.single .counselorlibrary { padding: 0px 0px 60px 0px; }

.counselorlibrary {
  padding: 100px 0;
}
.counselorlibrary h6 a {
  color: #1e1e1e;
}
.counselorlibrary .row {
  align-items: center;
}
.counselorlibrary-img img {
  border-radius: 150px 0;
}
.counselorlibrary-img {
  text-align: right;
}
.counselor-btn {
  padding-top: 20px;
}
.counselorlibrary p {
  font-size: 18px;
  line-height: 1.6;
}
.counselorlibrary-logo {
  margin-bottom: 15px;
}

.webinars-box {
    flex: 0 0 calc(33.333% - 16px);
}

/*.upcomingWebinars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}*/ 

.webinars-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  background: #1e1e1e;min-height:735px;
}
.webinars-box a { color:#fff;text-decoration:none; }
.webinars-text {
  color: #fff;
}
.webinars-bottom {
    padding: 40px;
}
.webinars-bottom .webinars-text {
  padding-top: 0;
}
.webinars-top .webinars-text {
  padding-bottom: 0;
}
.webinars-text h6 {
  margin: 0;
}
.webinars-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.webinars-text ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 18px 0;
  font-size: 16px;
  line-height: 1.6;
}
.webinars-text ul li:last-child {
  border-bottom: 0;
}
.webinars-text ul li strong {
  display: block;
}
.webinars-top h4 {
  margin: 0;
  padding: 30px 40px;
  color: #fff;
  background: #005940;
}
.webinars-logo {
  margin-bottom: 40px;
}
.webinars-img img {
  width: 100%;min-height: 145px;
}

.footer-container {
  padding: 0;
  font-size: 16px;
  background: #2b2b2b;
  position: relative;
}
.footer-top {
  padding: 110px 0 40px;
}
.footer-container p {
  margin: 0;
  font-size: 16px;
}
.footer-container h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 20px;
}
.footer-container .offices-links h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  max-width: 70%;
  margin-top: -11px;
}
.footer-container .offices-links h3 span {
  background-color: #2b2b2b;
  padding: 0 20px 0 0;
  position: relative;
  top: 11px;
}
.footer-logo {
  margin-bottom: 30px;
  max-width: 190px;
}
.footer-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-container ul li a:hover {
  color: #fff;
  opacity: 0.8;
}
.footer-links li a {
  color: #fff;
  text-decoration: none;
}
.footer-links li {
  margin-bottom: 10px;
}
.contact-info li {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  gap: 5px;
}
.contact-info li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 5px;
  word-break: break-word;
}
.contact-info li .fa {
  font-size: 24px;
  min-width: 40px;
  text-align: center;
  color: var(--primary-color);
  position: relative;
  top: 2px;
}
.contact-info li p {
  max-width: 240px;
  color: #fff;
  font-size: 15px;
}
.footer-social ul {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}
.footerLogo-social {
  max-width: 200px;
}
.offices-links ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.footer-social ul li a {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer-social ul li a:hover {
  background: var(--primary-color);
}
.footer-bottom {
  padding: 30px 0px;
  text-align: center;
  border-top: 1px solid #414141;
  color: #fff;
}
.footer-bottom .copyright-link {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 4px;
}
.copyright-link ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  gap: 20px;
}
.copyright-link li a {
  color: #fff;
  text-decoration: underline;
}
.copyright-link li {
  display: flex;
  align-items: center;
}
.copyright-link li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  margin-right: 20px;
}
.backto-top {
  position: absolute;
  bottom: -1px;
  right: 40px;
}
.backto-top .top-arrow-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 5px auto 0;
  text-align: center;
  max-width: 30px;
}
.inner-post-attorney-img-box a.more-attorney { color: #FFF;
    margin-left: 10px;text-decoration: none;font-weight: 700;padding: 3px;border-radius: 7px;}
.search-result-section {  padding: 60px 0px; }
.insights-section  {  padding: 60px 0px; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.inner-banner .slide-item:before {
  background: rgba(0, 0, 0, 0.4);
}

/*menu*/
.header-right .mob-menu {
  display: block;
  background: var(--primary-color) url(../images/mob-icon.svg) center center
    no-repeat;
  padding: 10px 12px;
  font-size: 16px;
  color: #000;
  border-radius: 0px;
  cursor: pointer;
  text-align: left;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  width: 110px;
  height: 80px;
  margin: -15px 0 0;
}

.header-right .nav-container {
  position: absolute;
  top: calc(100% - 25px);
  right: 0px;
  text-align: left;
  z-index: 999;
  display: none;
  background: var(--primary-color);
  width: 100%;
  max-width: 400px;
  padding: 30px 30px 40px 50px;
}
.nav-container h4 {
  text-transform: uppercase;
  color: #fff;
}
.nav-container .menu-img {
  margin: 40px 0 0;
}
.nav-container .menu-img img {
  border-radius: 25px;
}
.nav-container {
  background: var(--primary-color);
}
.nav-container ul li.active a::before {
  display: none;
}
.nav-container ul {
  margin: 0px;
  padding: 0px 0px;
  width: 100%;
}
.nav-container ul li {
  display: block;
  padding: 0px 0px;
  margin: 0px;
  font-size: 14px;
  width: 100%;
  background: var(--blue01-color);
  margin: 0px !important;
}
.nav-container ul li:hover {
}
.nav-container ul li a {
  border-radius: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white-color);
}
.nav-container ul li:hover > a {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.request-consultation .primary-btn:hover {
  background-color: var(--primary-color);
}
.nav-container ul li:last-child a {
}
.nav-container ul li .sub-menu {
  padding: 0px;
  display: none;
  position: static;
  width: 100%;
}
.nav-container ul li .sub-menu li a {
  padding: 9px 0px 9px 40px;
  background-position: 13px 12px;
}
.nav-container .nav-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
  height: 44px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 99;
}
.nav-container .nav-icon.open {
  background: url(../images/menu-plus.png) center center no-repeat;
}
.nav-container .nav-icon.close {
  background: url(../images/menu-minus.png) center center no-repeat;
  opacity: 1;
}
.nav-container li .sub-menu li {
  border-bottom: 0px;
  padding: 0px;
  background: #026046;
  border-radius: 0;
}
.nav-container li .sub-menu li a {
  padding-bottom: 8px;
}
.nav-container li .sub-menu li:hover a {
}
.nav-container .menu-main-menu-container {
  display: none;
  text-align: left;
}
.nav-container .close-menu {
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 30px;
}

.practice-top-section {
  background: url(../images/automotive-pattern.png) right 0 no-repeat;
  margin-bottom: -50px;
}
.automotive-box,
.inner-post-content {
  padding: 120px 0 135px;
}
.automotive-box h2,
.inner-post-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.automotive-box p,
.inner-post-content p {
  font-size: 19px;
  line-height: 1.3;
}
.regularly-advise-list {
  background: #ffffff;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15);
  border-radius: 27px;
  padding: 50px;
  position: relative;
}
.regularly-advise-list:before {
  content: "";
  border: 15px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
}
.regularly-advise-list ul,
.regularly-advise-list ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.regularly-advise-list ul,
.regularly-advise-list ol {
  list-style: none;
}
.regularly-advise-list ul li {
  color: var(--primary-color);
  font-family: "century_gothicbold", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  display: flex;
}
.regularly-advise-list ul li:before {
  background: url(../images/green-arrow.svg) 0 2px no-repeat;
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  min-width: 27px;
  margin-right: 24px;
}
.regularly-advise-list h3 {
  font-size: 35px;
  text-transform: uppercase;
  max-width: 800px;
  margin-bottom: 30px;
}

.legalAdvice-section {
  background: #3ba1b6;
  color: #fff;
  padding: 180px 0 110px;
}
.legalAdvice-box {
  padding: 0 0 170px;
}
.legalAdvice-box .row {
  align-items: center;
}
.legalAdvice-box .about-img-logo {
  bottom: -95px;
}
.legalAdvice-box h2 {
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.legalAdvice-box p {
  font-size: 19px;
  line-height: 1.3;
}
.legalAdvice-section .regularly-advise-list {
  background: #3194a9;
  box-shadow: none;
}
.legalAdvice-section .regularly-advise-list ul li {
  color: #fff;
}
.legalAdvice-section .regularly-advise-list ul li:before {
  background: url(../images/arrow-right.svg) 0 2px no-repeat;
}
.legalAdvice-section .regularly-advise-list h3,
.firm-practice-top-section .regularly-advise-list h3
 {
  max-width: 100%;
}
.legalAdvice-section .regularly-advise-list::before {
  border-bottom-color: #3194a9;
}

.attorneys-section {
  padding: 70px 0px 120px;
}
.attorneys-section h2 {
  margin-bottom: 40px;
}
.attorneys-section ul.attorneys-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
  row-gap: 40px;
}
.attorneys-section ul.attorneys-list > li {
  list-style: none;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 27px;
  margin-bottom: 10px;
  transition: 0.3s all;
}
.attorneys-section ul.attorneys-list > li:hover {
    margin-top: -10px;
    margin-bottom: 20px;
}
.attorneys-section .partner-details,
.inner-post-attorney-img-box-item {
  background: var(--primary-color);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px 20px 0 0;
}
.attorneys-section .partner-img {
  width: 100px;
  min-width: 100px;
}
.attorneys-section .partner-img img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
}
.attorneys-section .partner-details h3,
.inner-post-attorney-img-box-item h3 {
  font-size: 22px;
  color: #fff;
}
.attorneys-section .partner-details p,
.inner-post-attorney-img-box-item p {
  color: #fff;
  font-family: "century_gothicbold", sans-serif;
  line-height: 1;
  margin: 0;
}
.partner-info-bottom {
  padding: 20px 30px 25px;
}
.partner-info-bottom .partner-file {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "century_gothicbold", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.website-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.website-socials .partner-website a {
  font-family: "century_gothicbold", sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.inner-banner-mian .banner-img img {
  min-height: 436px;
  object-fit: cover;
  height: 436px;
}
body.single .inner-banner-mian .banner-img img {
  min-height: 436px;
}
.profile-img img {
  width: 100%;
}
.profile-img {
  position: relative;
}
.profile-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.profile-banner-text {
  position: relative;
}
.profile-banner-text h2 {
  color: #fff;
  font-size: 42px;
}
.profile-banner-text h2 a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 20px;
}
.profile-banner-text h2 a:after {
  background: url(../images/arrow-right.svg) 0 2px no-repeat;
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
}

.professional-section {
  background: url(../images/profile-banner.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0 0;
}
.professional-section:before {
  content: "";
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.professional-box {
  display: flex;
  position: relative;
  top: 150px;
  margin-bottom: 150px;
  margin-top: -130px;
}
.professional-box .profile-info {
  width: 30%;
  background: var(--primary-color);
  padding: 25px;
  border-radius: 40px 0 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.professional-box .ProfessionalExperience {
  width: 70%;
  padding: 50px 50px 50px 80px;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 4px solid #005940;
  border-radius: 0px 27px 27px 0px;
}
.ProfessionalText {
  width: 70%;
  padding-right: 50px;
}
.primaryPractice {
  width: 30%;
}
.professional-box .profile-info-img img {
  width: 200px;
  height: 200px;
}
.professional-box .profile-info-img {
  margin-bottom: 25px;
}
.professional-box .profile-info h4 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.professional-box .partner-file {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "century_gothicbold", sans-serif;
  font-size: 20px;
  justify-content: center;
  color: #fff;
  margin-bottom: 15px;
}
.professional-box .partner-mail a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-family: "century_gothicbold", sans-serif;
}
.profile-socials ul,
.partner-socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 24px;
  margin: 10px 0 0;
}
.professional-box .profile-address {
  background: #07654a;
  padding: 30px 40px;
  border-radius: 48px;
}
.profile-address p {
  color: #fff;
  margin: 0;
}
.ProfessionalText h2 {
  font-size: 42px;
}
.primaryPractice h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.primaryPractice .primaryAreaBoxs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.primaryPractice .primaryAreItem {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background: #f6f6f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 27px;
  padding: 20px;
}
.primaryAreaIcon img {
  width: 64px;
  margin-bottom: 12px;
}
.primaryPractice .primaryAreItem h5 {
  font-size: 17px;
  color: var(--primary-color);
  margin: 0;
}

.education-section {
  padding: 0px 0 65px;
}
.education-section .education-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: #fff;
}
.education-section .education-box {
  background: var(--primary-color);
  border-radius: 25px;
  padding: 40px 50px;
}
.education-section .education-box h3 {
  font-size: 32px;
  margin: 0 0 15px;
}
.education-section .education-box ul {
  margin: 0;
  padding: 0;
}
.education-section .education-box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "century_gothicbold", sans-serif;
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.education-section .education-box ul li:last-child {
  border-bottom: 0;
}

.accordion-section {
  padding: 0 0 70px;
}
.accordion-section .accordion-title {
  background: #fafafa;
  border-bottom: 4px solid #005940;
  border-radius: 20px;
  font-family: "century_gothicbold", sans-serif;
  font-size: 22px;
  padding: 20px 70px 20px 50px;
  color: var(--primary-color);
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}
.accordion-section .accordion-title:after {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-section .accordion-title.open:after {
  content: "\f068";
}
.accordion-section .accordion-title.open {
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  border: 0;
}
.accordion-content {
  padding: 0 50px 30px !important;
  min-width: 100%;
  background: #fafafa;
  display: none;
  margin-bottom: 25px;
  border-radius: 0 0 20px 20px;
  border-bottom: 4px solid #005940;
}
.accordion-content:nth-child(2) {
  display: block;
}
.accordion-content ul li {
  list-style: none;
  /*display: flex;*/
	display: -webkit-box;
  margin-bottom: 10px;
}

/*.accordion-content ul li,
.inner-post-content ul li {
  list-style: none;
  display: -webkit-box;
  margin-bottom: 10px;
}*/

.accordion-content ul li:before {
  background: url(../images/green-arrow.svg) 0 2px no-repeat;
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  min-width: 18px;
  margin-right: 17px;
  background-size: 18px auto;
}
.inner-post-content ul li:before {
  /*background: url(../images/green-arrow.svg) 0 2px no-repeat;*/
  content: "";
  width: 0px;
  height: 0px;
  display: block;
  min-width: 0px;
  margin-right: 0px;
  background-size: 18px auto;
}

	
/*.accordion-content ul li:before,
.inner-post-content ul li:before {
  background: url(../images/green-arrow.svg) 0 2px no-repeat;
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  min-width: 18px;
  margin-right: 17px;
  background-size: 18px auto;
}*/




.sub-menu-toggle,
.header-search .search-box {
  display: none;
}
.search-form label,
.search-form {
  display: flex;
  align-items: center;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  position: relative;
  right: -40px;
  opacity: 0.5;
}
.search-form .search-submit img {
  filter: invert(1);
}
.search-form input {
  padding-left: 50px !important;
}
.search-form .close-search {
  padding-left: 10px;
  cursor: pointer;
}
.professional-box .partner-file a {
  color: #fff;
  text-decoration: none;
}
.partner-file a {
  color: #1e1e1e;
  text-decoration: none;
}
.partner-socials ul {
  margin: 0;
  gap: 8px;
  flex-wrap: wrap;
}
.testimonial-item .testi-item-box,.office-address-list .office-address-list-item,
.speaking-item .speaking-box ,.speaking-item .testi-item-box {
  position: relative;
}
.testimonial-item .testi-item-box .testimonial-item-link,.office-address-list-item .testimonial-item-link,
.speaking-item .speaking-box .speaking-box-item-link,.speaking-item .testi-item-box .testimonial-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.professional-box .profile-info-img img,
.speaking-box .speaking-img img,
.testi-item-box .testimonial-img img,
.office-address-attorney-img-box .office-address-attorney-img img {
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.attorneys-section .partner-img img {
  object-position: top;
}

.page-template-page-home .flower .petal img { opacity:0.5; }

.flower {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  position: relative;
}

/* .petal {
  border: 5px solid #005940;
} */

.petal-1 {
  border-radius: 0 50% 0 50%;
  box-shadow: -5px -5px 0 5px #005940;
}

.petal-2 {
  border-radius: 50% 0 50% 0;
  box-shadow: 5px -5px 0 5px #005940;
}

.petal-3 {
  border-radius: 50% 0 50% 0;
  box-shadow: -5px 5px 0 5px #005940;
}

.petal-4 {
  border-radius: 0 50% 0 50%;
  box-shadow: 5px 5px 0 5px #005940;
}

.petal {
 opacity: 1;
  transition: all 0.8s ease;
}

.petal.fade-out {
  opacity: 0;
  transform: scale(0.9);
}

.petal.fade-in {
  opacity: 1;
  transform: scale(1);
}

.petal.active {
  opacity: 1; 
}
/* direction effects */
.from-left {
  transform: translateX(-30px);
}

.from-right {
  transform: translateX(30px);
}

.from-bottom {
  transform: translateY(30px);
}

.show {
  transform: translate(0,0);
}

.petal img {
  transition: filter 0.3s ease;
}
.page-template-page-practice .petal-text { color:#000; }

.petal-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: "century_gothicbold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 90%;
  text-decoration: none;
}
.petal-text-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.petal-1 img {
  border-radius: 0 50% 0 50%;
}

.petal-2 img {
  border-radius: 50% 0 50% 0;
}


.petal-3 img {
  border-radius: 50% 0 50% 0;
}

.petal-4 img {
  border-radius: 0 50% 0 50%;
}

.petal:hover {
  box-shadow: 0 0 10px 5px rgba(0, 89, 64, 0.7);
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.7);
}
.petal:hover img {
  filter: grayscale(100%);
}

/** practice page petal **/
.practice-pg-leaf .petal { position: relative; /*transition: 0.3s ease;*/ opacity: 1; 
	transition: opacity 0.8s ease, transform 0.8s ease; }

.inner-post-attorney-img-box-item .inner-post-attorney-img img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.inner-post-attorney-img-box-item {
  background: transparent;
  padding: 0;
}

.inner-post-attorney-info {
  display: flex;
  flex-direction: column;
}
.inner-post-attorney-info h5,
.inner-post-attorney-info span {
  color: #fff;
}
.inner-post-attorney-info p {
  margin-bottom: 0 !important;
}
.banner-container .banner-text h2 {
  max-width: 1200px;
}
.post-banner-date {
  border-radius: 40px;
  padding: 12px 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: #005940;
  width: fit-content;
  margin-bottom: 20px;
  font-weight: 600;
}
.inner-post-content {
  padding-bottom: 0px !important;
  padding-top:80px;
}
.related-posts.testimonial-section {
  background: none;
}
.related-posts.testimonial-section h3 {
  text-align: left;
}
.inner-post-attorney-img-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.inner-post-content img {
 /* border-radius: 150px 0; */
}
.offices-links ul li {
  color: #fff;
}
.inner-post-content ol {
  padding-left: 50px;
}
.inner-post-content li {
  line-height: 1.3;
  font-size: 19px;
  padding: 0 0 20px 10px;
  list-style-image: url(../images/green-arrow4.svg);
}
ul.wp-block-list {
  margin: 0 0 24px 40px;
}
.addtoany_list a {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.addtoany_list a {
  background: var(--primary-color) !important;
}
.addtoany_list a img {
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.addtoany_list a span {
  width: 20px;
  height: 20px;
}
.addtoany_list {
  display: flex !important;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea {
  background: #106e54;
  border-radius: 90px;
  color: #fff;
  padding: 15px 20px !important;
  border: 0;
}
.gform_wrapper.gravity-theme .gfield input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #fff;
}

.gform_wrapper.gravity-theme .gform_footer input {
  background: #d5d8d7 url(../images/arrow-right.svg) right 22px center no-repeat;
  background: #d5d8d7 url(../images/green-arrow.svg) right 22px center no-repeat;
  font-weight: 400;
  padding: 12px 60px 12px 35px;
  text-align: center;
  border-radius: 0px 8px 29px 0px;
  color: var(--primary-color);
  line-height: 18px;
  border: 0;
  text-decoration: none;
  background-size: 18px auto;
  height: 58px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: "century_gothicbold", sans-serif;
  margin-bottom: 0px;
  transition: 0.3s all;
}
.gform_wrapper.gravity-theme .gform_footer input:hover {
  text-decoration: none;
  color: var(--white-color);
  background-color: var(--primary-hover-color);
  background-image: url(../images/arrow-right.svg);
}
.inner-post-form .gform_wrapper.gravity-theme .gform_footer {
  padding: 0px;
  margin: 0px;
}
.inner-post-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  vertical-align: middle;
  gap: 10px;
  float: right;
}
.inner-post-form-section {
  background: #005940;
  color: #fff;
}
.inner-post-form-text h4 {
  text-transform: uppercase;margin-bottom: 0px;
}
.inner-post-attorney-bio p {
  margin-bottom: 10px !important;
  font-family: "century_gothicbold", sans-serif;
}
.inner-post-attorney-bio .inner-post-attorney-bio-text-content p {
  text-transform: none;
  font-family: "century_gothicregular", sans-serif;
}
.inner-post-attorney-bio .inner-post-attorney-bio-link a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.inner-post-attorney-bio .inner-post-attorney-bio-link a:hover {
  opacity: 0.8;
}
.inner-post-attorney-bio {
  background: #005940;
  border-radius: 50px;
  padding: 30px;
  position: absolute;
  left: 80px;
  width: 50vw;
  display: none;
  transition: 0.3s ease-in;
  z-index: 9;
  max-width: 650px;
}
.inner-post-attorney-img-box-container {
  position: relative;
}
.inner-post-attorney-img-box-container:hover .inner-post-attorney-bio {
  display: block;
}
.partner-socials img {
  filter: invert(1);
}
.border-radius-none,
.border-radius-none img {
  border-radius: 0px !important;
}
.inner-post-content ul li {
  display: list-item;
}
.inner-post-content ul li:before {
  vertical-align: middle;
  display: inline-block;
}
.inner-post-content li li {
  margin-left: 30px;
}
.with-regularly-advise-list.practice-top-section + .attorneys-section {
  margin-top: 100px;
}
.automotive-box ul,
.automotive-box ol {
  margin-bottom: 20px;
}
ul.attorneys-list li .partner-details {
  position: relative;
}
ul.attorneys-list li .partner-details .attorney-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-social ul li a.linkedin:hover,
.banner-container .linkedin a.linkedin:hover {
  background: #0077b5;
  opacity: 1;
  border-color: #0077b5;
}
.footer-social ul li a.twitter:hover,
.banner-container .linkedin a.twitter:hover {
  background: #000;
  opacity: 1;
  border-color: #000;
}
.dedication-section-titlediv{
  max-width: 800px;
}
.firm-practice-top-section .about-img-logo{
  bottom:-50px;
}
.news-slider .news-slider-item .testimonial-item-image{
  border-radius: 30px;
  margin-bottom: 30px;
}
.slider-viewMore-btn{
  margin-top: 30px;
}
.news-category-listing { position: relative; display: flex; justify-content: flex-start; margin:0px; padding:0px; flex-wrap:wrap; }
.news-category-listing li { list-style:none; display:inline-block; padding:10px 20px; position:relative;  
font-size: 17px; font-weight: 500;  }
.news-category-listing li.parent:hover:after { display: none; }
.news-category-listing li a { color:#a2a2a2; display:block; text-decoration:none; outline: none; position: relative; font-family: "Dosis", sans-serif; font-weight: 700; font-size: 18px;  text-transform: uppercase;}
.news-category-listing > li > a { display: flex; }
.news-category-listing > li:not(:last-child) > a:after { content: "|"; position: absolute; right: -21px; }

.news-category-listing li.active a,
.news-category-listing li:hover a  { color: #1E1E1E;  }

.news-category-listing-section{
  padding-bottom: 30px;
}

.search-form {
    --searchButtonWidth: 75px;
    overflow: hidden;
    position: relative;
}
.search-form input.input-text,
.search-form .input-text{
    width: 100%;
    outline: none;
    padding: 8px 15px 8px 50px !important;
    color: #005940;
    font-size: 16px;
    border: 2px solid #005940;
    border-radius: 90px;
    width: 500px;
    font-weight: 700;
}
.search-form input.input-text::placeholder,
.search-form .input-text::placeholder{
  color: #005940;
}
.search-form input.search-btn{
    background: url(../images/search.svg) center center no-repeat;
    height: 100%;
    width: 60px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    border: 0;
    background-size: 18px;
}
.news-category-listing-section{
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.no-slider{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.speaking-slider.no-slider{
  grid-template-columns: 1fr 1fr;
}
.news-category-listing-section + .webinar-insights-section{
  padding-top: 0;
}
.news-category-listing-section + .speaking-engagements{
  padding-top: 0;
}
.office-address-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  list-style: none;grid-auto-rows: 1fr;
}
.office-address-list .banner-btn { margin-top: auto; }
.office-address-list .office-address-list-item{
  padding: 30px 20px;
  margin: 32px 15px 0px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
  background: #fafafa;
  border-bottom: 4.50769px solid #005940;
  border-radius: 27px;
  display: flex;
  gap:10px;
  flex-direction: column;

  padding-top: 180px !important;
  position: relative;
  margin-top: 180px !important;
  position: relative;
}
.office-address-list .office-address-list-item { font-size:17px;}
.office-address-list-item-list .offices-address1  { font-size:17px;}
.office-address-list .office-address-list-item .office-address-list-item-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.office-address-list .office-address-list-item .office-address-list-item-list-item-icon,
.address-list .address-list-item .address-list-item-icon{
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
}
.office-address-list .office-address-list-item,
.office-address-list .office-address-list-item p,
.office-address-list .office-address-list-item a,
.address-list .address-list-item,
.address-list .address-list-item p,
.address-list .address-list-item a{
  font-size: 18px;
  color: var(--primary-color);
  font-family: "century_gothicbold", sans-serif;
  margin-bottom: 15px;
  font-weight: normal;
}
.office-address-list .office-address-list-item,
.office-address-list .office-address-list-item p{
  color:#333;
}
.office-address-list-item-img {
  border-radius: 150px 0;
}
.office-address-list-item-list-item,
.address-list .address-list-item {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.office-address-list-item-title{
  margin-bottom: 0;
}
.office-address-list-item .ribbon-div{
  margin-bottom: 30px;
  position: absolute;
  top: -150px;
}
.office-address-view-attorneys-link{
  text-decoration: none;
}
.office-address-attorney-title{
  color:#000;
}
.office-address-section{
  padding:80px 0;
}
.office-address-list a{
  text-decoration: none;
}
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon-div{
  position: relative;
}
.ribbon {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  bottom: -30px;
  left: -35px;
  padding-inline: .25em;
  line-height: 1.8;
  background: #005940;
  color:#fff;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(calc(100% - var(--r)) 0,0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),calc(100% - var(--r)) calc(100% - var(--f)),
      100% calc(50% - var(--f)/2));
  clip-path: polygon(calc(100% - var(--r)) 0,0 0,0 calc(100% - var(--f)),var(--f) 100%,      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)), 100% 0);
  border-radius: 0 30px 0 0;
  padding:10px 20px;
}

.office-address-list-item-list-item br{
  display: none;
}

#search-results.attorneys-section .partner-info-bottom .partner-file img{
  flex: 0 0 35px;
  width:35px;
} 
#search-results.attorneys-section .partner-info-bottom .partner-file a {
  display: flex;
  align-items: center;
  gap: 15px;
}
#search-results.attorneys-section .website-socials{
  gap:8px;
  justify-content: flex-start;
}
#search-results.attorneys-section .website-socials img{
  width:30px;
}
.search-form.attorneys-search-form-div .input-text{
  width:auto;
}
.attorneys-search-section{
  padding-top: 70px;
}
.alphabet-list li {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    transition: 0.3s all;
    pointer-events: all;
    cursor: pointer;
    transition:0.3s all;
}
.alphabet-list li:hover{
  background:#3BA1B6;
}
.alphabet-list li.active{
  background: #3BA1B6;
  transition: 0.3s all;
}
.alphabet-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  margin-bottom: 30px;
}
.attorneys-search-div{
    background: #ffffff;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15);
    border-radius: 27px;
    padding: 50px;
}
.attorneys-search-form .input-box {
      flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.attorneys-search-form .input-box{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.attorneys-search-form{
  gap:15px;
  width: 100%;
}
.inner-page-section{
  padding: 80px 0;
}
.error404-title{
  font-size: 150px;
  color: var(--primary-color);
  font-weight: 500;
}
.error404 .header{
  background: #005940;
}
.testi-item-box,
.testi-item-box h4,
.speaking-box,
.speaking-box h4{
  transition:0.3s all;
}
.testi-item-box h4 a { color: var(--primary-color);text-decoration:none;}
.search-results .testi-item-box h4 { min-height: 0px;}
.testi-item-box:hover{
    border-color: #3BA1B6;
    color: #000;
    background:#fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.8);
}
.testi-item-box:hover h4,
.speaking-box:hover h4{
  color:#000;
}
.speaking-box:hover{
  border-color: #000;
  color: #000;
  background:#fafafa;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.8);
}
.petal-1:hover{
  box-shadow: -5px -5px 0 5px #3BA1B6;
}
.petal-2:hover{
  box-shadow: 5px -5px 0 5px #3BA1B6;
}
.petal-3:hover{
  box-shadow: -5px 5px 0 5px #3BA1B6;
}
.petal-4:hover{
  box-shadow: 5px 5px 0 5px #3BA1B6;
}
.petal:hover img{
  filter:unset;
}
.primary-btn:hover{
  background-color: #000;
}
.webinars-box{
  position: relative;
}
.webinars-box .webinars-box-link{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height:100%;
  z-index: 0;
}
.webinars-box .webinars-bottom:first-of-type{
  z-index: 1;
}
.upcomingWebinars .slick-slide {
  padding: 0 15px;  
  box-sizing: border-box;
}

.regularly-advise-list .advise-list-link{
  color: var(--primary-color);
  transition: 0.3s all;
}
.legalAdvice-section .regularly-advise-list .advise-list-link{
  color: #fff;
}
.regularly-advise-list .advise-list-link:hover{
  color:#000;
  text-decoration: underline;
}
.trending-section .slick-arrow,
.news-pagination .next.page-numbers,
.news-pagination .prev.page-numbers{
  z-index: 1000;
  transition: background-color 0.3s;
  background: #005940;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  flex: 0 0 50px;
}
.trending-section .slick-arrow:hover,
.news-pagination .next.page-numbers:hover,
.news-pagination .prev.page-numbers:hover{
  background:#000;
}
.trending-section .slick-arrow.slick-next,
.news-pagination .next.page-numbers{
  transform: rotate(180deg);  z-index: 99;
}
.trending-slider {
  margin: 0px;
  padding: 10px 0px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.trending-slider .slick-arrow img {
    width: 20px;
}
.trending-slider .slick-list{
  padding:0 5px;
}
.office-address-list .office-address-list-item a.primary-btn{
  color:#fff;
}
.office-address-list .office-address-list-item .office-address-list-item-name{
  color:#005940;margin-bottom: 0px;
}
.office-address-list.practices-list .office-address-list-item:hover{
  border-color: #3BA1B6; color: #000; background: #fff; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.8); }
.office-address-list.practices-list .office-address-list-item:hover .office-address-list-item-name{
  color:#000;
}
.page-template-page-careers .practice-top-section-text ol{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap:30px;
  justify-content: center;
}
.page-template-page-careers .practice-top-section-text ol li{
    text-transform: none;
    background: #f2f2f2;
    width: auto;
    padding: 25px;
    border-radius: 26px;
    text-align: center;
    color: var(--primary-color);
    font-family: "century_gothicbold", sans-serif;
    font-size: 19px;
    display: flex;
    width:auto;
    max-width: 400px;
}
.page-template-page-careers .practice-top-section-text ol li:before{
  content: unset;
}
.page-template-page-careers .practice-top-section-text.legalAdvice-section-text ol li{
  color:#fff;
  background-color: #005940;
}
.page-template-page-careers  .legalAdvice-section {
  background-color: #f2f2f2;
}
.page-template-page-careers  .legalAdvice-section h2{
  color:#1E1E1E;
}
.transparency-section{
  padding:100px 0 ;
}
#contactform {
  background: #005940;
  color: #fff;
}
.contact-form  .gform_wrapper.gravity-theme .gfield input:not([type="submit"]), 
.contact-form  .gform_wrapper.gravity-theme .gfield textarea,
.contact-form  .gform_wrapper.gravity-theme .gfield select{
  background: #f6f6f6;
  color: #005940;
  padding: 25px !important;
  border-radius: 26px;
  font-size: 18px;
  font-weight: 700;
}
.contact-form  .gform_wrapper.gravity-theme .gfield input:not([type="submit"])::placeholder, 
.contact-form  .gform_wrapper.gravity-theme .gfield textarea::placeholder,
.contact-form  .gform_wrapper.gravity-theme .gfield select::placeholder{
  color: #005940;
}
.contact-form  .gform_wrapper.gravity-theme .gform_footer input{
  background-color:#fff;
}
.contact-form  .gform_wrapper.gravity-theme .gform_footer input:hover{
  background-color: var(--primary-hover-color);
}
.contact-form  .gform_wrapper.gravity-theme .gform_footer{
  text-align: right;
}
.regularly-advise-list#contactform:before{
  content: unset;
}
.map-section{
  padding:180px 0 110px;
}
.map-section iframe{
  border-radius: 30px;
  width: 100%;
}
.map-section-col p{
  margin-bottom: 0;
}
.officeaddress-section .map-section-col p{
  color:#000;
}
.map-section-col{
  position: relative;
}
.map-section-col .navigate-btn{
  position: absolute;
  bottom:30px;
  left:30px;
}
.address-list .address-list-item, 
.address-list .address-list-item p, 
.address-list .address-list-item a{
  color:#000;
  font-size: 26px;
}
.address-list .address-list-item{
  margin:0 0 15px !important;
}
.officeaddress-section .officeaddress-section-row {
  background: #3BA1B6;
  border-radius: 30px;
  padding: 50px;
  margin: 80px 0 0;
  color:#fff;
  align-items: center;
  gap:50px;
}
.officeaddress-section .officeaddress-section-row .address-list .address-list-item, 
.officeaddress-section .officeaddress-section-row .address-list .address-list-item p, 
.officeaddress-section .officeaddress-section-row .address-list .address-list-item a{
  color:#fff;
  margin-bottom: 0;
}
.officeaddress-section .officeaddress-section-row iframe{
  border-radius: 30px;
}
.officeaddress-section .address-list .address-list-item .address-list-item-icon{
   filter: brightness(0) invert(1);
}
.officeaddress-section .address-list .address-list-item{
  align-items: center;
}
.get-notified-section{
  padding:30px;
  background: #005940;
  color: #fff;
}
.get-notified-section .gform_wrapper.gravity-theme form{
  display: flex;
  column-gap:50px;
  row-gap: 30px;
}
.get-notified-section .gform_wrapper.gravity-theme .gform_footer{
  padding:0;
  margin:0;
  flex: 0 0 auto;
}
.get-notified-section .gform_wrapper.gravity-theme .gform-body{
  width:100%;
}
.get-notified-section-title{
  color:#fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.primaryAreItem{
  position: relative;
}
.primaryAreItem-link{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.professional-box .profile-address{
  color:#fff;
}

.news-pagination{
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin: 50px 0 0;
}
.news-pagination .page-numbers {
  font-size: 22px;
  color: var(--primary-color);
  font-family: "century_gothicbold", sans-serif;
  margin-bottom: 30px;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.6;
}
.news-pagination .page-numbers:hover{
  color:#2b2b2b;
}
.news-pagination .page-numbers.current{
  opacity: 1;
}
.news-pagination .next.page-numbers, 
.news-pagination .prev.page-numbers{
  width:30px;
  height: 30px;
  flex: 0 0 30px;
}
.news-pagination .page-numbers img{
  width: 15px;
} 

.subnews-pagination{
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 70px 0px 40px 0px;
}

.insight-pagination span.page-numbers.current ,.subnews-pagination span.page-numbers.current {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 110px;
    text-align: center;
}

.subnews-pagination a{
  padding: 10px 28px;
  border: 2px solid #0b5d3b;
  border-radius: 30px;
  color: #0b5d3b;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease; min-width: 110px;text-align: center;
}

.subnews-pagination a:hover{
  background: #0b5d3b;
  color: #fff;
}

.page-template-page-subnews .page-numbers ,.page-template-page-insights .page-numbers {
    display: none;
}

.page-template-page-subnews .page-numbers.prev,.page-template-page-insights .page-numbers.prev,
.page-template-page-subnews .page-numbers.next, .page-template-page-insights .page-numbers.next {
    display: inline-block;
}
.profile-qr-image { padding:20px; }

.inner-post-shortcodes{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pmb-print-this-page{
  margin-bottom: 20px;
}
.pmb-print-this-page a{
  border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle;
    background: var(--primary-color) !important;
}
.pmb-print-this-page a:hover img{
  opacity: 0.7;
}
.pdfprnt-buttons img,
.pdfbutton img{
  border-radius: 0 !important;
}
.service-section #wpsl-gmap {
  width: 100%;
  height: 440px !important;
}
#wpsl-result-list #wpsl-stores {
  height: auto !important;
}
#wpsl-result-list {
  width: 100% !important;
  clear: both;
  padding: 30px 0px 0px;
  margin: 0px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
#wpsl-wrap #wpsl-result-list ul li {
  border: 0px;
  list-style: none;
  border-left: 5px solid #0271c2;
  background: #f5f5f5;
  padding: 20px;
  margin: 0px 0px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#wpsl-wrap #wpsl-result-list ul li:before {
  display: none;
}
#wpsl-wrap {
  overflow: visible;
}
#wpsl-wrap #wpsl-result-list .wpsl-store-location strong a,
#wpsl-wrap #wpsl-result-list a.toggle {
  color: #252525;
  position: relative;
  padding-left: 18px;
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-decoration: none;
}
#wpsl-wrap #wpsl-result-list .wpsl-store-location strong a:hover,
#wpsl-wrap #wpsl-result-list a.toggle:hover {
  color: #0271c2;
}
#wpsl-wrap #wpsl-result-list .wpsl-store-location strong a:before,
#wpsl-wrap #wpsl-result-list a.toggle:before {
  content: "\f041";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 2px;
  color: #303030;
  line-height: 1;
}
#wpsl-wrap #wpsl-result-list a.toggle:before {
  left: 2px;
  top: 2px;
}
.service-section .wpsl-search {
  margin-bottom: 0px;
  border-left: 5px solid #0271c2;
  background: #f5f5f5;
  font-family: "Source Sans Pro", Arial, sans-serif;
  padding:12px;
}
#wpsl-search-btn {
  background: var(--primary-color) url(../images/arrow-right.svg) right 22px
    center no-repeat !important;
  font-weight: 400 !important;
  padding: 12px 60px 12px 35px !important;
  text-align: center;
  border-radius: 0px 8px 29px 0px !important;
  color: var(--white-color) !important;
  line-height: 18px;
  border: 0;
  text-decoration: none;
  background-size: 18px auto !important;
  height: 58px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: "century_gothicbold", sans-serif;
  transition: 0.3s ease;
}
#wpsl-search-btn:hover {
  text-decoration: none;
  color: var(--white-color) !important;
  background-color: var(--primary-hover-color) !important;
}
.service-section .wpsl-search-btn-wrap {
  float: right !important;
  margin-right: 0px !important;
}
#wpsl-result-list #wpsl-stores div.inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
#wpsl-result-list #wpsl-stores div.inner .show,
#wpsl-result-list #wpsl-stores .wpsl-direction-wrap span.visit-link {
  display: block;
}
#wpsl-result-list #wpsl-stores .wpsl-direction-wrap span.visit-link a {
  display: inline-block;
  margin-right: 10px;
}
#wpsl-wrap #wpsl-result-list a.toggle:after {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  top: 4px;
  right: 0px;
  border-right: 6px solid #303030;
}
#wpsl-wrap #wpsl-result-list a.toggle.active:after {
  border: 5px solid transparent;
  border-top: 6px solid #303030;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label{
  width: 100px !important;
}
.tax-office-address .wpsl-gmap-canvas{
  max-width: 100%;
  max-height: 434px;
  border-radius: 30px;
}
/*****************************************/

@media (min-width: 1280px) {
  .inner-post-attorney-img-box {
    display: grid;
    grid-template-columns: auto auto 1fr;
  }
}	

@media (min-width: 1024px) and (max-width: 1399px) {
.page-template-page-practice .petal-2 img { min-height:239px; }	
.page-template-page-home .flower .petal img {   min-height:239px;  }	
	
}	
	
@media (min-width: 1400px) {
.page-template-page-practice .petal-2 img { min-height:290px; }	
.page-template-page-home .flower .petal img {   min-height:290px;  }	
	
}		

@media (min-width: 1400px) and (max-width: 1500px) {
  .container {
    max-width: 1330px;
  }
  .professional-box .ProfessionalExperience {
    padding: 40px;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
  .banner-container .banner-text h2 {
    font-size: 40px;
  }
  .banner-container .banner-text p {
    font-size: 16px;
  }

  .trending-section .trending-item a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .trending-section .trending-box .slick-slide {
    margin: 0 8px;
  }
  .trending-section .trending-box h4 {
    min-width: 150px;
  }
  .trending-section {
    padding: 130px 0 40px;
    border-radius: 50px;
  }
  .about-section {
    padding: 110px 0 150px;
  }
  .about-section p {
    font-size: 15px;
  }
  h2 {
    font-size: 40px;
  }
  .counselorlibrary p {
    font-size: 16px;
  }
  .footer-top {
    padding: 80px 0 30px;
  }
  .top-pattern {
    max-width: 180px;
  }

  .automotive-box h2,.about-section h2,
  .inner-post-content h2 {
    font-size: 36px;
  }
  .automotive-box p,
  .inner-post-content p {
    font-size: 17px;
  }
  .regularly-advise-list ul {
    gap: 40px;
  }
  .regularly-advise-list ul li {
    font-size: 16px;
  }
  .legalAdvice-box h2 {
    font-size: 35px;
  }
  .legalAdvice-box p {
    font-size: 17px;
  }
  .regularly-advise-list h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 36px;
  }
  .attorneys-section .partner-details h3,
  .inner-post-attorney-img-box-item h3 {
    font-size: 18px;
  }
  .attorneys-section .partner-img {
    width: 80px;
    min-width: 80px;
  }
  .attorneys-section .partner-img img {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .partner-info-bottom .partner-file {
    font-size: 18px;
  }
  .website-socials .partner-website a {
    font-size: 18px;
  }

  .professional-box .ProfessionalExperience {
    padding: 40px;
  }
  .primaryPractice h3 {
    font-size: 24px;
  }
  .ProfessionalText h2 {
    font-size: 36px;
  }
  .primaryPractice .primaryAreItem h5 {
    font-size: 15px;
  }
  .professional-box .profile-info-img img {
    width: 150px;
    height: 150px;
  }
  .testimonial-section {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
.webinars-bottom { padding: 25px; }
  .banner-container .banner-text h2 {
    font-size: 32px;
    max-width: 650px;
  }
  .banner-container .banner-text p {
    font-size: 16px;
  }
  .inner-banner .slide-item img {
    min-height: 450px;
  }

  .trending-section .trending-item a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .trending-section .trending-box .slick-slide {
    margin: 0 8px;
  }
  .trending-section .trending-box h4 {
    min-width: 150px;
  }
  .trending-section {
    padding: 130px 0 40px;
    border-radius: 50px;
  }
  .about-section {
    padding: 80px 0 130px;
  }
  .about-img-logo {
    bottom: -58px;
    max-width: 300px;
  }
  .about-section p {
    font-size: 20px;
  }
  h2 {
    font-size: 36px;
  }
  .counselorlibrary p {
    font-size: 16px;
  }
  .footer-top {
    padding: 80px 0 30px;
  }
  .top-pattern {
    max-width: 130px;
  }
  .backto-top {
    right: 20px;
  }
  .counselorlibrary-img img,
  .inner-post-content img {
    border-radius: 120px 0;
  }
  .backto-top .top-arrow-img {
    max-width: 24px;
  }
  .header-right .nav-container {
    padding: 25px 25px 30px 30px;
  }
  .banner-container .banner-text {
    padding-left: 70px;
  }
  .inner-banner-mian .banner-text {
    padding-left: 10px;
  }
  .primary-btn {
    height: 52px;
  }
  .about-img img,
  .office-address-list-item-img {
    border-radius: 120px 0;
  }
  .targeted-box {
    padding: 50px 50px;
  }
  .targetedText-box p {
    margin-bottom: 25px;
  }
  .targetedText-box h2 {
    margin-bottom: 12px;
  }
  .testimonial-section h2 {
    margin-bottom: 35px;
  }
  .speaking-engagements,
  .webinar-insights-section {
    padding: 70px 0 0;
  }
  .speaking-box .speaking-img {
    min-width: 110px;
  }
  .speaking-box .speaking-img img {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
  .speaking-dtails h4 {
    font-size: 18px;
  }
  .speaking-dtails h6 {
    font-size: 15px;
  }
  .speaking-box {
    padding: 20px;
    gap: 20px;
    border-radius: 15px;
  }
  .testi-item-box {
    padding: 20px;
    border-radius: 15px;
  }
  .webinars-top h4 {
    padding: 20px 30px;
  }
  .webinars-text ul li {
    padding: 14px 0;
  }
  .webinars-text {
    padding:20px 10px;
  }
	.webinars-box { min-height:596px; }
  .counselorlibrary {
    padding: 60px 0;
  }

  .automotive-box h2,
  .inner-post-content h2 {
    font-size: 30px;
  }
  .automotive-box p,
  .inner-post-content p {
    font-size: 16px;
  }
  .regularly-advise-list ul {
    gap: 30px;
  }
  .regularly-advise-list ul li {
    font-size: 16px;
  }
  .legalAdvice-box h2 {
    font-size: 30px;
  }
  .legalAdvice-box p {
    font-size: 16px;
  }
  .regularly-advise-list h3 {
    font-size: 24px;
  }
  .attorneys-section .partner-details,
  .inner-post-attorney-img-box-item {
    gap: 15px;
  }
  h2 {
    font-size: 36px;
  }
  .attorneys-section .partner-details h3,
  .inner-post-attorney-img-box-item h3 {
    font-size: 18px;
  }
  .attorneys-section .partner-img {
    width: 60px;
    min-width: 60px;
  }
  .attorneys-section .partner-img img,
  .inner-post-attorney-img-box-item .inner-post-attorney-img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .partner-info-bottom .partner-file {
    font-size: 17px;
  }
  .website-socials .partner-website a {
    font-size: 17px;
  }
  .attorneys-section ul.attorneys-list {
    column-gap: 25px;
    row-gap: 30px;
  }

  .professional-box .ProfessionalExperience {
    padding: 30px;
  }
  .primaryPractice h3 {
    font-size: 24px;
  }
  .ProfessionalText h2 {
    font-size: 36px;
  }
  .primaryPractice .primaryAreItem h5 {
    font-size: 15px;
  }
  .professional-box .profile-info-img img {
    width: 150px;
    height: 150px;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .profile-banner-text h2 {
    font-size: 36px;
  }
  .professional-box .profile-info h4 {
    font-size: 16px;
  }
  .professional-box .partner-file {
    font-size: 18px;
  }
  .professional-box .partner-mail a {
    font-size: 16px;
  }
  .professional-box .profile-address {
  }
  .education-section .education-box {
    padding: 30px 40px;
  }
  .accordion-section .accordion-title {
    padding: 20px 30px;
  }
  .accordion-content {
    padding: 0 30px 20px !important;
  }
  .inner-post-attorney-img-box {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .firm-practice-top-section .about-img-logo {
    bottom: -35px;
  }
  .office-address-list {
    grid-template-columns: 1fr 1fr;
  }
  .search-form.attorneys-search-form-div .input-text{
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
  .primaryArea-section {
    width: 100%;
    padding: 80px 0 0;
  }
  .primaryArea-section h3 {
    margin-bottom: 40px;
  }
  .primaryArea-section .slick-dots {
    bottom: auto;
    top: -65px;
    left: auto;
    right: 15px;
  }
  .primaryArea-section .slick-dots li button {
    vertical-align: top;
  }
  .primaryArea-section .slick-slide {
    margin: 0 15px;
  }
  .primaryArea-section .primaryAreItem {
    display: flex !important;
    align-items: center;
    gap: 20px;
    min-height: 90px;
  }
  .primaryArea-section .primaryAreaIcon img {
    margin: 0;
    max-height: 50px;
    min-width: 50px;
  }
  .primaryArea-section .slick-list {
    padding: 0 0 20px;
    margin: 0px -15px;
  }
  .ProfessionalExperience .primaryPractice {
    display: none;
  }
  .ProfessionalText {
    width: 100%;
    padding-right: 0;
  }
  .footer-container .offices-links h3 {
    max-width: 90%;
  }
  .inner-post-attorney-img-box {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .firm-practice-top-section .about-img-logo {
    bottom: -35px;
  }
  .no-slider{
    grid-template-columns: 1fr 1fr;
  }
  .office-address-list .office-address-list-item{
    padding-top: 130px !important;
  }
  .office-address-list {
    grid-template-columns: 1fr 1fr;
  }
  .attorneys-search-form .input-box{
    grid-template-columns: 1fr;
    width:100%;
  }
  .search-form.attorneys-search-form-div .input-text{
    max-width: 100%;
  }
  .attorneys-search-form{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 901px) and (max-width: 1023px) {
}

@media (min-width: 768px) and (max-width: 1023px) {
.office-address-list .office-address-list-item .office-address-list-item-name { margin-top: 20px; }
.webinars-bottom { padding: 20px;}
  .logo {
    max-width: 70px;
  }
  .banner-container .banner-text h2 {
    font-size: 24px;
    max-width: 540px;
    max-width: 500px;
  }
  .banner-container .banner-text p {
    font-size: 16px;
    max-width: 500px;
  }
  .banner-container .banner-img img {
    min-height: 490px;
  }

  .trending-section ul li {
    font-size: 21px;
  }
  .trending-section .trending-item a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .trending-section .trending-box .slick-slide {
    margin: 0 8px;
  }
  .trending-section .trending-box h4 {
    min-width: 150px;
  }
  .trending-section {
    padding: 130px 0 30px;
    border-radius: 30px;
  }
  .about-section {
    padding: 60px 0 110px;
  }
  .about-img-logo {
    bottom: -58px;
    max-width: 300px;
  }
  .about-section p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 26px;
  }
  .counselorlibrary p {
    font-size: 15px;
  }
  .footer-top {
    padding: 50px 0 30px;
  }
  .footer-container h3 {
    font-size: 18px;
  }
  .top-pattern {
    max-width: 130px;
  }
  .backto-top {
    right: 20px;
  }
  .counselorlibrary-img img,
  .inner-post-content img {
    border-radius: 70px 0;
  }
  .backto-top .top-arrow-img {
    max-width: 24px;
  }
  .header-right .nav-container {
    padding: 25px 25px 30px 30px;
  }
  .about-img img,
  .office-address-list-item-img {
    border-radius: 70px 0;
  }
  .spotlight-section,
  .inner-post-form-section {
    padding: 40px 0 20px;
  }
  .targeted-box {
    padding: 50px 50px;
    border-radius: 40px;
  }
  .targetedText-box p {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .targetedText-box h2 {
    margin-bottom: 12px;
  }
  .testimonial-section h2 {
    margin-bottom: 35px;
  }
  .speaking-engagements,
  .webinar-insights-section {
    padding: 70px 0 0;
  }
  .speaking-box .speaking-img {
    min-width: 110px;
  }
  .speaking-box .speaking-img img {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
  .speaking-dtails h4 {
    font-size: 18px;
  }
  .speaking-dtails h6 {
    font-size: 15px;
  }
  .speaking-box {
    padding: 20px;
    gap: 20px;
    border-radius: 15px;
  }
  .testi-item-box {
    padding: 20px;
    border-radius: 15px;
  }
  .webinars-top h4 {
    padding: 15px 20px;
    font-size: 18px;
  }
  .webinars-logo {
    margin-bottom: 20px;
  }
  .webinars-text h6 {
    font-size: 13px;
    line-height: 1.3;
  }
  .webinars-text ul li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .webinars-text {
    padding: 25px 0px;
  }
	.webinars-box { min-height: 550px; }	
  .counselorlibrary {
    padding: 60px 0;
  }
  .footer-links li {
    margin-bottom: 6px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .banner-container .banner-text {
    padding-left: 35px;
  }
  .banner-container .slick-arrow.slick-next,
  .banner-container .slick-arrow.slick-prev {
    width: 38px;
    height: 38px;
    background-size: 15px auto;
    margin: 0;
  }
  .banner-container .slick-arrow {
    top: auto;
    bottom: 20px;
    left: 48px;
  }
  .banner-container .slick-arrow.slick-next {
    margin-left: 41px;
  }
  .primary-btn {
    height: 52px;
    background-size: 15px auto;
    padding: 12px 50px 12px 20px;
  }

  .testimonial-section {
    padding: 50px 0;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .testimonial-section .slick-dots {
    top: -18px;
  }
  .trending-section ul.slick-dots {
    top: -38px;
  }
  .banner-container .linkedin {
    right: -30px;
  }
  .nav-container .menu-img {
    margin: 30px 0 0;
  }
  .inner-banner-mian .banner-text {
    padding-left: 20px;
  }
  .header .container {
    padding-right: 0;
  }

  .automotive-box,
  .inner-post-content {
    padding: 80px 0 60px;
  }
  .automotive-box h2,
  .inner-post-content h2 {
    font-size: 22px;
  }
  .automotive-box p,
  .inner-post-content p {
    font-size: 15px;
  }
  .regularly-advise-list ul {
    gap: 25px;
  }
  .regularly-advise-list ul li {
    font-size: 14px;
    line-height: 1.2;
  }
  .legalAdvice-section .regularly-advise-list ul li::before,
  .regularly-advise-list ul li::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 10px;
    background-size: 16px auto;
  }
  .legalAdvice-box h2 {
    font-size: 30px;
    margin: 0 0 10px;
  }
  .legalAdvice-box .row {
    align-items: flex-start;
  }
  .legalAdvice-box {
    padding-bottom: 70px;
  }
  .legalAdvice-box p {
    font-size: 16px;
  }
  .regularly-advise-list h3 {
    font-size: 18px;
    max-width: 500px;
  }
  .dedication-section-titlediv{
    max-width: 500px;
  }
  .attorneys-section .partner-details,
  .inner-post-attorney-img-box-item {
    gap: 15px;
  }
  h2 {
    font-size: 36px;
  }
  .attorneys-section .partner-details h3,
  .inner-post-attorney-img-box-item h3 {
    font-size: 18px;
  }
  .attorneys-section .partner-img {
    width: 60px;
    min-width: 60px;
  }
  .attorneys-section .partner-img img,
  .inner-post-attorney-img-box-item .inner-post-attorney-img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .partner-info-bottom .partner-file {
    font-size: 17px;
  }
  .website-socials .partner-website a {
    font-size: 17px;
  }
  .attorneys-section ul.attorneys-list {
    column-gap: 25px;
    row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .regularly-advise-list {
    padding: 32px;
  }
  .legalAdvice-section {
    padding: 110px 0 50px;
  }
  .map-section{
    padding:110px 0 50px;
  }
  .legalAdvice-box .about-img-logo {
    bottom: -57px;
    max-width: 200px;
  }
  .practice-top-section .about-img-logo {
    bottom: -50px;
    max-width: 250px;
  }
  .attorneys-section {
    padding: 50px 0px 70px;
  }

  .professional-box .ProfessionalExperience {
    padding: 30px 30px 10px;
  }
  .primaryPractice h3 {
    font-size: 24px;
  }
  .ProfessionalText h2 {
    font-size: 28px;
  }
  .primaryPractice .primaryAreItem h5 {
    font-size: 15px;
    text-align: left;
  }
  .professional-box .profile-info-img img {
    width: 130px;
    height: 130px;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .profile-banner-text h2 {
    font-size: 28px;
  }
  .profile-banner-text h2 a:after {
    background-size: 16px auto;
    width: 16px;
    height: 16px;
  }
  .professional-box .profile-info h4 {
    font-size: 15px;
  }
  .professional-box .partner-file {
    font-size: 18px;
  }
  .professional-box .partner-mail a {
    font-size: 16px;
  }
  .professional-box .profile-address {
    padding: 20px 20px;
    border-radius: 25px;
  }
  .education-section .education-box {
    padding: 30px;
  }
  .accordion-section .accordion-title {
    padding: 20px 38px 20px 30px;
  }
  .accordion-section .accordion-title::after {
    right: 25px;
  }
  .accordion-content {
    padding: 0 30px 20px !important;
  }
  .professional-section {
    padding: 150px 0 0;
    background-position: 64% 0;
  }
  .professional-box .profile-info {
    padding: 20px 15px;
  }
  .profile-address p {
    font-size: 13px;
    line-height: 1.3;
  }
  .ProfessionalText p {
    font-size: 15px;
    line-height: 1.4;
  }
  .education-section .education-box ul li {
    font-size: 15px;
  }
  .accordion-section {
    padding: 0 0 40px;
  }
  .firm-practice-top-section .about-img-logo {
    bottom: -30px;
  }  
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 901px) {
  .nav-container li:hover .sub-menu {
    /*display:block;*/
  }
  .error404-title{
    font-size: 200px;
  }
  .address-list .address-list-item .address-list-item-icon{
    width:50px;
    height: 50px;
    flex:0 0 50px;
  }
  
}

@media (min-width: 1024px) {
  .testimonial-mobile {
    display: none;
  }
  .speaking-mobile {
    display: none;
  }
  .primaryArea-section {
    display: none;
  }
}
@media (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
  .automotive-box li {
    margin-left: 50px;
  }
  .officeaddress-section .officeaddress-section-row .address-list .address-list-item, 
  .officeaddress-section .officeaddress-section-row .address-list .address-list-item p, 
  .officeaddress-section .officeaddress-section-row .address-list .address-list-item a{
    line-height: 35px;
  }
  .office-address-list-item-img {
    min-height: 281px;
  }
}
@media (max-width: 1023px) {
  .testimonial-desktop {
    display: none;
  }
  .speaking-desktop {
    display: none;
  }
  .speaking-box {
    padding: 20px;
    gap: 20px;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
  }
  .speaking-box .speaking-img {
    min-width: 160px;
  }
  .speaking-box .speaking-img img {
    width: 160px;
    height: 160px;
    min-width: 160px;
  }
}
@media(max-width: 991px){
  .officeaddress-section .officeaddress-section-row,
  .get-notified-section .get-notified-section-row{
    flex-direction: column;
    gap:50px;
  }
  .officeaddress-section-row-col,
  .get-notified-section-row-col{
    width:100%;
  }
}
@media (max-width: 767px) {
.home .targeted-box .viewMore-btn { margin: 30px auto 0px auto; }
.home .petal-text {font-size: 14px;line-height: 1.2;  }
.page-template-page-home .flower .petal img { height:150px; }
.page-template-page-practice .flower { margin-top:25px; }
.page-template-page-practice .petal-2 img { min-height: 140px; }	
.testimonial-slider .slick-prev, .testimonial-slider .slick-next { top: -80px;}
.webinars-bottom { padding: 20px; }
  .about-section .about-title { margin-top:30px;}
  .banner-container .banner-text h2 {
    font-size: 24px;
  }
  .banner-container .banner-text p {
    font-size: 15px;
  }
  .inner-banner .slide-item img {
    min-height: 480px;
  }

  .trending-section ul li {
    font-size: 21px;
  }
  .trending-section .trending-item a {
    font-size: 11px;
    padding: 7px 20px;
    text-align: center;
  }
  .trending-section .trending-box .slick-slide {
    margin: 0 5px;
  }
  .trending-section .trending-box h4 {
    min-width: 130px;
    font-size: 15px;
    margin-bottom: 18px;
  }
  .trending-section {
    padding: 115px 0 30px;
    border-radius: 30px;
  }
  .about-section {
    padding: 36px 0 46px;
  }
  .about-img-logo {
    bottom: -50px;
    max-width: 260px;
  }
  .about-section p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 32px;
  }
  .counselorlibrary p {
    font-size: 15px;
  }
.subnews-pagination .page-numbers:not(.prev):not(.next) {
        display: none;
    }	
.news-testimonial-section	.insights-section {  padding: 60px 0px 0px 0px; }
  .footer-top {
    padding: 50px 0 30px;
  }
  .footer-container h3 {
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
  }
  .footer-container .offices-links h3 {
    max-width: 100%;
  }
  .footer-container h3 span {
    background-color: #2b2b2b;
    padding: 0 20px 0 0;
    position: relative;
    top: 11px;
  }
  .top-pattern {
    max-width: 130px;
  }
  .backto-top {
    right: 0px;
  }
  .counselorlibrary-img img,
  .inner-post-content img {
    border-radius: 70px 0;
    width: 100%;
  }
  .backto-top .top-arrow-img {
    max-width: 24px;
  }
  .header-right .nav-container {
    padding: 25px 25px 30px 30px;
  }
  .banner-container .banner-text {
    left: 0px;
  }
  .primary-btn {
    height: 52px;
    background-size: 15px auto;
    padding: 12px 50px 12px 20px;
  }
  .about-img img,
  .office-address-list-item-img {
    border-radius: 70px 0;
    width: 100%;
  }
  .spotlight-section,
  .inner-post-form-section {
    padding: 40px 0;
  }
  .targeted-box {
    padding: 40px 28px 60px;
    border-radius: 0px;
  }
  .targetedText-box {
    margin-bottom: 50px;
  }
  .targeted-section .container {
    padding: 0;
  }
  .targetedText-box p {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .targetedText-box h2 {
    margin-bottom: 12px;
  }
  .testimonial-section h2 {
    margin-bottom: 35px;
  }
  .speaking-engagements,
  .webinar-insights-section {
    padding: 70px 0 0;
  }
  .speaking-box .speaking-img {
    min-width: 140px;
  }
  .speaking-box .speaking-img img {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
  .speaking-dtails h4 {
    font-size: 18px;
  }
  .speaking-dtails h6 {
    font-size: 15px;
  }
  .speaking-box {
    padding: 20px;
    gap: 20px;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
  }
  .testi-item-box {
    padding: 20px;
    border-radius: 15px;
    margin: 30px 0px 0px;
  }
  .webinars-top h4 {
    padding: 20px 30px;
    font-size: 22px;
    border-radius: 20px 20px 0 0;
  }
  .webinars-logo {
    margin-bottom: 24px;
  }
  .webinars-top .webinars-img img {
    border-radius: 20px 20px 0 0;
  }
  .webinars-box:first-child .webinars-top .webinars-img img {
    border-radius: 0;
  }
  .webinars-bottom .webinars-img img {
    border-radius: 0 0 20px 20px;
  }
  .webinars-text h6 {
    font-size: 17px;
    line-height: 1.3;
  }
  .webinars-text ul li {
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.4;
  }
  .webinars-text {
    padding: 20px 0px;
  }
  .counselorlibrary {
    padding: 20px 0 50px;margin-top: 0.0rem;
  }
  .counselorlibrary h2 {
    font-size: 28px;
  }
  .footer-links li {
    margin-bottom: 6px;
  }
  .banner-container .slick-arrow.slick-next,
  .banner-container .slick-arrow.slick-prev {
    width: 38px;
    height: 38px;
    background-size: 15px auto;
    margin: 0;
  }
  .banner-container .slick-arrow {
    top: auto;
    bottom: 20px;
    left: 23px;
  }
  .banner-container .slick-arrow.slick-next {
    margin-left: 41px;
  }
  .banner-container .banner-bottom-shap .mouse-img {
    max-width: 16px;
  }
  .testimonial-section {
    padding: 50px 0;
  }
  .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .testimonial-section .slick-dots {
    top: -18px;
  }
  .trending-section ul.slick-dots {
    top: -38px;
  }
  .banner-container .linkedin {
    display: none;
  }
  .nav-container .menu-img {
    margin: 30px 0 0;
  }
  .offices-links ul {
    grid-template-columns: 1fr;
  }
  .banner-img img {
    height: 570px;
    object-fit: cover;
  }

  .contactUs-btn {
    display: none;
  }
  .header-right .mob-menu {
    width: 75px;
    height: 60px;
  }
  .header .container {
    padding-right: 0;
  }
  .logo {
    max-width: 110px;
  }
  .header .header-search {
    /*max-width: 24px; */
    margin-top: -14px;
  }
		
  .banner-container .banner-text p {
    margin-bottom: 20px;
  }
  .trending-section .trending-box {
    flex-wrap: wrap;
  }
  .banner-container .arrow-pattern {
    max-width: 140px;
  }
  .about-img-box {
    margin-bottom: 90px;
  }
  .mobile-hide {
    display: none !important;
  }
  .about-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
	.about-title-mobile h2{ 
  font-size: 35px;
        margin-bottom: 30px; }
  .breadcrumb-container .container {
    display: inline-block;
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumb-container .container a::before,
  .breadcrumb-container .container span::before {
    content: ''; 
  }

  .breadcrumb-container .container a:first-child,
  .breadcrumb-container .container span:first-child {
    padding-left: 0; 
  }

  .breadcrumb-container span{ font-size:14px; }

  .breadcrumb-container .container a:not(:first-child)::before,
  .breadcrumb-container .container span:not(:first-child)::before {
    
    margin-right: 5px;
    display: inline-block;
  }

  .container {
    padding-left: 28px;
    padding-right: 28px; font-size: 14px;
  }
  .testimonial-section h2 {
    padding-left: 0;
  }
  .testimonial-title {
    padding-left: 0;
  }
  .testi-item-box h4 {
    font-size: 17px;
  }
  .testi-item-box .testimonial-img img,
.office-address-attorney-img-box .office-address-attorney-img img {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .testi-item-box h5 {
    font-size: 14px;
  }
  .testimonial-date {
    margin-bottom: 20px;
  }
  .upcomingWebinars {
    grid-template-columns: 1fr;
    padding: 30px 28px;
    gap: 15px;
  }
  .viewEvents-btn {
    text-align: left;
  }
  .webinars-box {
    border-radius: 20px;
    gap: 30px;min-height: 570px;
  }
  .counselorlibrary-img {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .footer-logo {
    margin-bottom: 0;
    max-width: 134px;
  }
  .footerLogo-social {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .footer-links {
    margin-bottom: 25px;
  }
  .contact-info li {
    margin-bottom: 15px;
  }
  .footer-bottom {
    text-align: left;
    padding: 30px 0 100px;
  }
  .footer-bottom .copyright-link {
    gap: 3px;
    justify-content: flex-start;
  }
  .copyright-link ul {
    gap: 8px;
    font-size: 16px;
  }
  .copyright-link li:not(:first-child)::before {
    margin-right: 7px;
  }

  .automotive-box .about-img-box {
    margin-bottom: 45px;
    margin-top: 15px;
  }
  .automotive-box,
  .inner-post-content {
    padding: 50px 0 45px;
  }
  .automotive-box h2,
  .inner-post-content h2 {
    font-size: 30px;
  }
  .automotive-box p,
  .inner-post-content p {
    font-size: 16px;
  }
  .regularly-advise-list ul {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .regularly-advise-list ul li {
    font-size: 16px;
    line-height: 1.2;
  }
  .legalAdvice-section .regularly-advise-list ul li::before,
  .regularly-advise-list ul li::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 10px;
    background-size: 16px auto;
  }
  .legalAdvice-box h2 {
    font-size: 30px;
    margin: 0 0 10px;
  }
  .legalAdvice-box .row {
    align-items: flex-start;
  }
  .legalAdvice-box {
    padding-bottom: 35px;
  }
  .legalAdvice-box p {
    font-size: 16px;
  }
  .regularly-advise-list h3 {
    font-size: 28px;
    max-width: 500px;
  }
  .dedication-section-titlediv{
    max-width: 500px;
  }
  .attorneys-section .partner-details,
  .inner-post-attorney-img-box-item {
    gap: 15px;
  }
  h2 {
    font-size: 36px;
  }
  .attorneys-section .partner-details h3,
  .inner-post-attorney-img-box-item h3 {
    font-size: 18px;
  }
  .attorneys-section .partner-img {
    width: 60px;
    min-width: 60px;
  }
  .attorneys-section .partner-img img,
  .inner-post-attorney-img-box-item .inner-post-attorney-img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .partner-info-bottom .partner-file {
    font-size: 18px;
  }
  .website-socials .partner-website a {
    font-size: 17px;
  }
  .attorneys-section ul.attorneys-list {
    column-gap: 25px;
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .regularly-advise-list {
    padding: 32px 28px 40px;
  }
  .legalAdvice-section {
    padding: 110px 0 50px;
  }
  .map-section{
    padding:110px 0 50px;
  }
  .legalAdvice-box .about-img-logo {
    bottom: -57px;
    max-width: 200px;
  }
  .practice-top-section .about-img-logo {
    bottom: -50px;
    max-width: 250px;
  }
  .attorneys-section {
    padding: 45px 0px 60px;
  }
  .regularly-advise-list::before {
    display: none;
  }
  .regularly-advise-list {
    margin: 0 -28px;
    border-radius: 0;
  }
  .legalAdvice-box .col-md-6:first-child {
    order: 1;
  }
  .practice-top-section {
    margin-bottom: 0;
  }
  .with-regularly-advise-list.practice-top-section + .attorneys-section {
    margin-top: 0;
  }
  .legalAdvice-section {
    padding: 50px 0;
  }
  .map-section{
    padding:50px 0;
  }
  .legalAdvice-section .regularly-advise-list {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .legalAdvice-box .about-img-box {
    margin-bottom: 50px;
    margin-top: 15px;
  }
	.office-address-list .office-address-list-item .office-address-list-item-name { margin-bottom: 15px; }
	body.single .inner-banner-mian .banner-img img {  height: 550px; min-height: 550px; }
  .inner-banner-mian .banner-img img {
    height: 426px;
    min-height: 426px;
  }

  .professional-box .ProfessionalExperience {
    padding: 30px 30px 10px;
    width: 100%;
    border-radius: 0 0 30px 30px;
  }
  .primaryPractice h3 {
    font-size: 24px;
    max-width: 200px;
  }
  .ProfessionalText h2 {
    font-size: 28px;
  }
  .primaryPractice .primaryAreItem h5 {
    font-size: 15px;
    text-align: left;
  }
  .professional-box .profile-info-img img {
    width: 130px;
    height: 130px;
  }
  .testimonial-section {
    padding: 60px 0px 40px 0px;
  }
  .profile-banner-text h2 {
    font-size: 28px;
  }
  .profile-banner-text h2 a:after {
    background-size: 16px auto;
    width: 16px;
    height: 16px;
  }
  .professional-box .profile-info h4 {
    font-size: 18px;
  }
  .professional-box .partner-file {
    font-size: 18px;
  }
  .professional-box .partner-mail a {
    font-size: 16px;
  }
  .professional-box .profile-address {
    padding: 20px 20px;
    border-radius: 25px;
    margin-top: 30px;
  }
  .education-section .education-box {
    padding: 30px;
  }
  .accordion-section .accordion-title {
    padding: 15px 38px 15px 24px;
    font-size: 20px;
  }
  .accordion-content {
    padding: 0 24px 20px !important;
  }
  .professional-section {
    padding: 150px 0 0;
    background-position: 47% -80px;
  }
  .professional-section::before {
    bottom: 80px;
  }
  .professional-box .profile-info {
    padding: 20px 15px;
    border-radius: 30px 30px 0 0;
    width: 100%;
  }
  .profile-address p {
    font-size: 13px;
    line-height: 1.3;
  }
  .ProfessionalText p {
    font-size: 15px;
    line-height: 1.4;
  }
  .education-section .education-box ul li {
    font-size: 15px;
  }
  .accordion-section {
    padding: 0 0 40px;
  }
  .professional-box {
    flex-direction: column;
  }
  .education-section .education-boxs {
    grid-template-columns: 1fr;
  }
  .education-section .education-box h3 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .accordion-section .accordion-title::after {
    font-size: 18px;
    right: 20px;
  }
  .testimonial-title a {
    margin-bottom: 40px;
  }
  .inner-post-content ol {
    padding-left: 30px;
  }
  .inner-post-attorney-bio {
    left: 0;
    width: 85vw;
  }
/*	
  .inner-post-attorney-img-box-container:nth-child(even) .inner-post-attorney-bio {
    left: auto;
    right: 0; 
}	 */
	
  .inner-post-form form {
    grid-template-columns: 1fr;
    float: none;
  }
  .inner-post-form .gform_wrapper.gravity-theme .gform_footer {
    text-align: right;
  }
  .inner-post-attorney-img-box {
    display: flex;flex-direction: column;
        align-items: start;
  }
  .automotive-box li {
    margin-left: 30px;
  }
  .firm-practice-top-section .about-img-logo {
    bottom: -30px;
  }
  .news-testimonial-section .testimonial-title a{
    margin-bottom: 0px;
  }
  .no-slider{
    grid-template-columns: 1fr;
  }
  .office-address-list {
    grid-template-columns: 1fr;
  }
  .office-address-list .office-address-list-item{
    padding-top:30px !important;
    margin-top: 0 !important;
  }
  .office-address-list-item .ribbon-div{
    position: relative;
    top: 0;
  }
  .inner-page-section{
    padding: 50px 0;
  }
  .error404-title{
    font-size: 100px;
  }
  .trending-section .slick-arrow{
    width: 30px;
    height: 30px;
    flex:0 0 30px;
  }
  .trending-slider .slick-arrow img {
    width: 13px;
  }
  .officeaddress-section .officeaddress-section-row{
    padding:30px;
  }
  .tax-office-address .wpsl-gmap-canvas{
    height: 300px !important;
  }
}

@media (max-width: 575px) {
  .search-form input.input-text,
.search-form .input-text{
    width:100%;
  }
  .news-category-listing {
    flex-direction: column;
  }
  .address-list .address-list-item, 
  .address-list .address-list-item p, 
  .address-list .address-list-item a{
    font-size: 18px;
  }
  .map-section-col .navigate-btn{
    margin-top: 15px;
    position: unset;
  }
  .get-notified-section .gform_wrapper.gravity-theme form{
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  .primary-btn {
    height: 48px;
    font-size: 14px;
  }
  .error404-title{
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 24px;
  }
  .banner-container .banner-text h2 {
    font-size: 20px;
  }
  .testimonial-section h3 {
    font-size: 22px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-dots li {
    margin: 0 2px;
  }
  .testimonial-title a {
    font-size: 18px;
    gap: 10px;
  }
  .testimonial-title a img {
    width: 16px;
  }
  .counselorlibrary h2 {
    font-size: 22px;
  }
  .footer-bottom {
    font-size: 15px;
  }
  .copyright-link ul {
    font-size: 15px;
  }
  .footer-container p {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
}
@media (min-width: 767px) {
	.office-address-list-item-list-item br
	{
		display:block;
	}
}
@media print {
  a,
  a:visited {
    color: inherit !important;
    text-decoration: none !important;
  }

  a[href]::after {
    content: none !important;
  }
}
