.col_reverse .fl-col-group-nested{
	display: flex;
	flex-direction: row-reverse;
}
.featured-media{
	display:none !important;
}
.thankyou {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80vh;
}
.thankyou h2 {
    font-size: 56px !important;
    line-height: 66px;
    font-weight: bolder;
    margin-bottom: 20px !important;
}
.thankyou .fa-check {
    color: #25ba5e;
    font-size: 60px;
    margin-top: 20px !important;
}.thankyou p {
    font-size: 27px;
    line-height: 30px;
    text-decoration: capitalize !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
@media only screen and (max-width: 991px){
	.col_reverse .fl-col-group-nested{
		display: flex;
		flex-direction: row-reverse;
		flex-wrap:wrap;
	}	
}