.slide-bg {
    background-color: #fff;
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}

.carousel-control-prev {
    left: 4em !important;
}

.carousel-control-next {
    right: 4em !important;
}

[data-tab-content] {
    display: none;
}

.active1[data-tab-content] {
    display: block;
}

.active {
    color: #000 !important;
}

.tabs {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tab {
    flex: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    color: #cdcdcd;
    border-bottom: 3px solid #cdcdcd;
}

.tab.active1 {
    color: #1babf9;
    border-bottom: 3px solid #1babf9;
}

.tab-li a:hover {
    border-bottom: 3px solid #1babf9;
}

.tab-li {
    flex: 1;
    margin-bottom: 0;
}

.active1 {
    color: #000;
}

.tab-li a {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 0;
    color: #2354a2;
    border-bottom: 3px solid #cdcdcd;
    margin-bottom: 0.4rem;
    width: 100%;
    display: block;
}

.tab-li a.active1 {
    color: #1babf9;
    border-bottom: 3px solid #1babf9;
}

.tab-li a {
    text-decoration: none;
    white-space: nowrap;
    padding: 10px;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: block;
}

@media (min-width: 0) and (max-width: 575.98px) {
    .tabs {
        display: contents;
    }

    .vc_tta-title-text::before {
        left: 1.2em;
    }

    .vc_tta-title-text1:before {
        left: 1.2em;
    }

    .carousel-control-next {
        margin-right: -65px;
    }

    .carousel-control-prev {
        margin-left: -65px;
    }

    .slide-bg {
        padding: 15px 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel-control-next {
        margin-right: 35px;
    }

    .carousel-control-prev {
        margin-left: 35px;
    }
}