@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
.testimonial2 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.testimonial2 h1,
.testimonial2 h2,
.testimonial2 h3,
.testimonial2 h4,
.testimonial2 h5,
.testimonial2 h6 {
    color: #3e4555;
}

.testimonial2 h5 {
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
}

.testimonial2 .font-weight-medium {
    font-weight: 500;
}

.testimonial2 .bg-light {
    background-color: #f4f8fa !important;
}

.testimonial2 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.testimonial2 .testi2 .image-thumb {
    background: url("../images/testimonial_profile_img1.png") no-repeat top center;
    text-align: center;
    padding: 5% 0;
}

.testimonial2 .testi2 .image-thumb img {
    width: 382px;
    transform: translate(34%, -10%);
}

.testi_text {
    padding-top: 70px
}

.testi_text h3 small {
    display: block;
}

.testimonial2 .testi2 .owl-dots {
    display: inline-block;
    position: relative;
    top: -100px;
    float: right;
}

.testimonial2 .testi2 .owl-dots .owl-dot {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background-size: cover;
    margin-right: 10px;
    opacity: 0.4;
    cursor: pointer;
    outline: none;
}

.testimonial2 .testi2 .owl-dots .owl-dot span {
    display: none;
}

.testimonial2 .testi2 .owl-dots .owl-dot.active,
.testimonial2 .testi2 .owl-dots .owl-dot:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .testimonial2 .testi2 .owl-dots {
        top: 0px;
    }
    
    .testimonial2 .testi2 .owl-dots{
        float: none;
    }
    
    .testi_text {
        padding-top: 10px;
    }
}

.testimonial2 .btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.testimonial2 .btn-danger {
    background: #ff4d7e !important;
    border: 1px solid #ff4d7e !important;
}