/*testimonial-style-4*/

.testimonial-style-4 {
    padding: 100px 0px 170px;
    position: relative;
}

.testimonial-style-4 .carousel {
    background: #fff;
    border-radius: 25px;
    padding: 2.5rem;
}

.testimonial-style-4::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: 1;
}

.testimonial-style-4 .user-image {
    width: 180px;
    height: 180px;
    background-size: cover !important;
    border-radius: 50%;
    border: 5px solid #696969;
}

.testimonial-style-4 .carousel-indicators {
    bottom: -85px;
}

.testimonial-style-4 p,
.testimonial-style-4 h5,
.testimonial-style-4 span {
    color: #04082B;
}

.testimonial-style-4 .carousel {
    z-index: 5;
}

.testimonial-style-4 h2 {
    z-index: 5;
    position: relative;
}

.testimonial-style-4 .carousel .carousel-item {
    transition: .4s;
}

.testimonial-style-4 span {
    text-align: left;
    display: block;
}


/*testimonial-style-4*/

@media only screen and (min-device-width: 320px) and (max-device-width:667px) {
    .testimonial-style-4 .user-image {
        margin: auto;
    }
    .testimonial-style-4 .carousel-inner {
        padding: 0px 5px;
    }
    .testimonial-style-4 p {
        padding-top: 35px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .testimonial-style-4 .user-image {
        width: 145px;
        height: 145px;
    }
}