.video-tab-section {
    background-color: #A997680D;
    padding: 79px 0 99px 0;
}

.video-tab-title {
    text-align: center;
    margin: 0 0 67px 0;
}

.video-tab-title h2 {
    margin: 0 0 19px 0;
}

.video-tab-title p {
    margin: 0 0 0 0;
    color: #002B30;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.main-video-block iframe {
    width: 100%;
    height: 526px;
}

.video-tab-row {
    display: flex;
    flex-wrap: wrap;
}

.video-tab-col-lg {
    width: 64%;
}

.video-tab-col-sm {
    width: 36%;
}

.video-tab {
    padding: 0 15px;
    background-color: #fff;
    height: 526px;
    overflow-y: auto;
}

.tab-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab-links ul li {
    display: block;
    cursor: pointer;
    &:hover,&.active{
        background: #006c7b14;
    }
}

.tab-links ul li a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #A99768;
}

.video-tab-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.video-tab-block img {
    width: 118px;
    height: 85px;
    object-fit: cover;
}

.video-tab-block-text {
    width: calc(100% - 118px);
    padding: 0 0 0 20px;
}

.video-tab-block-text h4 {
    font-family: "Alike", serif !important;
    font-weight: 400 !important;
    font-size: 25px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    margin: 0 0 5px 0 !important;
    color: #006C7B !important;
}

.video-tab-block-text h6 {
    margin: 0 0 0 0 !important;
    color: #002B30 !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0% !important;
}


/* Chrome, Edge, Safari */
.video-tab::-webkit-scrollbar {
    width: 6px;
    border-radius: 100px;
}

.video-tab::-webkit-scrollbar-track {
    background: #A9976842;
    border-radius: 100px;
}

.video-tab::-webkit-scrollbar-thumb {
    background-color: #006C7B;
    /* Teal */
    border-radius: 100px;
}

.video-tab::-webkit-scrollbar-thumb:hover {
    background-color: #006C7B;
}

.video-tab {
    scrollbar-width: thin;
    /* "auto", "thin", or "none" */
    scrollbar-color: #006C7B #A9976842;
    /* thumb color, then track color */
}

/* .tab{
        display: none;
    }
    .tab-active{
        display: block;
    } */

@media screen and (max-width: 1299px) {

    .video-tab-section {
        padding: 60px 0;
    }

    .video-tab-title {
        margin: 0 0 30px 0;
    }

    .video-tab-block-text h4 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1199px) {
    .main-video-block iframe {
        height: 400px;
    }

    .video-tab {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .main-video-block iframe {
        height: 350px;
    }

    .video-tab {
        height: 350px;
    }

    .video-tab-block img {
        width: 80px;
        height: 65px;
    }

    .video-tab-block-text {
        width: calc(100% - 80px);
        padding: 0 0 0 10px;
    }

    .video-tab-block-text h4 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 767px) {
    .video-tab-section {
        padding: 50px 0;
    }

    .video-tab-title p {
        font-size: 16px;
    }

    .video-tab-col-lg,
    .video-tab-col-sm {
        width: 100%;
    }
}