body {
    background: #F3F3F3;
    font-family: 'Lato', sans-serif;
}
.container{
    max-width: 100%;
}
h1{
    font-size: 55px;
    font-weight: 700;
}
h2{
    font-size: 36px;
    font-weight: 700;
}
h3{
    font-size: 20px;
    font-weight: 400;
}
p{
    font-size: 18px;
    font-weight: 400;
}


/* <!-- header Style Start --> */
.header {
    background: #B6502E;
    padding: 31px 20px;
}

.header .logo img {
    width: 230px;
}

.header .form-header-button a {
    border-radius: 8.375px;
    background:  #FFF;
    box-shadow: 0px 0.837px 1.675px 0px rgba(15, 23, 42, 0.06);
    color: #B6502E;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3; 
    letter-spacing: -0.24px;
    padding: 9px 13px;
    text-decoration: none;
}
.header .form-header-button a img {
    width: 22px;
}

/* <!-- header Style End --> */
/* <!-- Thank You Style Start --> */


.thank-you {
    max-width: 670px;
    margin: auto;
    padding: 80px 20px 60px;
}
.thank-you .thank-you-heading {
    padding-bottom: 22px;
    border-bottom: 1px solid #D9DBE9;
}
.thank-you-heading h2 {
    background: linear-gradient(90deg, #FF7000 -7.75%, #B6502E 63.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 12px 0px 20px;
}
.thank-you-heading p {
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
.thank-you .final-checkout-box .audi-heading {
    padding-left: 13px;
}
.thank-you .final-checkout-box .audi-a4 .audi-heading h3 {
    color: rgba(0, 0, 0, 0.90);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2; 
    margin: 0;
}
.thank-you .final-checkout-box .audi-a4 .audi-heading p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}
.thank-you .final-checkout-box .Transaction p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.thank-you .final-checkout-box .Transaction  {
    margin-bottom: 10px;
}
.thank-you .final-checkout-box .taxes p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.thank-you .final-checkout-box .payment {
    padding-bottom: 16px;
}
.thank-you .final-checkout-box .payment .payment-heading h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3; 
    margin: 0;
    
}
.thank-you .final-checkout-box .payment .payment-price  p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3; 
    margin: 0;
}
.thank-you .final-checkout-box {
    border-radius: 20px;
    background: #FFF;
    padding: 25px 35px;
    padding-bottom: 8px;
    margin: 22px 0px;
}
.thank-you .good-by {
    padding-top: 21px;
    border-top: 1px solid #D9DBE9;
}
.thank-you .good-by h2 {
    background: linear-gradient(90deg, #FF7000 -7.75%, #B6502E 63.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    text-align: center;
    margin-bottom: 31px;
}
.thank-you .list {
    max-width: 515px;
    margin: auto;
    flex-wrap: wrap;
}
.thank-you .list .thankyou-list {
    margin-bottom: 8px;
    padding: 5px;
}
.thank-you .list .thankyou-list p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    padding-left: 8px;
}
/* <!-- Thank You Style End --> */
/* <!-- Form Footer Style Start --> */
.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    max-width: 1100px;
    margin: auto;
    border-top: 1px solid #D9DBE9;
}
.form-footer p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    padding: 10px;
}
/* <!-- Form Footer Style End --> */


@media (max-width:992px){
    .thank-you .good-by h2 {
        font-size: 32px;
    }
}
@media (max-width:767px){
    .thank-you .good-by h2 {
        font-size: 22px;
        line-height: 1.4;
    }
    .header .form-header-button a {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 20px;
        padding: 13px 11px;
    }
    .header .logo img {
        width: 250px;
    }
    .header .logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .audi-a4 {
        margin-bottom: 20px;
    }
    .thank-you-heading h2{
        font-size: 30px;
    }
    .thank-you .final-checkout-box {
        margin: 22px 0px;
        padding: 25px 25px;
    }
    .thank-you {
        padding: 45px 10px 40px;
    }
    .form-footer {
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 15px 20px 15px;
    }
    .form-footer p {
        margin-bottom: 5px;
    }
}
@media (max-width:540px){
.thank-you .final-checkout-box .payment .payment-price p {
    font-size: 16px;
}
.thank-you-heading h2{
    font-size: 28px;
}
}
@media (max-width:490px){
    .thank-you .good-by h2 {
        font-size: 24px;
    }
   
}