.practice-wrapper {
    margin-top: 80px;
    padding-top: 35px;
    padding-top: 0;
}

.practice-content {
    border-top: 1px solid #C1C1C1;
    padding-top: 40px;
}

.practice-areas {
    display: flex;
    /* margin-bottom: 195px; */
    margin-bottom: 50px;
    margin-top: 58px;
}

.practice-image img {
    max-width: 425px;
    width: 100%;
    height: 605px;
    object-fit: cover;
}

.practice-image {
    height: max-content;
    width: 100%;
    max-width: 425px;
}

.header-section.hide-header~#content .practice-image {
    top: 50px;
    transition: all 0.5s ease-in-out;
}

.header-section~#content .practice-image {
    position: sticky;
    height: 605px;
    top: 150px;
    transition: all 0.5s ease-in-out;
}

.practice-areas-list-wrapper{
    margin-left: 65px;
    max-width: 850px;
    width: 100%;
}

.practice-areas-list:not(.swiper-wrapper){
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
}

.practice-area-title {
    font-weight: 600;
    margin: 0;
    position: relative;
    padding: 20px 0;
    padding-right: 20px;
}

.practice-area-item {
    max-width: 100%;
    width: 100%;
    /* border-top: 1px solid #0D1416; */
    /* padding: 20px 0; */
    padding-bottom: 0;
    cursor: pointer;
    position: relative;
    height: auto!important;
}

.practice-area-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0D1416;
    top: 0;
    left: 0;
    /* z-index: 0; */
}

.practice-area-item::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, 0, 1);
    transition: -webkit-transform .6s cubic-bezier(.4, 0, 0, 1);
    -o-transition: transform .6s cubic-bezier(.4, 0, 0, 1);
    transition: transform .6s cubic-bezier(.4, 0, 0, 1);
    transition: transform .6s cubic-bezier(.4, 0, 0, 1), -webkit-transform .6s cubic-bezier(.4, 0, 0, 1);
    background: #00BBD4;
    /* z-index: -1; */
}

.practice-area-item.has-posts .practice-area-title:after {
    content: '';
    position: absolute;
    background-image: url('../images/plus.svg');
    background-repeat: no-repeat;
    background-size: initial;
    width: 12px;
    height: 12px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s;
}

.practice-area-item:hover>.practice-area-title:after {
    background-image: url(../images/plus-hover.svg);
}

.practice-area-item.has-posts.active .practice-area-title:after {
    transform: translateY(-50%) rotate(45deg);
}


.practice-area-item:hover>.practice-area-title {
    color: #00BBD4;
}

.practice-area-item:hover::after {
    z-index: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.practice-area-item.active:before {
    background: #00BBD4;
}

.practice-area-posts {
    display: none;
}

.practice-area {
    display: flex;
    flex-direction: column;
}

.practice-area a {
    color: #767676;
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
}

.practice-area a:hover {
    color: #00BBD4;
}

.practice-area a:last-child {
    margin-bottom: 0
}

.practice-area a:before {
    content: '';
    position: absolute;
    background-image: url('../images/arrow_1.svg');
    width: 22px;
    height: 10px;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.practice-areas-section .practice-wrapper .practice-content p div {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
}


.practice-content p div {
    margin: 0;
}

.text-sliding>p>div {
    background: linear-gradient(to right, #0D1416 50%, #AAAAAA 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.practice-areas-link {
    text-align: right;
}

.practice-areas-section {
    padding-bottom: 110px;
}

/* .practice-areas-list.swiper-wrapper{
    display: flex;
    flex-direction: row!important;
} */

/* .practice-areas-list-wrapper.swiper .practice-area-item{
    height: 50px!important;
    margin-top:0 !important;
} */

.practice-areas-section .custom-navigation {
    position: relative;
    height: 40px;
    margin-bottom: 50px;
    display: none;
}

/* .practice-areas-section .new-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1px;
} */

.practice-areas-section .custom-navigation .swiper-button-prev {
    right: 46px;
    left: auto;
    margin-top: -18px;
}

.practice-areas-section .custom-navigation .swiper-button-next {
    right: 0;
    margin-top: -18px;
}

.practice-areas-section .custom-navigation .swiper-pagination {
    right: 108px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.practice-areas-section .custom-navigation .swiper-pagination span {
    padding: 0 12px;
}


@media (max-width: 1024px) {
    .practice-areas-list-wrapper{
        margin-left: 30px;
    }
    .practice-areas-list:not(.swiper-wrapper) {
        gap: 20px;
    }

    .practice-area-title {
        font-size: 18px;
    }

    .practice-area a {
        font-size: 14px;
    }
}

@media (max-width: 767.96px) {
    .practice-areas {
        display: block;
        margin-bottom: 165px;
    }

    .practice-image {
        display: none;
    }

    .practice-areas-list-wrapper{
        margin-left: 0;
    }

    .practice-areas-list:not(.swiper-wrapper) {
        display: block;
        margin-left: 0;
    }

    .practice-areas-section .section-description {
        margin-top: 52px;
    }

    .practice-wrapper {
        margin-top: 60px;
        border: none;
        padding-top: 0;
    }

    .practice-content {
        border-top: 1px solid #C1C1C1;
        padding-top: 40px;
    }

    .practice-area-title {
        font-size: 18px;
        line-height: 25px;
        /* margin-bottom: 40px; */
    }

    .practice-area-posts {
        margin-bottom: 20px;
    }

    .practice-area a {
        font-size: 14px;
    }

    .practice-area-item.active .practice-area-title {
        /* margin-bottom: 0; */
    }

    .practice-area-item:not(.swiper-slide) {
        margin-bottom: 40px;
    }

    .practice-areas-section .practice-wrapper .practice-content p div {
        font-size: 24px;
        line-height: 33px;
    }

    .front-page .practice-areas-section .custom-navigation {
        display: block;
    }
}