*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 16px;
}
.form-check-input{
  border: 1px solid #000000 !important;
}
.review-item{
    border:1px solid #b0b0b0;
    border-radius:10px;
    padding:14px;
    cursor:pointer;
    transition:0.2s;
}
.review-item:hover{
    background:#f8f9fa;
}
.review-item input{
    margin-top:4px;
}
.images-box{
  width: 10%;
}
.animation{
  font-size: 15px;
  color: #008000;
 animation:text-focus-in .9s cubic-bezier(.55,.085,.68,.53) .8s both
}

@keyframes text-focus-in{0%{filter:blur(12px);opacity:0}100%{filter:blur(0);opacity:1}}

.bg-colorfooter{
  background-color: #000000;
  color: #ffffff;
}
.footer-link{
  color: #ffffff;
  font-weight: bold;
  transition: all .5s;
}
.footer-link:hover{
 color: rgb(0, 153, 255);
}
.main-text{
 text-align: center;
 font-weight: bold;
}
.main-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}