.thank_you_page{
    width: 100%;
    min-height:727px;
    overflow: hidden;
    position: relative;

}
.thank_you_page .thankyou_banner img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.thank_you_page .thankyou_banner::before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(22, 22, 26, 0) 0%, #16161A 81.77%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 99999999;
    background-size: cover;
    height: 100px;
    width: 100%;
}
.thank_you_page .thankyou_banner::after{
    content: '';
    position: absolute;
    display: block;
    background: linear-gradient(180deg, rgba(22, 22, 26, 0) 0%, #16161A 81.77%);
    z-index: 99999999;
    background-size: cover;
    height: 100px;
    width: 100%;
    bottom: 0;
}
.thanks_logo_img{
    display: flex;
    justify-content: center;
    position: relative;
    top: 25px;
}
.thanks_logo_img img{
    position: absolute;
    top: 0;
    z-index: 9999999999;
    width: 80px;
    height: 27px;
    opacity: 0.9;
}
.thanks_header{
    position: relative;
}
.thanks_header::after{
    content: '';
    background: url(../images/thanks_tick.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 57px;
    height: 57px;
    bottom: -31px;
    display: block;
    z-index: 99999999;
    left: 43%;
}
.thanks_content{
    background: #FF1F02;
    width: 100%;
    height:427px;
    text-align: center;
}
.thanks_content h2{
    font-family: 'Be Vietnam';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 20px;
}
.thanks_content p{
    width: 287px;
    margin: auto;
    font-family: 'Be Vietnam';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.thanks_content button{
    width: 335px;
    height: 57px;
    background: #16161A;
    border: 1px solid #16161A;
    border-radius: 14px;
    font-family: 'Be Vietnam';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}