

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 0px 0;
    margin-top: -50px;
    margin-bottom: 20px;
    margin-left: 14%;
}

#testimonials .section-header {
    margin-bottom: 40px;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
    overflow: hidden;
}

@media (max-width: 767px) {
    #testimonials .testimonial-item {
        text-align: center;
    }
    
    #testimonials {
        margin-left: 0%;
    }
    
    #testimonials .section-header {
        margin-left:22%;
    }
    
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
}

@media (max-width: 767px) {
    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
    }
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 180px;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 140px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
        margin-left: 3px;
    }
}

@media (max-width: 767px) {
    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
        margin-left: 0;
    }
}

#testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1bb1dc;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1bb1dc;
}

.details {
    /* margin-left: 25%; */
    text-align: justify;
}

@media (max-width: 767px) {
    .details {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #testimonials .testimonial-item p {
        margin-left: 3px;
    }
}

@media (min-width: 1200px) {
    .section-header h3 {
        font-size: 36px;
        color: #413e66;
        text-align: center;
        font-weight: 700;
        position: absolute;
        font-family: "Montserrat", sans-serif;
        transform: translate(-30%, 44px);
    }
    .testimonial-item {
        margin-left: 10%;
    }
}

@media (max-width: 767px) {
    .mobile {
        display: none;
    }
}

.hidden {
    display: none;
}




