/*star rating*/
.star-rating {
  font-family: 'FontAwesome';
  margin: 0px ;
}
.star-rating > fieldset {
  border: none;
  display: inline-block;
}
.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.star-rating > fieldset:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  color: #FFD700;
}
.star-rating > fieldset:not(:checked) > label:before {
  content: '\f006  ';
}
.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
  color: #FFD700;
  text-shadow: 0 0 3px #1abc9c;
}
.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  content: '\f005  ';
}
.star-rating > fieldset > input:checked ~ label:before {
  content: '\f005  ';
}
.star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
.view_more{
    margin: 20px auto;
    background: #333;
    padding: 5px 15px;
    border-color: #333;
    color: #fff;
}
.property-review
{
    text-transform:initial;
}

.modal {
     z-index: 9999; 
}
.cu_star ul{
margin:0px;
padding:0px;
overflow:hidden;
}

.cu_star li {
float:left;
list-style:none;
padding:5px;
}
.cu_star li i{
color: #ffcc00;
}
.no_col i{
color:#ccc !important;
}
.write-review{
color:#333;
}
.btn3{
background:#000;
border:#000;
}
.btn3:hover, .btn3:focus , .btn3:active{
background:#000 !important;
}
