/**** COMMON *******/
.common_btn+.common_btn{
    margin-left: 1rem
}
.image-style{
    position: relative;
    padding:30px 0 30px 30px
}
.image-style:before {
    content: "";
    position: absolute;
    width: 94%;
    height: 100%;
    top: 0;
    left: 0;
    border: 10px solid;
    border-image-slice: 12;
    border-image-source: repeating-linear-gradient( 
        45deg ,#f3f2f2,#e4e4e4 2px,#fff 1px,#fff 4px);
    z-index: -1;
}
.high-fold{
    position: relative;
    z-index: 1
}
.bg-grey{
    background-color: #f3f3f3
}
.relative{
    position: relative
}
.no-scroll{
    overflow: hidden
}
.strecthed-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/**** High Rated *******/
.high-rated-bg{
    position: absolute;
    right: 0;
    top: 0;
    width: 755px;
    height: 1000px;
    background-position: right top
}

/**** Community *******/
.community-content p strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.75;
    display: block;
    margin-bottom: 25px;
}


/**** Home Blog *******/
.home-blog-section{
    background-color: #f3f3f3
}
.home-blog-inner {
    width: 90%;
    margin-left: auto;
    position: relative;
}
.home-blog-inner-child{
    overflow: hidden   
}
.home-blog-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 80%;
    padding-left: 15px
}
.blog-slider-outer{
    width: 100%
}
.blog-slider-outer .slick-list{
    overflow: visible
}
.PrevArrow, .NextArrow {
    width: 60px;
    height: 60px;
    background-color: #FFF;
    display: flex;
    border-radius: 50%;
    color: #FFF;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border: 2px solid #ccc;
    cursor: pointer
}
.PrevArrow svg, .NextArrow svg{
    width: 38%;
    height: 38%
}
.PrevArrow svg path, .NextArrow  svg path{
    fill: #ccc
} 
.arrows-slide {
    position: absolute;
    bottom: 100px;
    right: 101%;
}
.NextArrow {
    transform: rotate(-180deg);
}
.NextArrow svg {
    margin-left: 3px;
}
.PrevArrow:hover, .NextArrow:hover{
    background-color: #0098e5;
    border-color: #0098e5;  
}
.PrevArrow:hover svg , .NextArrow:hover svg{ 
    fill: #FFF   
}

/**** Blog Loop *******/
.home-blog-inner .slick-track{
    display: flex 
}
.home-blog-inner .slick-slide{
    height: auto
}
.blog-loop-content-col{
    background-color: #FFF;
    position: relative;
    border-bottom: 2px solid #0098e5;
    padding-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
    max-width: 405px ;
   
}
.blog-image-holder {
    padding-bottom:70%;
    background-color: #FFF;
    position: relative;
}
.blog-thumbnail{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover
}

.home-blog-section .blog-thumbnail.no-feature{background-position: center center; background-color: #36404f; background-size: 70%; background-repeat: no-repeat;}
.blog-loop-content-bottom {
    padding: 30px;
}
.blog-loop-content-bottom .h5 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blog-loop-content-bottom:after {
    content: "";
    width: 55px;
    height: 1px;
    background-color: #ccc;
    display: block;
}
.blog-loop-content-bottom .h5 a{
    color: #000
}
.blog-loop-content-bottom .h5 a:hover, .read-more-outer a{
    color: #0098e5
}
.read-more-outer{
    position: absolute;
    bottom: 25px;
    left: 30px;
    line-height: 1.15;
    text-transform: uppercase     
}

/**** Blog Loop *******/
.medical-malpractice-section {
    background-color: #0098e5;
    color: #FFF;
    min-height: 550px;
    display: flex;
    align-items: center;
    position: relative;
}
.medical-malpractice-section h2{
    line-height: 1.15
}
.medical-malpractice-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5
}
.medical-malpractice-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.resource_item-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #FFF;
    padding-bottom: 20px;

}
.resource-item-col-image{
    width: 100%;
    max-width: 300px; margin: 0 auto;
}
.resource-item-col-content{
    width: 100%;
    padding-top: 10px
}
.team-list-box {
    border: 1px solid #ddd;
    font-size: 14px;
    height: 100%;
    line-height: 1.8;
}
.team-short-detail{
    padding: 0 15px 15px 15px
}
a.read-more-info {
    position: absolute;
    bottom: 0;
    left: 24px;
    bottom: 15px;
    text-transform: uppercase
}
.attorney-team-list-box{
    padding-bottom: 45px
}

/**** Home Slider ******/
.attorney-slide-list{
    margin-left: 15px;
    margin-right: 15px
}
.attorney-slide-img{
    display: block;
    padding-bottom: 105%;
    background-position: center top;
    background-size: cover
}
.team-PrevArrow, .team-NextArrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 5px;
    background-color:#0098e5;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-PrevArrow:before, .team-NextArrow:before {
    content: """";
    width: 15px;
    height: 15px;
    display: block;
    border-color: #FFF;
    border-style: solid;
}
.team-NextArrow:before {
    transform: rotate(135deg);
    margin-right: 4px;
    border-width: 2px 0 0 2px;
}
.team-PrevArrow:before {
    transform: rotate(-45deg);
    margin-left: 4px;
    border-width: 2px 0 0 2px;
}
.team-arrows {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-right: 10px
}
.team-PrevArrow:hover, .team-NextArrow:hover {
   background-color: #0885c5 
}

/**** STAR RATING ******/
.star-rating-testimonial{
    color: orange
}


/**** BOOK LISTS ******/
.book-resource-list{
    display: flex;
    align-items: center
}
.book-resource-list-image {
    width: 250px;
}
.book-resource-list-content {
    width: calc(100% - 250px);

}
.book-resource-list-wrap > div:nth-child(odd) .book-resource-list-content{
  padding-left: 30px 
}
.book-resource-list-wrap > div:nth-child(even) .book-resource-list-content{
   padding-right: 30px
}
.book-resource-list-wrap > div:nth-child(even){
    flex-direction: row-reverse;
}
.book-resource-list-wrap > div+div{
    margin-top: 50px
}
.book-resource-list-image figure{
    margin: 0;
    position: relative
}
.book-resource-list-image figure:before {
    content: "";
    position: absolute;
    width: 85%;
    height: calc(100% + 10px);
    background-color: #dbdbdb;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.36);
    top: -10px;
}

.news-firm-single-banner {
    float: left;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 10px;
}

/**** BANNER *****/
.home_banner.home_banner{
    height: auto;
	overflow: hidden;
}
.verdicts-banner {
    margin-top: 0px;
    max-width: 1100px;
    margin: 0 auto;
}
.banner_notes h1, .banner_notes .h1{
    font-size: 80px;
    line-height: 1.05
}
.banner_container .banner_wrap {
    align-items: center;
    padding-top: 100px;
}
.verdict-item {
    background-color: rgba(255, 255, 255, 0.93);
    text-align: center;
    line-height: 1;
    padding: 12px 10px 7px;
    border-bottom: 5px solid #007ac1;
}
.verdict-item-number {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}
.banner_container.home_banner .banner_notes .play_btn{
    margin: 0;
    width: 100px
}
.banner_container{
    max-height: inherit
}
.single-news-firm-title{
    line-height: 1.35
}
p.author-name {
    background-color: #0098e5;
    display: inline-block;
    line-height: 1.15;
    padding: .75rem 1.5rem;
    color: #fff;
    position: relative;
}
p.author-name:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1000%;
    height: 1px;
    background-color:#0098e5;
    top: 50%;
    z-index: -1;
}
.blog-detail{
    overflow: hidden
}

@media(min-width:1600px){
    .blog-detail .postlist-single h2.single-news-firm-title{
        font-size: 34px;
        margin-bottom: 25px!important
    }  
}

@media(max-width:1399px){
  .banner_notes h1, .banner_notes .h1 {
    font-size: 70px;
} 
.verdict-item-number {
    font-size: 40px;
}
.banner_container .banner_wrap{
    padding-top: 40px
}
}
@media(max-width:1299px){
header.main_header .mob_nav{
    width: 60px;
}
}
@media(max-width:1199px){
 .verdict-item-number {
    font-size: 40px;
} 
.verdict-item h6{
    font-size: 16px
}
.verdict-item{
    padding-left: 10px;
    padding-right: 10px
}
}

@media(max-width:991px){
 .banner-desc {
    font-size: 24px;
    margin-bottom: 14px;
}
.banner_notes h1, .banner_notes .h1 {
    font-size: 50px;
}
    .verdicts-banner h2{
        margin-bottom: 0;
        font-size: 30px
    }  
   .verdict-item {
    margin-top: 15px;
} 

}

@media(max-width:767px){
    .news-firm-single-banner {
    float: none;
    width: 250px;
    margin: 0 auto 15px

}
.alignright, .alignleft{
    margin: 0 auto 15px;
     float: none;  
     display: block
}
    .banner_container .banner_notes{
        margin: 0
    }  
.banner_notes h1, .banner_notes .h1 {
    font-size: 36px;
}
.verdicts-banner h2 {
    font-size: 24px;
}
}

@media(max-width:575px){
.banner_container .banner_wrap {
    height: 475px;
}
}

@media(max-width:479px){
.banner_notes h1, .banner_notes .h1 {
    font-size: 30px;
}
.common-testimonial-section .testimonial-btn{
    padding-left: 0
}
.testimonial-btn .common_btn {
    padding: 15px;
    width: 148px;
}
}

@media(max-width:399px){
.banner_container .banner_wrap {
    height: 375px;
    background-position: 68% top!important
} 
}

/**** BANNER END *****/






@media (max-width: 767px){
  .book-resource-list {
    flex-direction: column!important;
}
.book-resource-list-content{
    padding: 15px 0 0!important;
    width: 100%;
    text-align: center
}
.team-PrevArrow, .team-NextArrow{
    width: 35px;
    height: 35px
}
.star-rating-testimonial{
    display: block
}
}


@media (max-width: 575px){
    .resource_item-row{
        flex-direction: column
    }  
    .resource-item-col-content {
        width: 100%;
        padding-left: 0;
    }
    .resource-item-col-content h5{
        text-align: center
    }
    .resource_section .resource_slider .common_btn{display: inherit; margin: 0 auto;}
    .detail-team-row-lists{
        max-width: 275px;
        margin-left: auto;
        margin-right: auto
    }
}