.thankyou_container {
    margin-bottom: 40px;
}
.thankyou_inner {
	margin: 40px auto;
    width: 800px;
    display: flex;
	    align-items: center;
}
.thankyou_text_top {
	color: #333333;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    width: 80%;
	font-family: "Museo-700";
	position: relative;
	top: -25px;
}
.thankyou_detailtext {
    color: #454545;
    font-size: 24px;
    margin-top: 0;
    font-family: "Museo-300";
    width: 360px;
    position: relative;
    top: -5px;
    line-height: normal;
}
.visitwebsite_main_area {
    text-align: center;
    margin: 20px 0;
}
.visitwebsite_btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'MuseoSans-700';
    color: #fff;
    background: #E81111;
    margin: 0;
    padding: 12px 45px;
    border-radius: 20px;
    letter-spacing: 1px;
    cursor: pointer;
}
.visitwebsite_btn:hover {
	text-decoration: none;
	color: #fff;
}
.thankyou_col_area2 {
	margin: 0 auto;
    text-align: center;
}
.thankyou_col_area2 img {
	max-height: 392px;
    max-width: 247px;
}
/*-------------Responsive Design Start here-------------*/
@media (max-width: 992px) {
	.thankyou_text_top {
		width: 100%;
	}
	.thankyou_inner {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.thankyou_text_top,
	.thankyou_detailtext {
		top: 0;
	}
	.thankyou_inner {
		flex-direction: column;
		text-align: center;
	}
	.thankyou_detailtext {
		width: 270px;
		margin: 15px auto 0;
		line-height: normal;
	}
	.thankyou_col_area2 {
		margin: 40px 0 0 0
	}
	img.mouse_img {
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.thankyou_col_area1 {
		margin: 0;
		padding: 0;
	}
	.thankyou_text_top {
		width: 260px;
	}
	.thankyou_inner {
		width: 100%;
	}
	.thankyou_text_top {
		font-size: 30px;
	}
	.thankyou_detailtext {
		width: 220px;
		font-size: 18px;
	}
	.thankyou_col_area2 img {
		max-height: 275px;
		max-width: 173px;
	}
	.visitwebsite_btn {
		padding: 12px 25px;
	}
}
/*-------------Responsive Design End here-------------*/