.tf_aus_tab_list {
    display: flex;
    padding: 0 calc(50vw - 600px);
    height: 64px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;

}

.vc_tta-panel-title {
    display: none;
}

.tf_aus_tab_list li {
    display: flex;
    /* flex: 1 1 15%; */
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* max-width: 200px; */
    width: auto;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}

.tf_aus_tab_list li:hover {
    color: #E52729;
    border-bottom: 2px solid #E52729;
}



.vc_tta-tabs.in-view .tf_aus_tab_list li.list-active {
    color: #E52729;
    border-bottom: 2px solid #E52729;
}

.vc_tta-tabs.in-view .tf_aus_tab_list_swiper {
    height: 64px;
}

.vc_tta-tabs.in-view .tf_aus_tab_list {
    position: fixed;
    top: 49px;
    /* width: 100%; */
    background: #fff;
    z-index: 99;
    margin: 0;
    width: 200%;
}



.vc_tta-tabs.in-view.out-view .tf_aus_tab_list {
    
    display: none;
}

.vc_tta-tabs.out-view.extend .tf_aus_tab_list {
     position: fixed;
    top: 50px;
    /* width: 100%; */
    background: #fff;
    z-index: 99;
    margin: 0;
    width: 200%;
    display: flex!important;
}


.tf_aus_tab_list .vc_tta-title-text {
    font-size: 1rem;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moot-tab {
    min-height: 850px;
    display:block;
}

.moot-tab.vc_tta.vc_general .vc_tta-tabs-container ul li .vc_tta-title-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Alaska, Nunito Sans, sans-serif;
    margin-top: 2px;
    
}

.moot-tab.vc_tta.vc_general .vc_tta-tabs-container ul li {
    margin: 8px 5px;
}



.aw-single-block .block-image {
    border-radius: 8px;
}

.moot-tab.vc_tta.vc_general .vc_tta-panel-body {
    padding: 40px 0;
}

.moot-tab.vc_tta.vc_general .vc_tta-panels-container {
    /* margin-top: 40px; */
    display: flex;
    border-radius: 50px;
    /* padding: 12px; */
    overflow: hidden;
    margin: 0;
    max-height: 100vh;
    overflow: hidden;
}

.moot-tab.vc_tta.vc_general .vc_tta-panel {
    max-height: 100%;
}

/* .moot-tab .vc_tta-panels .vc_tta-panel.vc_active {} */

.moot-tab.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
    display: none;
}
.moot-tab.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    /* max-height: 100vh; */
    max-height: 100%;
}


.moot-tab.vc_tta.vc_general .vc_tta-tabs-container {
    display: flex;
    padding: 2px 10px;
    border-radius: 40px;
    background: #fff;
}

.moot-tab.vc_tta.vc_general .vc_tta-tabs-container ul {
    display: flex;
    width: 100%;
    height: 53px;
}

.moot-tab.vc_tta.vc_general .vc_tta-tabs-container ul li {
    flex: 1 1 100%;
    margin: 8px 4px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.moot-tab.vc_tta.vc_general .vc_tta-tabs-container ul li> a {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border: 40px;
    font-weight: bold;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}



.moot-tab.vc_tta.vc_general .vc_tta-tabs-container ul li> a:hover {
    background-color: #D2E5E8;
    /* color: #fff; */
}

.moot-tab.vc_tta.vc_general .vc_tta-tabs-container ul li.vc_active> a {
    background-color: #E52729;
    color: #fff;
}

.moot-tab.vc_tta.vc_general .vc_tta-tab>a {
    padding: 8px 20px;
}

.moot-tab.vc_tta.vc_general .vc_tta-panels {
    background: transparent!important;
    border: none!important;
    width: 100%;
}


body .no-bd-bot ul.tf_aus_tab_list {
    border-bottom: none;
}

body .no-bd-bot .vc_tta-tabs.in-view ul.tf_aus_tab_list {
    border-bottom: 1px solid #e1e1e1;
}


@media only screen and (max-width: 1080px) {
    .tf_aus_tab_list {
        padding: 0 calc(50vw - 500px);
    }
}

@media only screen and (max-width: 768px) { 
    .moot-tab.mobile-hide {
        display: none;
    }
       .tf_aus_tab_list li {
        display: flex;
        /* flex: 1 1 15%; */
        padding: 0 15px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        max-width: 200px;
        width: auto;
    }

    .moot-tab {
        max-height: unset;
    }

    .moot-tab.vc_tta.vc_general .vc_tta-panels-container {
        max-height: unset;
    }
    .moot-tab.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
        max-height: unset;
    }

    .moot-tab.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
        background: transparent;
        padding: 20px 0;
        border: none;
    }

    .moot-tab.vc_tta.vc_general .vc_tta-panels-container {
        border-radius: 0;
        max-height: unset;
        border: none;
    }

}