/*====================================================== Responsive =========================*/
@media only screen and (max-width:1520.98px) {
    .main-wrapper {
        max-width: 1385px;
    }

    .main-wrapper-inner-holder::before {
        left: -66px;
    }

    .ribbon-wrapper::after {
        right: -106px;
    }
}

@media only screen and (max-width:1380.98px) {
    .main-wrapper {
        max-width: 1199px;
    }

    .main-wrapper-inner-holder::before {
        left: -90px;
    }

    .main-wrapper-inner-holder::after {
        width: 806px;
    }

    .ribbon-wrapper::after {
        right: -14px;
        width: 806px;
    }

    .content-right h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .content-right h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .content-right ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .content-right h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .content-right h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .content-left {
        width: auto;
        height: auto;
        margin-left: 0;
    }
}

@media only screen and (max-width:1199.98px) {
    .main-wrapper-inner-holder::before {
        display: none;
    }

    .main-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }

    .content-left {
        background: rgb(255 215 0 / 50%);
        padding: 30px;
        border-radius: 50%;
    }

    .main-wrapper-inner-holder::after {
        border-radius: 50px;
    }

    .ribbon-wrapper {
        padding-right: 20px;
    }


    .ribbon-wrapper::after {
        right: 0;
    }

}

@media only screen and (max-width:1080.98px) {

    .thankyou-left h2,
    .shadow-text h2 {
        font-size: 42px;
        line-height: 54px;
    }

    .heading-block {
        border-radius: 30px;
        padding: 30px 30px;
        max-width: 450px;
    }

    .thankyou-left h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .contact-holder {
        font-size: 18px;
        line-height: 28px;
    }

    .thankyou-left {
        max-width: 605px;
        padding: 75px 0 30px 55px;
    }

    .thankyou-right img {
        max-width: 430px;
    }

     .thankyou-right {
        right: -48px;
        top: -59px;
    }

    .thankyou-right::after {
        right: -15px;
    }

}

@media only screen and (max-width:991.98px) {
    .content-right h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .content-right h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .content-right ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .ribbon-wrapper {
        padding: 20px 20px 20px 0;
    }

    .content-right h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .content-right h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .content-right {
        padding: 40px 0;
    }

    .ribbon-wrapper::after {
        width: 600px;
    }

    .main-wrapper-inner-holder::after {
        width: 650px;
    }
}

@media only screen and (max-width:940.98px) {

    .thankyou-left h2,
    .shadow-text h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .thankyou-left {
        padding: 55px 0 30px 30px;
        max-width: 520px;
    }

    .thankyou-inner-holder {
        border-radius: 40px 240px 40px 40px;
    }

    .thankyou-bottom-text {
        font-size: 18px;
        line-height: 28px;
        border-radius: 0 0 40px 40px;
    }

    .heading-block {
        border-radius: 20px;
        padding: 20px;
        max-width: 380px;
    }

    .thankyou-left h3 {
        font-size: 20px;
        line-height: 32px;
    }
}

@media only screen and (max-width:840.98px) {

    .thankyou-right {
        position: relative;
        top: 0;
        right: 0;
        max-width: 400px;
        margin: 0 auto;
    }

    .thankyou-right img {
        position: relative;
        z-index: 9;
    }

    .thankyou-right::after {
        right: -72px;
        top: -45px;
        z-index: 1;
    }

    .thankyou-left {
        padding: 40px 30px;
        max-width: 100%;
    }

    .thankyou-inner-holder {
        border-radius: 30px;
        padding-top: 85px;
    }

    .thankyou-bottom-text {
        font-size: 16px;
        line-height: 26px;
        border-radius: 0 0 30px 30px;
        padding: 22px 15px;
    }

    .main-heading {
        max-width: 540px;
        margin: 0 auto;
        text-align: center;
    }

    .heading-block {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .thankyou-main-wrapper {
        padding: 40px 0;
    }

    .desk-show {
        display: none;
    }

}


@media only screen and (max-width:767.98px) {

    .main-wrapper-inner-holder::after,
    .ribbon-wrapper::after {
        display: none;
    }

    .ribbon-wrapper {
        background-color: var(--blue);
        padding: 20px;
    }

    .content-left {
        padding: 15px;
        max-width: 450px;
        margin: 0 auto;
    }

    .content-right {
        padding: 40px 20px;
        background: #89CFF080;
        border-radius: 32px;
        margin-top: 25px;
    }

    .content-right h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .content-right ul {
        margin: 0 0 22px 0;
    }

    .main-wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .thankyou-left h2,
    .shadow-text h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .main-heading {
        max-width: 455px;
    }


    .contact-holder .item svg {
        max-width: 55px;
    }

    .contact-holder {
        font-size: 16px;
        line-height: 26px;
        gap: 15px;
    }

    .heading-block {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:575.98px) {
    .content-right h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .content-right h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .custom-submit-btn::after {
        right: 0px;
        background-size: 79%;
    }

    input.submit-btn {
        min-width: 165px;
    }

    .custom-submit-btn {
        padding: 4px 44px 4px 4px;
    }

    .thankyou-right,
    .thankyou-right img {
        max-width: 300px;
    }

    .thankyou-right::after {
        right: -20px;
        top: -20px;
        background-size: 60%;
    }

    .thankyou-inner-holder {
        padding-top: 55px;
    }

    .heading-block {
        padding: 15px;
    }

    .thankyou-left {
        padding: 40px 20px;
    }
}

@media only screen and (max-width:420.98px) {
    .contact-holder {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .thankyou-left h2,
    .shadow-text h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (max-width:380.98px) {
    .content-right h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .thankyou-right,
    .thankyou-right img {
        max-width: 235px;
    }

    .thankyou-right::after {
        right: -25px;
        top: -25px;
    }
}