.thankyou-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 48vw;
    margin: 0 auto;
}

.thankyou-icon {
    margin: 1.5vw 0;
}

.thankyou-icon img {
    width: 4.8vw;
    height: 4.8vw;
}

.thankyou-msg {
    max-width: 32vw;
    line-height: 1.3;
}

.thankyou-divider {
    width: 40vw;
    height: 1px;
    background-color: #707070;
    margin: 5.5vw 0 2vw 0;
}

.thankyou-support a {
    text-decoration: underline;
}

.thankyou-wrap .thankyou-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}

.thankyou-wrap .smart-report-btn a {
    width: 17vw !important;
    height: 3.4vw !important;
    border-radius: 50px !important;
    padding: 0 0.8vw 0 1.8vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.thankyou-wrap .smart-report-btn a img {
    width: 2.2vw !important;
    height: 2.2vw !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.thankyou-wrap .smart-report-btn a:hover img {
    transform: translateX(3px) !important;
}

.thankyou-inner .inner-padd-press {
    padding: 6.5vw 0 7.5vw;
}

.wrapper-thankyou {
    padding-top: 5.5vw;
}

@media only screen and (max-width: 991px) {
    .thankyou-wrap {
        max-width: 100%;
        padding: 20px 0;
    }

    .thankyou-icon img {
        width: 70px;
        height: 70px;
    }

    .thankyou-msg {
        max-width: 100%;
        font-size: 16px;
    }

    .thankyou-divider {
        width: 100%;
        margin: 20px 0;
    }

    .thankyou-wrap .smart-report-btn a {
        width: 220px !important;
        height: 48px !important;
        padding: 0 10px 0 20px !important;
    }

    .thankyou-wrap .smart-report-btn a img {
        width: 30px !important;
        height: 30px !important;
    }

    .thankyou-title {
        font-size: 36px !important;
    }

    .thankyou-support {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .thankyou-wrap .thankyou-btn-wrap {
        margin-top: 20px;
    }

    .thankyou-wrap .smart-report-btn a {
        height: 44px !important;
        padding: 0 7px 0 20px !important;
    }

    .thankyou-title {
        font-size: 28px !important;
    }

    .wrapper-thankyou {
        padding-top: 70px;
    }
}
