.Thankyou-cta-sec {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.Thankyou-wrp {
    display: flex;
    gap: 60px;
    align-items: center;
}

.Thankyou-wrp .swipe-content h1 {
    font-size: 50px;
    line-height: 60px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-wrp .swipe-content h2 {
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-wrp .swipe-content h3 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-wrp .swipe-content h4 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-wrp .swipe-content h5 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-wrp .swipe-content h6 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-wrp .swipe-content p {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

a.simple-btn {
    background-color: #224380;
    border: 0 !important;
    text-decoration: none;
    border-radius: 30px;
    padding: 15px 40px;
    max-width: fit-content;
    width: 100%;
    font-size: 18px;
    display: flex;
    line-height: normal;
    cursor: pointer;
    text-shadow: none;
    border: 2px solid #224380;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    margin-top: 40px;
    color: #fff !important;
}

a.simple-btn:hover {
    background-color: #099BDD !important;
}

.swap-content {
    flex-direction: row-reverse;
}

.Thankyou-wrp .Thankyou-left {
    width: 55%;
}

.Thankyou-wrp .Thankyou-right {
    width: 45%;
}

.Thankyou-wrp .Thankyou-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.Thankyou-cta-sec .thnk-desc {
    margin: 0px auto;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
}

.Thankyou-cta-sec .thnk-desc h1 {
    font-size: 50px;
    line-height: 60px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-cta-sec .thnk-desc h2 {
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-cta-sec .thnk-desc h3 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-cta-sec .thnk-desc h4 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-cta-sec .thnk-desc h5 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-cta-sec .thnk-desc h6 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thankyou-cta-sec .thnk-desc p {
    color: #595959;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    padding: 0;
}


.thnkyou-cards {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.thnkyou-cards .thnk-cards-wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: calc((100% - 80px) / 3);
    width: 100%;
    position: relative;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-img {
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 350px;
    border-radius: 24px;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 70px;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont .resource-btn {
    position: absolute;
    bottom: 0;
    padding: 12px 24px;
    font-size: 18px;
    line-height: normal;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont h1 {
    line-height: normal;
    color: #084987;
    font-weight: 500;
    margin: 0;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont h2 {
    font-size: 36px;
    line-height: normal;
    color: #084987;
    font-weight: 500;
    margin: 0;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont h3 {
    line-height: normal;
    color: #084987;
    font-weight: 500;
    margin: 0;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont h4 {
    line-height: normal;
    color: #084987;
    font-weight: 500;
    margin: 0;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont h5 {
    line-height: normal;
    color: #084987;
    font-weight: 500;
    margin: 0;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont h6 {
    line-height: normal;
    color: #084987;
    font-weight: 500;
    margin: 0;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont p {
    font-size: 20px;
    line-height: normal;
    color: #595959;
    font-weight: 500;
    margin: 0;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont .icon-wrp {
    max-width: 100px;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 300px;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 100px;
}

.thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont .icon-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.Thank-you {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.Thank-you .thnk-wrp {
    display: flex;
    gap: 60px;
    align-items: center;
}

.Thank-you .thnk-wrp .thankyou-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.Thank-you .thnk-wrp .thankyou-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.Thank-you .thnk-wrp .thankyou-desc {
    max-width: 55%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Thank-you .thnk-wrp .thankyou-img {
    max-width: 45%;
    width: 100%;
}

.Thank-you .thnk-wrp .thankyou-desc h1 {
    font-size: 50px;
    line-height: 60px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thank-you .thnk-wrp .thankyou-desc h2 {
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thank-you .thnk-wrp .thankyou-desc h3 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thank-you .thnk-wrp .thankyou-desc h4 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thank-you .thnk-wrp .thankyou-desc h5 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thank-you .thnk-wrp .thankyou-desc h6 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.Thank-you .thnk-wrp .thankyou-desc p {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.Thank-you .thnk-wrp .thankyou-desc ul li {
    font-size: 24px;
    line-height: normal;
    color: #595959;
    font-weight: 500;
    margin: 0;
}

.Thank-you .thnk-wrp .thankyou-desc ol li {
    font-size: 24px;
    line-height: normal;
    color: #595959;
    font-weight: 500;
    margin: 0;
}

.Thank-you .thnk-wrp .thankyou-desc a {
    padding: 15px 40px;
    font-size: 18px;
    line-height: normal;
}

@media(max-width:1200px) {

    .thnkyou-cards .thnk-cards-wrp .thnkyou-card {
        max-width: calc((100% - 40px) / 2);
        width: 100%;
    }
}

@media(max-width:1024px) {

    .Thank-you .thnk-wrp {
        flex-direction: column-reverse;
    }

    .Thank-you .thnk-wrp .thankyou-desc {
        max-width: 100%;
        width: 100%;
    }

    .Thank-you .thnk-wrp .thankyou-img {
        max-width: 100%;
        width: 100%;
    }

    .Thank-you .thnk-wrp .thankyou-desc h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thank-you .thnk-wrp .thankyou-desc p {
        font-size: 20px;
        line-height: 30px;
    }

    .Thank-you .thnk-wrp .thankyou-desc ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .Thank-you .thnk-wrp .thankyou-desc ol li {
        font-size: 20px;
        line-height: 30px;
    }

    .Thankyou-cta-sec .thnk-desc h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .Thankyou-cta-sec .thnk-desc h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .Thankyou-cta-sec .thnk-desc h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thankyou-cta-sec .thnk-desc h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thankyou-cta-sec .thnk-desc h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thankyou-cta-sec .thnk-desc h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thankyou-cta-sec .thnk-desc p {
        font-size: 20px;
        line-height: 30px;
    }

    .Thankyou-wrp .swipe-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .Thankyou-wrp .swipe-content h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .Thankyou-wrp .swipe-content h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thankyou-wrp .swipe-content h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thankyou-wrp .swipe-content h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thankyou-wrp .swipe-content h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thankyou-wrp .swipe-content p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:767px) {

    .Thankyou-wrp {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .swap-content {
        flex-direction: column-reverse;
    }

    .Thankyou-wrp .Thankyou-left {
        width: 100%;
    }

    .Thankyou-wrp .Thankyou-right {
        width: 100%;
    }

    .Thankyou-wrp .swipe-content {
        text-align: center;
    }

    .Thankyou-wrp .swipe-content h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .Thankyou-wrp .swipe-content h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thankyou-wrp .swipe-content h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thankyou-wrp .swipe-content h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thankyou-wrp .swipe-content h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .Thankyou-wrp .swipe-content h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .Thankyou-wrp .swipe-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .Thankyou-cta-sec .thnk-desc h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .Thankyou-cta-sec .thnk-desc h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thankyou-cta-sec .thnk-desc h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thankyou-cta-sec .thnk-desc h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thankyou-cta-sec .thnk-desc h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .Thankyou-cta-sec .thnk-desc h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .Thankyou-cta-sec .thnk-desc p {
        font-size: 18px;
        line-height: 28px;
    }

    a.simple-btn {
        padding: 12px 24px;
        font-size: 16px;
        margin: 0px auto;
        margin-top: 20px;
    }

    .Thank-you .thnk-wrp .thankyou-desc {
        text-align: center;
    }

    .Thank-you .thnk-wrp .thankyou-desc h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .Thank-you .thnk-wrp .thankyou-desc h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .Thank-you .thnk-wrp .thankyou-desc p {
        font-size: 18px;
        line-height: 28px;
    }

    .Thank-you .thnk-wrp .thankyou-desc ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .Thank-you .thnk-wrp .thankyou-desc ol li {
        font-size: 18px;
        line-height: 28px;
    }

    .Thank-you .thnk-wrp .thankyou-desc a {
        padding: 10px 20px;
        font-size: 16px;
        line-height: normal;
        margin: 0px auto;
    }

    .thnkyou-cards .thnk-cards-wrp .thnkyou-card {
        max-width: 100%;
        width: 100%;
    }

    .thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont h2 {
        font-size: 26px;
        line-height: normal;
    }

    .thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont p {
        font-size: 18px;
        line-height: normal;
    }

    .thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont .resource-btn {
        padding: 10px 20px;
        font-size: 16px;
        line-height: normal;
    }

    .thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-img {
        height: 275px;
    }

    .thnkyou-cards .thnk-cards-wrp .thnkyou-card .card-cont .icon-wrp {
        top: 235px;
        max-width: 80px;
        width: 100%;
        height: 80px;
    }
}