.owl-stage {
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
}

.owl-item {
    width: 100% !important;
    margin-bottom: 0px;
}
.mf-history .history-group:before, .mf-history .history-group:after {
    background-color: transparent !important;
}
/* Tabs Container */

.vc_tta-tabs-container {
}

/* Tabs Navigation */
.vc_tta-tabs-list {
    display: flex !important;
    border: none !important;
    gap: 5px;
}

/* Tab Item */
.vc_tta-tab > a {
    padding: 14px 28px !important;
    background: #f8f8f8 !important;
    border: none !important;
    color: #222 !important;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

/* Hover */
.vc_tta-tab > a:hover {
    background: #2475c4 !important;
    color: #fff !important;
}

/* Active Tab */
.vc_tta-tab.vc_active > a {
    background: #2475c4 !important;
    color: #fff !important;
}

/* Content Box */
.vc_tta-panel-body {
}
.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    background-color:#fff !important;
    border-color:#2475c4 !important;
}
.vc_tta-tabs .vc_tta-tabs-container {
    margin-bottom:0 !important;
}