.thank-you-page {
    background-color: #4B3F0E;

}

.thank-you-b1 {
    background-image: url(./images/thankyou/thankyou_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.thank-you-b1 .box-text {
    border-radius: 12px;
    background-color: #FBCD0B;
    padding: 20px;
    max-width: 700px;
    margin: auto;
}

.thank-you-b1 .box-text h2 {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.thank-you-b1 .box-text h2::before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(./images/thankyou/tk_icon_5.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    display: block;
    position: relative;
}

.thank-you-b1 .text {
    background-color: #007D63;
    border-radius: 8px;
    height: 100%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.thank-you-b1 .box-text a {
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    background-color: var(--color-2);
    padding: 6px 20px;
}

.thank-you-b1 .box-text a svg path {
    fill: #fff;
}

@media screen and (max-width:425px) {
    .thank-you-b1 .box-text h2 {
        flex-direction: column;
    }
}

.tk-icon-1 {
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

.tk-icon-2 {
    left: -20px;
    bottom: -9px;
    max-width: 80px;

}

.tk-icon-3 {
        right: -12px;
    bottom: -1px;
    max-width: 100px;
}