.home p {
    color: #000000;
}

.home .footer-info p, .home .common-contact-wrap p {
    color: #DCDCDC;
}
.home .footer-info p{
    color: #ffffff;
}
/* home banner */
.home-banner {
    z-index: 1;
    display: flex;
    position: relative;
    opacity: 1;
    padding-bottom: 70px;
    padding-top: 70px;
}
.home-banner-bgimage{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity:0.6;
}
.home-banner .home-banner-image {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.home-banner .home-banner-image img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: 829px;
}
.home-banner .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.home-banner .banner-wrap {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    padding-bottom: 0;
    z-index: 2;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-banner .banner-right-side {
    display: flex;
    flex-wrap: wrap;
}
.home-banner-info .page-button {
    margin-top: 30px;
}

.banner-small-title {
    color: #7B8C9F;
    font-size: 50px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 5px;
    font-style: italic;
    text-transform: capitalize;
    font-weight: normal;
}
.home-banner-info .banner-title {
    font-size: 65px;
    font-weight: 700;
    position: relative;
    line-height: 96px;
    color: #333334;
    margin-bottom: 20px;
}

/* banner bottom css */
/* about section css */
.about-image {
    width: 100%;
    position: relative;
    padding-right: 40px;
}

.about-image img{
    width: 100%;
}

/* about section css */
/* injury-claim section css */
.injury-claim-section {
    z-index: 1;
    margin-top: 70px;
    padding: 90px 0 !important;
}
.injury-claim-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 100%;
    width: 56%;
    background: var(--secondary);
}

.injury-claim-section .injury-right-image {
    position: absolute;
    right: 0px;;
    width: 47%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -70px;
}

.injury-image-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 16px;
}

.injury-image-info .injury-img {
    width: 181px;
}

.injury-image-info .injury-desc {
   /* width: calc(100% - 181px);
    padding-left: 20px;
    */
}

.injury-image-info .injury-img img {
    width: 100%;
}

/* about section css */

/* Case Result CSS */
.case-result-information {
    z-index: 1;
    position: relative;
}
.case-result-information .case-bg-image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
}

.case-result-information:after {
    content: "";
    background: #000;
    position: absolute;
    bottom: -50px;
    margin: auto;
    right: 0;
    height: 100%;
    width: 55%;
    z-index: -1;
}

.case-result-information .right-case-detail {
    margin-left: auto;
}

.case-result-section {
    background: #F8F8F8;
}

.case-result-information .right-case-detail .fullwidth {
    padding-left: 100px;
    top: 45px;
}

.case-result-information .right-case-detail .small-title {
    line-height: 38px;
}
.case-result-information .right-case-detail .title {
    margin-bottom: 30px;
    margin-top: 10px;
}

.case-result-information .right-case-detail .small-title:before {
    top: 10px;
    bottom: inherit;
}

.case-result-information .right-case-detail .case-small-text{
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    position: relative;
}
.case-result-information .right-case-detail .case-small-text:hover{
    color: #7b8c9f; 
}
.case-result-information .right-case-detail .case-small-text:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 11px;
    background-image: url(../img/small-pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: -14px;
    left: 140px;
}

.case-result-list {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

.case-result-list .case-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.case-result-list .case-icon img {
    width: 60px;
    height: 60px;
}

.case-short-desc {
    width: calc(100% - 80px);
}

.case-short-desc .view-all {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 30px;
    background-image: url(../img/arrow-long-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    margin-top: 24px;
}

.home-case-details{
    position: relative;
    width: 100%;
}

.casedots .owl-dot span {
    display: inline-block;
    background: rgba(123, 140, 159, 0.58);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.casedots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.casedots .owl-dot {
    margin: 0 5px;
    cursor: pointer;
}

.casedots .owl-dot.active {
    background: #000;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-result-section .page-button {
    margin-top: 45px;
}

/* Case Result Slider */
.home-case-info {
    background: #111315;
    height: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    text-align: center;
    transition: .50s; 
    padding-left: 15px;
    padding-right: 15px;
}

.home-case-info .case-price {
    font-weight: 600;
    font-size: 36px;
    line-height: 39px;
    width: 100%;
}

.home-case-info .case-name {
    color: #7B8C9F;
    margin-top: 0;
    font-style: italic;
    display: inline-block;
    position: relative;
    font-size: 28px;
    line-height: normal;
    padding-bottom: 40px;
    margin-bottom: 24px;
}

.home-case-info .case-name:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
    background-image: url(../img/small-pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0;
    left: 0px;
    right: 0;
}

.case-item-wrap {
    z-index: 1;
    display: flex;
    align-items: center;
    height: 300px;
}

.case-item-wrap .home-case-info:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.case-item-wrap:hover .home-case-info {
    background: none;
    border: 1px solid #000;
    height: 272px;
}

.case-item-wrap:hover .home-case-info .case-price {
    color: #000;
}

/* Case Result CSS End */

/* financial info */
.financial-detail-sec{
    z-index: 1;
}

.financial-compensation-info {
    margin-top: 50px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.financial-compensation-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/financial-pattern-img.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.financial-detail-sec .small-title:before{
    display: none;
    opacity: 0;
}

.financial-detail-sec .title {
    padding-bottom: 40px;
}

.financial-detail-sec .title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
    background-image: url(../img/small-pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.financial-compensation-wrap  .financial-small-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
    color: #000;
}

.financial-compensation-wrap {
    display: flex;
    align-items: center;
    height: 380px;
}

.financial-compensation-wrap .financial-desc {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0 60px;
}

.financial-compensation-wrap .financial-icon {
    margin-bottom: 20px;
}

.financial-compensation-wrap .financial-icon img, .financial-compensation-wrap .financial-icon svg {
    width: 60px;
    height: 60px;
}

/* financial info css end */
/* Your Family First */
.family-first-info {
    background: #F8F8F8;
    padding-bottom: 140px;
}

.family-left-sec .fullwidth {
    padding-left: 60px;
}

.family-left-sec {
    padding-left: 232px;
}
.family-left-sec .small-title {
    left: 63px;
    line-height: normal;
}
.family-left-sec .title {
    margin-bottom: 40px;
    margin-top: 8px;
}
.family-left-sec .page-button {
    margin-top: 30px;
}
.testimonial-container .small-title:before{
    background-image:url(../img/white-curv.svg);
}
.family-first-info .family-left-image {
    position: absolute;
    left: 0;
    width: 245px;
    height: calc(100% - 207px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    margin: auto;
}
.family-first-info .family-right-image {
    position: absolute;
    right: 0;
    width: calc(50% - 250px);
    height: calc(100% - 165px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: auto;
    margin: auto;
    bottom: 0px;
    max-width: 663px;
    max-height: 792px;
}
/* Your Family First CSS end */
/* Personal Injury Law Firm */
.practice-area-header {
    width: 100%;
    position: relative;
    padding-left: 90px;
    margin-bottom: 50px;
}

.prac-btn-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.personal-injury-details {
    width: 98%;
    position: relative;
    display:flex;
    flex-direction: column;
    align-items:end;
    height:100%;
}

.practice-sec-wrap{
    width: 100%;
    position: relative;
}

.practice-sec-wrap img{
    width: 100%;
    height:100%;
}

.injury-info-sec .injury-icon, .injury-info-sec .injury-icon img, .injury-info-sec .injury-icon svg {
    width: 70px;
    height: 70px;
}

.practice-sec-wrap .injury-short-desc {
    width: 100%;
    padding: 15px;
}

.injury-info-sec {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.practice-sec-wrap:after {
    content: "";
   background:  #033C50D9;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: .5s;
}
.practice-sec-wrap:hover::after {
    background: rgba(53, 56, 57, 0.74);
}
.injury-info-sec .injury-heading {
    color: #fff;
    margin: 15px 0;
    position: relative;
    padding-bottom: 25px;
}

.injury-info-sec .injury-heading:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
    background-image: url(../img/pattern-white-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0px;
    right: 0;
    left: 0;
}
.injury-info-sec .view-all {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 30px;
    margin-top: 10px;
    background-image: url(../img/arrow-long-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    font-weight: 600;
}
.practice-sec-wrap.defective-drugs {
    width: 90%;
    height:100%;
	margin-top:2.7rem!important;
}

.practice-sec-wrap.personal-injury-sec {
    margin-left: auto;
}

.personal-injury-right-sec {

}
.personal-injury-sec{
    width:780px;
	margin-top:2.7rem!important;
}
.personal-injury-law-sec {
    z-index: 1;
}
.personal-injury-law-sec .container{
    z-index: 1;
}
.personal-injury-law-sec:after {
    content: "";
    background-image: url(../img/patteren-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 105%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: -97px;
/*    margin: auto;*/
}
/* Personal Injury Law Firm */ 

/* home about css */
.experience-year {
    display: flex;
    align-items: flex-end;

}


.experience-year-info .year-icon img, .year-icon img {
    width: 74px;
    height: 74px;
    margin-bottom:32px;
}
.experience-year-info .exp-title, .reach-out-info .exp-title {
    margin-bottom: 16px;
    font-family: Oswald;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}
.representation-right-sec {
    display: flex;

}
.reach-out-sec {
    display: flex;
    align-items: flex-end;
}

.representation-left-sec .small-title{
    padding-left: 68px;
}
.representation-left-sec .small-title:before{
    left: -40px;
}
.experience-year .experience-year-info{
    padding: 50px 45px !important;
    border: 1px solid #dcdcdc;
	
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .7s;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px !important;
}
.experience-year-info:hover, .reach-out-info:hover{
    box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.10);
    border: none;
    background: #f8f8f8;
    border:1px solid transparent!important;
    cursor: pointer;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    height: 100%;
}
.reach-out-info{
	border-left:none!important;
}
.experience-year .experience-year-info{
	border-right:none!important;
}
/* .reach-out-info:hover .year-icon, .experience-year-info:hover .year-icon{
    display: block !important;
} */
.experience-year.current .experience-year-info img {
    display: block;
}
.experience-year-info img, .experience-year-info svg{
    display: none;
    transition: .7s;
    margin-bottom: 15px;
}
.experience-year.current .experience-year-info{
    -webkit-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.10);
    border: none;
    background: #f8f8f8;
    border-radius: 10px;
    height: 100%; 
}
/* home about css */

/* content section css */
.linklist ul li:after {
    top: 6px;
    width: 17px;
    height: 19px;
    background-size: 17px;
}

.first-content-sec {

}

.second-content-sec .title, .third-content-sec .title, .fourth-content-sec .title {
    text-align: center;
    margin-bottom: 30px;
}

.second-content-sec{
    background-image: radial-gradient(circle, #121212, #0e0e0e, #0a0a0a, #050505, #000000);
}

.third-content-sec {
    background: #f3f5fa;
}
.fourth-content-sec {
    background: #f9f9f9;
}

.fourth-content-sec .fullwidth {
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.10);
    padding: 50px;
    border-radius: 35px;
    text-align: center;
}
.banner_content
.banner_content p{
    font-size: 18px;
    color: #000000;
}
.testimonial_sec {
    padding-left: 10%;
}
#banner-counter .owl-item{
    border-right: 1px solid #333334;
}
  
.counter_list {
    padding-right: 25px;
    margin-right: 0px;
    text-align:center;
}
.injury-claim-section {
    margin-top:100px;
	z-index:10;
        margin-bottom:100px;
}

.banner-counter .number {
    font-size: 64px;
    font-weight: 700;
    line-height: 67.2px;   
    margin-bottom: 20px;
}
.theme-color{
   color: var(--secondary);
}
.banner-btn {
    position: absolute;
    bottom: 0px;
    right: -15px;
    background-color: var(--secondary);
}
.home-banner-with-counter{
    position: relative;
}
.home-banner-with-counter:after {
    content: "";
    background: #F9F8F8;
    position: absolute;
    height: 240px;
    width: 100%;
    bottom: 100px;
    left: 0px;
}
.counter_list .content {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}
.banner-counter:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100px;
    top: 0px;
    z-index: 9;
}
#banner-counter .owl-item.active + .owl-item.active + .owl-item.active {
    border: none;
}

.banner-counter {
    margin-bottom: 43px;
    background: #F9F8F8;
    width: calc(100% - -60px);
}

.banner-left-side {
    padding-right: 125px;
}
.practice-sec-wrap.personal-injury-sec .injury-bg-image {
   object-fit: cover;
}
.car-practice-img{
    max-height: 331px;
    object-fit: cover;
}
.counter_list_wrap .counter_list {
    padding-right: 10px;
    margin-right: 10px;
}
.mobile-home-banner {
    padding-top: 50px;
}
.counter_list_wrap .counter_list:last-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}
.home-banner.mobile-home-banner {
    padding-bottom: 28px;
}
.representation-left-sec .fullwidth {
    max-width: 480px;
}
.m-injury-claim-sec {
    padding-bottom: 0px;
}
.m-injury-claim-sec:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height:230px;
    background: #fff;
    z-index: -1;
}
.car-practice-img {
    height: 351px;
}
.practice-img2 {
    height: 443px;
}
.practice-img3 {
    height: 522px;
    object-fit: cover;
}
.practice-img4 {
/*    height: 568px;*/
    object-fit: cover;
}
.personal-injury-left-sec {
    justify-content: space-between;
    flex-flow: column;
    display: flex;
}
.injury-info-sec .injury-icon {
    display: none;
}
.m-experience-year {
    border: 0.58px solid #DCDCDC;
    padding: 20px;
}
.m-experience-year .exp-title {
    font-size: 20px;
}

.first-content-sec .title {
    font-size: 30px;
    line-height: 45px;
}

.home-banner-info .page-button a.theme-btn {
    background: #353839;
    padding: 20px 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: 0.5s;
}
.home-banner-info .page-button a.theme-btn:hover {
    background: #89B6BD;
    border: 1px solid #89B6BD;
}

.injury-image-info .injury-desc h3 {
    color: #fff;
    font-size: 30px;
    line-height: 28px;
}

.practice-area-header ul {
    list-style: disc;
    padding-left: 20px;
}


.common-testimonial .owl-carousel .owl-item.active .titles{
    margin-bottom:25px;
}

.owl-carousel.owl-drag .owl-item.cloned.active .counter_list{
	border-right:1px solid #000;
}

.common-testimonial .owl-carousel .owl-item.active .detailed-content{
   line-height:28px;
   color:#5e5e5e;
   font-weight:500;
}
.common-testimonial .owl-carousel .owl-item.active.current .author_name_box{
    text-align:center!important;
}
.common-testimonial .owl-carousel .owl-item.active .review-rating .star-icon {
    background-image: url(../img/blue-stars.svg); 
}
/*.common-testimonial .owl-carousel .owl-item.active .review-rating .star-icon {
    background-image: url(../img/blue-star.svg); 
}*/
.injury-claim-section .small-title:before{
    background-image:url(../img/white-curve.svg);
}
.contact-form-footer .btn{
	padding:0px;
}
.home-about-sec .title{
	margin-top:0px!important;
}
.team-content {
    position: absolute;
    width: 366px;
    height: fit-content;
    left: 46%;
    top: 35%;
}
.attorney-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 360px;
    object-fit: contain;
    width: 100%;
}
.attorney-content-inner {
    background: #fff;
    transition: 0.5s ease all;
    padding: 31px;
}
.attorney-name a {
    color: #353839;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 400;
}
.team-list {
    margin-bottom: 100px;
}

.practice-desc-short {
    color: #333334;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.team-list:nth-last-child(1), .team-list:nth-last-child(2) {
    margin-bottom: 10px!important;
}
.whistle-section{
    margin-bottom:100px;
}
.home-banner-info .btn:after{
    display:none;
}
.home-banner-info .btn:before{
    display:none;
}
.home-banner-info .btn{
    padding-left:0px;
    min-width:fit-content;
}
.content-box{
    background-color:var(--secondary);
}
.top-content p{
    color:#fff;
}
.desc p{
    color:#fff;
}
.content-box .content-rows:nth-child(even){
    flex-direction:row-reverse;
}
.content-box .content-rows{
    margin-bottom:40px;
}
.content-box .content-rows:nth-last-child(1) {
	margin-bottom:0px;
	
}

.repeted-content-des {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal-content {
    background: #fff;
    color: #000;
    padding: 35px;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
}
.modal .close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}

.modal .close:hover {
    color: #000!important;
}
button.collar-read-more-btn {
    background: transparent;
    padding: 0;
    border: 0;
    color: #fff;
	text-decoration: underline;
}

.home-section-content-box {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home-section-content-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #483949eb;
    z-index: 1;
}

.home-section-content-box .container {
    z-index: 2;
    position: relative;
}

.content-rows-inner svg {
    height: 80px;
    width: auto;
}

.content-rows-inner svg path {
	stroke: #fff;
}

div#trustsymbol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 0px;
    width: 65%;
    margin: auto;
    padding: 50px 0px;
}

div#trustsymbol .item {
	width: 26%;
}

div#trustsymbol .item:first-child {
	width: 100%;
}

div#trustsymbol .item:nth-child(3) img {
	width: 300px;
}

div#trustsymbol .item:nth-child(2) {
	justify-content: flex-end;
}

div#trustsymbol .item:nth-child(4) {
	justify-content: flex-start;
}

.trust-logos-section .item {
	height: max-content;
}

