@charset "utf-8";
/* CSS Document */

/* TOP IMAGE */
.comments_top_img {
	background: url(../images/Comments_top_img.jpg) no-repeat center;
	height: 198px;
}
.comments_img1 {
	background: url(../images/Comments_img1.jpg) no-repeat center;
	height: 816px;
	padding-top: 30px;
}

/* CUSTOMER COMMENTS */
.comments {
	border: #006ED8 3px solid;
	border-radius: 15px;
	width: 936px;
	padding: 40px 40px 20px 50px;
	margin: 40px auto;
}
#white {
	background: white;
}
#yellow {
	background: #FFFFE2;
}
.survey_img {
	padding-top: 30px;
}
.survey_p {
	width: 570px;
}
.comments h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.comments h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 30px;
	color: #006ED5;
	width: 185px;
}
.rating {
	display: flex;
}
.star_checked {
	width: 40px;
	height: 40px;
	background: url(../images/Comments_starA.png) no-repeat;
}
.star {
	width: 40px;
	height: 40px;
	background: url(../images/Comments_starB.png) no-repeat;
}
.survey_comment {
	width: 936px;
	height: 269px;
	margin-top: -50px;
}
.survey_comment p {
	font-size: 30px;
	margin: 0;
	padding: 110px 0 0 10px;
}
#female {
	background: url(../images/Comments_white.png) no-repeat;
}
#male {
	background: url(../images/Comments_yellow.png) no-repeat;
}