.search-banner {
    padding: 140px 0 0;
}
.search-banner__has-decorative-elm:after{
    background: url(../../../images/decorative-items/right-curve.png) no-repeat bottom center/contain;
    width: 1440px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.banner__has-decorative-elm:after {
    background: url(../../../images/decorative-items/red-curly.svg) no-repeat center center/cover;
    width: 40px;
    height: 132px;
    transform: rotate(180deg);
    left: 5px;
    bottom: 85px;
    z-index: -1;
}

.banner__has-decorative-elm:before {
    background: url(../../../images/decorative-items/agility-full.png) no-repeat center center/cover;
    height: 204px;
    width: 414px;
    right: -175px;
    top: auto;
    bottom: -50px;
    z-index: -1;
}

.extra-decorative-elm {
    position: absolute;
    background: url(../../../images/decorative-items/black-single-star.svg) no-repeat center center/cover;
    width: 32px;
    height: 32px;
    top: -40px;
    left: 0;
    right: -135px;
    margin: auto;
}

.hero__title {
    margin-bottom: 30px;
}

.aa-Autocomplete {
    margin-bottom: 40px;
    width: 100%;
    height: 41px;
}

.aa-Form:focus-within,
.aa-Form {
    border: 1px solid var(--orange);
    box-shadow: none;
}

.aa-Label svg,
.aa-LoadingIndicator svg {
    color: var(--black);
}

.aa-Form,
.aa-InputWrapperPrefix,
.aa-Input {
    height: 41px;
}

.aa-SubmitButton {
    padding: 0 20px 0 13px;
    width: 50px;
}

.aa-Panel {
    z-index: 1;
}

.filtertabs li {
    font-size: 14px;
    line-height: 14px;
    border-bottom: 4px solid transparent;
    position: relative;
}

.search-index:hover {
    border-bottom-color: var(--primary-red);
}

.active.search-index {
    border-bottom-color: var(--primary-red);
    font-weight: 800;
}

@media all and (max-width: 991px) {
    .index_filter-tabs {
        margin: 128px -35px 0;
        background: var(--white);
        position: relative;
        z-index: 1;
        box-shadow: 0px 0px 29.483px rgba(0, 0, 0, 0.10);
    }

    .index_name {
        padding: 24px 38px;
        display: block;
        font-weight: 700;
        background: url(../../../images/decorative-items/down-arrow.svg) no-repeat 90% center/17px;
    }

    .filtertabs {
        padding: 0 35px;
        background: var(--white);
        flex-wrap: wrap;
        position: absolute;
        display: none;
        width: 100%;
    }

    .open-dropdown .filtertabs {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid var(--dark-grey);
        top: 63px;
    }

    .filtertabs li {
        padding: 14px 0;
        width: auto;
    }
}

@media all and (min-width: 768px) {
    .banner__has-decorative-elm:after {
        bottom: -80px;
        height: 259px;
        width: 78px;
    }

    .banner__has-decorative-elm:before {
        height: 298px;
        width: 603px;
        right: -215px;
        bottom: -23px;
    }
    .aa-Autocomplete{
        width: 440px;
    }
    .extra-decorative-elm {
        width: 60px;
        height: 59px;
        top: -50px;
        right: 0px;
    }
}

@media all and (min-width:992px) {
    .hero__title {
        font-size: 60px;
        line-height: 66px;
    }

    .aa-Autocomplete {
        width: 850px;
    }

    .index_name {
        display: none;
    }

    .banner__has-decorative-elm:before {
        height: 384px;
        width: 780px;
        right: -420px;
        top: -55px;
        bottom: auto;
    }

    .extra-decorative-elm {
        width: 60px;
        height: 60px;
        top: -30px;
        right: -490px;
    }

    .search-banner {
        padding: 175px 0 220px;
    }

    .banner__has-decorative-elm:after {
        left: -90px;
        bottom: calc((260px + 49px)* -1);
    }

    .filtertabs li {
        margin-right: 36px;
        cursor: pointer;
        padding: 0 5px 10px;
    }
    .filtertabs li::after {
        content: attr(data-value);
        font-weight: 800;
        position: absolute;
        text-transform: capitalize;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: transparent;
        text-align: center;
    }
    
    .active.search-index::after {
        color: inherit;
        color: var(--black);
    }
    
    .active.search-index {
        color: transparent;
    }
}