.media-tabs{
    display: block !important;
}
.media-tabs-inner{
    position: relative;
}
.media-tabs div#navTabArrows {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: 40%;
    translate: 0 -40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 0;
}
.media-tabs div#tab-nav-next {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/move_right_new.png);
    /* position:absolute; */
    /* float:right; */
    /* top: -10px; */
    /* right: -20px; */
    margin-left: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position:bottom center;
    margin-right: 10px;
}
.media-tabs div#tab-nav-prev {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/move_left_new.png);
    /* position:absolute; */
    /* float:left; */
    left: -20px;
    width: 20px;
    margin-left: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-position:bottom center;
}

.media-list-ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    position: relative;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    z-index: 5;
}
.media-list-ul::-webkit-scrollbar {
    display: none;
  }
.media-list-ul li {
    display: inline-block;
}
.media-tabs-inner {
    padding: 23px 40px 23px 40px;
    /* box-shadow: 2px 2px 8px 0px rgba(232,232,232,0.50); */
    border: 2px solid #EDEBE4;
    border-radius: 8px;
    }
    .media-item-link {
    color: #000E56;
    font-family: "Rethinksans-bold";
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    }
    .media-item-link.active {
    color: #224a81;
    }
    .media-item-link.active:after {
    content: "";
    display: block;
    border-bottom: 2px solid #3286D6;
    width: 100%;
    height: 2px;
    margin-top:5px;
    }
    .media-item-link:after {
    width: 0%;
    height: 2px;
    transition: width 0.5s ease;
    content: "";
    display: block;
    border-bottom: 2px solid #2797d3;
    margin-top: 5px;
    }
    .media-item-link:hover:after {
    width: 100%;
    }
    .media-item-link:hover,
    .media-item-link:focus,
    media-item-link.active {
    color: #224a81;
    }
    .media-list-items {
    margin-right: 60px;
    }
    .media-list-ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    }
    .media-list-ul li {
    display: inline-block;
    }
