/*---------------------------------------------------------------------
                             Testimonial
-----------------------------------------------------------------------*/
.iq-testimonial {
    padding: 0 20%;
}

.owl-carousel .iq-testimonial .iq-testimonial-img img {
    background: var(--color-theme-white-box);
    margin: 0 auto 30px;
    height: 142px;
    width: 142px;
    display: inline-block;
    border-radius: 90px;
}

.iq-testimonial .sub-title {
    font-size: var(--font-size-normal);
    font-weight: var(--font-weight-semi-bold);
}

.iq-testimonial .iq-testimonial-info p {
    font-size: 20px;
    line-height: 40px;
}

.iq-testimonial .iq-testimonial-user {
    color: var(--global-font-color);
}

.iq-testimonial .iq-testimonial-user .iq-designation {
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-body);
    color: var(--color-theme-primary);
}

/*---------------------------------------------------------------------
  Talkie-Testimonial
-----------------------------------------------------------------------*/
.testimonial-sliderbox .owl-carousel .iq-testimonial {
    padding: 45px 30px;
    margin: 15px 36px 66px 36px;
    box-shadow: var(--global-box-shadow);
    background: var(--color-theme-white-box);
    border-radius: 4px;
    display: block;
    position: relative;
}

.testimonial-sliderbox .iq-testimonial .iq-testimonial-img img {
    background: transparent;
    border-radius: 90px;
    margin: 0 auto 30px;
    padding: 0px;
    height: 80px;
    width: 80px;
    display: inline-block;
}

.testimonial-sliderbox .iq-testimonial .iq-testimonial-info p {
    font-size: 20px;
    line-height: 35px;
}

.testimonial-sliderbox .owl-carousel .iq-testimonial:before {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 92%;
    z-index: -1;
    border-radius: 4px;
    height: 100%;
    background: var(--color-theme-white-box);
    box-shadow: var(--global-box-shadow);
    bottom: -12px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.testimonial-sliderbox .owl-carousel .iq-testimonial .testimonial-info {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.testimonial-sliderbox .owl-carousel .iq-testimonial .testimonial-info:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/qu.png)no-repeat;
    height: 130px;
    opacity: 1;
    top: 111%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.testimonial-sliderbox .owl-carousel .iq-testimonial:after {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 82%;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: -2;
    border-radius: 4px;
    height: 100%;
    background: var(--color-theme-white-box);
    box-shadow: var(--global-box-shadow);
}

.testimonial-sliderbox .owl-carousel .iq-testimonial .testimonial-info img {
    width: 65px;
    height: 65px;
    display: inline-block;
    margin-bottom: 45px;
    box-shadow: var(--global-box-shadow);
    border: 2px solid var(--color-theme-white);
}

.testimonial-sliderbox .owl-carousel .iq-testimonial .testimonial-name {
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
}

.testimonial-sliderbox .owl-carousel .iq-testimonial .testimonial-name .content {
    display: inline-block;
}

/*---------------------------------------------------------------------
                             Testimonial grid
-----------------------------------------------------------------------*/

.iq-testimonials .iq-testimonial-img {
    margin-bottom: 16px;
}

@media (max-width: 767px){
    .iq-testimonial {
		padding: 0 15px;
	}
}

@media (max-width: 654px){
    .testimonial-sliderbox .owl-carousel .iq-testimonial {
		margin: 15px 0px 66px 0px;
	}
}