.loaderhippo {
    display: none;
}

.thank-you-subheading {
    max-width: 500px;
    color: white !important;
    text-align: left !important;
}

.product-hero-container {
    padding-top: 75px;
    padding-bottom: 60px;
    align-items: center !important;
    justify-content: space-between;
}

.thankyou-header-background {
    background-color: #1f262e;
}

.product-heading {
    color: white !important;
}

.container-background-one {
    background: none !important;
}

.container-background {
    background: url('../../../images/site/section/thankyoupage/hippo-background2.png') no-repeat bottom left !important;
}

.background-image {
    background: url('../../../images/site/section/thankyoupage/great-choice-background.png') no-repeat bottom center !important;
}

.info-subheader-styling {
    font-weight: bold !important;
}

.great-choice-container {
    background-color: #F0F0F0;
    max-width: 100% !important;
}

.great-choice-footer {
    color: #1f262e;
    text-align: center;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}

.info-container {
    flex-wrap: wrap;
}

.more-cover-container {
    padding: 80px 0px 0px 40px;
}

.more-cover-container-alignment {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 207px;
}

.more-cover-cont {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.more-cover-heading-alignment {
    text-align: left !important;
}

.more-cover-heading-colour {
    color: #a7af39;
}

.more-cover-cards-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.more-cover-card-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #D9D9D9;
    max-width: 250px;
    border-radius: 5px;
}

.more-cover-card-header {
    color: #1f262e;
    font-family: Nunito;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0px;
    padding: 30px 20px;
}

.more-cover-card-price {
    color: #1f262e;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    margin: 0px;
    padding: 30px 20px;
}

.more-cover-card-link {
    color: white;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    margin: 0px;
    padding: 30px 20px;
    background: #a7af39;
    border-radius: 0px 0px 5px 5px;
}

.benefits-container {
    padding: 80px 40px;
    display: none;
}

.benefits-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1100px;
    margin: 0px auto;
}

.benefits-heading {
    text-align: left !important;
}

.selected-logo {
    max-width: 167px;
}

.unique-benefits-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
}

.unique-benefits-heading {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    color: var(--hippoCharcoal);
}

.selected-banner {
    max-width: 205px;
}

.award-container {
    padding: 0px 40px 80px;
    background-color: #F0F0F0;
    display: none;
}

.award-cont {
    display: flex;
    flex-direction: row;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}

.award-description-container {
    display: flex;
    flex-direction: column;
    max-width: 578px;
    gap: 40px;
}

.award-heading {
    color: var(--hippoCharcoal);
    font-family: Nunito;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0px;
}

.award-description, .award-description-container p {
    padding-bottom: 12px;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    color: var(--hippoCharcoal);
}

.award-img {
    max-width: 333px;
}

.award-background {
    background: url('../../../images/site/section/thankyoupage/award-container-background.png') no-repeat top center;
    padding-top: 80px;
}

/*--------------------------------------- MEDIA QUERIES -----------------------------------------------------------------*/
@media screen and (max-width: 1410px) {
    .more-cover-container-alignment {
        gap: 0px;
    }
}

@media screen and (max-width: 1205px) {
    .more-cover-container-alignment {
        align-items: flex-end;
    }

    .more-cover-cards-container {
        padding-bottom: 35px;
        gap: 20px;
    }

    .more-cover-card-image {
        max-width: 400px;
        max-height: 450px;
    }
}

@media screen and (max-width: 1113px) {
    .more-cover-card-image {
        display: none;
    }

    .more-cover-container-alignment {
        justify-content: center;
    }

    .more-cover-container {
        padding: 80px 40px 80px 40px;
    }

    .more-cover-heading-alignment {
        text-align: center !important;
    }

    .more-cover-cards-container {
        padding-bottom: 0px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 1001px) {
    .background-image, .award-background {
        background-size: 90% !important;
    }
}

@media screen and (max-width: 992px) {
    .product-hero-container {
        flex-direction: column;
        padding-top: 210px;
    }

    .thank-you-subheading {
        text-align: center !important;
    }

    .product-heading-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .more-cover-container {
        padding: 80px 20px 80px 20px;
    }

    .benefits-container {
        padding: 80px 20px;
    }

    .award-container {
        padding: 0px 20px 80px;
    }

    .award-img {
        display: none;
    }

    .award-cont {
        justify-content: center;
    }
}

@media screen and (max-width: 970px) {
    .info-container {
        display: flex !important;
        justify-content: center;
    }
}

@media screen and (max-width: 633px) {

    .unique-benefits-container {
        align-items: flex-end;
    }

    .selected-banner {
        display: none;
    }

    .benefits-heading {
        text-align: center !important;
    }

    .selected-logo {
        margin: 0px auto;
    }

    .unique-benefits-heading {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .background-image, .award-background {
        background: none !important;
    }
}

@media screen and (max-width: 449px) {
    .award-heading {
        font-size: 32px;
    }
}

/*.interested-addons-container {
    border-top: 1px solid black;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 90px;
}

.interested-addons-heading {
    font-size: 25px;
}

.interested-addons-subheading {
    font-size: 18px;
    font-weight: 700;
}

.interested-addons-details {
    font-family: 'Nunito' !important;
    font-weight: 600;
    line-height: 1.2;
}

.addons-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-top: 20px;
}

.addon-container {
    max-width: 220px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 13px;
    border: 1px solid #ddd;
    justify-content: space-around;
    border-radius: 4px;
}

.addon-details {
    font-size: 14px !important;
    font-family: 'Nunito';
    color: #737f8c;
    font-weight: 600;
    min-height: 84px;
}

.interested-addon-btn {
    border-radius: 4px;
    background: linear-gradient(90deg, #BDC270 0%, #A7AF39 100%);
    box-shadow: 0px 1px 2px 0px rgba(31, 38, 46, 0.16);
    color: #FFF !important;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    height: 36px;
    padding: 0px 14px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border: none;
}

.disabled-btn {
    background: linear-gradient(90deg, #dee2e6 0%, #abb2ba 100%) !important;
    pointer-events: none !important;
}

.tooltip-container {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    margin-top: 210px;
    padding: 0px 15px;
    width: 415px;
    margin-left: 240px;
}

#tazkiya-tooltip {
    margin-left: -220px !important;
}

.tooltiptext {
    background-color: rgba(240, 240, 240, 1);
    color: #454c54;
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 14px;
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 17%;
        margin-left: -5px;
        border-width: 15px;
        border-style: solid;
        border-color: transparent transparent rgba(240, 240, 240, 1) transparent;
    }

#tazkiya-tooltip .tooltiptext::after {
    margin-left: 155px;
}*/
/* -------------------------------------------- MEDIA QUERIES ------------------------------------ */

/*@media screen and (max-width: 481px) {
    .addons-container {
        justify-content: center;
        flex-wrap: wrap;
    }*/

/*    .tooltip-container {   
        width: 288px;
        margin-left: 0px;
    }*/

/*.tooltiptext::after {
        left: 23%;
    }
}

@media screen and (max-width: 479px) {
    #tazkiya-tooltip {
         margin-left: 0px !important; 
    }

    .tooltip-container {
        width: 280px;
    }

    .tooltiptext {
        font-size: 12px;
    }

    #tazkiya-tooltip .tooltiptext::after {
         margin-left: -5px; 
    }

    #capital-legacy-tooltip {
       margin-left: 0px !important;
    }

}*/
