.booking-tabs {
    .ant-tabs-nav-wrap {
        background: red;
        flex: unset !important;
        border: 0 !important;
        border-radius: 14px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
        background-color: #fff;
    }

    .ant-tabs-tab {
        background: transparent;

        padding: 15px 70px;
        /* border-color: transparent !important; */
        border: 1px solid transparent;
        outline: unset !important;
        margin: 0 !important;
        transition: width 0.3s, left 0.3s, right 0.3s;

        .ant-tabs-tab-btn {
            color: #1d1d1d !important;
            font-weight: 500;
        }
    }

    .ant-tabs-tab-active {
        background-color: #00458f;

        padding: 15px 70px;
        transition: all 0.3s;
        border-radius: 12px;

        .ant-tabs-tab-btn {
            color: #ffffff !important;
            font-weight: 500;
        }

    }

    .ant-tabs-ink-bar-animated {
        height: 0 !important;
    }
}