﻿/* Thanks page css */

.thank_you {
    background-color: #f4f4f4 !important;
    padding: 25px 0px;
}

.thank_you h1 {
    color: #e055ad !important;
}

.text001 {
    color: #494949;
	font-size: 42px;
	font-weight: bold;
}
.text002 {
    color: #000;
    font-size: 19px;
    padding: 0 117px;
}

.check001 {
    color: #000;
    font-size: 80px;
    color: #26c405;
}

.view-more01{
    display: none;
}




@media(max-width:767px) {
	.thank_you {padding: 30px 0px;}
	.text001 {font-size: 22px;}
	.text002 {font-size: 15px; padding: 0 0;}

	.thank_btn {font-size: 10px;}

    .content_part {padding-bottom: 0;}

}
