.feedback-banner {
  background-image: url(../image/feedback.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.feedback {
  text-align: center;
  margin-bottom: 100px;
}

.feedback-content {
  margin-top: 60px;
  display: none;
}

.new {
  margin-top: 0 !important;
}

.feed-box {
  width: 100%;
  height: 369px;
  padding: 14px 10px;
  border: 1px dashed var(--primary-color);
  text-align: justify;
  margin-bottom: 44px;
  transition: 0.5s;
  cursor: pointer;
}

.feed-box:hover {
  transform: translate(0, -10px);
}
.box-2 {
  height: 316px;
}
.box-3 {
  height: 247px;
}
.box-4 {
  height: 239px;
  text-align: right;
  margin-top: -5%;
}
.box-5 {
  height: 292px;
  text-align: right;
  margin-top: -18%;
}

.box-6 {
  height: 360px;
  text-align: right;
  margin-top: -34%;
}
.feed-box p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #333333;
  line-height: 26px;
}

.client-img {
  margin-right: 13px;
}

.client-info {
  display: flex;
}

.client-txt > p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
  margin-bottom: 0px;
}

.test-icon svg {
  font-size: 13px;
  color: #f9df3b;
}

.test-icon img {
  margin-left: 7px;
}

.new {
  justify-content: flex-end;
}

.img {
  margin-left: 13px;
  margin-right: 0px;
}

.load {
  width: 172px;
  padding: 9px 7px;
  background-color: var(--secondary-color);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.icon-2 img {
  margin-right: 7px;
  margin-left: 0px;
}

.test-video {
  text-align: center;
  margin-bottom: 100px;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 237px;
  z-index: 0;
  margin-bottom: 20px;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
}

.open_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 17px;
  border: none;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
