
.creative-testimonial--slider {
    background: #f9f6f3;
    padding: 90px 10px;
    position: relative;
}
.testimonial-popup {
    width: 80px;
    position: absolute;
    z-index: 5;
    height: 80px;
    background: #00bdb7;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.testimonial-left--thumb img,
.testimonial-right--thumb img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: 7%;
}

.testimonial-left--thumb {
    position: absolute;
    display: inline-block;
    left: 50px;
}

.testimonial-right--thumb {
    position: absolute;
    display: inline-block;
    right: 50px;
    top: 0px;
}
.creative-testimonial--slider .slider-row {
    width: 100%;
    margin: auto;
}
.slider-row .swiper {
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
}

.slider-row .swiper-slide {
    text-align: center;
}

.testimonial-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.testimonial-wrap--inner {
    text-align: center;
}

.quote-icon {
    margin-bottom: 30px;
    border-radius: 50%;
}

.testimonial-heading {
    line-height: 42px;
    color: #333;
    margin-bottom: 35px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    margin-top: 0px;
}

.testimonial-user {
    font-size: 20px;
    font-weight: 500;
    color:#d39121;
}

.slider-custom-image-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 80px;
    background-size: cover;
    margin: 0 10px !important;
    transition: .3s;
    filter: grayscale(1);
    border-radius: 50%;
    opacity: 1;
}

.slider-custom-image-pagination .swiper-pagination-bullet-active {
    filter: grayscale(0);
    transform: scale(1.2);
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

span.swiper-pagination-bullet.thumb1 {
    background-image: url(../../images/testimonial/thumb-arjun.webp);

    border-radius: 50%;
}
span.swiper-pagination-bullet.thumb2 {
    background-image: url(../../images/testimonial/thumb-rohit.webp);
    border-radius: 50%;
}
span.swiper-pagination-bullet.thumb3 {
    background-image: url(../../images/testimonial/thumb-tanmay.webp);
    border-radius: 50%;
}
span.swiper-pagination-bullet.thumb4 {
    background-image: url(../../images/testimonial/thumb-sajid.webp);
    border-radius: 50%;
}
span.swiper-pagination-bullet.thumb5 {
    background-image: url(../../images/testimonial/thumb-deepak.webp);
    border-radius: 50%;
}
span.swiper-pagination-bullet.thumb6 {
    background-image: url(../../images/testimonial/thumb-farukh.webp);
    border-radius: 50%;
}
span.swiper-pagination-bullet.thumb7 {
    background-image: url(../../images/testimonial/thumb-shaheen.webp);
    border-radius: 50%;
}
span.swiper-pagination-bullet.thumb8 {
    background-image: url(../../images/testimonial/thumb-faisal.webp);
    border-radius: 50%;
}
span.swiper-pagination-bullet.thumb9 {
    background-image: url(../../images/testimonial/thumb-shahid.webp);
    border-radius: 50%;
}


.creative-testimonial--slider .slider-row .swiper-pagination {
    margin-top: 35px;
    position: relative;
}

.creative-testimonial--slider .slider-row .swiper-pagination{
    bottom: 0;
}
/* ================= RESPONSIVE IPAD PRO ====================== */
@media only screen and (max-width: 1024px) {
 .testimonial-left--thumb, .testimonial-right--thumb{
    display:none;
 }
}

/* ================= RESPONSIVE IPHONE ====================== */
@media only screen and (max-width: 480px) {
  .slider-row .swiper {
    width: 100%;
    max-width: 100%;
  }
 .slider-custom-image-pagination .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
}
.testimonial-heading{
        margin-bottom: 15px;
    font-size: 30px;
        line-height: 34px;
}
.creative-testimonial--slider .slider-row .swiper-pagination {
    margin-top: 15px;
}
}