.heading-multiImage a {
    text-decoration: none !important;
}

.heading-multiImage p,
.heading-multiImage h2,
.heading-multiImage h3 {
    margin: 0 !important;
}

/* Small devices */
.heading-section {
    display: flex;
    /* width: 390px; */
    padding: 24px 16px 32px 16px;
    flex-direction: column;
    align-items: flex-start;
}

.heading-multiImage .heading-title {
    color: var(--gray-text-strong, #2c3059);

    /* Mobile/Display-2 */
    font-family: "Bellefair";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    height: 10%;
    margin-top: 10px;
}

/* reset default card */

.table > :not(caption) > * > * {
    background-color: unset !important;
    color: unset !important;
    padding: unset !important;
    margin: unset !important;
}

.table {
    font-family: "Inter";
    height: 100%;
    border: 1px solid var(--gray-stroke, #dfe0eb);
    margin-top: 5%;
}

.table thead {
    background: linear-gradient(180deg, #8240a5 0%, #a465c6 100%) !important;
    color: var(--gray-text-invert, #fff);

    /* Desktop/H6 — Bold */
    font-family: "InterBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.table thead tr th,
.table tbody tr th,
.table tbody tr td {
    padding: 16px 24px 16px 24px !important;
    gap: 60px;
}

.table tbody tr th .zone-title,
.zone-title {
    color: var(--gray-text, #6a6d87);

    font-family: "InterBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.table tbody tr th .zone-subtitle,
.table tbody tr td,
.zone-subtitle {
    color: var(--gray-text, #6a6d87) !important;

    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

tbody tr:nth-child(odd) {
    background-color: #f9f9fc;
}

tbody tr:nth-child(even) {
    background-color: #f2f2fa;
}

tbody td {
    width: 15%;
}

.heading-multiImage .header {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gray-text, #6a6d87);
}

/* Medium devices (tablets, 768px and up) */
.partnerAirlines {
    width: auto;
    top: 16px;
    left: 12px;
    gap: 0px;
    /* opacity: 0; */
}

.creditCardContent {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gray-text, #6a6d87);
    padding-bottom: 3%;
}

.cardImg {
    width: 376px;
    height: 236px;
    gap: 0px;
    /* opacity: 0; */
}

.hyperlink {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text, #684b9b);
}

.benefit {
    font-family: "Bellefair";
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gray-text, #6a6d87);
    padding-bottom: 2%;
}

/*span {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gray-text, #6A6D87);
}*/

.readMore {
    width: 128px;
    height: 50px;
    /* opacity: 0; */
    background: none;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text, #684b9b);
}

.creditCard {
    width: 208px;
    height: 88px;
    margin-top: 0%;
}
.ourPartners .creditCard {
    width: 140px;
    height: max-content;
    margin-top: 0%;
}
.ourPartners {
    margin-top: -24px;
    margin-bottom: 72px;
}

.multiImageBorder {
    border-bottom: 1px solid var(--gray-stroke, #dfe0eb);
}
.alignedList {
    display: flex;
    padding: 16px 12px;
    justify-content: center;
    align-items: center;
}
/*@media (max-width: 767px) {
.global-content-padding{
    padding-bottom:40px !important;
    }
}*/

@media (min-width: 768px) {
    .heading-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .heading-title {
        overflow: hidden;
        color: var(--gray-text-strong, #2c3059);
        text-overflow: ellipsis;
        margin-top: 40px;

        /* Desktop/Display-2 */
        font-family: Bellefair;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 48px */
        text-transform: uppercase;
        height: 10%;
    }
    .container {
        /*margin-top:30px;
      margin-bottom:30px;*/
        height: 10%;
    }
    .ourPartners .creditCard {
        width: 124px;
        height: max-content;
        margin-top: 0%;
    }
    .ourPartners {
        margin-top: 24px;
        margin-bottom: 160px;
    }
}

.hotelPartnersBorder {
    border-bottom: unset;
}

.img-hover {
    position: relative;
}

.hotel-partners {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 500px;
    max-width: 675px;
    width: auto;
    min-height: 266px;
    padding: 32px;
    border-radius: 12px;
    background: var(--gray-surface-invert, #fff);
    box-shadow: 0px 16px 40px 0px rgba(16, 24, 40, 0.06);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    z-index: 1000;
}

.img-hover:nth-child(3) .hotel-partners,
.img-hover:nth-child(15) .hotel-partners {
    left: 0;
    transform: translateX(0);
}

.img-hover:nth-child(3) .hotel-partners,
.img-hover:nth-child(6) .hotel-partners {
    width: 675px;
}

.img-hover:nth-child(12) .hotel-partners,
.img-hover:nth-child(24) .hotel-partners {
    right: 0;
    left: auto;
    transform: translateX(0);
}

.img-hover:hover .hotel-partners {
    display: flex;
}

.hover-card-title {
    color: var(--gray-text-strong, #2c3059);
    font-family: "Inter-Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.hover-card-content {
    color: var(--gray-text, #6a6d87);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.hotel-partners-link {
    padding: unset;
    font-family: unset;
}

.hotel-partners-btn {
    background: unset;
    display: flex;
    height: 50px;
    align-items: center;
    color: var(--primary-text, #684b9b);
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    gap: 8px;
}

.hotel-partners-mobile-view {
    display: none !important;
}

@media (max-width: 767px) {
    .hotel-partners-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin: unset;
    }

    .img-hover {
        display: flex;
        padding: 8px 16px 8px 0px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid var(--gray-stroke, #dfe0eb);
        width: 100%;
    }

    .hotel-partners {
        display: none !important;
    }

    .hotel-partners-mobile-view {
        display: flex !important;
        height: auto !important;
        cursor: pointer !important;
    }

    .show {
        border-radius: 12px 12px 0px 0px !important;
        cursor: unset !important;
    }

    .hotel-partners-web-view {
        display: none !important;
    }

    .hotel-cursor {
        cursor: pointer;
    }

    .partners-img-mobile-view {
        display: flex;
        width: 168px;
        height: 72px;
        padding: 10.08px 8.69px;
        justify-content: center;
        align-items: center;
    }

    .btn-close {
        background-color: transparent !important;
        color: #181b47 !important;
        opacity: 0.7 !important;
    }

    .btn-close:focus {
        box-shadow: unset !important;
    }

    .btn-close:hover {
        color: #181b47 !important;
        opacity: 0.7 !important;
    }
}

@media (min-width: 768px) {
    .partnerLogoHeight {
        height: auto;
    }
    .footergap {
        margin-bottom: 7%;
    }
}

@media (max-width: 767px) {
    .footergap {
        margin-bottom: 10%;
    }

    .hotel-partners-btn {
        font-size: 15px;
    }
}

#test .container .justify-content-between {
    justify-content: flex-start !important;
}

.alignedList a {
    width: 100%;
}

.alignedList a .creditCard {
    width: 100%;
    height: auto;
}

/*
 *	CSS to adjust for Time to Gold offers page
 *
 */
#time-to-gold.cmp-experiencefragment .heading-multiImage .ourPartners {
    margin: 0;
}

#time-to-gold.cmp-experiencefragment .heading-multiImage img {
    object-fit: contain;
}