#clientsays {
    /*background: #ecf6f5;*/
    padding: 100px 0 120px 0;
}

section#clientsays .test-head {
    margin-bottom: 60px;
}

.author-block {
    display: flex;
    align-items: center;
}

.avatar-wrap {
    height: 50px;
    width: 50px;
    margin-right: 14px;
}

.author-text-block span {
    display: block;
}

span.author-headline.headers-h6 {
    font-family: Lufga-medium;
    font-size: 24px;
    color: #25224a;
    margin-bottom: 3px;
}

.quotemain {
    margin-bottom: 18px;
    padding: 20px;
    cursor: pointer;
    opacity: .6;
}

.quotemain:hover {
    opacity: 1;
}

.quotemain.active {
    opacity: 1;
    box-shadow: 4px 6px 14px rgba(42, 31, 65, .16);
    border-radius: 15px;
}

#clientsays .item {
    margin-top: -14px;
    padding: 36px 42px;
}

#clientsays .shadow-effect {
    padding: 50px;
    border-radius:0 50px 50px 50px;
}

#clientsays .shadow-effect p {
    font-size: 24px;
    line-height: 36px;
}

#clientsays .review-name strong {
    font-size: 24px;
}

#clientsays .review-name {
    font-size: 20px !important;
    margin-top: 20px;
}

#clientsays img.test-quote {
    position:absolute;
    height: 40px;
    width: 60px !important;
    left: 10px;
    top: 10px;
}

#clientsays.owl-carousel .owl-dots {
    display: block;
}

#clientsays .owl-dots {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: -30px;
    right: -62px;
}

#clientsays .owl-dot {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    transition: all .3s;
    z-index: 0;
}

#clientsays .owl-dot::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfdaea;
    margin: 0 10px;
}

#clientsays .owl-dot::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid transparent;
    border-radius: 50%;
}

#clientsays .owl-dot.active::before {
    border: 1px solid #22909b;
}

#clientsays .owl-dot.active::after {
    background: #22909b;
}
@media only screen and (max-width: 1075px) and (min-width: 767px)  {
    #clientsays .owl-dots{
        position:relative;
        bottom:20px;
        justify-content:center;
    }
    #clientsays{
        overflow:hidden;
    }
}
@media only screen and (max-width: 767px) {
#clientsays .owl-dots{
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translate(-50%,0);
    padding-bottom: 5px;
}
#clientsays h2{
    font-size: 25px;
    line-height: 38px;
}
#clientsays .shadow-effect p,#clientsays .review-name strong,span.author-headline.headers-h6{
    font-size: 17px;
    line-height: 23px;
}
#clientsays .item{
    padding: 36px 0;
}
#clientsays img.test-quote{
    left: 0;
}
#clientsays .review-name,span.author-position.body-p3-regular{
    font-size: 15px !important;
}
}