
.sc-testimonial-item {
    background: #E3F4FF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px;
    transition: all .3s ease-in-out;
}

.sc-testimonial-item p{
    font-weight: 400;
    font-size: 25px;
    line-height: 50px;
    color: #000;
	margin-bottom: 0px;
}
.owl-item.active .sc-testimonial-item p {
/* 	min-height: 143px; */
	transition: all .3s ease-in-out;
}

.sc-testimonial-item h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #000;
    margin-bottom: 0;
}
.sc-testimonial-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top:20px;
}
.sc-testimonial-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-testimonial-info-left {
    display: flex;
    align-items: center;
}

.sc-testimonial-info-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}
.sc-testimonial-info-right {
    display: flex;
    align-items: center;
}


.sc-testimonial .owl-nav button {
    background: #E5E5E5 !important;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: #30302E !important;
    font-size: 24px !important;
    transition: all .3s ease-in-out;
}
.sc-testimonial .owl-nav button + button{
    margin-left: 20px;
}
.sc-testimonial .owl-nav button:hover {
    background: #009688 !important;
    color: #fff !important;
}
.sc-testimonial-wrap{
    position: relative;
}
.sc-testimonial-wrap #counter {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    position: absolute;
    bottom: -30px;
    left: 83%;
}
.sc-testimonial .owl-nav {
    position: absolute;
    left: 0;
    bottom: -70px;
}
.sc-testimonial-info-img img {
    width: 100%;
    height: 100%;
}
.sc-testimonial-info-left h3 {
    margin: 0;
}
.sc-testimonial-info-content {
    margin-bottom: 20px;
}
.sc-testimonial .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}

.sc-testimonial .owl-dots button span {
    width: 20px;
    height: 20px;
    background: #E3F4FF;
    display: block;
    border-radius: 5px;
}

.sc-testimonial .owl-dots button + button {
    margin-left: 10px;
}

.sc-testimonial .owl-dots button.active span {
    background: #A3B4C0;
}
@media(max-width:991px){
   .sc-testimonial-item {
        border-radius: 20px;
        padding: 30px;
    }
    .sc-testimonial-info-right img {
        max-width: 20px;
    }
    .sc-testimonial .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 20px !important;
    }
    .sc-testimonial-info-img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}
@media(max-width:767px){
    .sc-testimonial-item {
        padding: 20px;
    }
    .sc-testimonial-info {
        display: block;
    }
    .sc-testimonial-info-right {
        max-width: 150px;
        margin-top: 15px;
    }
    .sc-testimonial .owl-dots {
        display: none;
    }
    .sc-testimonial .owl-nav {
        left: 50%;
        transform: translateX(-50%);
    }
    .sc-testimonial-item p {

    text-align: center;
}
.sc-testimonial-info-left {
    justify-content: center;
}
}