.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;
    }

    .banner-section .section-subhead {
        max-width: 75%;
    }
}

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

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

}


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

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

}

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


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


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

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

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

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

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

    .what-cookie-heading {
        font-size: 20px;
        line-height: 32px;
    }
}

/* end banner section */

.what-cookie-section {
    position: relative;
    z-index: 1;
}

.what-cookie-card {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
    background-position: bottom;
    max-width: 1100px;
    border-radius: 20px;
}

.what-cookie-heading {
    color: var(--ced-grey-60);
    text-transform: capitalize;
}

@media screen and (min-width: 992px) {
    .what-cookie-heading {
        width: 200px;
    }

    .what-cookie-para {
        width: calc(100% - 230px);
        font-size: 15px;
        line-height: 28px;
    }

    .what-cookie-heading {
        font-size: 34px;
        line-height: 45px;
    }

    .what-cookie-card {
        padding: 50px;
    }

    .what-cookie-section {
        margin-top: -100px;
    }
}

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

    .what-cookie-para {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .what-cookie-heading {
        font-size: 26px;
        line-height: 40px;
    }

    .what-cookie-section {
        margin-top: -80px;
    }

    .what-cookie-card {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .what-cookie-section {
        margin-top: -60px;
    }

    .what-cookie-card {
        padding: 25px;
    }
}
/* end what-cookie section */

.cookie-purpose-section {
    position: relative;
    overflow: hidden;
}

.cookie-purpose-wrapper {
    max-width: 1100px;
}

.cookie-purpose-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(https://d3vlhkqyz4y38a.cloudfront.net/skin/frontend/cedcomnew/default/images/channel-advisor/looking-for-something-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: .5;
}

.cookie-purpose-section .list-para {
    font-family: var(--ced-montserrat-m);
    color: var(--ced-grey-60);
    background-image: url(/wp-content/uploads/2024/01/blue-check.svg);
    background-repeat: no-repeat;
}

.type-of-cookie-section {
    border-top: 1px solid var(--ced-grey-30);
}

.type-of-cookie-card {
    max-width: 1100px;
}

.about-pointer-wrapper .pointer-list-item {
    border-radius: 50px;
    font-family: var(--ced-montserrat-m);
    position: relative;
    transition: all 0.5s;
    background-image: linear-gradient(101deg, rgba(65, 59, 188, 0.19) .09%, rgba(102, 237, 120, .15) 102.26%);
}

.about-pointer-wrapper .pointer-list-item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/2024/01/blue-check.svg);
    background-repeat: no-repeat;
    content: "";
    background-position: center;
}

@media screen and (min-width: 1200px) {
    .about-pointer-wrapper .pointer-list-item {
        margin: 0px 15px 24px 0;
    }

    .cookie-purpose-section::before {
        right: -300px;
    }
}

@media screen and (min-width: 768px) {
    .type-cookie-wrapper {
        margin-top: 100px;
    }

    .cookie-purpose-section .list-para {
        background-position: left 3px;
        padding-left: 40px;
        line-height: 30px;
        background-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .type-cookie-wrapper {
        margin-top: 50px;
    }

    .cookie-purpose-section .list-para {
        background-position: left 5px;
        padding-left: 32px;
        line-height: 28px;
        background-size: 18px;
        font-size: 15px;
    }
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
    .about-pointer-wrapper .pointer-list-item {
        margin: 0px 10px 20px 0;
    }

    .cookie-purpose-section::before {
        right: -450px;
    }
}

@media screen and (min-width: 576px) {
    .about-pointer-wrapper .pointer-list-item {
        padding: 10px 20px 10px 50px;
    }

    .about-pointer-wrapper .pointer-list-item::before {
        left: 15px;
        background-size: 22px;
    }
}

@media screen and (max-width: 575px) {
    .cookie-purpose-section::before {
        right: -250px;
    }

    .about-pointer-wrapper .pointer-list-item {
        line-height: 24px;
        font-size: 14px;
        padding: 10px 15px 10px 45px;
        min-width: 200px;
        margin: 0px 10px 15px 0;
    }

    .about-pointer-wrapper .pointer-list-item::before {
        left: 10px;
        background-size: 20px;
    }
}
/* end what-cookie section */

/* table section */
.table-section {
    background-color: var(--ced-black-color);
}

.table-section .table {
    table-layout: fixed;
}

.table-section .table .cell-style {
    background-color: transparent;
    border: none;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.table-section .table .table-rows::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.07) 15.34%,
            rgba(255, 255, 255, 0.1) 51.04%,
            rgba(255, 255, 255, 0.07) 83.14%,
            rgba(255, 255, 255, 0) 100%);
}

.table-section .table-responsive,
.table-bottom-para {
    max-width: 1000px;
}

.table-section .table .table-rows td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #19191e;
}

.table-section .table .table-rows .cell-style.row-heading::after {
    display: none;
}

.table-section .table .table-rows:first-child td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg,
            rgba(25, 25, 30, 1) 23%,
            rgba(25, 25, 30, 0.3) 100%,
            rgba(255, 255, 255, 0.7) 100%);
}

.table-section .table .table-rows:last-child td::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(0deg,
            rgba(25, 25, 30, 1) 23%,
            rgba(25, 25, 30, 0.3) 100%,
            rgba(255, 255, 255, 0.7) 100%);
    transform: rotateY(61deg);
}

.table-icon-box {
    background-image: linear-gradient(180deg,
            rgba(255, 255, 255, 0.23) 0%,
            rgba(255, 255, 255, 0.05) 53.05%,
            rgba(255, 255, 255, 0) 100%);
    font-family: var(--ced-montserrat-sb);
}

.table-rows th.cell-style:first-of-type .table-icon-box {
    border-top-left-radius: 8px
}

.table-rows th.cell-style:last-of-type .table-icon-box {
    border-top-right-radius: 8px
}

.table-section .table .cell-style.row-heading {
    color: var(--ced-orange-color);
    font-family: var(--ced-montserrat-sb);
    text-transform: capitalize;
}

.table-section .table thead .cell-style {
    padding: 0px;
}

.table-bottom-para {
    font-size: 15px;
    line-height: 28px;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 53.05%, rgba(255, 255, 255, 0.03) 100%);
}


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

    .table-section .table .cell-style .description {
        width: 325px;
    }

    .chart-image {
        max-width: 1100px;
    }
}

@media screen and (min-width: 576px) {
    .table-icon-box {
        padding: 20px 20px;
        font-size: 16px;
    }

    .table-section .table .cell-style {
        padding: 22px 20px;
    }

    .table-section .table .cell-style.row-heading {
        font-size: 15px;
    }

    .table-section .table .cell-style {
        font-size: 14px;
    }

    .table-bottom-para {
        padding: 25px 30px;
    }

}

@media screen and (max-width: 575px) {
    .table-section .table .cell-style {
        padding: 15px;
        font-size: 13px;
    }

    .table-icon-box {
        padding: 20px 15px;
        font-size: 14px;
    }

    .table-bottom-para {
        padding: 25px;
    }
}

/* end table section */


.tracking-card {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
    max-width: 1200px;
}

.hover-line {
    font-family: var(--ced-montserrat-sb);
    padding: 0px 3px;
}

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

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

@media screen and (min-width: 1200px) {
    .cookies-para {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .tracking-card {
        padding: 50px;
        border-radius: 30px;
    }
}

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

    .cookies-control-para,
    .cookies-para {
        line-height: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tracking-card {
        padding: 30px;
        border-radius: 24px;
    }
}

@media screen and (max-width: 767px) {
    .tracking-card {
        padding: 25px;
        border-radius: 20px;
    }

    .cookies-para,
    .cookies-control-para {
        font-size: 15px;
        line-height: 30px;
    }
}

/* end  cookies-control*/

/* Connect us section start  */

.manage-cookie-section {
    background-color: var(--ced-heading-color);
    z-index: 1;
    overflow: hidden;
}

.manage-cookie-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0px;
    background-image: url(/wp-content/uploads/2024/02/bg-home-021.png);
    background-position: left bottom;
    z-index: -1;
}


#settingModal .setting-container h3 {
    font-size: 17px;
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-white-color);
}

#settingModal .setting-container .form-check-label {
    display: block;
}

#settingModal .setting-container .form-check-input {
    cursor: pointer;
}

#settingModal .form-check-input:checked {
    border-color: var(--ced-blue-60);
    background-color: var(--ced-blue-60);
}

#settingModal .form-check-input:focus {
    box-shadow: none;
}

#settingModal .setting-container p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 28px;
}

#settingModal .btn-close {
    filter: invert();
}

#settingModal .modal-head {
    font-size: 22px;
    color: var(--ced-white-color);
    margin-bottom: 24px;
    font-family: var(--ced-montserrat-sb);
}

#settingModal .modal-dialog .modal-content {
    color: rgba(255, 255, 255, .9);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 53.05%, rgba(255, 255, 255, 0.03) 100%);
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@media screen and (min-width: 1200px) {
    .connect-wrapper {
        max-width: 1050px;
    }
}

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

    .manage-cookie-section::after {
        background-size: 100% 100%;
    }
}

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

    .manage-cookie-section::after {
        background-size: contain;
    }
}
/* end  manage-cookie-section*/


/* end  manage-cookie-section*/