.sd-reset.video-tabbing {
    padding: 96px 0 0 0;
    background: var(--color-black);
    position: relative;
}
.sd-reset.video-tabbing .container {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.sd-reset.video-tabbing .row {
    align-items: center;
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.sd-reset.video-tabbing .row>*{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.sd-reset.video-tabbing h2.h1 {
    text-transform: uppercase;
    font-family: var(--font-light);
    margin-bottom: 48px;
}
.sd-reset.video-tabbing ul.nav-tabs {
    border: 0;
    margin: 0 0 32px 0;
    outline: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1215686275);
    display: flex!important;
}
.sd-reset.video-tabbing ul.nav-tabs li.nav-item {
    margin: 0 60px 0 0;
    padding: 0;
    outline: 0;
}
.sd-reset.video-tabbing ul.nav-tabs li.nav-item:before {
    content: none;
}
.sd-reset.video-tabbing ul.nav-tabs li.nav-item a.nav-link {
    font-family: var(--font-medium);
    border: 0;
    color: #ABABAB;
    padding: 0 0 7px 0;
    outline: 0;
    font-weight: 500;
    line-height: 21px;
    display: inline-block;
    background: 0 0;
    position: relative;
}
.sd-reset.video-tabbing ul.nav-tabs li.nav-item a.nav-link:before {
    content: "";
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background: 0 0;
}
.sd-reset.video-tabbing ul.nav-tabs li.nav-item a.nav-link:hover {
    color: var(--color-white);
}
.sd-reset.video-tabbing ul.nav-tabs li.nav-item a.nav-link.active {
    color: var(--color-white);
}
.sd-reset.video-tabbing ul.nav-tabs li.nav-item a.nav-link.active:before {
    background: var(--red);
}

.sd-reset.video-tabbing .tab-content .tab-desc .video-desc {
    padding: 40px 32px;
    position: absolute;
    left: 24px;
    background: var(--color-white);
    border-radius: 16px;
    bottom: 28px;
    width: 505px;
}
.sd-reset.video-tabbing .tab-content .tab-desc .video-desc svg {
    margin-bottom: 32px;
}
.sd-reset.video-tabbing .tab-content .tab-desc .video-desc h3 {
    font-family: var(--font-body);
    text-transform: inherit;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 16px;
}
.sd-reset.video-tabbing .tab-content .tab-desc .video-desc span {
    color: #6f6f6f;
    letter-spacing: normal;
    display: block;
}
.sd-reset.video-tabbing .tab-content .video-wrapper{
    position: relative;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.sd-reset.video-tabbing .tab-content .tabIframe {
    background: var(--color-black);
    width: 100%;
    vertical-align: top;
    pointer-events: none;
}
.sd-reset.video-tabbing .tab-content .video-wrapper iframe.tabIframe {
    width: 100vw !important;
    height: 56.2vw !important;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
    pointer-events: none;
}
.sd-reset.video-tabbing .tab-content .tab-desc {
    position: relative;
}
.sd-reset.video-tabbing .tab-content .tab-pane {
    display: none; 
}
.sd-reset.video-tabbing .tab-content .tab-pane.active {
    display: block;
}

.testimonial-cmn-modal {
    background: none;
    margin: 0 auto;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    --bs-modal-margin: 1.75rem;
}
.testimonial-cmn-modal .modal-dialog {
    position: relative;
    max-width: 989px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: var(--bs-modal-margin);
    pointer-events: none;
    z-index: 9999;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.testimonial-cmn-modal .modal-dialog .modal-content {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
}
.testimonial-cmn-modal .btn-close {
    background: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
    padding: 0;
    border: 1px solid #ffffff;
    outline: none;
    box-shadow: none;
    z-index: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-cmn-modal .btn-close:hover {
    background: var(--red);
    border-color: var(--red);
}
.testimonial-cmn-modal .btn-close svg {
    height: 16px;
    width: 16px;
}
.testimonial-cmn-modal .modal-dialog .ratio {
    position: relative;
    width: 100%;
}
.testimonial-cmn-modal .modal-dialog .ratio:before {
    display: block;
    padding-top: 56.25%;
    content: "";
}
.testimonial-cmn-modal .modal-dialog .ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonial-cmn-modal.show {
    display: block;
}
.testimonial-cmn-modal .modal-backdrop {
    position: fixed;
    top: 0;
    display: none;
    transition: opacity .15s linear;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.testimonial-cmn-modal.show .modal-backdrop {
    opacity: 1;
    display: block;
}


@media(min-width: 992px) {
    .sd-reset.video-tabbing .column-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .sd-reset.video-tabbing .tab-content {
        height: 600px;
    }
    .sd-reset.video-tabbing .tab-content .tabIframe {
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}
@media(min-width: 1440px) {
    .sd-reset.video-tabbing .tab-content {
        /* height: 790px; */
        height: 86vh;
    }
    .sd-reset.video-tabbing .tab-content .tabIframe {
        height: 100%;
        object-fit: cover;
        /* object-position: top; */
        object-position: center;
    }
}
@media(max-width: 991.98px) {
    .sd-reset.video-tabbing {
        padding: 48px 0 0 0;
    }
    .sd-reset.video-tabbing .tab-content .tabIframe {
        height: 500px;
        object-position: 70% 0px;
        object-fit: cover;
    }
    .sd-reset.video-tabbing .tab-content .video-wrapper {
        height: 500px;
    }
    .sd-reset.video-tabbing .tab-content .video-wrapper iframe.tabIframe {
        min-height: 500px;
    }
    .sd-reset.video-tabbing h2.h1 {
        margin-bottom: 28px;
    }
    .sd-reset.video-tabbing ul.nav-tabs {
        margin: 0 0 32px 0;
        flex-wrap: wrap;
    }
    .sd-reset.video-tabbing ul.nav-tabs li.nav-item {
        margin: 20px 9px 0px 0;
        padding: 0;
        outline: 0;
        width: 47%;
    }
    .sd-reset.video-tabbing .tab-content .tab-desc .video-desc {
        padding: 36px 24px;
        width: calc(100% - 32px);
        right: 0;
        margin: 0 auto;
        left: 0;
    }
    .sd-reset.video-tabbing .tab-content .tab-desc .video-desc svg {
        height: 60px;
        width: 60px;
    }
    .testimonial-cmn-modal .modal-dialog {
        max-width: 95%;
        margin: 0 auto; 
    }
}
@media screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial-cmn-modal .modal-dialog {
        margin: 90px auto 40px auto;
    }
}
@media(max-width: 767.98px) {
    .sd-reset.video-tabbing .row,
    .sd-reset.video-tabbing .container {
        --bs-gutter-x: 32px;
    }
    .sd-reset.video-tabbing .tab-content .tab-desc .video-desc h3 {
        line-height: 27px;
    }
    .sd-reset.video-tabbing .tab-content .tab-desc .video-desc {
        position: relative;
        bottom: auto;
        top: 0;
        margin-top: -30%;
    }
}