.banner-tab-nav {
    background-color: #fff;
    border-radius: 999px;
    padding: 6px;
    overflow-x: auto;
    white-space: nowrap;
    width: fit-content;
    box-shadow: 0px 1px 7.3px 0px #00000040;
}

.banner-tab-nav .nav-link {
    border-radius: 999px;
    color: #000;
    white-space: nowrap;
}

.banner-tab-nav .nav-link.active {
    background-color: #ffc107;
    color: #000;
}

.banner-tab-nav::-webkit-scrollbar {
    display: none;
}

.developer_product_content .develor_tab .nav-link{
    margin: 0;
}

.developer_product_content .develor_tab{
    border-bottom: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap !important;
}

.developer_product_content .develor_tab::-webkit-scrollbar {
    display: none;
}

.developer_product_content {
    box-shadow: 0px 4px 24px 0px #0000001F;
}

.developer_product_content .content_container{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.developer_product_content .develor_tab .nav-item .nav-link:before {
    height: 5px !important;
}

.developer_product_content .develor_tab .nav-item .nav-link:not(.active):before {
    background: none !important;
}

.develor_tab .nav-item .nav-link div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
}

.develor_tab .active div {
    color: var(--color-sky-blue-dark) !important;
}

.owl-next, .owl-prev  {
    background-color: #3F8484;
    height: 100%;
    color: #fff;
    border-radius: 45px;
    border: none;
}

.owl-prev:disabled, .owl-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}