/*New home CSS*/
body {
    font-family: "DM Sans", sans-serif;
}
:focus-visible {
    outline: none !important;
}
iframe {
    height: 100%;
    width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
.space-mr {
    margin: 60px 0;
}
.home .container{
    width: 100%;
}
.submit-btn input[type="submit"] {
    background: #00142C;
    width: auto;
    border: none;
    padding: 12px 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #00142C;
    line-height: 24px;
    width: 100%;
    border-radius: 50px;
    display: inline-flex !important;
}
.submit-btn input[type="submit"]:hover{
    background: none;
    color:#00142C;
    border-color:#00142C
}

.submit-white-btn input[type="submit"]{
    background: #fff;
    color: #00142C;
}
.submit-white-btn input[type="submit"]:hover{
    background: #00142C;
    color: #fff;
    border-color:#fff;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader{
    display:none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #00142C;
    background-image: url(../img/loader-w.svg);
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block!important;
    top: 0;
    border-radius:50px;
    bottom: auto;
}
p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .2px;
    color:#5F5F5F;

}
header.main-header {
    height: auto;
}
.new-banner-home {
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    position:relative;
}
.main-menu {
    border-bottom: none;
    margin: unset;
}
.home-relentless-sec .html5lightbox .play-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.home-relentless-sec .html5lightbox .play-icon {
    right: 42px;
    bottom: 55px;
}
.header-ph-block a {
    background: #937643;
    padding: 22px 30px;
    border-radius: 35px;
    margin-left: 15px;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
ul.menu-top li {
    display: inline-block;
    margin: 0;
    color: #fff;
    position: relative;
    padding: 11px 17px;
    line-height: normal;
}
ul.menu-top>li.menu-item-has-children {
    padding-right: 20px;
}
.menu-top li a {
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.footer-nav ul li a {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase;
}
.footer-nav ul {
    border-top: none;
    border-bottom: none;
    padding: 13px 0;
    margin-top: 0;
    margin-bottom: 0;
}
#footer {
    background: #000000;
}
.copyright {
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px 0;
}
.new-banner-home:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 70%) 100%);
}
.banner-title.h1 {
    font-family: EB Garamond;
    font-weight: 400;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: .2px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}
.banner-subtitle {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6.5px;
}
.banner-layout {
    padding-bottom: 80px;
    position: relative;
    z-index:1;
}
.home-about-sec .sub-heading {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color:#937643;
}
.heading {
    font-family: EB Garamond;
    font-weight: 400;
    font-size: 60px;
    text-transform: capitalize;
    color: #002149;
    letter-spacing: 2px;
}
.content p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color:#5F5F5F;
    letter-spacing: .2px;
}
.home-about-sec .img-block img {
    object-fit: cover;
    object-position: center;
    height: 800px;
}
.space-pd {
    padding: 120px 0;
}
.btn {
    background: #937643;
    border-radius: 80px;
    color: #fff;
    border: 2px solid #937643;
    font-size: 16px;
    display: inline-flex;
    letter-spacing: .2px;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.home-about-sec {
    background-image: url(../img/new/about-bg.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.home-pa-sec {
    background-image: url(../img/new/home-pa-bg.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.sub-heading {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    color:#937643;
}
.home-victories-sec .victories-box {
    border: none;
    padding: 40px 0;
    height: 100%;
    text-align: center;
}
.home-victories-sec .victories-box .main-title {
    font-family: EB Garamond;
    font-weight: 400;
    font-size: 100px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #937643;
}


.home-victories-sec .victories-box .title {
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #002149;
    margin-bottom: 10px;
    letter-spacing: 7px;
}

.home-relentless-sec  .video-content {
    background: transparent;
    padding-left: 0;
}
.btn:hover {
    color: #937643 !important;
    background: none;
}
.home-relentless-sec .video-wrap img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.home-post img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.home-post-content {
    background: #fff;
    width: 100%;
    max-width: 90%;
    float: right;
    position: relative;
    margin-top: -65px;
    padding: 20px;
}
.home-post-content h3 {
    font-family: EB Garamond;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: .25px;
    text-transform: capitalize;
    line-height: 30px;
}
.home-post-content .learn_more_btn {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .2px;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-decoration-style: solid !important;
    color: #937643;
}
.home-post img.default_post_img {
    background: #051c2f;
    object-fit: contain;
    padding: 20px;
}
.home-testimonials-sec {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.injury_content .inner-content {
    padding-left: 30px;
}
.btn-border {
    background: transparent;
}
.btn-border:hover {
    background: #fff;
    color:#937643;
}
.btn-light {
    border-color: #fff;
}
.home-testi-content h4 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    letter-spacing: .2px;
    text-transform: capitalize;
}
.home-testi-content h4 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    letter-spacing: .2px;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 20px;
}
.testi-text {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 22px;
    line-height: 45px;
    letter-spacing: .2px;
}
.test_quote {
    padding-right: 60px;
}
.test_quote svg {
    width: 100%;
}
.home-testimonials-sec .testimonial_slider .slick-arrow {
    bottom: -56.7px !important;
    width: 55px;
    height: 55px;
    left: auto;
    right: 75px;
    transform: none;
    border: 1px solid #fff;
    border-radius: 100%;
    top: auto;
}
.home-testimonials-sec .testimonial_slider .slick-next {
    right: 0;

}
.home-testimonials-sec .testimonial_slider .slick-arrow svg,
.home-testimonials-sec .testimonial_slider .slick-arrow img {
    height: 17px;
    fill: transparent;
    width: 17px;
}
.home-testimonials-sec .testimonial_slider .slick-arrow svg path {
    fill: transparent;
}
.home-testimonials-sec .testimonial_slider .slick-arrow:hover {
    background: #fff;
}
.home-testimonials-sec .testimonial_slider .slick-arrow:hover svg path {
    stroke: #937643;
}
.home-blog-sec .sub-heading {
    padding-bottom: 30px;
}
.home-blog-sec .heading {
    color: #252525;
}
.home-award-sec .badge-silder {
    border-bottom: none;
}
.home-award-sec {
    border-top: 1px solid rgba(0,0,0, .15);
    padding-top: 80px;
    padding-bottom: 80px;
}
.home-contact-sec .wpcf7 {
    max-width: 100%;
}
.schedule_heading {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20.89px;
    line-height: 100%;
    letter-spacing: 1.3px;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 13px;
}
.schedule_phn a {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 36.55px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #00142C;
}
.schedule_phn a svg {
    margin-right: 10px;
}
.home-contact-sec {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.form-control {
    height: 55px;
    border: 1px solid rgba(0,0,0,.3);
    padding: 22px 20px;
    border-radius: 5px;
}
.wpcf7-form .home-contact-sec{
    --bs-gutter-x: 3rem;
}
.home-contact-sec .sub-heading {
    padding-bottom: 15px;
}
textarea.form-control {
    height: 160px;
    resize: none;
}
.submit-btn input[type="submit"] {
    padding: 16px 30px;
    background: #937643;
    border-color: #937643;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.map-item {
    height: 250px;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    display:flex;
    border: 5px solid #937643;
}
.locations .nap-loop-box .nap-address br {
    display: none;
}
.locations {
    background: #00152E;
}
.nap-title {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 55px;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #fff;
    /* display: flex; */
    align-items: center;
    text-align: center;
}
.nap-loop-box {
    padding: 0;
}

.nap-title svg {
    margin-right: 25px;
    width: 20px;
    height: 22px;
}
.nap-address-item {
    padding: 15px 0;
}
.nap-address-item.active .nap-address, .nap-address-item.active .nap-info a, .nap-address-item:hover .nap-address, .nap-address-item:hover .nap-info a, .nap-address-item.active .nap-title, .nap-address-item:hover .nap-title, .nap-address-item.active .nap-address .direction-link, .nap-address-item:hover .nap-address .direction-link, .nap-address-item.active .nap-info > span, .nap-address-item:hover .nap-info > span {
    color: #937643;
}
.home-whysoloff-sec .injury_content img {
    display: block;
    height: 650px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.home-whysoloff-sec .injury_content .content strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-transform: capitalize;
    color: #5F5F5F;
    letter-spacing:.2px;
}
.home-whysoloff-sec .content li {
    display: inline-block;
    width: 48%;
    padding-bottom: 15px;
    color: #5F5F5F;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: .2px;
}
.home-whysoloff-sec .content li a{
    color: #5F5F5F;
}
.home-whysoloff-sec .sub-heading {
    border-bottom: none;
    letter-spacing: 5px;
}
.heading_divs {
    padding-left: 60px;
}
.home-relentless-sec .content p{
    color:#fff;
}
.home-team-sec .attorney-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team-items {
    display: flex;
}
.team-loop-item {
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.team-items .first-two-items {
    width: auto;
    flex: 0 0 15%;
    display: flex;
    flex-wrap: wrap;
}
.team-items .next-one-item {
    width: auto;
    flex: 0 0 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.team-items .remaining-items {
    width: auto;
    flex: 0 0 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
}
.home-team-sec .attorney-content {
    background: #00142C;
    position: absolute;
    right: auto;
    max-width: 100%;
    bottom: 0;
    color: #fff;
    padding: 0;
    width: 100%;
    height: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow:hidden;
}
.con-loop-team {

}
.con-loop-team.next-one-item .team-loop-item {
    width: 500px;
    height: 500px;
    margin-right: 15px;
    margin-left: 10px;

}
.attorney-image {
    height: 100%;
}
.team-loop-item:hover .attorney-content {
    background: #937643CC;
    height: 100%;
    padding-bottom: 30px;
}
.attorney-content a {
    color: #fff;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .2px;
    text-align: center;
    text-transform: uppercase;
}
.con-loop-team.remaining-items .team-loop-item {
    width: auto;
    flex: 0 0 calc(33.33% - 60px);
}
.team-loop-item.view-all-team-item .attorney-content {
    height: 100%;
    background: transparent;
    border: 1px solid #937643;
    border-radius: 50%;
    align-items: center;
    padding:0;
}

.team-loop-item.view-all-team-item .attorney-content a {
    color: #937643;
    text-align: left;
}
.team-loop-item.view-all-team-item .attorney-content a svg path{
    stroke: #937643;
}
.team-loop-item.view-all-team-item:hover .attorney-content {
    background: #937643CC;
}
.team-loop-item.view-all-team-item:hover .attorney-content a{
    color: #fff !important;
}
.team-loop-item.view-all-team-item:hover .attorney-content a svg path{
    stroke: #fff;
}
.pa-image img {
    max-width: 640px;
    height: 640px;
    object-fit: cover;
    width: 100%;
    margin:0 auto;
}
.pa-slide {
    position: relative;
}
.pa-slide .heading {
    display: none;
}
.home-pa-sec .pa-content {
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #535353;
    line-height: 1.9;
}
.home-pa-sec .pa-content a {
    color: #00142C;
}
.home-pa-sec .pa-content h4 {
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
}
.pa-slider .pa-content {
    max-width: 400px;
    width: 100%;
    padding: 50px;
    background: #FAFAFA;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    margin-left: auto;
    bottom: 0px;
    right: 20px;
    opacity: 0;
    display: none;
    height: auto;
    min-height: 400px;
}
.pa-slider .slick-slide.slick-current.slick-active .pa-image img{
    margin: unset;
}


.pa-slider .slick-slide.slick-current.slick-active  .pa-content{
    opacity:1;
    display:block;
}
.pa-slider .slick-slide.slick-current.slick-active  .heading{
    display:block;
}
.pa-slider .slick-slide.slick-current.slick-active{
    margin-top:150px;
}

/* Add top margin to the right (next) slide */
.pa-slider .slick-slide.slick-active + .slick-slide {
    margin-top: 300px; /* Adjust as needed */
}
.pa-slider .slick-slide.slick-active + .slick-slide .pa-image img{
    margin: 0 auto;
    height:620px;
}

.pa-slider .slick-slide.left-slide .pa-image img{
    height: 500px;
}
.navSlickCs {
    position: absolute;
    top: 150px;
    right: 250px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
}
.navSlickCs button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(39, 39, 39, .3);
}
.navSlickCs button svg path{
    stroke:rgba(39, 39, 39, .3);
}
.navSlickCs button:hover svg path{
    stroke:rgba(39, 39, 39, 1);
}
.navSlickCs button:hover{
    border: 1px solid rgba(39, 39, 39, .3);
}
.home-about-sec .inner-content{
    padding-left: 30px;
}
header.main-header {
    height: auto;
    padding: 0 0 15px;
}
.pa-slider .slick-slide .pa-image img{
    transition: height .3s ease-in-out;
}
.team-list-block {
    overflow-x: hidden;
}
.home-pa-sec .pa-content{
    text-transform:none;
}
.map-item img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    max-width: 500px;
}
.map-item.active {
    display: flex;
}
.home-content-sec {
    border-top: 1px solid rgba(0, 0, 0, .15);
}
.nap-loop-box h2 {
    color: #fff;
}
.nap-address .direction-link {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.nap-address, .nap-info a, .nap-info span {
    color: #fff;
}



/*.home-award-sec .badge-silder {
    border-bottom: 1px solid #D9D9D9;
}*/
.home-award-sec .slick-slide{
    position:relative;
}
.home-award-sec .slick-slide::before {
    position: absolute;
    content: "";
    background: #D9D9D9;
    right: 0;
    top: 50%;
    width: 1px;
    height: 80px;
    transform: translateY(-50%);
}
.home-award-sec img {
    margin: 0 auto;
    height: 120px;
    display: block;
    object-fit: contain;
}


.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
    color: #fff !important;
    font-family: "DM Sans", sans-serif !important;
}
.home-relentless-sec .html5lightbox {
    position: relative;
    display: block;
}

.home-whysoloff-sec ul, .home-whysoloff-sec ol {
    padding-left: 0;
}



/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img{
    display:none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

.submit-btn {
    position: relative;
}
.form-control:hover, .form-control:focus {
    background: #fff !important;
}

.searchbarform {
    position: relative;
    z-index: 999;
}
header.sticky .searchsection button {
    float: none;
    width: 30px;
    height: 30px;
    color: #fff;
    background: none;
    border: none;
}
.searchsection button {
    width: 30px;
    height: 30px;
    background-color: transparent;
}


.header-search-box {
    position: fixed;
    background-color: #fff;
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    height: 0;
    top: 0;
    right: 0;
}
.header-search-box.open-search {
    opacity: 1;
    height: 115px;
    z-index: 999999;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
    left: auto;
    border: none;
}
.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #000;
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after{
    background-color: #006564;
}

.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    color: #000;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.header-search-box input.search:focus ~ .msg-side-form{
    display:none;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}
#site-searchs svg, #site-searchs img{
    width: 20px;
    height: 20px;
}
#site-searchs svg, #site-searchs svg path{
    fill:#1E191A;
}
/*Responsive*/

@media (min-width: 1681px) and (max-width: 1757px){
    ul.menu-top li {
        padding: 11px 15px;
    }
    .menu-top li a {
        font-size: 15px;
    }
}
@media (max-width: 1680px){
    .menu-top li a {
        font-size: 13px;
    }
    ul.menu-top li {
        padding: 11px 12px;
    }
    .header-ph-block a {
        padding: 15px 20px;
        font-size: 13px;
    }
    .home-whysoloff-sec .content li {
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: .2px;
        vertical-align: top;
    }
    .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
        font-size: 13px !important;
    }
    #header .container {
        max-width: 96%;
    }
}

@media (max-width: 1440px) {
    .header-ph-block a {
        padding: 16px 22px;
        font-size: 13px;
    }
    .con-loop-team.next-one-item .team-loop-item {
        width: 430px;
        height: 430px;
    }
    .team-loop-item {
        width: 200px;
        height: 200px;
    }
    ul.menu-top li {
        padding: 11px 12px;
    }
    .menu-top li a {
        font-size: 12px;
    }
}
@media (min-width: 1401px) {
    .home .container {
        max-width: 1600px;
    }
    .home-contact-sec .container {
        max-width: 1366px;
        width: 100%;
    }
    .locations .container {
        max-width: 1366px;
        width: 100%;
    }
    .footer .container {
        max-width: 1366px;
        width: 100%;
    }

    #header .container {
        max-width: 93%;
    }
    .home-blog-sec .container {
        max-width: 90%;
    }

    .home-award-sec .container {
        max-width: 90%;
    }

    .pa-slider .pa-content {
        max-width: 550px;
        right: 130px;
        min-height: 320px;
    }
    .menu-top {
        margin-right: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1441px) and (max-width: 1479px){
    .menu-top li a {
        font-size: 12px;
    }
    .header-ph-block a {
        padding: 17px 24px;
        font-size: 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .main-header .container {
        max-width: 100%;
    }
    .menu-top li a {
        font-size: 13px;
    }
    .con-loop-team.next-one-item .team-loop-item {
        width: 400px;
        height: 400px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .team-loop-item {
        position: relative;
        overflow: hidden;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        object-fit: cover;
        object-position: top;
    }
    .con-loop-team.remaining-items .team-loop-item {
        width: auto;
        flex: 0 0 calc(33.33% - 40px);
    }
    .home-about-sec .inner-content {
        padding-left: 0;
    }
    .home-about-sec .img-block {
        margin-right: 0;
    }
    .injury_content .inner-content {
        padding-left: 0px;
    }
    .pa-image img {
        max-width: 450px;
        height: 450px;
        object-fit: cover;
        width: 100%;
    }
    .pa-slider .pa-content {
        max-width: 400px;
        padding: 25px;
        right: 50px;
        min-height: 300px;
    }
    .home-victories-sec .victories-box .main-title {
        font-size: 80px;
    }
    .pa-slider .slick-slide.left-slide .pa-image img {
        height: 300px;
    }
    .pa-slider .slick-slide.slick-active+.slick-slide .pa-image img {
        margin: 0 auto;
        height: 400px;
    }
    .banner-title.h1 {
        font-size: 90px;
    }
    .banner-subtitle {
        font-size: 14px;
    }
    .banner-layout {
        padding-bottom: 60px;
    }
    .ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
        font-size: 14px !important;
    }
    .heading {
        font-size: 42px;
        letter-spacing: 1px;
    }

}
@media (min-width: 1200px) and (max-width: 1365px) {
    .menu-top li a {
        font-size: 14px;
    }

    .header-ph-block a span {
        display: none;
    }
    .header-ph-block a {
        padding: 16px 17px;
        font-size: 13px;
        border-radius: 50%;
    }
}

@media (max-width: 1200px) {
    .h2 .h2, h2, .heading, h2.title {
        font-size: 36px;
    }
    .col-lg-10.main-menu-row{
        width: 100%;
    }
    .menu-wrap {
        top: 90px;
    }

}

@media (max-width: 1199px){

    .menu-header {
        display: none;
    }
    ul.menu-top .hide-menu{
        display:block;
    }
    .main-header .container{
        max-width:100%;
    }
    .main-menu {
        margin: 0;
        border: none;
        width: 100%;
    }
    a.mobile-logo {
        display: block !important;
        max-width: 230px;
    }
    .menu-search-block {
        width: calc(100% - 230px);
        width: -moz-calc(100% - 230px);
        width: -webkit-calc(100% - 230px);
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }
    .wrap-header {
        -ms-flex-pack: flex-end !important;
        justify-content: flex-end! important;
    }
    .header-search-box.open-search {
        height: 173px;
    }
    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 173px;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        text-align: left;
    }
    .menu-show {
        right: 0;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 50%;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }
    .menu-sidebar .menu-bar-wrapper li > a {
        color: #051C2F;
        padding: 10px 15px;
        position: relative;
        display: block;
        font-weight: 300;
        font-size: 15px;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: #051C2F;
        color: #fff;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
        background-color: #051C2F;
        color: #fff;
    }
    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid #051C2F;
        border-bottom: 2px solid #051C2F;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -5px;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin:0;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #fff;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 47px;
        width: 44px;
        background-color: transparent;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after{
        display: none;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px;
    }
    /* body.nav-open-menu {
            position: fixed;
            overflow: hidden;
    } */
    .menu-button {
        height: 45px;
        width: 50px;
        position: relative;
        margin-left: 0;
        border: 1px solid #fff;
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 35px;
        right: 0;
        left: 0;
        background: #fff;
        height: 2px;
        border-radius: 10px;
    }
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button .menu-bar-top {
        top: 10px;
    }
    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
        margin-left: auto;
        margin-right: auto;
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom:10px;
    }
    .menu-button.button-open {
        z-index: 13;
    }
    .menu-button.button-open {
        z-index: 13;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
        top: 10px;
        background: #fff;
        opacity: 1;
    }
    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px, -12px);
        transition: .5s;
        right: 0;
        background: #fff;
        top: 37px;
        bottom: auto;
    }
    .sub-menu li ul.sub-menu {
        position: static;
    }
    .pa-slider .slick-slide.slick-active+.slick-slide {
        margin-top: 0;
    }
    .pa-slider .slick-slide.slick-current.slick-active {
        margin-top: 0;
    }

    .pa-slider .slick-list {
        padding: 0 !important;
    }
    .home-pa-sec.position-relative {
        padding: 50px;
    }
    .pa-image img {
        max-width: 550px;
        height: 520px;
        object-fit: cover;
        width: 100%;
    }

    .pa-slide {
        padding: 0;
        max-width: 700px;
        margin: 0 auto;
        display:block !important;
    }

    .header-ph-block a span{
        display:none;
    }
    .navSlickCs {
        top: 40px;
    }
    .team-items {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .team-items .first-two-items, .team-items .remaining-items, .team-items .next-one-item {
        width: auto;
        flex: 0 0 100%;
        ;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .con-loop-team.remaining-items .team-loop-item {
        width: auto;
        flex: 0 0 calc(50% - 245px);
    }

    .con-loop-team.next-one-item .team-loop-item {
        width: 380px;
        height: 380px;
        margin-bottom: 20px;
    }
    .home-team-sec {
        padding: 50px 0 !important;
    }
    .header-ph-block a {
        border-radius: 50%;
        gap: 10px;
        border: 1px solid #ffff;
        height: 50px;
        width: 50px;
        background:transparent;
        padding: 0;
    }
    .banner-title.h1 {
        font-size: 100px;
    }
    .home-victories-sec .victories-box .main-title {
        font-size: 40px;
    }
    .new-banner-home {
        height: 700px;
    }
    .video-wrap {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .nap-title {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 991px){
    .banner-title.h1 {
        font-size: 50px;
    }
    .con-loop-team.remaining-items .team-loop-item {
        width: auto;
        flex: 0 0 calc(50% - 130px);
    }
    .home-victories-sec .victories-box .main-title {
        font-size: 50px;
    }
    .home-victories-sec .victories-box .title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 3px;
    }
    .content p {
        font-size: 15px;
        line-height: 28px;
    }
    .injury_content .inner-content {
        padding-left: 0;
    }
    .new-banner-home {
        height: 500px;
    }
    .banner-layout {
        padding-bottom: 40px;
    }
    .home-about-sec .img-block {
        margin-right: 0;
    }
    .home-about-sec .img-block img {
        height: 350px;
    }
    .home-about-sec .inner-content {
        padding-left: 0px;
    }
    .h2 .h2, h2, .heading, h2.title {
        font-size: 32px;
    }
    .space-pd {
        padding: 50px 0;
    }
    .home-pa-sec.position-relative {
        padding: 50px 20px;
    }
    .pa-slide {
        max-width: 100%;
    }
    .pa-image img {
        max-width: 400px;
        height: 400px;
        object-fit: cover;
        width: 100%;
    }
    .pa-slider .slick-slide.slick-active+.slick-slide .pa-image img {
        height: 400px;
    }
    .pa-slider .pa-content {
        max-width: 400px;
        width: 100%;
        padding: 15px;
        right: 20px;
        min-height: 300px;
    }
    .navSlickCs {
        right: 60px;
    }
    .test_quote {
        padding-right: 0;
        padding-bottom: 40px;
    }
    .pa-content {
        background: #FAFAFA;
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .home-whysoloff-sec .img-block {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .h2 .h2, h2, .heading, h2.title {
        font-size: 30px;
    }
}

@media (max-width: 767px){
    .pa-image {
        display: none;
    }

    .pa-content {
        background: #FAFAFA;
        padding: 10px;
        margin-bottom: 20px;
    }
    .home-relentless-sec .video-wrap img {
        height: 250px;
    }
    .home-whysoloff-sec .injury_content img {
        height: 250px;
        margin-bottom: 20px;
    }
    .home-whysoloff-sec .content li {
        width: 100%;
    }
    .heading_divs {
        padding-left: 10px;
    }
    .testi-text {
        font-size: 18px;
        line-height: 32px;
    }
    .home-relentless-sec .video-wrap img {
        margin-bottom: 20px;
    }
    .home-contact-sec .inner-content {
        text-align: center !important;
    }
    .schedule_heading {
        text-align: center !important;
    }
    .schedule_phn a {
        justify-content: center;
    }
    .locations .d-none.direction-link {
        display: block !important;
        border-bottom: 0;
        font-size: 20px;
        margin-left: 0;
        color: #937643;
        text-align: center;
    }
    .map-item {
        display: none;
    }
    .map-item {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .menu-button {
        height: 40px;
        width: 40px;
    }
    .menu-button .menu-bar {
        width: 25px;
    }
}
@media (max-width: 480px) {
    .h2 .h2, h2, .heading, h2.title {
        font-size: 28px;
    }
    .top-logo-row {
        display: flex;
    }
    .new-banner-home {
        height: 320px;
    }
    .banner-title.h1 {
        font-size: 30px;
    }
    .banner-subtitle {
        font-size: 14px;
        letter-spacing: 5px;
    }
    .menu-wrap {
        top: 90px;
    }
    .banner-layout {
        padding-bottom: 20px;
    }

}


.mobile-team-sec {
    background: linear-gradient(133.71deg, rgba(235, 240, 242, 0.5) 15.14%, rgba(235, 240, 242, 0) 52.37%);
}
.mobile-team-sec::before{
    display:none;
}
.mobile-team-sec .team-head {
    max-width: 100%;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.mobile-team-sec .loop-item {
    margin-bottom: 30px;
}
.mobile-team-sec .loop-item img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.mobile-team-sec .loop-item .attorney-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
}