.terms_page {}

/* ================= BANNER ================= */

.terms_page .privacy_banner {
    position: relative;
}

.terms_page .privacy_banner .common_banner {
    width: 100%;
    /* height: 300px; */
    position: relative;
    overflow: hidden;
}

.terms_page .privacy_banner .common_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.privacy_policy_page .privacy_banner .breadcrumb-bar .breadcrumbs_div {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    width: 100%;
    top: 0;
}

.terms_page .breadcrumb-bar .breadcrumbs_div .breadcrumb-text {
    font-size: 12px !important;
    color: #fff;
    cursor: pointer;
}

.terms_page .privacy_card {
    padding: 30px;
    margin-top: -80px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
}

.terms_page .privacy_card h5 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

.terms_page .privacy_card p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}

.terms_page .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.terms_page .banner_content .page_title {
    font-size: 45px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}


.common_banner_holder {
    position: relative;
}


.common_banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.common_banner .img_wrapper {
    height: 300px;
    width: 100%;
}

.common_banner .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.common_banner .banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(88deg, #000b2173 0%, #1b2538c7 54%, #545c6a 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.common_banner .banner_content {
    text-align: center;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common_banner .banner_content .banner_title {
    font-size: 65px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
    color: #ffffff;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_banner .banner_content .banner_subtitle {
    font-size: 45px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.breadcrumb-bar {
    margin-top: 0px !important;
    position: absolute;
    top: 0;
}

.breadcrumb-bar .breadcrumbs_div {
    display: flex;
    align-items: center;
    margin: 20px 0 40px;
    font-size: 12px;
    color: #fff;
}

.breadcrumb-bar .breadcrumb-link {
    cursor: pointer;
}

.breadcrumb-bar .separator {
    margin: 0 8px;
}

.breadcrumb-bar .active {
    font-weight: 600;
    text-decoration: underline;
    cursor: default;
}

/* ================= MEDIA QUERIES ================= */

@media (min-width: 0px) and (max-width: 574px) {
    .terms_page .privacy_banner {}

    .terms_page .privacy_card {
        padding: 20px;
        margin-top: -50px;
    }

    .terms_page .privacy_card p {
        font-size: 13px;
        text-align: justify;
    }

    .terms_page .banner_content .page_title {
        font-size: 22px;
    }

    .terms_page .privacy_card h5 {
        font-size: 15px;
    }

    .common_banner .img_wrapper {
        height: 200px;
        width: 100%;
    }

    .common_banner .banner_content .banner_title {
        font-size: 25px;
    }

    .common_banner .banner_content .banner_subtitle {
        font-size: 18px;
    }
}

@media (min-width: 575px) and (max-width: 767.98px) {
    .terms_page .privacy_banner {}

    .terms_page .privacy_card {
        padding: 20px;
        margin-top: -60px;
    }

    .terms_page .privacy_card p {
        font-size: 15px;
        text-align: justify;
    }

    .terms_page .banner_content .page_title {
        font-size: 26px;
    }

    .terms_page .privacy_card h5 {
        font-size: 17px;
    }

    .common_banner .img_wrapper {
        width: 100%;
    }

    .common_banner .banner_content .banner_title {
        font-size: 35px;
    }

    .common_banner .banner_content .banner_subtitle {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .terms_page .privacy_banner {}

    .terms_page .banner_content .page_title {
        font-size: 30px;
    }

    .common_banner .banner_content .banner_title {
        font-size: 45px;
    }

    .common_banner .banner_content .banner_subtitle {
        font-size: 30px;
    }

    .terms_page .privacy_card {
        margin-top: -65px;
    }
}