.cr_thank_Title {
    color: black;
    font-family: var(--font_Knockout);
    font-size: 104px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    text-align: center;
    background: -webkit-linear-gradient(#12c5e8, #03f6fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cr_thank_Btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.cr_thank_pg_section {
    height: 55vh;
}
.for_zro_Title {
    color: black;
    font-family: var(--font_Knockout);
    font-size: 116px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    text-align: center;
    background: -webkit-linear-gradient(#12c5e8, #03f6fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.for_zr_sm_txt {
    color: black;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    display: block;
    text-align: center;
}

.for_zro_Btn_div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.cr_four_zr_section {
    height: 55vh;
}









@media all and (min-width: 320px) and (max-width: 767px) {
   .cr_thank_Title {
        font-size: 63px;
    }
    .cr_thank_Btn {
        margin-top: 17px;
    }
    .for_zro_Title {
        font-size: 91px;
    }
    .for_zr_sm_txt {
        font-size: 16px;
    }

}

@media all and (min-width: 481px) and (max-width: 767px) {

}


@media all and (min-width: 768px) and (max-width: 980px) {
    .cr_thank_Title {
        font-size: 85px;
    }
    .for_zro_Title {
        font-size: 95px;
    }
    
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
    
  
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
   
   
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    
  
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
    
 
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
   

}
@media all and (min-width: 1681px) and (max-width: 1880px) {
    

}