.ced-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: transparent;
}

.banner-section {
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    background-color: var(--ced-black-color);
}

.banner-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    background-image: url(/wp-content/uploads/2024/05/tiktok-banner-1.png);
    width: 130%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

@media screen and (min-width: 1400px) {
    .banner-section h1 {
        font-size: 65px;
        line-height: 80px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .banner-section h1 {
        font-size: 54px;
        line-height: 68px;
    }

}


@media screen and (min-width: 992px) and (max-width: 1199px) {

    .banner-section h1 {
        font-size: 45px;
        line-height: 60px;
    }

}

@media screen and (min-width:992px) {


    .banner-section {
        padding: 210px 0px 100px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    .banner-section {
        padding: 150px 0px 80px;
    }

}

@media screen and (max-width: 767px) {
    .banner-section {
        padding: 140px 0px 60px;
    }

    .strip-header .banner-section {
        padding-top: 195px;
    }

    .banner-section h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

/* end banner section*/

.info-wrap {
    border-radius: 16px;
    max-width: 1100px;
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
    background-position: center;
}

.info-content {
    line-height: 26px;
    text-transform: uppercase;
    font-family: var(--ced-montserrat-m);
}

@media screen and (min-width: 768px) {
    .info-wrap {
        padding: 30px 50px;
    }

    .info-icon {
        margin-right: 30px;
        min-width: 30px;
    }

    .info-content {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .info-wrap {
        padding: 20px;
    }

    .info-content {
        font-size: 13px;
    }

    .info-icon {
        min-width: 24px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .info-icon {
        margin-right: 20px;
    }
}

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

    .info-icon {
        margin-bottom: 10px;
    }
}

/* end info section*/

.tab-link {
    display: block !important;
    color: var(--ced-grey-60);
    font-family: var(--ced-montserrat-m);
    padding: 10px 30px 10px 0;
}

.tab-link:hover {
    color: var(--ced-blue-60);
}

.tab-link.active {
    font-size: 20px;
    line-height: 28px;
    font-family: var(--ced-montserrat-b);
    padding-left: 12px;
    color: var(--ced-black-color);
}

.tab-link.active:hover {
    color: var(--ced-black-color);
}

.owl-list .owl-item {
    width: 100% !important;
}

.owl-list .owl-stage-outer {
    overflow: visible !important;
}

.content-head {
    color: var(--ced-blue-60);
    text-transform: uppercase;
}

.content-para {
    color: var(--ced-subheading-color);
    font-family: var(--ced-montserrat-m);
}

.table-use-list {
    padding-left: 20px;
}

.use-list {
    padding-left: 0;
}

.content-subhead {
    display: block;
    color: var(--ced-grey-60);
    font-family: var(--ced-montserrat-sb);
}

.table-privacy-policy {
    background-color: var(--ced-bg-gray);
    border-radius: 16px;
}

.table-title {
    color: var(--ced-grey-60);
    font-family: var(--ced-montserrat-sb);
}

.table-privacy-policy tr td {
    border: 0;
}

.table-privacy-policy tr td .table-para,
.table-privacy-policy .table-data-item {
    color: var(--ced-subheading-color);
}

.use-list .use-item {
    list-style: none;
    background-image: url(/wp-content/uploads/2024/01/blue-check.svg);
    background-repeat: no-repeat;
    color: var(--ced-subheading-color);
    font-family: var(--ced-montserrat-m);
}

.hover-line {
    font-family: var(--ced-montserrat-sb);
    padding: 0 5px;
    position: relative;
    display: inline-block;

}

.hover-line::before {
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 90%;
    content: "";
    position: absolute;
    transition: all 0.5s;
    opacity: .12;
    background-color: var(--ced-blue-60);
}

.hover-line:hover::before {
    height: 5%
}

@media screen and (min-width:1200px) {
    .content-head {
        font-size: 30px;
        line-height: 42px;
    }

    .tab-link.active::before {
        left: -32px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .content-head {
        font-size: 26px;
        line-height: 36px;
    }

    .tab-link.active::before {
        left: -26px;
    }
}

@media screen and (min-width: 992px) {
    .tabs {
        flex: 0 0 380px;
        min-width: 380px;
    }

    .tab-panel {
        flex: 0 0 calc(100% - 380px);
        min-width: calc(100% - 380px);
        padding-left: 50px;
    }

    .tab-wrap:before {
        left: 390px;
    }

    .content-head {
        margin-bottom: 25px;
    }

    .use-list .use-item {
        margin: 15px 0px;
        background-size: 18px;
        padding-left: 30px;
        line-height: 30px;
    }

    .content-para {
        line-height: 30px;
    }

    .content-subhead {
        font-size: 18px;
        margin: 22px 0 12px;
    }

    .table-privacy-policy tr td .table-para,
    .table-privacy-policy .table-data-item {
        font-size: 15px;
        line-height: 28px;
    }

    .table-privacy-policy tr td:first-child {
        border-right: 1px solid var(--ced-grey-30);
        width: 185px;
    }

    .tab-link {
        font-size: 18px;
        line-height: 28px;
    }

}

@media screen and (min-width: 768px) {
    .tab-link.active::before {
        top: 7px;
        width: 30px;
        height: 30px;
        position: absolute;
        content: '';
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(https://d3vlhkqyz4y38a.cloudfront.net/skin/frontend/cedcomnew/default/images/privacy-policy/arrow-right.svg);
    }


    .tab-wrap:before {
        position: absolute;
        content: '';
        top: 0px;
        width: 1px;
        height: 100%;
        background-color: var(--ced-green-color);
    }

    .use-list .use-item {
        background-position: left 4px;
    }

    .table-privacy-policy tr td {
        padding: 15px 20px;
    }
}

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

    .content-para,
    .use-item,
    .table-privacy-policy tr td .table-para,
    .table-privacy-policy .table-data-item {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tabs {
        flex: 0 0 280px;
        min-width: 280px;
    }

    .tab-panel {
        flex: 0 0 calc(100% - 280px);
        min-width: calc(100% - 280px);
        padding-left: 30px;
    }

    .tab-wrap:before {
        left: 286px;
    }

    .table-privacy-policy tr td {
        padding-bottom: 0;
    }

    .tab-link {
        line-height: 26px;
    }

    .tab-link::before {
        top: 3px;
        left: -26px;
        background-size: 28px !important;
    }

    .tab-link.active {
        font-size: 17px;
        line-height: 26px;
    }

    .content-head {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .use-list .use-item {
        margin: 10px 0px;
        background-size: 16px;
        padding-left: 26px;
    }

    .content-subhead {
        margin: 20px 0 10px;
    }

    .table-privacy-policy tr {
        display: grid;
        padding: 0px 0px 20px;
    }

    .table-title {
        font-size: 15px;
        line-height: 26px;
    }
}

@media screen and (max-width:767px) {
    .tabs {
        display: none;
    }

    .content-head {
        font-size: 18px;
        line-height: 30px;
        margin: 30px 0 10px;
    }

    .table-privacy-policy tr td {
        font-size: 15px;
        line-height: 26px;
    }

    .content-subhead {
        margin: 20px 0 6px;
    }

    .use-list .use-item {
        margin: 10px 0px;
        background-size: 16px;
        padding-left: 26px;
        background-position: left 6px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {

    .table-privacy-policy tr td {
        padding: 15px 20px;
    }
}

@media screen and (min-width:576px) {}

@media screen and (max-width:575px) {
    .content-subhead {
        font-size: 17px;
        line-height: 28px;
    }

    .table-privacy-policy tr {
        display: grid;
        padding: 15px 15px 20px;
    }

    .table-privacy-policy {
        background-color: var(--ced-bg-gray);
        border-radius: 12px;
    }

    .table-privacy-policy tr td.table-title {
        padding-bottom: 8px;
    }
}

/* end table section*/


/* end table section*/