.az_test_area {
  padding: 120px 0px 0px 0px;
}
.az_test_area .test_left_con .witr_section_title {
  margin-bottom: 40px;
}
.az_test_area .witr_testi_itemt {
  padding: 0 10px;
  transition: 0.5s;
}
.az_test_area .em_single_testimonial {
  margin-bottom: 30px;
  transition: 0.5s;
  margin-top: 20px;
  box-shadow: 0 0 10px 0 rgb(240 241 243);
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 0 30px 20px 30px;
  background: var(--bg-color);
}
.az_test_area .test_q_icon {
  text-align: right;
}
.az_test_area .test_q_icon i {
  font-size: 40px;
  background: var(--color-primary);
  padding: 20px;
  border-radius: 50px;
  color: var(--bg-color);
  display: inline-block;
}
.az_test_area .all_color_testimonial h2 {
  padding: 5px 0 0 0;
}
.az_test_area .em_testi_logo {
  right: 15px;
  top: 35px;
  display: none;
}
.az_test_area .em_testi_title h2 {
  font-size: 22px;
}
.az_test_area .em_testi_title span {
  display: block;
  font-family: var(--font-family);
  margin-top: 5px;
  font-size: 16px;
  color: var(--color-primary);
}
.az_test_area .em_testi_content {
  position: relative;
}
.az_test_area .em_testi_text {
  overflow: hidden;
  padding-top: 15px;
  text-align: left;
}
.az_test_area .em_testi_text p {
  color: var(--text-color);
  line-height: 1.6;
  font-family: var(--font-family);
}
.az_test_area .em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}
.az_test_area .test_witr_inner {
  position: relative;
}
.az_test_area .test_witr_inner .single_image_area {
  text-align: right;
}
.az_test_area .test_witr_inner .witr_shape_item_inner {
  top: -135px;
  left: -135px;
  position: absolute;
  content: "";
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.az_test_area .test_witr_inner .witr_shape_image {
  animation: witr_movelr_box45 5s linear 1s infinite alternate paused;
}
@keyframes witr_movelr_box45 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(45px);
  }
}
.az_test_area .test_witr_inner .witr_shape_item img {
  width: 170%;
  max-width: 200%;
}

.az_test_area .test_witr_shap2 .witr_shape_item_inner {
  z-index: 1;
  top: 90px;
  left: 0;
}
.az_test_area .test_witr_shap2 .witr_shape_image img {
  animation: witr_movetb_box45 5s linear 1s infinite alternate running;
  width: 200px;
  height: 300px;
}
@keyframes witr_movetb_box45 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(45px);
  }
}
.az_test_area .witr_section_title_inner h2,
.az_test_area .witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
}
.az_test_area .witr_section_title_inner h2 {
  font-size: 16px;
  display: inline-block;
  color: var(--color-primary);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .az_test_area .witr_section_title_inner h3 {
    font-size: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .az_test_area .testomonial-slide .slick-prev {
    left: 15px;
  }
  .az_test_area .testomonial-slide .slick-next {
    right: 15px;
  }

  .az_test_area .witr_section_title_inner h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .az_test_area {
  padding: 0px 0px 0px 0px;
}
  .az_test_area .single_image img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .az_test_area .testomonial-slide .slick-prev {
    left: 15px;
  }
  .az_test_area .em_testi_title h2 {
    font-size: 22px;
  }
  .az_test_area .testomonial-slide .slick-next {
    right: 15px;
  }
  .az_test_area .witr_section_title {
    text-align: center;
  }
  .az_test_area .witr_section_title .text-right {
    text-align: center !important;
  }
  .az_test_area .witr_section_title_inner h2 {
    font-size: 16px !important;
    padding-top: 10px;
  }

  .az_test_area .witr_section_title_inner h2,
  .az_test_area .witr_section_title_inner h3 {
    font-size: 28px;
  }
  .az_test_area .em_single_testimonial {
    padding: 37px 25px 26px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .az_test_area .witr_section_title_inner h2,
  .az_test_area .witr_section_title_inner h3 {
    font-size: 25px;
  }
}
