/*
Theme Name: Burke Law Firm, LLP
Theme URI:  johnburkeinjurylaw
Author:     Burke Law Firm, LLP
Author URI: Burke Law Firm, LLP
Description: A custom theme with advanced functionality for specific requirements.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: johnburkeinjurylaw
*/
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
a {
  text-decoration: none;
  color: #212121;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #212121;
}
:focus {
  outline: none;
  box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin: 0;
}
h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.2em;
}
h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.2em;
}
h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
}
h5 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.container {
  max-width: 1406px;
  padding: 0 20px
}
.wow {
  visibility: hidden;
}
.animated {
  animation-duration: 1s;
  animation-timing-function: ease;
}
/*===============================================
             Header
=================================================*/
header {
  background: #000;
}
.header-top {
  padding: 22px 0;
}
.header-top .flex-box {
  align-items: center;
}
.header-top .left-box {
  width: 50%;
}
.header-top .right-box {
  width: 50%;
  text-align: right;
}
.header-top .content p {
  font-family: "Assistant", sans-serif;
  color: #ededed;
  text-transform: uppercase;
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.5;
}
.header-top .content h4 {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
}
.header-top .content h4 a {
  color: #f90;
  font-weight: 700;
}
nav {
  border-top: 1px solid #2f2f2f;
  padding: 16px 0 17px;
}
.header-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.header-menu ul li {
  position: relative;
}
.header-menu ul li div {
  position: relative !important;
}
.header-menu ul li a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #2f2f2f;
  top: 1px;
  margin-top: 6px;
  right: -16px;
}
.header-menu ul li:lang a::after {
  display: none;
}
.header-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.header-menu ul li:hover a, .header-menu ul li.active a {
  color: #f47311;
}
.header-menu ul li.menu-item-has-children {
  position: relative;
  margin-right: 10px;
}
.header-menu ul li.menu-item-has-children::after {
  position: absolute;
  top: 42%;
  right: -20px;
  width: 12px;
  height: 12px;
  color: #fff;
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  transform: translate(0, -50%);
  background: none;
  margin: 0;
}
.header-menu ul li.menu-item-has-children a::after {
  right: -31px;
}
.header-menu ul li.menu-item-has-children:hover::after {
  color: #f47311;
}
.sub-menu-toggle {
  display: none;
}
.header-menu ul .sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
  min-width: 240px;
  border-top: 3px solid #f90a;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu ul .sub-menu li a {
  font-family: "Montserrat", sans-serif;
  color: #000;
  padding: 12px;
  font-size: 15px;
  line-height: 1.5em;
  display: block;
}
}
.header-menu ul .sub-menu li:hover a {
  color: #f47311;
}
header li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.scroll-header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.4s ease;
  z-index: 999;
}
.scroll-header.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-header .header-top .left-box {
  width: 25%;
}
.scroll-header .header-top .right-box {
  width: 75%;
}
.scroll-header .header-top .content h4 {
  margin-bottom: 12px;
}
.scroll-header .header-menu ul {
  justify-content: flex-end;
  gap: 15px;
}
.scroll-header .header-menu ul li a {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  text-align: left;
}
.scroll-header .header-top .content p {
  display: none;
}
.scroll-header .header-menu ul li.menu-item-has-children {
  margin-right: 20px;
}
.scroll-header .header-menu ul li a::after {
  display: none;
}
#gt_float_wrapper {
	text-align: center;
	padding: 1.5px 0 0;
	height: 26px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0px 8px !important;
}
.gt-current-lang img {
  width: 20px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  top: 0px !important;
  font-size: 16px;
  color: #000;
}
/*===============================================
             Hero area
=================================================*/
.hero-area {
  padding: 90px 0;
  position: relative;
  overflow:hidden;
}
.hero-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.hero-area .container {
  position: relative;
  z-index: 1;
}
.hero-area .left-box {
  width: 51.5%;
}
.hero-area .right-box {
  width: 48.5%;
}
.hero-area .image {
  text-align: center;
}
.hero-area .image img {
  border: 5px solid #fff;
}
.hero-area h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 52px;
  letter-spacing: 1px;
  line-height: 62px;
  margin: 0 0 17px;
}
.hero-area h1 span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #f90;
  letter-spacing: 0;
  margin: 0;
}
.hero-area p {
  color: #fff;
  max-width: 605px;
  margin: 0 0 31px;
}
.dlf-btn a {
  display: inline-block;
  padding: 12.5px 36px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background-color: #f90;
  min-width: 185px;
  text-align: center;
}
.dlf-btn a:hover {
  color: #ffffff;
  background-color: #923f00;
}
/*===============================================
             Verdicts
=================================================*/
.verdicts {
  padding: 60px 0;
  background: #ededed;
  text-align: center;
}
.verdicts .flex-box {
  margin: 0 -10px;
}
.verdicts .box {
  width: 25%;
  padding: 0 10px;
}
.verdicts .verdict-box {
  text-align: center;
}
.verdict-box h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  position: relative;
  margin: 0 0 42px;
}
.verdict-box p {
  font-family: "Assistant", sans-serif;
  max-width: 260px;
  margin: 0 auto 16px;
}
.verdict-box h2:after {
  content: "";
  position: absolute;
  bottom: -21px;
  width: 40px;
  height: 5px;
  background: #f90;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.verdicts .dlf-btn {
  padding-top: 7px;
}
/*===============================================
           Image Content
=================================================*/
.image-content {
  padding: 100px 0 74px;
}
.image-content.why-choose {
  padding: 100px 0 100px;
}
.image-content .flex-box {
  margin: 0 -15px;
}
.image-content .left-box {
  width: 50%;
  padding: 0 15px;
}
.image-content .right-box {
  width: 50%;
  padding: 0 15px;
}
.image-content .image {
  margin: 28px 0 0;
}
.image-content .content {
  max-width: 623px;
  margin-left: auto;
}
.image-content h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.2em;
  margin: 0 0 40px;
}
.image-content.why-choose h2 {
  margin: 0 0 19px;
}
.image-content.why-choose h3 {
  font-weight: 400;
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 58px;
}
.image-content hr {
  background: url("assets/images/divider.png") no-repeat;
  width: 80px;
  height: 5px;
  opacity: 1;
  margin: 0 0 25px;
}
.image-content p {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 27px;
}
/*===============================================
             Attorneys
=================================================*/
.injury-attorneys {
  position: relative;
  padding: 134px 0 45px;
}
.injury-attorneys .container {
  position: relative;
  z-index: 1;
}
.injury-attorneys::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.injury-attorneys .flex-box {
  margin: 0 -15px;
}
.injury-attorneys .left-box {
  width: 37.4%;
  padding: 0 15px;
}
.injury-attorneys .right-box {
  width: 62.6%;
  padding: 0 15px;
}
.injury-attorneys .content span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #f90;
  letter-spacing: 0;
  margin: 0 0 13px;
}
.injury-attorneys h2 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 44px;
  max-width: 415px;
  line-height: 53px;
}
.injury-attorney {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
.injury-attorney .box {
  width: 50%;
  padding: 0 22px;
  margin-bottom: 65px;
}
.attorney {
  text-align: center;
  background: #fff;
  padding: 16px 10px 10px 22px;
  border-bottom: 4px solid #f47311;
  transition: all 0.3s ease 0s;
}
.attorney:hover {
  background: #EDEDED;
  transform: translateY(-10px);
}
.attorney h5 {
  font-size: 23px;
  line-height: 1.2;
  color: #0a0a0a;
  padding: 30px 0 56px;
  font-weight: 400;
}
/*===============================================
           Getting Results
=================================================*/
.getting-results {
  padding: 100px 0;
  position: relative;
}
.getting-results .container {
  z-index: 1;
  position: relative;
}
.getting-results:before {
  background-image: linear-gradient(180deg, rgba(237, 237, 237, 0.55) 0%, rgba(237, 237, 237, 0.55) 100%), url('assets/images/pattern-bg-img.jpg');
  background-color: #ededed;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.getting-results .flex-box {
  margin: 0 -15px;
  align-items: center;
}
.getting-results .left-box {
  width: 50%;
  padding: 0 15px;
}
.getting-results .right-box {
  width: 50%;
  padding: 0 15px;
}
.getting-results .left-box .content {
  max-width: 590px;
  margin-left: auto;
  margin-right: 25px;
}
.getting-results .left-box .content h2 {
  margin: 0 0 40px;
}
.getting-results hr {
  background: url("assets/images/divider.png") no-repeat;
  width: 80px;
  height: 5px;
  opacity: 1;
  margin: 0 0 25px;
}
.getting-results .left-box .content p {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 27px;
}
.getting-results .blog-list {
  padding-left: 35px;
}
.getting-results .blog-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 590px;
}
.getting-results .blog-list ul li {
  margin: 0 0 43px;
}
.getting-results .blog-list ul li:last-child {
  margin: 0 0 40px;
}
.getting-results .blog-list ul h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 17px;
}
.getting-results .blog-list p {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
.post-meta a {
  text-decoration: underline;
}
.post-meta a:hover, .getting-results .blog-list ul h3 a:hover {
  text-decoration: none;
}
.getting-results .blog-list ul h3 a {
  text-decoration: underline;
}
.content-area .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}
.pagination ul li a {
  text-decoration: none;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
/*===============================================
          Testimonial
=================================================*/
.testimonials {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.testimonials .container {
  position: relative;
  z-index: 1;
}
.testimonials::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.testimonials h2 {
  color: #fff;
  margin: 0 0 16px;
}
.testimonials .star {
  background: url("assets/images/star-divider.png") no-repeat;
  width: 116px;
  height: 19px;
  display: block;
  margin: 0 auto 161px;
}
.testimonial-box p {
  max-width: 1009px;
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto;
}
.testimonials .swiper-pagination {
  position: relative;
  bottom: 0;
  padding: 18px 0 26px;
}
.testimonials .swiper-pagination-bullet {
  background: rgb(255, 153, 0);
  opacity: 0.5;
  width: 7px;
  height: 7px;
}
.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
/*===============================================
                 TWS
=================================================*/
.twu {
  padding: 100px 0;
  background: #EDEDED;
}
.twu .flex-box {
  margin: 0 -15px;
}
.twu .left-box {
  width: 60%;
  padding: 0 15px;
}
.twu .right-box {
  width: 40%;
  padding: 0 15px;
}
.twu h2 {
  margin-bottom: 40px;
}
.twu hr {
  background: url("assets/images/divider.png") no-repeat;
  width: 80px;
  height: 5px;
  opacity: 1;
  margin: 0 0 25px;
}
.twu p {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 27px;
}
.twu p a {
  color: #502300;
  text-decoration: underline;
}
.twu p a:hover {
  color: #502300;
  text-decoration: none;
}
.twu .image {
  padding: 55px 0;
  background: #fff;
  text-align: center;
  box-shadow: 0px 2px 25px 0px rgba(50, 50, 50, 0.15);
  margin-left: 6px;
}
/*===============================================
                 How Can We Help You?
=================================================*/
.hcwhy {
  padding: 100px 0;
  position: relative;
  overflow:hidden;
}
.hcwhy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.hcwhy .container {
  position: relative;
  z-index: 1;
}
.hcwhy h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 14px;
}
.hcwhy h4 {
  text-align: center;
  color: #f90;
  margin: 0 0 23px;
}
.contact-form .flex-box {
  margin: 0 -10px;
}
.contact-form .box {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 60px;
}
.contact-form h6 {
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 15px;
}
.contact-form .box label {
  font-family: "Assistant", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin: 0 0 14px;
}
.contact-form .box.full .inline {
  display: flex;
  margin: 0 -10px;
}
.contact-form .box.full .inline .box {
  margin: 0;
}
.contact-form .checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-form .checkbox-group .wpcf7-list-item.first.last {
  margin: 0;
}
.contact-form .checkbox-group label {
  margin: 0;
}
.modal-body .checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  position: relative;
  top: 3px;
}
.modal-body .checkbox-group input[type="checkbox"]:checked::after {
  top: -2px;
  left: 2px;
  font-size: 13px;
}
.checkbox-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  margin-right: 7px;
}
.checkbox-group input[type="checkbox"]:checked::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 12px;
  color: #000;
}
.disclaimer-link {
  color: #f90;
  text-decoration: underline;
  font-size: 18px;
}
.contact-form .modal {
  position: relative;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 14px;
  max-width: 430px;
  margin: 25px auto 0;
  height: auto;
}
.contact-form .modal.show {
  opacity: 1;
  visibility: visible;
  display: block;
}
.contact-form .modal-content {
  border: 0;
  border-radius: 0;
}
.contact-form .modal-content p {
  font-size: 14px;
  margin: 0;
  line-height: 21px;
}
.contact-form .modal-content p i {
  margin-right: 5px;
}
.contact-form .modal-content p a {
  text-decoration: underline;
  color: rgb(146, 63, 0);
}
.contact-form .close-btn {
  position: absolute;
  top: -15px;
  right: -12px;
  font-size: 28px;
  cursor: pointer;
}
.contact-form .disclaimer-link {
  cursor: pointer;
}
.contact-form .box.full {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 16px;
}
.contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fcfcfc;
  height: 50px;
  width: 100%;
  padding: 12px;
  border-radius: 0;
}
.contact-form textarea {
  width: 100%;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.75);
  height: 200px;
  resize: none;
  border-radius: 0;
  padding: 9px 23px;
  margin-top: 9px;
}
.contact-form textarea:focus {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fcfcfc;
  border-radius: 0;
}
.contact-form .send-btn {
  text-align: right;
}
.contact-form .submit-btn {
  border: 0;
  display: inline-block;
  padding: 12.5px 36px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background-color: #f90;
  min-width: 185px;
  text-align: center;
}
.contact-form .submit-btn:hover {
  background-color: #fff;
}
/*===============================================
              Contact Info
=================================================*/
.contact-info {
  background: #ededed;
  padding: 100px 0;
  overflow:hidden;
}
.contact-info .flex-box {
  margin: 0 -20px;
}
.contact-info .box {
  width: 33.3333%;
  padding: 0 20px;
}
.contact-box {
  padding: 14px 14px 35px;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(50, 50, 50, 0.15);
}
.contact-box .image img {
  width: 100%;
}
.contact-box .content {
  text-align: center;
  padding: 32px 0 0;
}
.contact-box .content h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 2px;
}
.contact-box .content p:last-child {
  margin-top: 27px;
}
.contact-box .content p {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  margin: 0;
  line-height: 27px;
}
.contact-box .content p a {
  color: #502300;
  text-decoration: underline;
}
.contact-box .content p a:hover {
  text-decoration: none;
}
.contact-info h3 {
  font-family: "Assistant", sans-serif;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  margin: 50px 0 9px;
}
/*===============================================
                About
=================================================*/
.page-banner {
  padding: 95px 0 92px;
  position: relative;
  text-align: center;
}
.page-banner .container {
  position: relative;
  z-index: 1;
}
.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.page-banner h5 {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f90;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.page-banner h2 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 46px;
  letter-spacing: 1px;
  line-height: 50px;
  margin: 0;
}
.breadcrumbs {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.breadcrumb {
  margin: 0;
}
.breadcrumb li a {
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  color: #6c757d;
}
.breadcrumb-item.active {
  color: #0a0a0a;
}
.breadcrumb li a {
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  color: #934000;
  line-height: 1.5em;
  transition: color 300ms ease 0ms;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 3px;
  color: #6c757d;
  content: " » ";
}
.content-area {
  padding: 80px 0 53px;
}
.content-area .flex-box {
  margin: 0 -15px;
}
.content-area .left-box {
  width: 64%;
  padding: 0 15px;
}
.content-area .right-box {
  width: 36%;
  padding: 0 15px;
}
.content-area h1 {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.3em;
  margin: 0 0 27px;
}
.content-area h2 {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1.3em;
  margin: 0 0 27px;
}
.content-area p {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 27px;
}
.content-area p a {
  color: #934000;
  text-decoration: underline;
}
.content-area h2, .content-area h3 {
  font-size: 34px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3em;
  margin: 0 0 25px;
  padding: 26px 0 0;
}
.content-area ul {
  margin: 0 0 22px;
  list-style: disc;
}
.content-area ul li {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
}
.content-area ul li a {
  color: #934000;
  text-decoration: underline;
}
.content-area ul li:hover a, .content-area p a:hover {
  text-decoration: none;
}
.sidebar {
  background: #323232;
  border-top: 4px solid #f90;
  padding: 55px 25px 20px;
}
.sidebar {
  margin-left: 18px;
}
.sidebar h4 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4em;
}
.sidebar .menu-practice-areas {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .menu-practice-areas li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 20px 0px 23px;
}
.sidebar .menu-practice-areas li:last-child {
  border: 0;
}
.sidebar .menu-practice-areas li a {
  font-family: "Assistant", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  padding-left: 20px;
}
.sidebar .menu-practice-areas li a:hover {
  color: #f90;
}
.sidebar .menu-practice-areas li a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 3px;
  background: #f90;
  top: 50%;
  border-radius: 50px;
  left: 0;
  transform: translate(0, -50%);
}
.menu-practice-areas .toggle {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.menu-practice-areas .toggle::before, .menu-practice-areas .toggle::after {
  content: '';
  position: absolute;
  background: #fff;
  transition: 0.3s;
}
.menu-practice-areas .toggle::before {
  width: 12px;
  height: 2px;
  top: 9px;
  left: 4px;
}
.menu-practice-areas .toggle::after {
  width: 2px;
  height: 12px;
  top: 4px;
  left: 9px;
}
/* Minus icon when active */
.menu-practice-areas li.active > .toggle::after {
  transform: scaleY(0);
}
.menu-practice-areas .sub-menu {
  margin: 0;
  padding: 0 0 0 35px;
  width: 100%;
}
.menu-practice-areas .sub-menu li {
  padding: 11px 0px 14px;
}
.menu-practice-areas .sub-menu li:last-child {
  border: 0;
  padding-bottom: 0;
}
/*===============================================
             Attorney
=================================================*/
.attorney-area {
  padding: 80px 0 65px;
}
.attorney-area .flex-box {
  margin: 0 -15px;
}
.attorney-area .left-box {
  width: 33.5%;
  padding: 0 15px;
}
.attorney-area .right-box {
  width: 66.5%;
  padding: 0 15px;
}
.attorney-side h2 {
  font-size: 36px;
  margin: 0 0 21px;
  text-transform: capitalize;
}
.attorney-side .image {
  max-width: 270px;
  margin-bottom: 20px;
}
.attorney-area .attorney-side ul {
  padding: 0 0 0 15px;
  margin: 0 0 30px
}
.attorney-area .attorney-side ul li {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
}
.attorney-side h4 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 20px;
}
.attorney-side .dlf-btn {
  padding: 14px 0 50px;
}
.attorney-side .dlf-btn a {
  border: 1px solid #934000;
  padding: 11px 20px;
  min-width: 142px;
  color: #000;
  cursor: pointer;
}
.attorney-side .dlf-btn a:hover {
  color: #fff;
}
.modal-dialog {
  max-width: 650px;
}
.modal-header {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 9;
}
.btn-close:focus {
  box-shadow: none
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-body {
  padding: 23px 30px 17px;
}
.modal-body h6 {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  margin: 0 0 6px;
}
.modal-body .flex-box {
  margin: 0;
}
.modal-body .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.modal-body .box {
  width: 100%;
  margin: 0 0 28px;
}
.modal-body .box label {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 13px;
}
.modal-body input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  border: 1px solid #222;
  padding: 12px;
  height: 50px;
  color: #000;
  width: 100%;
}
.modal-body .box.full {
  margin: 0;
}
.modal-body textarea {
  border: 1px solid #222;
  padding: 12px;
  width: 100%;
  height: 200px;
}
.modal-body .wpcf7-list-item {
  margin: 0;
}
.modal-body .submit-btn {
  border: 1px solid #934000;
  display: inline-block;
  padding: 12.5px 36px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background-color: #f90;
  min-width: 110px;
  text-align: center;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  color: #fff;
}
.modal-body .modal.show {
  opacity: 1;
  visibility: visible;
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-top: 25px;
}
.modal-body .modal-content #closeModal {
  position: absolute;
  top: -15px;
  right: -12px;
  font-size: 28px;
  cursor: pointer;
}
.modal-body .disclaimer-link {
  color: rgb(146, 63, 0);
  cursor: pointer;
}
.modal-body .modal-content p {
  font-size: 14px;
  margin: 0px;
  line-height: 21px;
}
.modal-body .modal-content p i {
  margin-right: 5px;
}
.modal-body .modal-content p a {
  padding: 0;
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: normal;
  text-transform: inherit;
  min-width: auto;
  color: rgb(146, 63, 0);
}
.modal-body .modal-content p a:hover {
  color: rgb(146, 63, 0);
}
.attorney-area p a {
  color: #923f00;
  text-decoration: underline;
}
.attorney-area p a:hover {
  text-decoration: none;
}
.attorney-area .content {
  margin-top: -2px;
  padding-left: 2px;
}
.attorney-area h3 {
  font-size: 34px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3em;
  margin: 0 0 38px;
}
.attorney-area p {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 27px;
}
.attorney-area ul {
  margin: 0 0 38px;
  padding: 0 0 0 19px;
  list-style: disc;
}
.attorney-area ul li ul {
  margin: 0 0 22px
}
.attorney-area ul li {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
}
/*===============================================
             Blog
=================================================*/
.blog-box {
  margin-bottom: 37px;
}
.blog-box h3 {
  font-size: 36px;
  line-height: 1.4em;
  padding: 23px 0 0;
  margin: 0 0 27px;
}
.blog-box h3 a {
  color: #923f00;
  text-decoration: underline;
}
.blog-box h3 a:hover {
  text-decoration: none;
}
.blog-box p {
  margin: 0;
}
.sidebar .search-form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.sidebar .widget_search {
  margin: 0 0 35px;
}
.searchform div {
  display: flex;
  justify-content: space-between;
}
#searchform input:not([type="submit"]) {
  padding: 10px;
  border: 1px solid #fff !important;
  height: 46px;
  width: calc(100% - 75px);
}
.sidebar .searchform #searchsubmit {
  height: 46px !important;
  width: 70px;
  padding: 8px 6px !important;
  font-family: "Montserrat", Helvetica, Arial, san-serif;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 15px !important;
  border-radius: 0;
  background: #f90;
  border: 0;
}
.blog.sidebar h4 {
  margin: 0 0 6px;
}
.blog.sidebar ul {
  padding: 0;
  margin: 0 0 31px;
}
.blog.sidebar li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 5px 0;
}
.blog.sidebar li a {
  color: #fff;
  position: relative;
  text-decoration: none;
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 27px;
  padding-left: 20px;
}
.blog.sidebar li a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 3px;
  background: #f90;
  top: 13px;
  border-radius: 50px;
  left: 0;
}
.blog.sidebar p a {
  color: #fff;
}
.blog.sidebar li a:hover, .blog.sidebar p a:hover {
  color: #ff9900;
  text-decoration: none;
}
.widget_archive select {
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 4px 8px;
  background: #fff;
  margin: 0 0 29px;
}
/*===============================================
             Contact Us
=================================================*/
.contact-area {
  padding: 80px 0;
}
.contact-area h1 {
  text-transform: capitalize;
  margin: 0 0 28px;
}
.contact-area .inner-box {
  max-width: 720px;
  margin: 0 auto;
}
.contact-area p {
  font-size: 18px;
  line-height: 27px;
}
.contact-area .contact-form .box {
  width: 100%;
  padding: 0;
  margin: 0 0 29px;
}
.contact-area .contact-form .box label {
  color: #0a0a0a;
}
.contact-area .contact-form .box label sup {
  font-weight: 700;
  font-size: 18px;
  color: red;
  top: 0px;
  right: -3px;
}
.contact-area .contact-form .box input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  background-color: #fff;
  border: 1px solid #222 !important;
  color: #222;
}
.contact-area .contact-form .box select {
  border: 1px solid #222 !important;
  width: 100%;
  background: #fff;
  padding: 12px;
  height: 50px;
  color: #222;
}
.contact-area .contact-form textarea:focus {
  background-color: #fff;
  color: #222;
}
.contact-area .contact-form textarea {
  padding: 12px 12px;
}
.contact-area .contact-form .checkbox-group {
  margin-bottom: 5px;
}
.contact-area .contact-form .checkbox-group .wpcf7-list-item-label {
  font-weight: normal;
}
.contact-area .checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #222;
  position: relative;
  top: 3px;
}
.contact-area .checkbox-group input[type="checkbox"]:checked::after {
  top: -1px;
  left: 2px;
}
.contact-area .contact-form .modal {
  max-width: 100%;
}
.contact-form .send-btn.left {
  text-align: left;
}
.contact-form .send-btn.left .submit-btn {
  padding: 12.5px 15px;
  font-size: 16px;
  min-width: 110px;
  border: 1px solid #934000 !important;
  letter-spacing: 1px;
}
.contact-form .send-btn.left .submit-btn:hover {
  background: #923f00;
  color: #fff;
}
/*===============================================
             Testimonial Page
=================================================*/
.testimonials-box {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 9px;
  margin: 0 0 63px;
}
.content-area .inner {
  max-width: 720px;
  margin: 0 auto;
}
/*===============================================
            Site Map
=================================================*/
.content-area.site-map ul {
  margin: 0 0 0;
}
.content-area.site-map ul li a {
  color: #323232;
  text-decoration: underline;
}
.content-area.site-map ul li a:hover {
  color: #934000;
  text-decoration: none;
}
.content-area.site-map ul li .children li a {
  color: #934000;
}
/*===============================================
             Footer
=================================================*/
.back-top{
    position: fixed;
    right: -80px;
    bottom: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.back-top.show{
    right: 20px;
    opacity: 1;
    visibility: visible;
}
.back-top a  {
  display: inline-block;
  background: #f90;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #000;
}
footer {
  background: #000;
  padding: 60px 0;
  text-align: center;
}
footer .review-us {
  margin: 0 0 28px;
}
footer .review-us ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.review-us ul li:first-child a {
  width: auto;
  padding: 18px 30px;
}
.review-us ul li a {
  background: #f90;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 20px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  height: 52px;
  width: 52px;
  color: #000;
}
.review-us ul li a:hover {
  background: #fff;
}
.copyright p {
  font-family: "Assistant", sans-serif;
  font-size: 15px;
  color: #fff;
  margin: 0;
}
.copyright p a {
  color: #F90;
  text-decoration: underline;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer-menu ul li {
  font-family: "Assistant", sans-serif;
  color: #fff;
  font-size: 15px;
}
.footer-menu ul li a {
  font-family: "Assistant", sans-serif;
  color: #F90;
  font-size: 15px;
  text-decoration: underline;
  position: relative;
}
.footer-menu ul li a:hover {
  text-decoration: none;
}
.footer-menu ul li a::after {
  background: #fff;
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: -5px;
  top: 4px;
}
.footer-menu ul li:last-child a::after {
  display: none;
}
.header-top .toggle {
  display: none;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
	.header-menu > ul {
		gap: 20px;
	}
	.scroll-header .header-top .left-box {
		width: 20%;
	}
	.scroll-header .header-top .right-box {
		width: 80%;
	}
	.scroll-header .header-menu ul {
		justify-content: flex-end;
		gap: 12px;
	}
	.page-banner h2 {
		margin: 0 auto;
		max-width: 816px;
	}
  .image-content h2 {
    font-size: 36px;
  }
  .injury-attorneys h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
  .contact-info .flex-box {
    margin: 0 -10px;
  }
  .contact-info .box {
    padding: 0 10px;
  }
  .contact-box .content h2 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .sidebar {
    margin-left: 0;
  }
  .sidebar {
    padding: 30px 25px 20px;
  }
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 36px;
  }
  body.open-menu {
    overflow: hidden;
  }
  .scroll-header {
    display: none;
  }
  .header-top .left-box {
    width: 81.5%;
  }
  .header-top .right-box {
    width: 18.5%;
  }
  .header-top .content.desktop {
    display: none;
  }
  .header-top .toggle {
    display: inline-block;
  }
  header.active nav {
    border-top: 1px solid #f90;
    padding: 0;
  }
  .header-menu ul {
    position: fixed;
    background: #000;
    height: 100vh;
    z-index: 999;
    width: 100%;
    left: 0;
    padding: 23px 20px;
    display: none;
    right: 0;
  }
  .header-menu.open > ul {
    display: block;
  }
  .header-menu.open > ul li {
    margin: 0 0 15px;
  }
  .header-menu ul li.menu-item-has-children::after {
    display: none;
  }
  .sub-menu-toggle {
    display: flex;
    border: 0;
    background: none;
    padding: 0;
  }
  .sub-menu-toggle path {
    fill: #fff;
  }
  .sub-menu-toggle .icon-minus {
    position: absolute;
    opacity: 0;
  }
  .sub-menu-toggle.active .icon-minus {
    opacity: 1;
  }
  .sub-menu-toggle.active .icon-plus {
    opacity: 0;
  }
  .header-menu ul li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  header li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .header-menu ul .sub-menu {
    position: relative;
    min-width: 100%;
    height: auto;
    margin: 15px 0 0 0;
    border-top: 0;
    background: #000;
  }
  .header-menu.open > ul li .sub-menu li {
    margin: 0;
    padding: 3px 0;
  }
  .header-menu ul .sub-menu li a {
    color: #fff;
    padding: 0 12px;
  }
  header nav {
    padding: 0;
    border-color: #f90;
  }
  header nav .mobile {
    display: block !important;
    background: #f90;
    padding: 15px 15px;
  }
  header nav .mobile p {
    margin: 0;
    text-align: center;
    font-size: 18px;
  }
  .hero-area {
    padding: 48px 0 50px;
  }
  .hero-area .left-box, .hero-area .right-box {
    width: 100%;
  }
  .hero-area h1 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 0 0 17px;
    text-align: center;
  }
  .hero-area p {
    max-width: 100%;
    margin: 0 0 31px;
    text-align: center;
  }
  .hero-area .image {
    text-align: center;
    max-width: 80%;
    margin: 19px auto 0;
  }
  .verdicts .box {
    width: 50%;
  }
  .image-content .left-box, .image-content .right-box {
    width: 100%;
  }
  .image-content {
    padding: 60px 0 26px;
  }
  .image-content .image {
    margin: 0;
    text-align: center;
  }
  .image-content .content {
    max-width: 100%;
    margin: 40px auto 0;
  }
  .image-content h2 {
    font-size: 36px;
    line-height: 1.5em;
    margin: 0 0 30px;
    text-align: center;
  }
  .image-content hr {
    margin: 0 auto 25px;
  }
  .injury-attorneys {
    position: relative;
    padding: 56px 0 0;
  }
  .injury-attorneys .left-box, .injury-attorneys .right-box {
    width: 100%;
  }
  .injury-attorneys h2 {
    font-size: 36px;
    max-width: 100%;
    line-height: 1.5em;
    margin: 0 0 40px;
  }
  .injury-attorney .box {
    margin-bottom: 60px;
  }
  .getting-results {
    overflow: hidden;
    position: relative;
    padding: 50px 0 0;
  }
  .getting-results .left-box, .getting-results .right-box {
    width: 100%;
  }
  .getting-results .left-box .content h2 {
    margin: 0 0 30px;
  }
  .getting-results .left-box .content {
    max-width: 100%;
    margin-right: 0;
  }
  .getting-results::before {
    display: none;
  }
  .getting-results .blog-list {
    padding: 42px 0;
    position: relative;
  }
  .getting-results .blog-list:after {
    background-image: linear-gradient(180deg, rgba(237, 237, 237, 0.55) 0%, rgba(237, 237, 237, 0.55) 100%), url('assets/images/pattern-bg-img.jpg');
    background-color: #ededed;
    position: absolute;
    content: "";
    width: 200%;
    height: 100%;
    top: 0;
    right: -20px;
    left: -20px;
  }
  .getting-results .blog-list ul {
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .getting-results .dlf-btn {
    position: relative;
    z-index: 1;
  }
  .image-content.why-choose {
    padding: 60px 0 26px;
  }
  .image-content.why-choose h3 {
    font-size: 26px;
    margin: 0 0 44px;
    text-align: center;
  }
  .twu {
    padding: 50px 0 60px;
  }
  .twu .left-box, .twu .right-box {
    width: 100%;
  }
  .twu h2 {
    margin: 0 auto 33px;
    text-align: center;
    max-width: 80%;
  }
  .twu hr {
    margin: 0 auto 25px;
  }
  .twu .image {
    width: 100%;
  }
  .twu p {
    font-size: 18px;
    line-height: 27px;
    margin: 0 auto 40px;
    max-width: 82%;
    text-align: center;
  }
  .hcwhy {
    padding: 50px 0 44px;
  }
  .hcwhy h4 {
    margin: 0 0 23px;
    font-size: 18px;
  }
  .contact-form .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-form .box.full .inline {
    flex-wrap: wrap;
  }
  .contact-form .disclaimer-link {
    margin-top: 30px;
    display: block;
  }
  .contact-form .send-btn {
    text-align: center;
    margin-top: 45px;
  }
  .contact-info {
    padding: 60px 0 46px;
  }
  .contact-info .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-banner {
    padding: 52px 0 48px;
  }
  .page-banner h5 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .page-banner h2 {
    font-size: 30px;
    line-height: 1.5em;
  }
  .content-area .left-box, .content-area .right-box {
    width: 100%;
  }
  .content-area h1 {
    font-size: 36px;
    line-height: 1.2em;
    margin: 0 0 27px;
  }
  .content-area {
    padding: 52px 0 60px;
  }
  .content-area h2, .content-area h3 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 25px;
    padding: 20px 0 0;
  }
  .sidebar {
    margin-left: 0;
  }
  .attorney-side h2 {
    font-size: 30px;
  }
  .attorney-area {
    padding: 52px 0 15px;
  }
  .attorney-area h3 {
    font-size: 30px;
    line-height: 1.2em;
  }
  footer {
    padding: 60px 0 54px;
  }
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 30px;
  }
  .hero-area {
    padding: 38px 0 50px;
  }
  .verdicts {
    padding: 39px 0 52px;
  }
  .verdicts .box {
    width: 100%;
  }
  .verdict-box h2 {
    font-size: 30px;
    margin: 0 0 42px;
  }
  .image-content {
    padding: 50px 0 16px;
  }
  .image-content h2 {
    font-size: 24px;
  }
  .injury-attorneys {
    padding: 44px 0 20px;
  }
  .injury-attorney .box {
    margin-bottom: 30px;
    width: 100%;
  }
  .injury-attorneys .content span {
    font-size: 26px;
    margin: 0 0 13px;
  }
  .injury-attorneys h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .getting-results {
    padding: 44px 0 0;
  }
  .getting-results .blog-list ul h3 {
    font-size: 26px;
    line-height: 1.4em;
    margin: 0 0 17px;
  }
  .testimonials {
    padding: 42px 0 50px;
  }
  .testimonials h2 {
    margin: 0 0 16px;
    font-size: 30px;
  }
  .testimonial-box p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .image-content.why-choose {
    padding: 50px 0 16px;
  }
  .image-content.why-choose h3 {
    font-size: 22px;
    margin: 0 0 44px;
  }
  .twu {
    padding: 43px 0 50px;
  }
  .twu p {
    max-width: 88%;
  }
  .twu .image {
    padding: 40px 0;
  }
  .contact-info {
    padding: 50px 0 32px;
  }
  .contact-info h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0 9px;
  }
  .page-banner {
    padding: 43px 0 38px;
  }
  .content-area {
    padding: 43px 0 50px;
  }
  .content-area h1 {
    font-size: 30px;
  }
  .content-area h2, .content-area h3 {
    font-size: 22px;
    line-height: 1.2em;
  }
  .attorney-area {
    padding: 42px 0 5px;
  }
  .attorney-area .left-box, .attorney-area .right-box {
    width: 100%;
  }
  .attorney-side .image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .attorney-area ul {
    margin: 0 0 28px;
  }
  .attorney-area h3 {
    font-size: 22px;
    margin: 0 0 25px;
  }
	.alignright {
		float: none;
		margin: 0 0 12px 0;
	}
	.blog-outer {
		padding-bottom: 46px;
	}
	footer {
		padding: 30px 0 24px;
	}
	.footer-menu ul {
		flex-wrap: wrap;
		gap: 0;
		column-gap: 10px;
	}
}