.thankyou_section{
    position: relative;
    background: none !important;
}
.thankyou_section img{
    width: 100%;
    height: 100%;
    min-height: min(max(23.125rem, 37.813vw), 45.375rem);
}
/* .thankyou_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.80) 0%,
        rgba(255, 255, 255, 0.80) 100%
    );
    z-index: 1;
} */

.thankyou_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%);
    z-index: 1;
    background: rgba(239, 239, 239, 0.5);
}


.thankyou_icon {
   width: 100px;
   height: 100px;
    background-color: #00C04D;
    border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
    margin: 0 auto;
    padding:  30px
}
.thankyou_icon svg {
    width: 100%;
    height: auto;
}
.thankyou_content h2{
    font-size: min(max(2rem,3.333vw),3.9996rem);
}
 
 .thankyou_content {
    z-index: 99;
    position: relative;
    max-width: 32%;
    margin: 0 auto;
}
.thankyou_content_wrap{
    position: relative;
    width: 100%;
}
.thankyou_section {
    padding-top: 116px;
    padding-bottom: 163px;
    text-align: center;
}
 .thankyou_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #000 50.48%, rgba(0, 0, 0, 0.00) 100%);
    margin-top: 40px;
    margin-bottom: 40px;
}
.content_count span{
    padding: 8px 11px 9px 11px;
    border-radius: 8px;
    background: var(--theme-light-blue);
    color: white;
    margin: 0 10px;
    display: inline-block;
}

.thankyou_section {
    overflow: hidden;
}

.left_bg_thankyou {
    width: 0;
    height: 0;
    border-top: 525px solid var(--theme-medium-blue);
    border-right: 300px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.right_bg_thankyou {
    width: 0;
    height: 0;
    border-bottom: 525px solid var(--theme-light-blue);
    border-left: 300px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}















@media screen and (max-width: 1199px) {
    .thankyou_content {
     max-width: 45%;
    margin: 0 auto;
}
.thankyou_line {
     margin-top: 30px;
    margin-bottom: 30px;
}
.thankyou_icon {
   width: 70px;
   height: 70px;
}
.thankyou_icon {
      padding: 18px;
}

.thankyou_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.left_bg_thankyou {
    border-top: 300px solid var(--theme-medium-blue);
    border-right: 210px solid transparent;
}

.right_bg_thankyou {
    border-bottom: 300px solid var(--theme-light-blue);
    border-left: 210px solid transparent;
}


}
@media screen and (max-width: 991px) {
      .thankyou_content {
        max-width: 70%;
        margin: 0 auto;
    }
    .thankyou_line {
     margin-top: 20px;
    margin-bottom: 20px;
}
.thankyou_icon {
   width: 70px;
   height: 70px;
       padding: 20px;
}

    .left_bg_thankyou {
        border-top: 200px solid var(--theme-medium-blue);
        border-right: 140px solid transparent;
    }

    .right_bg_thankyou {
        border-bottom: 200px solid var(--theme-light-blue);
        border-left: 140px solid transparent;
    }

}

@media screen and (max-width: 767px) {
 .thankyou_content {
        max-width: 95%;
        margin: 0 auto;
    }
    .thankyou_content_wrap {
        line-height: normal;
    }

    .thankyou_section {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .right_bg_thankyou {
        border-bottom: 120px solid var(--theme-light-blue);
        border-left: 90px solid transparent;
    }

    .left_bg_thankyou {
        border-top: 120px solid var(--theme-medium-blue);
        border-right: 90px solid transparent;
    }
}
 