
.rateform-box{
	margin-left:25%;
	background-color:#497677;
	width:700px;
	height:600px;
	margin-top:20px;
	margin-bottom:20px;
	border-color:black;
	border-width:20px;
}

.rateform-box h3{
	text-align:center;
	background-color:black;
	color:white;
	font-size:22px;
}
.Name-Tag{
	font-size:23px;
	margin-left:5%;
	font-weight:bolt;
	text-transform: uppercase;
	font-family:Serif;
	color:white;
	
}


.input-fild{
	margin-left:5%;
	width:630px;
	height:35px;
}
.rateform-box textarea{
	margin-left:5%;
	width:630px;
	height:100px;
}

.rateform-box button{
	width:250px;
	height:35px;
	margin-left:35%
}
 
 /*Star Mark*/
.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #09f;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}