/* thanks col */

.thanks h1 {
    font-size: 66px;
    line-height: 85px;
    text-align: center;
}
section#thanks {
    text-align: center;
}
.thanks-col {
    margin: 30px auto;
    max-width: 56%;
    padding: 35px;
    padding-top: 0px;
    text-align: center;
    margin-top: 50px;
}

.thanks-col .double-order-txt {
    display: inline-block;
    background-color: var(--green-color);
    padding: 12px 40px;
    color: #fff;
    border-radius: 10px;
    margin-top: -20px;
    margin-bottom: 35px;
}

.thanks-col .h2 {
    font-size: 30px;
    margin: 0;
}

.thanks-col .add-col {
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
    padding: 18px 50px;
    margin: 20px 0;
}

.thanks-col .add-col .h2 {
    font-size: 52px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.thanks-col .add-col p {
    font-weight: 600;
}

.thanks-col .add-col .h4 {
    color: var(--primary-color);
}

.thanks-col .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.thanks-col .special-price i {
    color: var(--text-color);
    font-size: 14px;
}

.thanks-col .int-price {
    color: var(--text-color2);
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
}

.thanks-col .real-price {
    color: var(--primary-color);
    font-size: 34px;
    margin: 0;
}

.thanks-col .off-pct {
    background-color: var(--green-color);
    font-size: 14px;
    line-height: 1;
    padding: 6px 9px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
}

.thanks-col .limited-offer {
    margin-top: 20px;
}

.thanks-col .limited-offer .h6 {
    font-style: italic;
}


.thanks-col .limited-off-col {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 900;
    margin-top: 10px;
}

.thanks-col .limited-off-col strong {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    background-color: var(--secondary-color);
    border-radius: 5px;
}

.thanks-col .limited-off-txt {
    display: flex;
    justify-content: center;
    gap: 54px;
    margin-top: 6px;
}

.thanks-col .limited-off-txt p {
    font-weight: 600;
}

.thanks-col .pay-button {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 30px 0;
}

.thanks-col .pay-button .btn {
    min-width: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 700;
}

.thanks-col .pay-button .btn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
/* payment failed */

.payment-failed-col .h2 {
    margin-bottom: 5px;
}

.payment-failed-col .btn {
    margin-top: 20px;
}

.payment-failed-col img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

/* survey col */

.survey-col {
    max-width: 43%;
    text-align: center;
    margin: auto;
    padding: 30px 50px;
}

.survey-col .h4 {
    margin-bottom: 20px;
}

.survey-col .input-col {
    display: flex;
    gap: 15px;
}

.survey-col .thanks-que-form {
    display: grid;
    gap: 15px;
    margin: 0 auto;
    justify-content: center;
}

.survey-col .input-col input {
    accent-color: var(--primary-color);
    width: 20px;
    height: 20px;
}

.survey-col .btn {
    margin-top: 10px;
    min-width: 250px;
}

/* thanks 2 */

.thanks-col-2 {
    max-width: 56%;
    padding: 70px 35px;
    margin: auto;
    text-align: center;
}

.thanks-col-2 .btn {
    display: inline-block;
    /* min-width: 350px; */
}

.thanks-col-2 .h2 {
    margin-top: 10px;
    margin-bottom: 0;
}

.thanks-col-2 img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
}
.thanks-col-2{
text-align: center;
}
/* --------------------checkout------------------------- */
.checkout{
    display: none;
}
.checkout .pay-col {
    width: 56.5%;
}

.checkout .pay-col .form-card {
    padding: 25px 65px;
}

.checkout .pay-col .btn {
    min-width: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 700;
}

.checkout .pay-col .heading {
    padding-bottom: 25px;
}

.checkout .pay-col .heading:after {
    content: "";
    position: absolute;
    left: 0;
    border-top: 1px solid #6d6d6d26;
    width: 100%;
    height: 1px;
}

.checkout .pay-button,
.checkout .form-button {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.checkout .card-pay-col {
    display: none;
}

.checkout .form-heading {
    width: 100%;
    margin-bottom: 20px;
}

.checkout .form-heading .h6 {
    font-weight: 500;
}

.checkout .card-logo.form-heading {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}

.checkout .payment-logo-col {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.checkout .payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(109, 109, 109, 0.48);
    background: #FFF;
    width: 40px;
    height: 23px;
}

.checkout .payment-logo img {
    width: 25px;
    height: 19px;
    object-fit: contain;
}

.checkout-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout-form .form-input-col {
    width: 48%;
}

.checkout-form .form-button {
    width: 100%;
    margin-top: 20px;
}

.checkout-form .form-button .pay-now-btn {
    font-size: 20px;
}

.checkout .crypto-btn {
    margin: 15px 0px;
}
 

.terms {
    margin-top: 15px;
}
.terms p {
    font-size: 14px;
    font-weight: 500;
}

.terms a {
    color: var(--text-color);
    font-weight: 700;
}
.pay-button.crypto {
    margin-top: 15px !important;
}
.thanks-col-2 {
    text-align: center;
}



/* -------------------- error------------------------- */

.error .thanks-col-2 img {
    width: 530px;
    height: 270px;
    object-fit: contain;
}

.error .thanks-col-2 .h2 {
    font-size: 50px;
    line-height: 58px;
}

.error .thanks-col-2 .h2 {
    margin: 10px 0;
}


/* --------------------tablet responsive------------------------- */

@media(max-width:992px) {
.checkout .pay-col .form-card {
        padding: 25px 26px;
        border-radius: 15px;
    }

    .checkout .pay-col .btn {
        min-width: 100%;
    }

    .checkout .payment-logo-col {
        gap: 10px;
    }

    .checkout .payment-logo {
        width: 34px;
        height: 20px;
    }

    .checkout .payment-logo img {
        width: 21px;
        height: 16px;
    }

    .checkout .form-heading .h6 {
        font-size: 15px;
    }

    .checkout-form .form-input-col {
        width: 100%;
    }

    .checkout-form .form-input-col.col-md-6 {
        width: 48%;
    }
    /* thanks col */

    .thanks-col,
    .survey-col,
    .thanks-col-2 {
        max-width: 100%;
    }

    .survey-col {
        padding: 30px;
    }
}

/* --------------------mobile responsive------------------------- */

@media(max-width:767px) {

    /* thanks col */

    .thanks h1 {
        font-size: 56px;
        line-height: 72px;
    }
.thanks-col{
    margin-top: 25px;
}
    .thanks-col .double-order-txt {
        padding: 12px 22px;
        margin-bottom: 10px;
    }

    .thanks-col .add-col {
        padding: 12px 32px;
        margin: 10px 0;
    }
.thanks-col .limited-offer {
    margin-top: 10px;
}
    .thanks-col .add-col .h4 {
        font-size: 12px;
        line-height: 1;
    }

    .thanks-col .add-col .h2 {
        font-size: 38px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .thanks-col .limited-offer .h6 {
        font-size: 14px;
    }

    .thanks-col .limited-off-col {
        font-size: 20px;
    }

    .thanks-col .limited-off-col strong {
        font-size: 16px;
        height: 26px;
        width: 26px;
    }

    .thanks-col .limited-off-txt {
        gap: 25px;
    }

    .thanks-col .limited-off-txt p {
        font-size: 12px;
    }

    .thanks-col .pay-button {
        margin-bottom: 0;
    }

    .thanks-col .pay-button .btn {
        min-width: 220px;
        font-size: 16px;
    }

    .survey-col {
        padding: 30px 20px;
    }

    /* thanks 2 */

    .thanks-col-2 {
        padding: 45px 20px;
    }

    .thanks-col-2 img {
        width: 100px;
        height: 100px;
    }

    .thanks-col-2 .h2 {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .payment-failed-col .h2 {
        margin-bottom: 10px;
    }
    /*-- error 404--*/
    .error .thanks-col-2 img {
        height: 196px;
    }

    .error .thanks-col-2 .h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .error .thanks-col-2 .btn {
        padding: 15px 30px;
        min-width: 168px;
    }


}