.thanks_section{
        /* padding: 120px 0; */
        background:#fff;
        padding: 40px 0;
    
    position: relative;
    }
    .thanks_section:before {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
   background:url(/assets/website/img/main-bg-2.jpg);
   background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}
    .thanks_section .row {
        width: 100%;
        margin: 0;
}
    .thank_box{
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.thank_box_content {
    height: 100%;
    padding: 50px;
   display: flex;
    align-items: center;
}
.thank_heading h1 {
    font-size: 48px;
    text-transform: capitalize;
    line-height: 56px;
}
.thank_message p {
    font-size: 18px;
    line-height: 26px;
}
.thank_button a {
    background: #37a000;
    display: inline-block;
    padding: 16px 0;
    color: #fff;
    text-transform: capitalize;
    margin-top: 20px;
    transition: all ease 0.3s;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.thank_button a:hover{
    background: #000;
}
.thanks_section .col-md-6{
    padding: 0;
}
.thank_box_main-bg {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
/*.thank_box_image {
    background: url(/assets/website/img/thanks-bg-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}*/
@media(max-width: 993px){
    .thank_box_main-bg .row {
    flex-direction: column;
}
}
@media(max-width: 575px){
    .thank_box_content {
    padding: 40px 50px 50px 50px;
}
    .thank_heading h1 {
    font-size: 36px;
    line-height: 42px;
}
}
@media(max-width: 375px){
    .thank_box_content {
    padding: 30px;
}
    .thank_button a {
    padding: 10px 0;
    font-size: 16px;
}
.thank_heading h1 {
    font-size: 28px;
    line-height: 36px;
}
.thank_message p {
    font-size: 16px;
    line-height: 22px;
}
}