.banner-cookies-polices {
    margin: 24px 0 24px 0;
    width: 100%;
}

.banner-cookies-polices-mob {
    margin: 12px 0 12px 0;
    height: auto;
    width: 100%;
}

.mb-32-cok {
    margin-bottom: 32px;
}

.mt-32-cok {
    margin-top: 2rem;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.cookies-polices-comman-hdr {
    font-family: Sofia Pro;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 32px;
    color: #0c1529;
}

.cookies-polices-para {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #5d6370;
}

.cookie-policy-img {
    width: 100%;
    max-width: 620px;
    height: auto;
    object-fit: contain;
}

.cookies-polices-iner-hdr {
    font-family: Lato;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    line-height: 28px;
    color: #0C1529;
    margin: 0 0 22px 0;
}

.cookies-polices-iner-para {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 500;
    line-height: 26px;
    color: #5d6370;
    margin: 0 0 16px 0;
}

.types-cookies-card {
    border: 1px solid var(--Stroke-Light-Base, #eaebf0);
    box-shadow: 1px #1018280a;
    /* background-color: #f7f8fb; */
    height: 100%;
}

.types-cookies-card-header {
    border-bottom: 1px solid #d4ecfa;
    background: unset;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 0 10px 0;
}

.cok-type-card-icons {
    width: 50px;
    height: 50px;
}

.cok-type-card-hdr {
    font-family: Lato;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    line-height: 28px;
    color: #0C1529;
    margin-bottom: 0;
}

.cok-type-body-hdr {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014em;
    text-align: justify;
    color: #5D6370;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
}

/* ----------more-on-cookies-card--------- */
.more-on-cookies-card {
    border: 1px solid var(--Stroke-Light-Base, #eaebf0);
    box-shadow: 0px 1px 2px 0px #1018280a;
}

.more-on-cookies-body {
    padding: 24px 20px 24px 20px !important;
    background-color: #FFFDF6;
}

.more-on-cookies-hdr {
    font-family: Lato;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    line-height: 28px;
    color: #0C1529;
}

.more-on-cookies-para {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #5D6370;
    margin-bottom: 0;
    text-align: justify;
}

.contact-para-cok {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #5d6370;
}

.contact-para-cok-spn {
    font-family: Lato;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 28px;
    color: #2384c1;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .cookies-polices-iner-hdr {
        margin: 0 0 6px 0;
    }

    .cookies-polices-iner-para {
        margin: 0 0 6px 0;
    }
}

@media screen and (max-width: 992px) {
    .cookies-polices-comman-hdr {
        margin-top: 0;
    }

    .cookie-policy-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media screen and (max-width: 786px) {
    .more-on-cookies-card {
        margin-bottom: 24px;
    }

    .cookies-polices-iner-hdr {
        margin: 12px 0 12px 0;
    }

    .types-of-cookies-polices {
        margin-top: 0;
    }

    .types-of-cookies-card-min {
        margin-bottom: 0;
    }

    .cookies-card-col {
        margin-bottom: 12px;
    }

    .more-on-cookies-card {
        margin-bottom: 12px;
    }

    .contact-us-section {
        margin: 0 0 0 0;
    }

    .more-cookies-col {
        margin-bottom: 0;
    }

    .cookies-polices-iner-para {
        margin: 0 0 8px 0;
    }

    .more-cok-hdr {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 320px) and (max-width: 463px) {
    .banner-cookies-polices-mob {
        height: auto;
    }
}

@media screen and (min-width: 464px) and (max-width: 992px) {
    .banner-cookies-polices-mob {
        height: auto;
    }
}
