.wp-block-search .wp-block-search__inside-wrapper::after {
    right: unset;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    right: unset;
}

.searchform .searchsubmit {
    right: unset;
}

.searchform::after {
    right: unset;
}

.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-prev {
    left: unset;
}

.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-next {
    right: unset;
}

.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-prev i::before {
    content: "\f054";
}

.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-next i::before {
    content: "\f053";
}

.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
    margin-right: 0px;
}

.showcase.style-4 .txt-botm .swiper-nav-ctrl.swiper-button-next i {
    margin-left: 0px;
}

.mouse-cursor {
	right: unset;
}

.portfolio.style-5 .filtering span:after {
    right: unset;
}

.avo-team .navs {
    display: flex;
    flex-flow: row-reverse;
    justify-content: right;
}

.avo-team.style-4 .team .navs .prev {
    margin-inline-start: 5px;
}

@media (max-width: 991px) {
    .avo-team.style-4 .row {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .avo-team.style-4 .team .navs {
        top: 20px;
        left: 15px;
        right: unset;
    }
}