.TestimonialDetails {
  cursor: pointer;
  float: left;
  margin: 0 20px 0 0;  
  z-index: 1;

}
.ClientDetails {
  width: 120%;
  height: auto;
  position: relative;
  display: none;
  color:#fff;
  margin-top: -35%;
  margin-left: -6%;
  background-color: #3AD2FF;
  border-radius:12px;  
  padding:38px 5px 12px 5px;
  text-align:center;
  opacity:1;  
  transition:.3s;
  font-weight: bold;

}

.tdetails-close {
  cursor:pointer;
  position:absolute;
  right:50%;
  top:10px;
  width:26px;
  height:26px;
  background:#fff;
  color:#3AD2FF;
  font-size:22px;
  font-weight:600;
  line-height:22px;
  text-align:center;
  border-radius:50%;
}


.hitter{
 width:500px;
 height:500px;
 border:1px solid #ee0000;
 display:none;
}
