.thankyoupage {
    background: #121212;
}

.thankyoupage .main-button {
    color: var(--black-color) !important;
}

.thankyoupage .inner-banner.cust-thanku {
    padding: 50px 50px;
    max-width: 700px;
    width: 100%;
    text-align: center;
    box-shadow: 4px 8px 40px 8px #fec30733;
    margin: auto;
    border: 1px solid #212121;
    background-color: #121212
}


.thankyoupage .inner-banner.cust-thanku p,
.cst-conf p {
    color: #fff
}

.thankyoupage .inner-banner.cust-thanku h1 {
    color: var(--color-primary);
    margin: 0 0 20px;
    font-weight: 700;
}

.thankyoupage .cst-conf {
    max-width: 700px;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    margin: auto;
}

@media (max-width: 767px) {
    .thankyoupage .inner-banner.cust-thanku {
        padding: 40px 40px;
    }

}

@media (max-width: 575px) {
    .thankyoupage .inner-banner.cust-thanku {
        padding: 30px 30px;
    }

    .thankyoupage .cst-conf {
        padding-top: 20px;
    }
}