.redirection-header {
    padding: 40px 0;
    background-color: #F4F4F4;
}

.redirection-header {
    transition: all 0.3s ease;
    width: 100%;
}

.scroll-sticky-wrap.redirection-header {
    position: sticky;
    z-index: 11;
    top: 120px;
    box-shadow: 0 0px 8px #171717;
    background: #fff;
}

.scroll-sticky-wrap.redirection-header .redirect-wrp {
    transition: 0.3s ease-in-out;
}

.anchor-location-body header.scrolled {
    box-shadow: unset;
    transition: 0.3s ease-in-out;
}

.redirection-header .redirect-wrp {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.redirection-header .redirect-wrp .redirects {
    border-right: 2px solid #224380;
    display: flex;
    height: 100%;
    padding-right: 10px;
    cursor: pointer;
}

.redirection-header .redirect-wrp .redirects:last-child {
    border: none;
}

.redirection-header .redirect-wrp .redirects a {
    color: #224380;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-decoration: none;
}

.static-banner {
    padding: 50px 0;
}

.static-banner .static-wrp {
    display: flex;
    align-items: center;
    height: 100%;
    align-items: normal;
}

.static-banner .static-wrp .wrap-common-style {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: calc(100% / 3);
    width: 100%;
}

.ban-one {
    background-color: #004D7C;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.ban-two {
    background-color: #595959;
}

.ban-three {
    background-color: grey;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.static-banner .static-wrp .wrap-common-style .st-text h1 {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.static-banner .static-wrp .wrap-common-style .st-text h2 {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.static-banner .static-wrp .wrap-common-style .st-text h3 {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.static-banner .static-wrp .wrap-common-style .st-text h4 {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.static-banner .static-wrp .wrap-common-style .st-text h5 {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.static-banner .static-wrp .wrap-common-style .st-text h6 {
    font-size: 22px;
    line-height: normal;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

@media(max-width:1280px) {

    .scroll-sticky-wrap.redirection-header {
        padding-top: 30px;
        padding-bottom: 30px;
        top: 84px;
    }

    .scroll-sticky-wrap.redirection-header .redirect-wrp {
        padding-left: 0;
    }
}

@media(max-width:1024px) {

    .redirection-header {
        padding: 20px 0;
    }

    .redirection-header .redirect-wrp .redirects:last-child {
        border: none;
    }

    .redirection-header .redirect-wrp .redirects a {
        font-size: 24px;
        line-height: normal;
    }

    .scroll-sticky-wrap.redirection-header {
        top: 80px;
    }

    .static-banner .static-wrp .wrap-common-style {
        padding: 16px;
    }

    .static-banner .static-wrp .wrap-common-style .st-text h1 {
        font-size: 18px;
        line-height: normal;
    }

    .static-banner .static-wrp .wrap-common-style .st-text h2 {
        font-size: 18px;
        line-height: normal;
    }

    .static-banner .static-wrp .wrap-common-style .st-text h3 {
        font-size: 18px;
        line-height: normal;
    }

    .static-banner .static-wrp .wrap-common-style .st-text h4 {
        font-size: 18px;
        line-height: normal;
    }

    .static-banner .static-wrp .wrap-common-style .st-text h5 {
        font-size: 18px;
        line-height: normal;
    }

    .static-banner .static-wrp .wrap-common-style .st-text h6 {
        font-size: 18px;
        line-height: normal;
    }

}

@media(max-width:991px) {

    .scroll-sticky-wrap.redirection-header {
        top: 70px;
    }

    .redirection-header .redirect-wrp .redirects a {
        font-size: 22px;
        line-height: normal;
    }
}

@media(max-width:767px) {

    .scroll-sticky-wrap.redirection-header {
        top: 75px;
        padding-top: 30px;
    }

    .redirection-header .redirect-wrp .redirects a {
        font-size: 16px;
        line-height: normal;
    }

    .static-banner .static-wrp {
        flex-direction: column;
        gap: 16px;
    }

    .static-banner .static-wrp .wrap-common-style {
        padding: 16px;
        max-width: 100%;
        border-radius: 100px;
        gap: 16px;
    }

    .static-banner {
        padding: 25px 0;
    }
}

@media(max-width:567px) {

    .scroll-sticky-wrap.redirection-header {
        top: 60px;
    }
}