.clearanceBanner {
    cursor: unset !important;
}
.clearanceBanner:hover {
    text-decoration: none !important;
}
.newContent_ad {
    width: 100%;
    margin: 2em 0;
    height: 163px;

    background-image: url('/img/bg_cta.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 38px 48px;
    border-radius: 8px;
    position: relative;
}

.compContent_ad {
    width: 100%;
    display: flex;
    flex-direction: row;
    color: #fff;
    /* gap: 24px; */
    justify-content: space-between;
    align-items: center;
}

.detailsContent_ad {

    display: flex;

    cursor: default !important;
    flex-direction: column;
    color: #fff;
    gap: 10px;
}

.newContent_ad .content_Button {
    display: flex;
    background: #E82C2A !important;
    width: 186px;
    height: 46px;
    /* padding: 4px 0 0 !important;
    gap: 6px; */
    border-radius: 90px !important;
    border: 1px solid #E82C2A;
    justify-content: center;
    color: #F9F9F9 !important;
    cursor: pointer;
    font-family: Trebuchet MS !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 16px !important;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase !important;
    align-items: center;
}

.content_Button:hover {

    text-decoration: none !important;
}

.contHeading_ad {
    font-family: 'industry';
    /* font-family: Industry-Bold;*/
    font-size: 31px;
    font-weight: 900;
    line-height: 31px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #fff;
    text-transform: uppercase !important;
}

.contHeading_ad>span {

    color: #E82C2A;

}

.contP_ad {
    font-family: 'industry';
    /* font-family: Industry-Book;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #CBCBCB;
    text-transform: uppercase !important;
}

.contP_ad>span {
    cursor: pointer;
    text-decoration: underline;
    color: #E82C2A;
}

#ltkPopupButtonTriggerContainer.ltkpopup-pb-close-btn {
    /* left: 180px !important; */
}

#ltkPopupButtonTriggerContainer.ltkpopup-pb-close-btn #ltkPopupTriggerButton {

    /* right: 45px !important; */
}

@media (max-width:500px) {
    .newContent_ad {
        margin: 0 0 2em;
        padding: 32px 24px;
        height: 307px;
        background-image: url('/img/clearanceBanner.png');
    }

    .contHeading_ad {
        width: 312px;
        font-family: 'industry';
        font-size: 39px;

        line-height: 39px;

    }

    .contP_ad {
        font-family: 'industry';

        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .compContent_ad {
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
    }


}
