/**/
.mainthankyou-sec { width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center top; padding: 50px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } 
.thankdata-box { text-align: center; max-width: 700px; margin: 0 auto; } 
.thankdata-box svg { width: 75px; margin: 0 0 20px; } 
.thankdata-box h2 { font-size: 45px; font-weight: 700; margin: 0 0 15px; color: #242B27; } 
.thankdata-box p { font-size: 24px; color: #4F4F4F; font-weight: 500; margin: 0; }


/*-------------------------------- Responsive Media Query --------------------------------*/
@media (max-width: 1199px){
.mainthankyou-sec { height: 550px; }
.thankdata-box { max-width: 550px; }
.thankdata-box p { font-size: 18px; }

}

@media (max-width: 991px){
.mainthankyou-sec { height: 400px; }

}

@media (max-width: 767px){
.thankdata-box h2 { font-size: 36px; } 
.thankdata-box p { font-size: 16px; }

}