




@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); */

:root { 

  --default-color: #000; 
  --heading-color: #37517e; 
  --accent-color: #47b2e4; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
}
h1, h2, h3, h4, h5, h6, .faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 600;
  letter-spacing: normal!important;
}

ul, ol {
  margin: 0 0 2rem 0rem;
}
/* Nav Menu Colors */
:root {
  --nav-color: #ffffff; 
  --nav-hover-color: #47b2e4;
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #444444;
  --nav-dropdown-hover-color: #47b2e4; 
}

/* Color Presets*/


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

html {
  font-size: 14px; 
} 


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  font-size: 1rem;
  background-color: var(--background-color);
  letter-spacing: normal!important;
  font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

a {
  color: var(--accent-color);
  text-decoration: none!important; 
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  margin: 0;
  color: var(--heading-color);
  font-family: "Poppins", sans-serif;
}



p {
  margin: 0;

  font-family: "Poppins", sans-serif;
}
.red-yellow {
  color: #9B2020;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}
.PhoneHeader.span-text {
  font-weight: 700;
  font-size: 20px;
} 
/* header#site-header {
  position: absolute;
  width: 100%;
} */

header#site-header {
  position: absolute;
  width: 100%;
  z-index: 22;
}
#site-header {
  background: transparent;
}
.sliderHeading {
  font-size: 2.83rem;
  line-height: 3.6rem;
  font-weight: 700;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 68%);
}
.sliderSubHeading {
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 68%);
} 
.sectionHeading {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.sectionSubHeading {
  font-size: 1.2rem;
  line-height: 1.64rem;
  font-weight: 600;
}
.sectionDescription, .select-ul li, .select-ul li a, .selection-ul li, .servicesList li a {
  font-size: 1.021rem;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
}
ul.select-ul li{
  margin-bottom: .1rem;
  list-style: square;
}
.cast-heading{
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
}
.servicesList ul {
  margin-left: 0px;
}
.carousel-inner, div#homeSlider {
  height: 89vh;
}
#homeSlider .carousel-caption {
  right: initial;
  left: 50%;
  width: 61%;
  transform: translate(-50%,-50%);
  top: 55%;
}
#homeSlider .carousel-indicators [data-bs-target] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #B49363;
}
#homeSlider .carousel-indicators .active {
  opacity: 1;
  background-color: #B49363;
}
.citation-small-heading {
font-size: 1.24rem;
line-height: 1.6rem;
}
.section-small-heading {
font-size: 1.7rem;
line-height: 1.9rem;
font-weight: 700;
}
.display-table {
  display: table;
}
.scrolled header#header {
background: #ffffff;
box-shadow: 0 0 4px #e2e2e2;

}
.logoHeader-color {
width: 148px;
}
.logoHeader-color{
display: none;
}
.scrolled header#header .navmenu a{
color: #000 !important;
}

.scrolled header#header .logoHeader-color{
display: block;
}
.scrolled header#header .logoHeader{
display: none;
}
.yellowText {
color: #F9C264;
} 
.blue-text {
  color :#003159;
}
.brown-text{
  color: #B49363;
}

section {
  padding: 80px 0px;
}

section p{padding-bottom:0}

.carousel-indicators {
  margin-bottom: 2rem;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

.btn-red {
  color: #fff;
  background: #9B2020;
  font-size: 1rem;
  padding: 8px 26px;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 700;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-red:focus {
color: #fff;
background: #9B2020;
}
.btn-red:hover, .btn-red:focus:hover {
  color: #f8f8f8;
  background: #770404;
}

/********wp css*****/


.form-control {
  display: block !important;
  width: 100%!important;
  padding: .375rem .75rem!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  line-height: 1.5!important;
  color: #212529!important;
  background-color: #fff!important;
  background-clip: padding-box!important;
  border: 1px solid #ced4da!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  border-radius: 0rem!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;

}


.header-inner {
  padding: 1rem 0;
}

  #site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


#site-header.sticky .header-navigation-wrapper a, #site-header.sticky .header-navigation-wrapper .icon, #site-header.sticky .header-navigation-wrapper .primary-menu ul a{
  color: #000 !important;
  }

#site-header.sticky .span-text{
  color: #000 !important;
}

.primary-menu ul .icon{
  color: #000 !important;
}

.primary-menu ul a {
  
  padding: 1rem 1rem;
}
.primary-menu .icon::before{
  height: 0.6rem;
  width: 0.12rem;
}
.primary-menu .icon::after {
  height: 0.1rem;
  width: 0.6rem;
}
img.call-img {
  width: 27px;
}
.primary-menu ul {
  background-color: #ffffff !important;
  box-shadow: 0 6px 8px 1px #0000004a;
  width: 272px;
  font-size: 16px;
  border-bottom: 2px solid #9B2020;
  box-shadow: 0 6px 8px 1px #0000004a;
  -webkit-transition: all .6s,-webkit-transform .6s;
  transition: all .6s,-webkit-transform .6s;
  transition: all .6s,transform .6s;
  transition: all .6s,transform .6s,-webkit-transform .6s;
  padding: 0;
  border-radius: 0;
  right: unset;
  left: 0;
  display: none;
}
.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul{
  display: block;
}
.primary-menu ul ul {
  left: 264px;
  top: 0px;
}
.primary-menu ul li {
  border-bottom: 1px solid #0000003d;
  border-left: 5px solid #f9c26400;
  transition: .5s;
  
}

.primary-menu ul li:hover {
  border-left: 4px solid #f9c264;
}
.primary-menu ul li:active {
  border-left: 4px solid #f9c264;
}
.primary-menu ul::after {
 display: none;
}

.primary-menu ul a{
  color: #000 !important;
}

.stripe-icon{
  width: 20px;
}

.header-navigation-wrapper a, .header-navigation-wrapper .icon {
  color: #fff !important;
  font-size: 1.1rem;
}
.span-text{
  color: #ffffff;
}

div#homeSlider:after {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #00000069;
  content: '';
  width: 100%;
  z-index: 1;
  height: 100%;
}
div#homeSlider .carousel-inner .carousel-caption {
  z-index: 11;
}

/* Section Css*/
.forminator-ui#forminator-module-538.forminator-design--default .forminator-button-submit {
  background-color: #9b2020!important;
}

.blogBox:hover a.blue-text {
  color: #000;
}
a.page-numbers {
  color: #002f55;
}
span.page-numbers.current {
  color: #fff;
  background: #9B2020;
}
a.next.page-numbers, a.prev.page-numbers{
  background: transparent;
}
.page-numbers {
  background: #f7f7f7;
  padding: 4px 12px;
  height: 30px;
  display: table;
}
.blogBox > a {
  position: relative;
  overflow: hidden; 
  
  /* border-radius: 10px; */
}
.blogBox img.card-img-top.wp-post-image {
  border-radius:10px;
}
.blogBox img.img-fluid {
  width: 100%;
}

.blogBanner .sliderSubHeading {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-shadow: none;
}  
.footer-width-fixer .elementor-88 .elementor-element {
  gap: 0;
}
.footer-width-fixer .elementor-widget-container p, .footer-width-fixer .elementor-button-wrapper a.elementor-button.elementor-button-link.elementor-size-sm, .footer-width-fixer .elementor-icon-box-description {
  font-size: .95rem!important;
  line-height: 1.5rem!important; 
} 

.footer-width-fixer .elementor-heading-title.elementor-size-default{
  font-size: 1.1rem!important;
  line-height: 1.5rem!important; 
}
.servicesList{
display: table;
}
.slick-slide {
  height: auto!important;
}
/* .abtImg3 {
  position: absolute;
  top: 50%;
  left: 58px;
  transform: translate(0,-50%);
  width: 56%;
  z-index: 11;
} */
.positionRelative{
    position: relative;
}
.getBetter .img-fluid {
  /* margin: 0 auto 14px auto; */
  width: 68px;
}
/* .getBetter:hover .img-fluid {
  filter: invert();
} */
.getBetter {
  text-align: center;
  background: #F4F4F4;
  padding: 18px 20px;
  border-radius: 14px;
  box-shadow: 0px 3.89924px 3.89924px rgba(0, 0, 0, 0.25);
}
.getBetter:hover {
  box-shadow: 0px 8px 6px rgb(0 0 0 / 11%);
}
 /* .getBetter:hover p{
  color:#fff;  
}    */
.primary-menu ul li.menu-item-has-children .icon {
  top: calc(50% - 0.6rem);
  transform: rotate(224deg);
}
.lawBg{
  position: relative;
  overflow: hidden;
  height: 86vh;
}
.lawBg:after {
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(0deg, #000000b0 38%, #00051c8f);
  content: '';
  width: 100%;
  z-index: 1;
  height: 100%;
}
.getBetter span {
  /* background: #fff; */
  display: table;
  margin: 0px auto 10px auto;
  padding: 8px;
  border-radius: 50%;
  width: 64px;
  /* box-shadow: 0 4px 0px 0px #EDA644; */
}
.getBetter span img{
 margin-bottom: 0px;
}
.banAbt{
  position: relative;
  bottom: -60px;
  width: 465px;
}
ul.sub-menu li a {
  font-size: 1.1rem;
}
.readTxt {
  font-weight: 600;
  border-bottom: 2px solid #003159;
  color: #003159;
  width: fit-content;
}
.blogBox {
  /* box-shadow: 0 0px 8px rgb(0 0 0 / 7%); */
  border-radius: 20px;
  padding-bottom: 20px;
  height: 100%;
}
.blogBox .card-body {
  padding: .75rem 0rem;
}
.card.blogBox {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.connectTxt {
  font-weight: 600;
  border-bottom: 2px solid #EDA644;
  color: #EDA644;
}

.connectTxt:hover{
  color: #EDA644;
}
.profiletxt {
  color: #EDA644;
  font-size: 1.1rem;
}
span.joeImg {
  position: absolute;
  bottom: 0;
  width: 218px;
  left: -124px;
}
.teamBlueBox {
  background: #081D34;
  border-radius: 16px;
  position: relative;
  width: 82%;
  left: 78px;
  padding-left: 102px;
  padding-top: 18px;
  padding-bottom: 28px;
  padding-right: 20px;
  margin-top: 48px;
} 
.testimonial-slider .slick-slide.slick-current.slick-active {
  position: relative;
}
span.leftQutes {
  position: absolute;
  top: 0px;
  left: 1px;
}
span.rightQutes {
  position: absolute;
  bottom: 190px;
  right: 11px;
}
.testimonial-slider{
  position: relative;
}
.proactive-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 16px;
}
.blueTeamBox:after {
  position: absolute;
  bottom: 10px;
  width: 84%;
  height: 50%;
  background: #EDA644;
  content: '';
  border-radius: 94px 94px 10px 10px;
  left: 50%;
  transform: translate(-50%, 10px);
  /* box-shadow: 0px 8px 0px #9b2020; */
}   
.blueTeamBox img {
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 34px 0px;
}
.proactive-section::after {
  position: absolute;
  content: '';
  width: 40%;
  height: 100%;
  background: #1D2C46;
  top: 0;
  right: 0;
}
.proactive-bx {
  padding: 0px 15px;
  border-left: 3px solid #B49363;
  text-align: left;
  transition: 1s ease;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.bgNewBlue {
  position: absolute;
  top: 0px;
  opacity: .2;
  right: 0;
}
.starImg {
  width: 98px;
}
.qutImg {
  width: 40px;
}
.homeSec6 {
  background: #f7f7f7 url(https://www.joepluta.net/wp-content/uploads/2024/10/image-233.png) no-repeat right bottom;
  background-size: 250px;
  position: relative;
  overflow: hidden;
}
.firmChoiceBg{
  height: 86vh;
  position: relative;
  overflow: hidden;
}

.video-section2{
  height: 86vh;
  position: relative;
}
span.leftPatch {
  position: absolute;
  bottom: -30px;
  width: 208px;
  z-index: -1;
}
span.rightPatch {
  position: absolute;
  top: 30px;
  width: 274px;
  z-index: -1;
  right: 0;
}

.firmChoice {
  background: linear-gradient(rgb(0 0 0 / 62%) 100%, rgb(1 6 33) 100%);
  padding: 28px;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.text-black {
  color: #000;
}
.blueCase {
  background: #003159;
  padding: 30px 40px;
  border-radius: 20px;
  height: 100%;
}

.boxHeading {
  font-size: 1.24rem;
  line-height: 1.6rem;
  font-weight: 600;
}
.serv-cont-bx .boxHeading, .actBox .boxHeading {
  font-size: 1rem;
  line-height: 1.42rem;
  font-weight: 600;
}
.ActIcon img {
  margin: 0 auto;
}
.text-yellow{
  color: #B49363;
}
.sectionHeading2 {
  font-size: 1.7rem;
  line-height: 2.3rem;
}
img.arrowIcon {
  width: 66%;
}

.cast-div {
  position: relative;
  overflow: hidden;
  box-shadow: -8px 10px 0px 0px #FFC107;
  border-radius: 60px 0px 60px 0px;
}
.cast-div img {
  /* border-radius: 60px 0px 60px 0px; */
  width: 100%;
  filter: grayscale(0.6);
}
.cast-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 21px 16px;
  background: linear-gradient(359deg, black, transparent);
  /* height: 100%; */
}

.service-bx {
  background: #ffffff;
  box-shadow: 0px 4px 6px 0px #cfcfcf;
  padding: 12px 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
  transition: 1s ease;
  margin: 20px auto 0px auto;
  justify-content: center;
}
.blogBox:hover .sectionSubHeading {
  color: #000;
}
.service-bx:hover {
position: relative;
transform: translate3d(0, -8px, 0);
}
.serv-img-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 48px;
    height: 48px;  */
}

#slickSlider .slick-prev:before {
  content: "";
  background: #B49363 url(https://www.lifebulb.com/assets22/img/left-arrow.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#slickSlider .slick-next:before {
  content: "";
  background: #B49363 url(https://www.lifebulb.com/assets22/img/right-arrow.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#slickSlider .slick-prev, #slickSlider .slick-next {
  bottom: 0px;
  transform: initial;
  top: initial;
  left: initial;
}
#slickSlider .slick-prev{
right: 85px;
}
#slickSlider .slick-next {
  right: 34px;
}
section.banner-section{
  position: relative;
}
/* .inner-banner-bx {
  position: relative;
  z-index: 11;
} */
/* .banner-section:after {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0000007a;
  content: '';
  width: 100%;
  z-index: 1;
  height: 100%;
} */

.servicesList ul li {
  width: 41%;
  float: left;
  list-style: square;
  color: #EDA644;
  padding-bottom: 4px;
  margin-right: 40px;
}
.servicesList li a {
  color: #fff;
  /* font-size: 1.1rem;
  line-height: 1.5rem; */
}
.blueStripBox {
  background: #003159;
}
.blueCase .btn-red {
  font-size: 1rem;
}
.hmIconBx {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  justify-content: center;
}
.hmIconBx:after, .border-right:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 83%;
  background: #b49363;
  right: 0px;
  top: 50%;
  transform: translate(0,-50%);
}
.col-lg-4:nth-child(3) .hmIconBx:after, .col-md-3.text-center:nth-child(4) .millionBox:after, .col-lg-4:nth-child(3) .border-right:after{
  content:none;
}
span.hmIcon {
  width: 48px;
}
.custom-logo-link {
  background: url(https://www.joepluta.net/wp-content/uploads/2024/11/Joe-Pluta-Logo-Updated-White.png) no-repeat center , center;
  height: 44px;
  width: 180px;
  background-size: 174px;
}
.header-footer-group.sticky .custom-logo-link {
  background: url(https://www.joepluta.net/wp-content/uploads/2024/11/Joe-Pluta-Logo-Updated.png) no-repeat center, center;
  height: 44px;
  width: 180px;
  background-size: 174px;
}
.site-logo img {
  display: none;
}
.millionTxt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1rem;
}
.millionBox {
  position: relative;
}
.millionBox:after {
  position: absolute;
  background: #e4e4e4;
  width: 1px;
  height: 100%;
  content: '';
  right: -10px;
  top: 50%;
  transform: translate(0px, -50%);
}
.Frequently-Asked-Questions  .accordion-item button.accordion-button {
  border-bottom: 2px solid #e4e4e4;
  padding: 4px 10px;
}
.Frequently-Asked-Questions .accordion-button:focus {
  border-color: transparent!important;
}
.abtBanner {
  background: linear-gradient(90deg, #00000087 38%, #00000017), url(https://www.joepluta.net/wp-content/uploads/2024/10/abtBan.jpg) no-repeat center top;
  height: 68vh;
  border-radius: 0px 0px 0px 0px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}


.contactBanner { 
  background: linear-gradient(90deg, #000000a8 38%, #00000070), url(https://www.joepluta.net/wp-content/uploads/2024/11/contactBanner.jpg) no-repeat right top;
  height: 62vh;
  border-radius: 0px 0px 0px 0px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teamBanner { 
  background: linear-gradient(90deg, #000000a8 38%, #00000070), url(https://www.joepluta.net/wp-content/uploads/2024/11/teamBg.jpg) no-repeat right top;
  height: 62vh;
  border-radius: 0px 0px 0px 0px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
header#site-header .primary-menu a:hover, header#site-header .primary-menu a:focus, header#site-header .primary-menu .current_page_ancestor {
  text-decoration: none!important;
}
.lineBox {
  position: relative;
}
.lineBox::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 98%;
  background: #dcdcdc;
  right: 24px;
  top: 50%;
  transform: translate(0,-50%);
}

/* Section End Css*/


/********Worker Comp********/
.blueCase-new {
  background: #003159;
  padding: 30px 36px;
  border-radius: 20px;
  height: 100%;
}
.testimonialBox .slick-next {
  left: 65px;
  top: 270px;
}

.testimonialBox .slick-prev {
  left: 15px;
  top: 270px;
}

.testimonialBox button.slick-next:before {
  background: url(https://www.joepluta.net/wp-content/uploads/2024/11/Arrow-1.png) no-repeat center;
  background-size: 28px;
}

.testimonialBox button.slick-prev:before {
  background: url(https://www.joepluta.net/wp-content/uploads/2024/11/Arrow-2.png) no-repeat center;
  background-size: 28px;
}

.testimonialBox .slick-prev:before,
.testimonialBox .slick-next:before {
  font-size: 36px;
  color: #ffffff00;

}

button:hover {
  text-decoration: none;
}


.get-the-best-section li, .eligible-workers-section li, .Make-a-difference li, .bakersfield-tab-section li, .Term-Disabilit li {
  line-height: 1.5;
  margin: 0.5rem 0 0 17px;
}

.get-the-best-section ul,
.get-the-best-section ol,
.eligible-workers-section ul,
.eligible-workers-section ol,
.Make-a-difference ul,
.Make-a-difference ol,
.bakersfield-tab-section ul,
.bakersfield-tab-section ol,
.Term-Disabilit ul,
.Term-Disabilit ol
{
  margin: 0 0 2rem 0;
}



.eligible-workers-section ul
{
  margin: 0 0 0rem 0;
}

.citation-heading {
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-weight: 700;
}

section.banner {
  padding-top: 210px;
  padding-bottom: 110px;
}

.banner-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 93vh;
}

.citation-section {
  z-index: 1;
  margin-top: -55px;
  position: relative;
}

.blue-citation-wrapper {
  display: flex;
  justify-content: space-evenly;
  background-color: #003159;
  padding: 20px 0px;
}

.small-citation-bx {
  text-align: center;
  border-right: 1px solid #ffffff1c;
  padding: 7px 45px;
  width: 100%;
}

.box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.small-citation-bx:last-child {
  border-right: 0px;
}


.bakersfeild-section {
  background: #EDF7FF url(https://www.joepluta.net/wp-content/uploads/2024/09/dotBg.png) top center no-repeat;
  background-size: 100%;
}
.select-ul li::marker {
  color: #EDA644;
}

.get-the-best-section {
  background: linear-gradient(to right, #0000005e, #000000d9), url(https://www.joepluta.net/wp-content/uploads/2024/11/Female-Manufacturing-Engineer-in-Hard-Hat-1.png);
  background-size: cover;
  background-position: center left;
  background-attachment: fixed;
}


.formBlueBox .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child),
.formBlueBox .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 15px;
}

.formBlueBox .forminator-ui#forminator-module-1548.forminator-design--default .forminator-input {
  font-size: 14px;
}

.formBlueBox .forminator-ui#forminator-module-1548.forminator-design--default .forminator-button-submit:active,
.formBlueBox .forminator-ui#forminator-module-1548.forminator-design--default .forminator-button-submit:hover {
  background-color: #9b2020;
  color: #FFFFFF;
}

.formBlueBox .forminator-ui#forminator-module-1548.forminator-design--default .forminator-button-submit {
  background-color: #9b2020;
  color: #FFFFFF;
  border-radius: 44px;
}

.selection-ul {
  padding-left: 20px;
  display: table;
}

.formBlueBox {
  background: #1b3e5e;
  padding: 20px 30px;
  border-radius: 10px;
}
/* .banner-section:after {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0000007a;
  content: '';
  width: 100%;
  z-index: 1;
  height: 100%;
} */
.selection-ul li {
  font-size: 1.021rem;
  line-height: 1.4rem;
  margin-bottom: .7rem;
  float: left;
  width: 46%;
  position: relative;
  margin: 0px 22px 10px 0px;
}
.selection-ul li:before {
  content: "\25BA \0020";
  font-size: 17px;
  position: absolute;
  top: 1px;
  left: -20px;
  color: #EDA644;
}

.selection-ul li::marker {
  color: transparent;
}

.quali-row {
  padding: 2rem 0rem;
  position: relative;
}

section.sixth-section {
  padding: 120px 0px;
}

ul.redul li {
list-style: square;
margin-bottom: .7rem;
margin-left: 0;
}

.quali-row:after {
  position: absolute;
  content: '';
  width: 88%;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #e3e3e3;
  bottom: 0;
}


.redline {
  position: relative;

}

.redline::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  background: #9B2020;
  left: -46px;
  top: 0;
}

.quali-img-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}

.quali-img-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  border-radius: 50%;
  background: #ffffff;
  width: 70px;
  height: 70px;

  box-shadow: 0 3px #9B2020;
}

.cta-wrapper {
  background: #003159;
  padding: 50px 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.bakersfield-tab-section .nav-pills .nav-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 240px;
}



.bakersfield-tab-section .nav-pills .nav-link.active,
.bakersfield-tab-section .nav-pills .nav-link:hover {
  color: #1B3E5E;
  text-decoration: none;
}


.bakersfield-tab-section .nav-pills .nav-link.active .stepHeading,
.bakersfield-tab-section .nav-pills .show>.nav-link {
  background-color: #F9C264;
}

.bakersfield-tab-section .nav-pills .nav-link.active,
.bakersfield-tab-section .nav-pills .show>.nav-link {
  color: #000000;
  background-color: transparent;
}

.bakersfield-tab-section .nav li.nav-link.active::after {
  background-color: #Fff;
}

.bakersfield-tab-section .nav-pills .nav-link .stepHeading {
  background: #D9D9D9;
  border: 0;
  border-radius: 1.5rem;
  width: fit-content;
  margin: 0 5px;
  color: #000;
  box-shadow: 0 2px 2px #0000005c;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  padding: .5rem 1rem;
  font-size: 12px;
  text-transform: capitalize;
}

.bakersfield-tab-section .nav-pills .nav-link .boxHeading {

  text-transform: capitalize;
}

.bakersfield-tab-section .nav {
  justify-content: space-evenly;
}
.serv-img-bx img {
  width: 44px;
}
.bakersfield-tab-section .nav li {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* gap: 20px; */
  margin: 0 0px;
  position: relative;
}

.bakersfield-tab-section .nav li .nav-link::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 4px;
  background-color: #000000;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 16px);
}
.formBlueBox button.forminator-button.forminator-button-submit.btn-red {
  width: 100%!important;
}
.nav li {
  position: relative;
  line-height: 1em;
}

.bakersfield-tab-section .nav li .nav-link.active::after {
  background: #9B2020;
}

.text-yellow {
  color: #F9C264;
}

.Make-a-difference .Make-A-Difference-Content {
  background: #1B3E5E;
  border-radius: 20px;
  padding: 30px 35px;
  margin: 4% -10% 0 -25%;
}


.Compensation-Types .accordion-button:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(https://www.joepluta.net/wp-content/uploads/2024/11/arrow-down-n.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.Frequently-Asked-Questions .accordion-button:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url('https://www.joepluta.net/wp-content/uploads/2024/11/arrow-down-n.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.Compensation-Types .accordion-button.collapsed:after {
  transform: rotate(0deg);
}
.lineBoxSt .boxHeading {
  padding-left: 11px;
  border-left: 4px solid #EDA644;
}
.Compensation-Types .accordion-button:not(.collapsed):after {
  background-image: url(https://www.joepluta.net/wp-content/uploads/2024/11/arrow-down-n.png);
  transform: rotate(180deg);
}

.Compensation-Types .accordion-item .boxHeading {
  font-size: 1.1rem;
  text-transform: capitalize;
}

.Compensation-Types .second-subHeading {
  font-size: 20px;
}

.Compensation-Types .accordion-button:not(.collapsed) .boxHeading {
  color: #1B3E5E !important;
}

.Compensation-Types .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  border-bottom: 3px solid #1B3E5E;
}

.Compensation-Types .accordion-item {
  border: none;
  background: transparent;
  border-bottom: 1px solid #D9D9D9;
}

.Compensation-Types .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
  text-decoration: none;
}

.Frequently-Asked-Questions .accordion-item, .Compensation-Types .accordion-item {
  border: none;
}

.Frequently-Asked-Questions .boxHeading {
  font-weight: 600;
  font-size: 19px;
  text-transform: capitalize;
  color: #003158;
}
.Frequently-Asked-Questions .accordion-button.collapsed:after {
  transform: rotate(0deg);
}
.Compensation-Types .accordion-item {
  background-color: #ffffff00;
  border: 1px solid rgb(0 0 0 / 0%);
  border-bottom: 1px solid #00000033;
}
.Frequently-Asked-Questions .accordion-button:not(.collapsed){
  color: #0c63e4;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #2b2b2b!important;
}

.Frequently-Asked-Questions .accordion-button:not(.collapsed):after {
  background-image: url('https://www.joepluta.net/wp-content/uploads/2024/11/arrow-down-n.png');
  transform: rotate(180deg);
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

/* button.accordion-button {
  padding: 2px 10px;
  border-bottom: 2px solid #adadad;
} */

ul.redul.redline {
  margin: 0;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
  letter-spacing: 0;
}

.cta-section {
  position: relative;
}

.cta-image {
  position: absolute;
  right: 0;
  width: 200px;
  top: 0;
  filter: opacity(0.2);
}

.cta-image-left {
  position: absolute;
  left: 0;
  /* width: 200px; */
  top: 22%;
  filter: opacity(0.5);
}
.citation-small-heading {
  font-size: 1.12rem;
  line-height: 1.6rem;
}
.table-bordered>:not(caption)>* {
  border-bottom: 1px solid #dcd7ca;
}

.border-right {
  padding: 0px 40px 0px 10px;
}
.read-more-btn {
  color: #9B2020;
  cursor: pointer;
  font-size: .91rem;
}
.bakersfield-tab-section .nav-pills .nav-link .boxHeading {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
}
.read-more-btn:hover {
  color: #000;
}

.serviceSeek-bx {
border-radius: 14px;
box-shadow: 0px 3.89924px 3.89924px rgba(0, 0, 0, 0.25);
}

.servSeek-img img {
width: 100%;
border-radius: 4px;
}

.servSeek-cont {
padding: 18px 20px;
}
a.yellowText:hover {
  color: #FFC107;
}
.banner-bx {
  background: #0000005c;
  padding: 27px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  border-left: 2px solid #F9C264;
  box-shadow: 0px 3px 3px 0px #00000036;
}

.black-btn {
  background: linear-gradient(#00000000, #000000, #000000);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 32px 10px;
  border-radius: 0 0 62px 0;
  justify-content: center;
}

.consult-a-inj-bx {
  position: relative;

}

.consult-a-inj-bx .consult-a-img {
  width: 100%;
}
.Industrial-Accidents-Occur .nav-pills .nav-link {
  text-align: start;
  align-items: baseline;
}
.Industrial-Accidents-Occur .nav li .nav-link::after {
 
  left: 0;
  transform: translate(0, 16px);
}
.Industrial-Accidents-Occur .nav-link {
  padding: .5rem 0rem;
}
.Industrial-Accidents-Occur .nav {
  justify-content: space-between;
}
.about-slider .slick-prev:before {
  content: "";
  background: #f7f7f7 url(https://www.lifebulb.com/assets22/img/left-arrow.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 12px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0px 3.89924px 3.89924px rgba(0, 0, 0, 0.25);
}


#serviceslickSlider .slick-next:before {
  content: "";
  background: #f7f7f7 url(https://www.lifebulb.com/assets22/img/right-arrow.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0px 3.89924px 3.89924px rgba(0, 0, 0, 0.25);
}

#serviceslickSlider .slick-prev:before {
  content: "";
  background: #f7f7f7 url(https://www.lifebulb.com/assets22/img/left-arrow.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 12px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0px 3.89924px 3.89924px rgba(0, 0, 0, 0.25);
}

.about-slider .slick-next:before {
  content: "";
  background: #f7f7f7 url(https://www.lifebulb.com/assets22/img/right-arrow.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0px 3.89924px 3.89924px rgba(0, 0, 0, 0.25);
}

.about-slider .slick-next {
  right: -69px;
}


.about-slider .slick-prev {
  left: -33px;
}



#serviceslickSlider .slick-next {
  right: -69px;
}


#serviceslickSlider .slick-prev {
  left: -33px;
}

.blog-content-bx .sectionDescription {
  font-weight: 600;
}
.blog-content-bx .readTxt {
  font-size: .94rem;
}
/********Worker Comp End wp css*****/

/********End wp css*****/
@media (min-width: 1000px) {
.header-titles-wrapper {
  margin-right: 0;
}
}



@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  /* .navmenu .dropdown:hover>ul{
    position: relative;
  } */

  .navmenu .dropdown:hover>ul li{
    position: initial!important;
  }

  .navmenu a, .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
}

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #b1b1b1;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 0px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #000;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: 90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color:  #000;
  }

  .navmenu .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .scrolled header#header .mobile-nav-toggle {
    color: #000000;
}

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 0px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color:#fff;
  background-color:#000;
}


/* 
.cmt-bgcolor-skincolor .featured-content{
padding: 18px;
} */



/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.primary-menu > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.7rem);
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

.elementor-widget-divider .elementor-divider {
  margin-bottom: 16px;
}
.footer-form #forminator-module-1095:not(.select2-dropdown) {
  display: flex;
}

.footer-form{
  margin-top: 0;
}
.footer-form .forminator-ui#forminator-module-1095.forminator-design--default .forminator-button-submit {
  color: #fff;
  background: #9B2020!important;
  height: 41px !important;
}
.footer-form .forminator-ui#forminator-module-1095.forminator-design--default .forminator-button-submit {
  font-size: 11px !important;
  height: 41px !important;
}
.footer-form .forminator-ui#forminator-module-1095.forminator-design--default .forminator-error-message {

  position: absolute;
}
.footer-form .forminator-ui.forminator-custom-form[data-design=default] {
margin: 0;}

.blog-img-box img{
  width: 100%;
  /* height: 200px; */
}
.blog-img-box {
  position: relative;
  overflow: hidden;
  /* height: 148px; */
  border-radius: 10px 10px 0px 0px;
}
section.foundationBg:after {
  background: #f7f7f7;
  width: 100%;
  height: 70%;
  top: 0px;
  content: '';
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: -1;
}
.sixth-section::after {
  content: "";
  position: absolute;
  right: 88px;
  top: 0;
  width: 38%;
  height: 100%;
  background-size: contain;
  background: #00000060;
}
.box-testimonial{
  padding-left: 25px;
  position: relative;
  height: 100%;
  z-index: 1;
}
.personalBanner{
background: url(https://www.joepluta.net/wp-content/uploads/2024/11/espBannner.jpg) no-repeat center top; background-size: cover;
            background-position: center;
            display: flex;
            align-items:center; height: 68vh;
}
.breadcrumb li {
  padding: 0px 2px;
}
.breadcrumb li a, .breadcrumb li {
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  color: #fff;
}
.Benefit-From-Our-Personal-Injury .box {
  padding: 10px 10px 10px 31px;
  border-left: 6px solid #F9C264;
  margin: 20px 0;
  background: #fff;
  border-radius: 50px;
  min-height: 100px;
  display: flex;
  /* align-items: center; */
  box-shadow: 0px 4px 6px 0px #cfcfcf;
  flex-direction: column;
  /* text-align: left; */
  justify-content: center;
}


.Benefit-From-Our-Personal-Injury .box .sectionDescription {
  font-size: 18px;
}

  .text-img-wrapper{
    position: relative;
  }


  .left-text-box {
    position: absolute;
    top: 50%;
    left: 0px;
    padding: 0 27px;
    transform: translate(10px, -50%);
    /* width: 400px; */
}

  .card-1 img.overlay {
    mix-blend-mode: overlay;
  }
  .card-1 {
      background: linear-gradient(#000000a3 60%, rgba(0, 0, 0, 0.75));
  }
  .card.blogBox .sectionSubHeading {
    font-size: 1.05rem;
    line-height: 1.4rem;
    font-weight: 600;
}
  .disclaimerTxt{
    font-size: 1rem;
  }
  section.Term-Disabilit.bakersfield-tab-section:after {
    position: absolute;
    background: #000;
    width: 50%;
    right: 0px;
    content: '';
    height: 100%;
    top: 0px;
}
.Know-When .boxHeading {
  font-size: 20px;
}
button.nav-link {
  width: 100%;
  font-size: 1.2rem!important;
  text-align: left;

}
section .sectionDescription a {
  color: #006dc3!important;
}
section .sectionDescription a:hover {
  color: #006dc3!important;
  border-bottom: 1px solid #006dc3;
}

@media (min-width: 700px){
  .site-logo img {
    max-height: 4rem;
}
h5, .heading-size-5 {
  font-size: 1.7rem;
}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  [data-aos-delay] {
    transition-delay: 0 !important;
  }
 
}
.testimonial-slider .sectionDescription {
  font-size: 1.1rem;
  line-height: 1.7rem;
}
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/


/* @media (min-width: 1500px) {
  .container {
    max-width: 82%;
}
}
 */
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/

@media screen and (max-width: 400px) {
.testimonialBox .slick-next, .testimonialBox .slick-prev {
  top: 279px !important;
}
}
@media (min-width:401px) and (max-width: 768px){
  .testimonialBox .slick-next, .testimonialBox .slick-prev {
    top: 195px !important;
  }
  }
@media (min-width: 700px) {
.stripe-container{
  max-width: calc(100% - 8rem);
}
}


@media screen and (max-width: 767px) {
  .blog-content-bx .readTxt {
    font-size: .74rem;
}
  .Blogbanner {
    height: auto!important;
}
  .Term-Disabilit .nav li {
    width: 97%!important;

}
  .banner-height {
    height: 124vh !important;
}
  .bakersfield-tab-section .nav li {
    width: 30%;
}
.bakersfield-tab-section .nav-pills .nav-link {
 
  width: 146px;
}

  .industrialAccSecTab{
    padding-top: 0px;
  }
  .Make-a-difference{
    padding-top: 0px;
  }
  .table-bordered>:not(caption)>* {
    white-space: break-spaces;
}
  .Term-Disabilit .nav li {
    width: 100%!important;
    margin: 0 10px!important;
    margin-bottom: 14px!important;
}
  section.Term-Disabilit.bakersfield-tab-section:after {
    width: 100%;
    height: 51%;
    top: 50%;
}
  .carousel-inner, div#homeSlider {
    height: 660px;
  }
  .form-bx {
    padding: 40px 20px;
}
  /* .blog-img-box {
    height: 82px;
} */
  .profiletxt {
    font-size: .88rem;
}
  .sixth-section .slick-arrow {
    top: 100%!important;
}
  .header-inner.section-inner {
    width: 100%;
}
  video#myVideo4 {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
  .blogBox {
    margin-bottom: 20px;
}
  .blueCase .slick-prev, .blueCase .slick-next {
    top: 106%;
}
.blueCase .slick-prev {
    left: 40%;
}
.blueCase .slick-next {
  right: 40%;
}
  .hmIconBx:after, .border-right:after {
display: none;
   
}

  .Benefit-From-Our-Personal-Injury .box {
    margin: 8px 0;
}



  .Third-Party ul.select-ul li>ul.select-ul {
margin: 1rem 0 0 .1rem;
}
  .blogBox > a {
    

}
.Benefit-From-Our-Personal-Injury .box {
  padding: 10px 10px 10px 23px;
  margin: 10px 0;
 
}
section.eligible-workers-section {
  padding-top: 0px;
}

.banner-section {
  height: 76vh;
}
  .contactBanner {
    height: 60vh;
 }
 .personalBanner, .abtBanner {
  height: 60vh;
}
  .selection-ul li:before {
    font-size: 11px;
    left: -16px;
}
  .sixth-section .carousel-control-prev img, .sixth-section .carousel-control-next img {
    width: 24px;
}
  #homeSlider .carousel-inner .carousel-item:nth-child(1) {
    background: url(https://www.joepluta.net/wp-content/uploads/2025/04/mobsld1.webp) no-repeat top center;
    height: 660px;
    background-size: cover;
}
.box-testimonial{
  padding-left: 0px;
}
#serviceslickSlider .slick-next, #serviceslickSlider .slick-prev  {
display: none !important;
}

section.foundationBg:after {
  height: 88%;
}

#homeSlider .carousel-inner .carousel-item:nth-child(2) {
  background: url(https://www.joepluta.net/wp-content/uploads/2025/04/mobsld2.webp) no-repeat top center;
  height: 660px;
  background-size:  cover;
}
#homeSlider .carousel-inner .carousel-item:nth-child(3) {
  background: url(https://www.joepluta.net/wp-content/uploads/2025/04/mobsld4.webp) no-repeat top center;
  height: 660px;
  background-size: cover;
}
#homeSlider .carousel-inner .carousel-item:nth-child(4) {
  background: url(https://www.joepluta.net/wp-content/uploads/2025/04/mobsld3.webp) no-repeat top center;
  height: 660px;
  background-size: cover;
}
#homeSlider .carousel-inner .carousel-item:nth-child(5) {
  background: url(https://www.joepluta.net/wp-content/uploads/2025/04/mobsld5.webp) no-repeat top center;
  height: 660px;
  background-size: cover;
}
  .carousel-item img {
    display: none!important;
}
.proactive-bx {
  padding: 0px 10px;
  border-left: 2px solid #B49363;
}
.proactive-bx br {
display: none;
}
  .modal-menu ul li {
    border-left-width: 6px;
}
  .header-inner .toggle {
    padding: 0px 10px;
    justify-content: end;
}
  ul.sub-menu li a {
    font-size: .9rem;
    padding: 10px 20px;
}
  button.sub-menu-toggle svg {
    width: .84rem;
}
  button.close-nav-toggle svg {
    height: 1rem;
    width: 1rem;
}
  button.close-nav-toggle {
    font-size: 1rem;
    padding: 1rem 0;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 14px 18px;
  color: #000;
}
  img.toogleMenu {
    filter: invert(1);
}
.header-footer-group.sticky  img.toogleMenu {
  filter:initial;
}
  .nav-toggle .toggle-icon, .nav-toggle svg {
    height: 32px;
    width: 2.2rem;
}
  .nav-toggle .toggle-inner {
    padding-top: 0px;
}
.custom-logo-link, .header-footer-group.sticky .custom-logo-link {
  height: 40px;
  width: 202px;
  background-size: 184px;
}
 .mob-none .call-img, .mob-none .PhoneHeader, span.toggle-text {
    display: none;
}
  header#site-header {
    z-index: 9;
}
  .header-titles-wrapper {
    justify-content: start;
    padding: 0 0rem;
}
  .millionTxt {
    font-size: 1.2rem;
    line-height: 2rem;
}
  .firmChoice {
    padding: 12px;
}
  .blogBox > a {
    border-radius: 0px;
}
  .connectTxt {
    font-size: .8rem;
}
  .topMargin{
    margin-top: 14px;
  }
  .bottomMargin{
    margin-bottom: 14px;
  }
  .servicesList .sectionHeading br{
    display: none;
  }
  .servicesList ul li {
    width: 100%;
    margin-right: 0px;
}
.servicesList ul li a{
  font-size: .91rem !important;
  line-height: 1.3rem !important;
}
  .millionBox:after {
    height: 64%;
    top: 50%;
}
  .border-right {
    padding: 0px 0px 0px 0px;
    height: auto!important;
    margin-bottom: 10px;
}
  .red-yellow {
    font-size: 2rem;
}
  span.hmIcon {
    width: 32px;
}
  .hmIconBx {
    gap: 6px;
    flex-direction: column;
    text-align: center;
}
  #homeSlider .carousel-caption {
    width: 96%;
}
.qutImg {
  width: 22px;
}
.starImg {
  width: 54px;
}
.firmChoiceBg {
  height: 458px;
}
  .video-section2 {
    height: 100vh;
}
  .sectionHeading2 {
    font-size: 1.4rem;
    line-height: 2rem;
}
  .ActIcon img {
    width: 42px;
}
.blueCase {
  padding: 30px 20px 30px 20px;
  border-radius: 10px;
  height: 100%;
  margin-top: 20px;
}
span.joeImg {
  width: 182px;
  left: -42px;
}
.teamBlueBox {
  width: 100%;
  left: 0px;
  padding-left: 145px;
  margin-top: 18px;
}
ul.select-ul li {
  margin: 0px;
  margin-left: 18px;
  padding-right: 20px;
}
  .service-bx {
    padding: 10px;
    margin: 16px auto 0px auto;
}
  .serv-cont-bx .boxHeading, .actBox .boxHeading {
    font-size: .94rem;
    line-height: 1.32rem;
    font-weight: 600;
}
  .bakersfield-tab-section .nav li .boxHeading {
    font-size: .81rem;
    line-height: 1.2rem;
}
.forminator-ui#forminator-module-538.forminator-design--default .forminator-input, .forminator-ui#forminator-module-538.forminator-design--default .forminator-input input {
  font-size: 12px!important;
}
.forminator-ui#forminator-module-538.forminator-design--default .forminator-textarea {
  font-size: 12px!important;
}
.bakersfield-tab-section .nav-pills .nav-link span.stepHeading {
    font-size: .7rem;
    width: 78px!important;
    padding: .3rem 1rem!important;
}
.bakersfield-tab-section .nav li {
  width: 26%;
  margin: 0 10px;
  margin-bottom: 14px;
}

.btn-red {
  font-size: 1rem;
  padding: 12px 24px;
}
img.arrowIcon {
  width: 10px;
}
  .section-small-heading {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
  .Frequently-Asked-Questions .boxHeading {
    font-size: 15px!important;
}
.Make-a-difference .Make-A-Difference-Content {
  padding: 34px 15px!important;
  margin: 0px!important;
}
  .quali-img-wrapper {
    margin-bottom: 20px;
}
.Benefit-From-Our-Personal-Injury .box {
  border-left: 3px solid #F9C264;

}
  .serv-img-bx {
    padding: 10px!important;
    width: 50px!important;
    height: 50px!important;
}
.service-bx {
  width: 100%;
}
  
  .citation-small-heading {
    font-size: .9rem;
    line-height: 1.4rem;
}
  .blue-citation-wrapper {
    flex-wrap: wrap;
}
.formBlueBox {
  margin-bottom: 20px;
}
.citation-heading {
  font-size: 1.4rem;
  line-height: 2rem;
}
.small-citation-bx {
padding: 14px 15px!important;
width: 50%!important;
border-right: 0px;
border-bottom: 1px solid #ffffff54;
}
td {
font-size: .84rem!important;
line-height: 1.1rem!important;
}   
.sectionDescription, .select-ul li, .selection-ul li, .servicesList li a {
font-size: .91rem!important;
line-height: 1.3rem!important;
}
.get-the-best-section {
  background: linear-gradient(to bottom, #0000005e, #000000d9), url(https://www.joepluta.net/wp-content/uploads/2024/09/image-banner.jpg) !important;
  background-size: cover!important;
}
.select-ul li, .selection-ul li{
  width: 100%!important;
}
  section {
    padding: 34px 0px;
}
.boxHeading {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
}
  .sectionSubHeading {
    font-size: 1rem;
    line-height: 1.4rem;
}
  .header .btn-getstarted {
    font-size: .72rem;
}
 
.sliderHeading {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.sliderSubHeading {
font-size: 1.1rem;
line-height: 1.6rem;
}
.fifth-section{
  padding-top: 0;
}
.sixth-section::after {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  top: unset;
}
.stars{
  margin: 10px 0;
}
.sectionHeading {
  font-size: 1.5rem!important;
  line-height: 1.9rem!important;
}
.forth-section{
  padding-top: 0;
}
.forth-section .accordion-item button.accordion-button {
  font-size: 1rem;
}
.quali-img-bx {
padding: 12px!important;
width: 60px!important;
height: 60px!important;
}
.quali-img-content .boxHeading br {
display: none;
}



}
@media (min-width:414px) and (max-width: 539px){
  .teamBlueBox {
    height: 296px!important;
}
}

@media (min-width:768px) and (max-width: 991px){
  .millionTxt {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
  .bakersfield-tab-section .nav {
    justify-content: center;
    gap: 10px;
}
  .practiceBanner, .legalBanner, .contactBanner{
    height: 400px!important;
}
  .Term-Disabilit .nav li {
    width: 90% !important;
}
  section.Term-Disabilit.bakersfield-tab-section:after {
    display: none;
}
  .banner-height{
    height: 86vh !important;
  }
  .card {
    min-height: 472px;
}
  .aadc-img{
display: none;
  }
  .service-bx {
    margin: 17px auto 0px auto;
}
  .testimonialBox .slick-next, .testimonialBox .slick-prev {

    top: 222px;
}

  .border-right.millionBox.h-100 {
padding: 0 10px;
  }
  .blogBox {
    min-height: 284px;
    margin-bottom: 0px;
}
  .cast-div img {
    display: none;
 }
  .small-citation-bx {
    padding: 14px 21px;
}
  .varImg-1{
    width: 100%;
  }
  .blue-citation-wrapper {
    padding: 20px 12px;
}
.Make-a-difference {
  padding-top: 60px;
}
  .hmIconBx:after, .border-right:after {
    display: none;
       
    }
  .sixth-section .slick-arrow {
    top: 105%;
    width: 30px;
}
.sixth-section .slick-arrow {
  top: 104%!important;
}

.sixth-section::after {
  right: 0px;
  width: 50%;
}

  .selection-ul li {
    width: 44%;
}
  span.leftPatch {
    bottom: -105px;
  }
  .contImg4{
    width: 100%;
  }
  .modal-menu ul li {
    border-left-width: 6px;
}
  .header-inner .toggle {
    padding: 0px 10px;
    justify-content: end;
}
  ul.sub-menu li a {
    font-size: .9rem;
    padding: 10px 20px;
}
  button.sub-menu-toggle svg {
    width: .84rem;
}
  button.close-nav-toggle svg {
    height: 1rem;
    width: 1rem;
}
  button.close-nav-toggle {
    font-size: 1rem;
    padding: 1rem 0;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 14px 18px;
  color: #000;
}
  img.toogleMenu {
    filter: invert(1);
}
.blogBox > a {
  
  border-radius: 20px 20px 0px 0px;
}
.header-footer-group.sticky  img.toogleMenu {
  filter:initial;
}
.nav-toggle .toggle-icon, .nav-toggle svg {
  height: 42px;
  width: 2.8rem;
}
  .nav-toggle .toggle-inner {
    padding-top: 0px;
}
.custom-logo-link, .header-footer-group.sticky .custom-logo-link {
  height: 40px;
  width: 202px;
  background-size: 184px;
}
 .mob-none .call-img, .mob-none .PhoneHeader, span.toggle-text {
    display: none;
}
  header#site-header {
    z-index: 9;
}
  .header-titles-wrapper {
    justify-content: start;
    padding: 0 0rem;
}
  .testimonial-slider .slick-slide {
    padding: 0px 14px;
}
/* .varImg{
  display: none;
} */
section.aboutSec2 .varImg{
    display: block;
  }
  span.joeImg {
    width: 158px;
    left: -66px;
}
  .serv-img-bx img {
    width: 30px;
}
  .firmChoiceBg {
    height: 424px;
}
  .boxHeading {
    font-size: 1.2rem;
    line-height: 2rem;
}
  .blueCase {
    margin-top: 30px;
}
  .ActIcon img {
    width: 54px;
}
  .red-yellow {
    font-size: 2.3rem;
}
  ul#myTab li.nav-item .nav-link {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    justify-content: start;
    font-size: .9rem;
}
  .thd{
    display: none;
  }
  .bakersfield-tab-section.industrialAccSecTab .nav li {
    margin: 18px 8px!important;
    width: 31%;
}
  .varImg {
    width: 400px;
}
  section {
    padding: 60px 0px;
}
  section.Make-a-difference img.img-fluid {
    margin-left: -192px;
    margin-top: 60px;
    width: 550px;
    position: absolute;
    z-index: -1;
}
  .Make-a-difference .Make-A-Difference-Content {
    margin: 4% -10% 0 -48%;
}
  .section-small-heading {
    font-size: 1.4rem;
    line-height: 1.9rem;
}
  .service-bx {
    padding: 18px 10px;
    min-height: 126px;
}
.service-bx .boxHeading {
  font-size: 16px;
  line-height: 23px;
}
.sliderSubHeading {
  font-size: 1.2rem;
  line-height: 2rem;
}
.sliderHeading {
  font-size: 2rem;
  line-height: 2.6rem;
}
  .banner-section {
    height: 530px;
}
.btn-red {
  font-size: 1rem;
  padding: 12px 24px;
}
  .et_pb_with_border.et_pb_module.et_pb_menu.et_pb_menu_0_tb_header.et_pb_bg_layout_light.et_pb_text_align_right.et_dropdown_animation_fade.et_pb_menu--without-logo.et_pb_menu--style-left_aligned {
    padding-right: 0px;
}
  .citation-small-heading {
    font-size: 1rem;
    line-height: 1.5rem;
}
  .citation-heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.small-citation-bx {
  padding: 10px 11px;
}
  .et_pb_column.et_pb_column_1_5.et_pb_column_3_tb_header.et_pb_css_mix_blend_mode_passthrough {
    margin-bottom: 0px;
}
  .et_pb_column.et_pb_column_3_5.et_pb_column_4_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
    position: absolute;
}
  .get-the-best-section {
    background: linear-gradient(to right, #000000ad, #000000bd), url(https://www.joepluta.net/wp-content/uploads/2024/09/image-banner.jpg)!important;
    background-size: cover!important;
}
  .redline::before {
    width: 2px!important;
    left: -30px!important;
}
  .sectionDescription, .select-ul li, .select-ul li a .selection-ul li, .servicesList li a  {
    font-size: 1.04rem!important;
    line-height: 1.4rem!important;
}
.sectionSubHeading {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.sectionHeading {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
  .bakersfield-tab-section .nav li .boxHeading {
    font-size: 1rem;
    line-height: 1.3rem;
}
  span.stepHeading {
    font-size: .7rem;
    width: 90px!important;
    padding: .3rem 1rem!important;
}


.bakersfield-tab-section .nav li {
  margin: 7px 8px!important;
  width: 30%;
}
  .quali-img-content .boxHeading br {
    display: none;
}
  .quali-img-bx {
    padding: 12px!important;
    width: 60px!important;
    height: 60px!important;
}
#homeSlider .carousel-caption {
  width: 94%;
  top: 46%;
}
.carousel-inner, div#homeSlider{
  height: 384px;
}
section.homeSec3 .gap-5 {
  gap: 0rem!important;
}
.servicesList ul li {
  width: 41%;
  margin-right: 28px;
}
}


@media (min-width: 992px) and (max-width: 1199px){
  .section-small-heading {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 600;
}
  .sliderSubHeading {
    font-size: 1.24rem;
    line-height: 1.8rem;
}
  .card.blogBox .sectionSubHeading {
    font-size: 1.04rem;
    line-height: 1.4rem;
}
.practiceBanner, .legalBanner, .contactBanner {
  height: 394px!important;
}
  .blue-citation-wrapper {
    padding: 11px 0px;
}
  .about-slider .slick-prev:before {
    left: 27px;
}
  .about-slider .slick-next:before {
    right: 27px;
}
  .blog-content-bx {
    min-height: 165px;
}
  .teamBlueBox {
    min-height: 335px;
}
  .sectionHeading {
    font-size: 2rem;
    line-height: 2.5rem;
}
  button.nav-link {
    font-size: 1.1rem!important;
}
  .card {
    min-height: 477px;
}
.card.blogBox {
  min-height: 228px;
}
.bring-img{
  display: none;
}
  .lawyers-can-help-section .redline::before {
    left: -40px;
}
  .These-Industries-section .service-bx {
    min-height: 140px;
    margin-top: 0;
    margin-bottom: 20px;
}
.quali-img-wrapper {
  flex-direction: column;
  align-items: baseline;
}
  .sixth-section .slick-arrow {
    top: 100%!important;
}
  .sixth-section .slick-arrow {
    top: 100%;
  }
  .sixth-section::after {
    right: 0px;
    width: 50%;
  }
  .abtBanner {
     height: 88vh;
}
.btn-red {
  padding: 7px 11px;
}
.Know-When .boxHeading {
  font-size: 17px;
}
  .testimonialBox .slick-next, .testimonialBox .slick-prev {
    top: 384px;
}
.Make-a-difference .Make-A-Difference-Content {
  margin: 4% 0% 0 -48%;
}
.selection-ul li {
  width: 44%;
 }
  .boxHeading {
    font-size: 1.3rem;
    line-height: 1.7rem;
  
}
.servSeek-cont {
  padding: 18px 12px;
}
  .blogBox > a {
   
}
  span.joeImg {
    width: 178px;
    left: -88px;
}
  .red-yellow {
    font-size: 2.3rem;
}
  .servicesList ul li {
    width: 40%;
    margin-right: 28px;
}
  .serv-img-bx img {
    width: 30px;
}
  .serv-cont-bx .boxHeading, .actBox .boxHeading {
    font-size: 1rem;
    line-height: 1.42rem;
}
  .firmChoiceBg {
    height: 500px;
}
  .ActIcon img {
    width: 50px;
}
  section {
    padding: 54px 0px;
}
  .PhoneHeader.span-text {
    font-size: 1rem;
}
  img.call-img {
    width: 22px;
}
  .header-navigation-wrapper a, .header-navigation-wrapper .icon {
    font-size: 1rem;
}
  .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
    margin: 1rem 0 0 0rem!important;
}
.sliderHeading {
  font-size: 2.2rem;
  line-height: 2.7rem;
}
  #homeSlider .carousel-caption {
    width: 94%;
    top: 46%;
}
  .carousel-inner, div#homeSlider {
    height: 502px;
}
.bakersfield-tab-section .nav li {
  margin: 0 3px;
}
  .redline::before {
    left: -24px;
}
  section.get-the-best-section .col-lg-6 {
    width: 68%;
}
  .service-bx {
    padding: 11px;
}
  section.bakersfeild-section .sectionHeading.blue-text br {
    display: none;
}
.sectionHeading {
  font-size: 1.94rem;
  line-height: 2.4rem;
}
  .banner-section {
    height: 640px;
}
.sectionSubHeading {
  font-size: 1.24rem;
  line-height: 1.7rem;
}
.bakersfield-tab-section .nav-pills .nav-link {
  width: 178px;
}
}


@media (min-width: 1200px) and (max-width: 1399px){
  .carousel-inner, div#homeSlider {
    height: 628px;
}
  .bakersfield-tab-section .nav-pills .nav-link {
    width: 224px;
}
}

@media (min-width: 1200px) and (max-width: 1499px){
  #homeSlider .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
}
  ul.sub-menu li a {
    font-size: 1rem;
    padding: .81rem 1rem;
}
  .millionTxt {
    font-size: 1.36rem;
}
  .blogBox a.blue-text {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: block;
}
  .getBetter {
  
    min-height: 298px;
}
  .testimonial-slider .sectionDescription {
    font-size: 1rem;
    line-height: 1.5rem;
}
.testimonial-slider .boxHeading {
  font-size: 1.2rem;
  line-height: 1.62rem;
}
  span.joeImg {
    left: -117px;
}
.teamBlueBox {
  padding-right: 28px;
  padding-left: 116px;
}
  .disclaimerTxt{
    font-size: .84rem;
  }
  .sixth-section::after {
    right: 42px;
    width: 42%;
}
  .sixth-section .slick-arrow img {
    width: 32px;
}
  .sixth-section .slick-arrow {
    top: 100%!important;
}
  .box-testimonial {
    padding-left: 0;
    padding-right: 14px;
}
  .page-template-template-wrongful-death  .bakersfield-tab-section .nav-pills .nav-link {
    width: 199px;
}
  .cta-wrapper {
    padding: 30px 20px;
}
  .selection-ul li {
    font-size: 1.1rem;
    margin: 0px 18px 6px 0px;
}
.selection-ul li:before {
  font-size: 14px;
}
  .nav-link .boxHeading {
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.formBlueBox .forminator-input input {
    font-size: .91rem; 
}
  .blogBox, .blogBox > a, .blogBox img.card-img-top.wp-post-image {
    border-radius: 10px;
}
  .blogBox .sectionSubHeading {
    font-size: 1.2rem;
    line-height: 1.52rem;
} 
/* .blogBox > a {
  height: 132px;
} */
  #homeSlider .carousel-caption {
    top: 52%;
}
.quali-img-bx {
  padding: 16px;
  width: 60px;
  height: 60px;
}
.boxHeading {
  font-size: 1.24rem;
  line-height: 1.8rem;
}
  .primary-menu > li {
    margin: 0.8rem 0 0 2rem;
}
.servicesList ul li {
  width: 40%;
  padding-bottom: 0px!important;
}
  img.arrowIcon {
    width: 58%;
}
  .blueCase .btn-red {
    font-size: .91rem;
}
  .sectionHeading2 {
    font-size: 1.54rem;
    line-height: 2.1rem;
}
  .sectionDescription, .select-ul li, .select-ul li a, .selection-ul li, .servicesList li a {
    font-size: 1.1rem;
    line-height: 1.7rem;
}
ul.select-ul li{
  font-size: 1.1rem;
  line-height: 1.7rem;
}
  .sectionSubHeading {
    font-size: 1.3rem;
    line-height: 1.88rem;
}
  img.call-img {
    width: 22px;
}
  .PhoneHeader.span-text {
    font-size: 1.2rem;
}
.header-navigation-wrapper a, .header-navigation-wrapper .icon {
  font-size: 1.1rem;
}
  .btn-red {
    font-size: 1rem;
    padding: 10px 22px;
}
.sectionHeading {
  font-size: 1.88rem;
  line-height: 2.4rem;
}
.sectionSubHeading {
  font-size: 1.2rem;
  line-height: 1.64rem;
}
.sliderHeading {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
section {
  padding: 52px 0px;
}
.ActIcon img {
  width: 60px;
}
.serv-img-bx {
  width: 40px;
}
.service-bx {
  padding:15px;
  margin: 16px auto 0px auto;
}
.serv-cont-bx .boxHeading, .actBox .boxHeading {
  font-size: 1.1rem;
  line-height: 1.4rem;
}
}


@media (min-width: 1300px) and (max-width: 1399px) {
  .banner-section {
    height: 100vh;
}
  .sixth-section {
    height: 90vh;
 
}
.banner-bx {
 
  padding: 16px 20px;
 
}

.testimonialBox .slick-next, .testimonialBox .slick-prev{
  top: 327px;
}

.these-industries-auto-section .service-bx {
  min-height: 146px;
}
  .abtBanner {
     height: 85vh;}

  span.joeImg {
    width: 183px;
    left: -103px;
}
  .bakersfield-tab-section .nav-pills .nav-link {
      width: 214px;
  }
  .blog-content-bx .sectionSubHeading {
    min-height: 66px;
}

  .bakersfield-tab-section .nav-pills .nav-link .boxHeading {
      font-size: 1.2rem;
      line-height: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 84%;
  }
  /* .blogBox > a {
    height: 148px;
} */
}

@media (min-width: 1400px) and (max-width: 1599px){
  .carousel-inner, div#homeSlider {
    height: 688px;
}
}
@media (min-width: 1900px) {

  .primary-menu > li > .icon {
    top: calc(50% - 0.6rem);
}
  .primary-menu .icon::after {
    height: 0.2rem;
    width: 0.6rem;
}
  .boxHeading {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  img.call-img {
    width: 38px;
}
  .custom-logo-link {
    background: url(https://www.joepluta.net/wp-content/uploads/2024/11/Joe-Pluta-Logo-Updated-White.png) no-repeat center , center;
    height: 56px;
    width: 216px;
    background-size: 210px;
  }
  .header-footer-group.sticky .custom-logo-link { 
    background: url(https://www.joepluta.net/wp-content/uploads/2024/11/Joe-Pluta-Logo-Updated.png) no-repeat center, center;
    height: 56px;
    width: 216px;
    background-size: 210px;
  }
.service-bx {
  padding: 20px 15px;
}
.serv-cont-bx .boxHeading, .actBox .boxHeading {
  font-size: 1.3rem;
  line-height: 1.82rem;
  font-weight: 600;
}
}
@media (min-width: 1800px) and (max-width: 2199px) {
  .serv-img-bx img {
    width: 54px;
  }
  .quali-img-content .boxHeading {
    font-size: 1.44rem;
    line-height: 2rem;
}
  /* .blogBox > a {
    height: 140px;
} */
.section-small-heading {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.sectionSubHeading {
  font-size: 1.5rem;
  line-height: 1.86rem;
}
  .carousel-indicators {
    margin-bottom: 50px;
}
  /* .blog-img-box { 
    height: 188px;
} */
  .footer-width-fixer .elementor-widget-button span.elementor-button-text {
    font-size: 1.2rem;
    padding-bottom: 4px;
    line-height: 1.6rem;
}
.footer-width-fixer .elementor-heading-title.elementor-size-default {
  font-size: 1.4rem!important;
  line-height: 1.9rem !important;
}
.footer-width-fixer .elementor-widget-container p {
  font-size: 1.1rem!important;
  line-height: 1.5rem!important;
}
.Frequently-Asked-Questions .boxHeading {
  font-size: 1.5rem;
}
  .selection-ul li {
    font-size: 1.3rem;
  line-height: 2rem;
}
.bakersfield-tab-section .boxHeading {
  font-size: 1.4rem!important;
  line-height: 1.9rem !important;
}
.bakersfield-tab-section .nav-pills .nav-link .stepHeading {
  font-size: 12.94px!important;
}
  .Make-a-difference .Make-A-Difference-Content {
    padding: 62px 35px;
}
  .Compensation-Types .accordion-item .boxHeading {
    font-size: 1.3rem!important;
}
.citation-heading {
  font-size: 3.4rem!important;
  line-height: 3.8rem!important;
}
.citation-small-heading {
font-size: 1.24rem!important;
}
.small-citation-bx {
  padding: 7px 35px;
}
/* .blogBox > a {
  height: 188px;
} */
  .primary-menu ul li.menu-item-has-children > a {
    padding-right: 3.2rem!important;
}
  /* .serv-img-bx {
    width: 58px;
    height: 58px;
} */

section .btn-red{
  font-size: 1.2rem;
  line-height: 1.6rem;
}
/* .serv-cont-bx .boxHeading {
  font-size: 1.2rem;
  line-height: 1.6rem;
} */
  .testimonial-slider .sectionDescription {
    font-size: 1.2rem;
    line-height: 1.9rem;
}
  .banAbt {
    width: 594px;
}
  .blueCase {
    padding: 28px 40px 48px 40px;
    width: 90%;
    margin: 0 auto;
}
 .bgNewBlue {
    width: 468px;
}
  .homeSec6 {
    background: #f7f7f7 url(https://www.joepluta.net/wp-content/uploads/2024/10/image-233.png) no-repeat right bottom;
    background-size: 300px;
}
  /* .ActIcon img {
    width: 228px;
} */
.boxHeading {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.sectionHeading2 {
  font-size: 2.2rem;
  line-height: 2.98rem;
}
  .servicesList ul li {
    width: 40%;
    margin-right: 40px;
}
  .servicesList li a, .servicesList li{
    font-size: 1.3rem;
  line-height: 2rem;
  }
  .servicesList ul {
    margin: 0px;
}
  span.hmIcon {
    width: auto;
}
.sectionDescription {
  font-size: 1.3rem;
  line-height: 2rem;
}
ul.select-ul li{
  font-size: 1.28rem;
  line-height: 2rem;
}
  /* .sectionSubHeading {
    font-size: 1.4rem;
    line-height: 2rem;
} */
.sectionHeading { 
  font-size: 2.6rem;
  line-height: 3rem;
}
.border-right .sectionDescription {
  font-size: 1.4rem;
  line-height: 2rem;
}
  .millionTxt {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
  .red-yellow {
    font-size: 3.6rem;
    line-height: 4.8rem;
}
  img.call-img {
    width: 32px;
}
  .PhoneHeader.span-text {
    font-size: 1.7rem;
}
  .primary-menu ul li.menu-item-has-children .icon {
    right: .8rem;
}
  ul.sub-menu li a {
    font-size: 1.28rem;
}
  .primary-menu ul li.menu-item-has-children > a {
    margin-right: 0rem;
}

  .header-navigation-wrapper a, .header-navigation-wrapper .icon {
    color: #fff !important;
    font-size: 1.34rem; 
}
  .primary-menu > li {
    margin: 0.8rem 0 0 3.2rem;
}
  .sliderHeading {
    font-size: 3.8rem;
    line-height: 4.8rem;
}
.sliderSubHeading {  
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.btn-red {
  font-size: 1.5rem;
  padding: 10px 26px;
}
}



