.test-banner {
  position: relative;
  z-index: 10;
  background-image: url(../image/test-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.review {
  margin: 100px 0;
  text-align: center;
  background-image: url(../image/Client\ bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.test-content {
  display: none;
}
.review-con {
  margin-top: 77px;
}

.review-card {
  background-color: #ffffff;
  width: 100%;
  height: 438px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in;
}

.review-card:hover{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px);
}


.review-txt {
  padding: 21px 9px;
  text-align: left;
}

.txt-img {
  width: 11%;
}

.txt-img img {
  width: 100%;
}

.review-txt p {
  text-align: justify;
  padding: 25px 28px 0px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #555353;
  margin-bottom: 0;
}

.img-7 {
  width: 35%;
  margin: 0 auto;
  transform: translateY(59%);
}

.img-7 img {
  width: 100%;
}

.img-8 {
  width: 100%;
}

.img-8 img {
  width: 100%;
}

.review-img {
  margin-top: -20%;
  position: relative;
}

.test-txt{
  position: absolute;
  top: 79%;
  left:50%;
  transform: translateX(-50%);
}

.test-txt h3{
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}


.new_row {
  margin-bottom: 30px;
}

.review-con .new-btn {
  margin-left: 0;
  margin-top: 40px;
}

.client-slider {
  margin-top: 77px;
  overflow-x: hidden !important;
}

.carousel-con {
  margin-top: 77px;
}

.slider-img{
  width: 100%;
  margin: 0 auto;
}

.slider-img img{
  width: 100%;
}
