.thank-you-area {
    padding: 80px 0;
}

.thank-you-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.thank-you-left {
    width: 50%;
}

.thank-you-right {
    width: 50%;
    text-align: center;
}

.thank-you-inner h1 {
    font-size: 80px;
    font-weight: normal;
    line-height: 1.2;
    font-style: italic;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 28px;
}

.thank-you-inner h1:before {
    position: absolute;
    content: '';
    width: 137px;
    height: 1.4px;
    background-color: var(--mandarin-ea-7-b-3-d);
    bottom: 0;
    left: 0;
}

.thank-you-left p {
    max-width: 500px;
}

.righ-inner {
    max-width: 438px;
    width: 100%;
    padding: 35px;
    background-color: var(--white-ffffff);
    margin: 0 auto;
}

.righ-inner h3 {
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1.5;
    color: var(--shark-1-a-1-b-20);
}

.righ-inner h4 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    padding: 27px 0;
}

.purple-btn {
    width: 253px;
    max-width: 100%;
}
.purple-btn.center-btn {
    margin: 0 auto;
}

/*===========pre-reg=======*/

.thank-you-reg {
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.pd-60 {
    padding: 60px 0;

}

.thank-you-reg h1:before {
    left: 50%;
    transform: translateX(-50%);
}

.thank-you-title h1:before {
    left: 50%;
    transform: translateX(-50%);
}

.thanks-demo-area {
    padding: 80px 0;
}

.thanks-demo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thanks-demo-1 .thanks-demo-text, .thanks-demo-1 .thanks-demo-img {
    width: 50%;
}

.thanks-demo-1 .thanks-demo-text {
    max-width: 500px;
}

.thanks-demo-text h4 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.4;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 32px;
}

.thanks-demo-text .bttn {
    margin-left: 0;
    text-align: left;
}

.thank-you-title {
    text-align: center;
    margin: 0 auto;
}

.thank-you-title a {
    color: var(--medium-purple-755-be-2);
}

.bttn a {
    text-align: center;
}

.didnot-book-title {
    max-width: 700px;
}

.didnot-book-title h1 {
    font-size: 97px;
}

.didnot-book-title h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 36px;
}

.thanks-demo-text h1,
.thanks-demo .thanks-demo-text h2
{
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;
    margin: 15px 0;
    max-width: 400px;
}

.thanks-demo .thanks-demo-text h2 {
    margin-bottom: 12px;
    margin-top: 12px;
}



.thanks-demo-text h5 {
    color: var(--medium-purple-755-be-2);
    margin-bottom: 46px;
    max-width: 400px;
}
.thanks-demo .thanks-demo-text h5 {
    margin-bottom: 48px;
}
.customers-say-area {
    padding: 80px 0;
}

.customers-say-title {
    text-align: center;
    max-width: 847px;
    margin: 0 auto 85px;
}

.single-say {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.say-video video {
    width: 100%;
    border-radius: 25px 0 25px 0;
}

.say-text h6 {
    margin: 15px 0;
}

.say-text,
.say-text a {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    display: inline-block;
    text-decoration: none;
}

.bg-light-purple {
   background-color: var(--light-purple);
}
.bg-ghost-white{
     background-color: var(--ghost-white-fafbfc);
}




@media (max-width: 1199px) {
    .thanks-demo {align-items: start}
    .thank-you-inner h1 {
        font-size: 50px;
    }

    .thanks-demo-text {
        padding-right: 40px;
    }

    .single-say {
        padding: 0;
    }

    .customers-say-title {
        text-align: center;
        margin-bottom: 55px;
    }

    .pd-60 {
        padding: 0;
    }

    .say-text,
    .say-text a {
        font-size: 22px;
    }

}

@media (min-width: 992px) {
    .lg-none {
        display: none;
    }
}

@media (max-width: 991px) {
    .lg-none {
        display: block;
    }
    .thank-you-area.thank-you-area-alt .thank-you-right{
        margin-top: 70px;
        background: #fff;
    }
    .thank-you-area.thank-you-area-alt{
        padding-bottom: 60px;
    }

    .customers-say-area {
        padding: 60px 0;
    }

    .thanks-demo-area {
        padding: 60px 0;
    }

    .say-text a {
        display: none;
    }

    .say-text h6 {
        text-transform: capitalize;
    }

    .single-say {
        padding: 15px;
        margin-top: 50px;
    }

    .customers-say-title {
        margin-bottom: 0;
    }

    .thank-you-inner h1 {
        font-size: 50px;
    }

    .thank-you-area {
        padding-bottom: 60px;
        padding-top: 120px;
    }

    body.post-type-archive-press .thank-you-area {
        padding-top: 70px;
    }

    .thank-you-right,
    .thank-you-left {
        width: 100%;
    }

    .thank-you-left {
        text-align: center;
    }

    .thank-you-left p {
        margin: 0 auto;
    }

    .thank-you-inner h1:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .righ-inner {
        max-width: 550px;
        padding: 35px 0;
    }

    .righ-inner h4 {
        font-size: 28px;
        line-height: 1.64;
        padding-top: 20px;
        padding-bottom: 35px;
    }

    .thank-you-left h1 br {
        display: none;
    }

    .didnot-book-title h4 {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .thanks-demo-text h1 {
        font-size: 28px;
        line-height: 1.4;
        max-width: 290px;
        margin: 9px 0;
    }

    .thanks-demo-text h5 {
        margin-bottom: 26px;
    }

    .thanks-demo-1 {
        padding: 60px 0;
    }

    .thanks-demo-1 .thanks-demo {
        flex-direction: column;
    }

    .thanks-demo-1 .purple-btn {
        margin: 0 auto;
    }

    .thanks-demo-1 .thanks-demo-text,
    .thanks-demo-1 .thanks-demo-img {
        width: 100%;
        max-width: 100%;
    }
    .thanks-demo-1 .thanks-demo-img img {
        width: 100%;
    }

    .thanks-demo-1 .thanks-demo-text {
        margin-bottom: 36px;
        text-align: center;
        padding-right: 0;
    }

    .thanks-demo-1 .thanks-demo-text h4 {
        font-size: 26px;
        line-height: 1.64;
    }
    .thanks-demo .thanks-demo-text h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {

    .customers-say-area {
        padding: 30px 0;
    }

    .say-text {
        font-size: 28px;
    }

    .say-text a {
        display: block;
    }

    .thanks-demo-1 .thanks-demo-text h4 {
        font-size: 28px;
        line-height: 1.64;
    }

    .righ-inner h4 {
        line-height: 1.4;
    }

    .thanks-demo-text,
    .thanks-demo-img {
        margin-bottom: 40px;
    }
    .thanks-demo-text{
        padding-right: 0;
    }
    .thanks-demo-text h1 {
        font-size: 38px;
        line-height: 1.2;
        margin: 12px 0;
    }

    .thankyou-subtitle {
        max-width: 298px;
        margin: 0 auto;
    }

    .thanks-demo-text h5 {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .video-btn,
    .bttn,
    .bttn a,
    .bttn a {
        max-width: 100%;
    }

    .thanks-demo-area {
        padding: 60px 0;
    }

    .thank-you-title p br {
        display: none;
    }

    .thankyou-subtitle {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {

    .thank-you-inner h1 br {
        display: none;
    }


    .purple-btn {
        width: 100%;
    }

    .didnot-book-title h4 br {
        display: none;
    }
    .thank-you-area.thank-you-area-alt .righ-inner{
        max-width: 100%;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .thank-you-area.thank-you-area-alt .thank-you-left{
        width: 375px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .thank-you-area.thank-you-area-alt {
        padding-bottom: 0;
    }
    .thank-you-area.thank-you-area-alt .container{
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .thank-you-area.thank-you-area-alt .col-12{
        padding-left: 0;
        padding-right: 0;
    }
    .thank-you-area.thank-you-area-alt .row{
        margin-left: 0;
        margin-right: 0;
    }
}

.lp-posts-area > .container > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lp-thumbnail {
    display: block;
}
.lp-thumbnail img {
    border-radius: 8px;
}

.lp-title {
    color: var(--shark-1-a-1-b-20, #1A1B20);
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.lp-title:hover {
    color: var(--shark-1-a-1-b-20, #1A1B20);
}

.D_BodyText_Poppins_regular_20px {
    max-width: 630px;
}
.thank-you-inner h1::before {
    background-color: var(--medium-purple-755-be-2);
}



.lp-post-holder {
    margin-bottom: 100px;
    max-width: 610px;
}

.lp-thumbnail {
    margin-bottom: 30px;
}

.lp-title {
    font-size: 24px;
    line-height: 150%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .thank-you-area {
        padding-top: 60px;
    }
    .lp-post-holder {
        margin-bottom: 60px;
    }

    .lp-thumbnail {
        margin-bottom: 20px;
    }

    .lp-title {
        font-size: 17px;
    }
}
@media (max-width: 767px) {

    .thank-you-area {
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .thank-you-inner h1 {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .thank_case_study .thank-you-inner h1 {
        margin-bottom: 28px;
        padding-bottom: 28px;
    }

    .D_BodyText_Poppins_regular_20px {
        max-width: 298px;
    }

    .leading-title .D_BodyText_Poppins_regular_20px {
        max-width: 100%;
    }

    .lp-post-holder {
        margin-bottom: 60px;
    }

    .lp-thumbnail {
        margin-bottom: 20px;
    }

    .lp-title {
        font-size: 18px;
    }
}