.aos-tab-container {
    width: 100%;
    max-width: 100% !important;
    padding-bottom: 30px;
    margin-bottom: 20px;
    background-color: #efefef;
}

.aos-tab-container .tab-content{
    display: flex !important;
}

.aos-tab-container .content-container {
    position: relative;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.aos-tab-container .tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100% !important;
    text-align: center;
    border-bottom: 1px solid #213f73;
    margin-bottom: 35px;
}

.aos-tab-container .tab-link {
    text-decoration: none;
    cursor: pointer;
    background: #3b5b91;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px 0;
    position: relative;
    display: inline-block;
    height: 42px;
    box-sizing: border-box;
}

.aos-tab-container .tab-link.active {
    background: #213f73;
}

.aos-tab-container .tab-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.aos-tab-container .tab-content a {
    text-decoration: none;
    width: 100%;
}

.aos-tab-container .aos-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 22%), 0px 0px 2px rgb(0 0 0 / 9%), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    background-color: #fff;
}

.aos-tab-container .aos-data {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.aos-tab-container .aos-item .aos-item-img {
    max-width: 120px;
    min-height: 75px;
    width: auto;
    height: auto;
}

.aos-tab-container .aos-item h3 {
    padding-left: 10px;
    font-family: "OpenSans_bold";
    font-size: 16px !important;
    margin: 0;
}

.aos-tab-container .aos-item .ku-grid-item-img {
    min-width: 119px;
}

.aos-tab-container .aos-item .ku-grid-item-arrow {


}

.aos-tab-container .aos-item .ku-grid-item-arrow img{
    width: 7.13px;
    margin-right: 10px;
}

@media only screen and (min-width: 1001px) {
    .aos-tab-container .tabs {
        flex-direction: row;
    }

    .aos-tab-container .tab-link {
        text-decoration: none;
        cursor: pointer;
        background: #3b5b91;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 20px 0;
        position: relative;
        display: inline-block;
        height: 42px;
        box-sizing: border-box;
    }

    .aos-tab-container .tab-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        column-gap: 2%;
        row-gap: 20px;
        justify-content: space-between;
    }

    .aos-tab-container .tab-content a {
        width: 30%;
    }

    .aos-tab-container .aos-item h3 {
        font-size: 19px !important;
      
    }

    .aos-tab-container .aos-item .ku-grid-item-arrow {

     margin: 0 4px;
    }

    .aos-tab-container .tab-link::before {
        border-bottom: 42px solid #3b5b91;
        border-left: 20px solid transparent;
        left: -20px;
    }

    .aos-tab-container .tab-link::after {
        border-bottom: 42px solid #3b5b91;
        border-right: 20px solid transparent;
        right: -20px;
    }

    .aos-tab-container .tab-link.active::after,
    .aos-tab-container .tab-link.active::before {
        border-bottom: 42px solid #213f73;
    }

    .aos-tab-container .tab-link::before,
    .aos-tab-container .tab-link::after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
    }
}

@media only screen and (max-width: 1000px) {
    .aos-tab-container .aos-item {
        margin-bottom: 20px;
    }
}
