.custom-testimonial-slider{
    max-width:1600px;
    margin:auto;
    overflow:hidden;
    padding:70px 0 35px;
}

.custom-testimonial-slider .swiper-slide{
    opacity:.08;
    transform:scale(.92);
    transition:all .35s ease;
}

.custom-testimonial-slider .swiper-slide-active{
    opacity:1;
    transform:scale(1);
}

/*.custom-testimonial-slider .swiper-slide-active .testimonial-card{
    box-shadow:0 10px 30px rgba(0,0,0,.03);
}*/

.testimonial-card{
    position:relative;

    max-width:920px;
    width:100%;

    min-height:280px;

    margin:auto;
    margin-top:40px;

    background:#fff;
    border:1px solid #E9E9E9;
    border-radius:28px;

    padding:50px 20px 20px;

    text-align:center;

    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.profile-image{
    position:absolute;
    top:-38px;
    left:50%;
    transform:translateX(-50%);
}

.profile-image img{
    width:76px;
    height:76px;
    border-radius:50%;
    object-fit:cover;
    display:block;
}

.testimonial-card h3{
    font-size:15px;
    line-height:1.3;
    font-weight:700;
    color:#1E1E2D;
    margin-bottom:4px;
}

.testimonial-card h4{
    font-size:12px;
    color:#F5A623;
    font-weight:500;
    margin-bottom:22px;
}

.testimonial-card p{
    max-width:640px;
    margin:0 auto;

    font-size:16px;
    line-height:1.9;
    color:#666;
    font-weight:400;
}

.testimonial-nav{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:28px;
}

.testimonial-prev,
.testimonial-next{
    width:42px;
    height:42px;

    border-radius:50%;
    border:1px solid #DADADA;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    transition:.3s;

    font-size:16px;
}

.testimonial-prev:hover,
.testimonial-next:hover{
    background:#1292EE;
    border-color:#1292EE;
    color:#fff;
}

@media(max-width:1024px){

    .testimonial-card{
        max-width:640px;
        padding:55px 40px 36px;
        margin-top:40px;
    }

}

@media(max-width:767px){

    .custom-testimonial-slider{
        padding-top:55px;
    }

    .testimonial-card{
        min-height:auto;
        border-radius:24px;
        padding:52px 24px 28px;
        margin-top:40px;
    }

    .profile-image{
        top:-32px;
    }

    .profile-image img{
        width:64px;
        height:64px;
    }

    .testimonial-card h3{
        font-size:14px;
    }

    .testimonial-card h4{
        font-size:11px;
        margin-bottom:18px;
    }

    .testimonial-card p{
        font-size:14px;
        line-height:1.8;
    }

    .testimonial-prev,
    .testimonial-next{
        width:38px;
        height:38px;
    }
    
    #x9a2fonaa5pg1778673272464{
      display: none !important;
  }
  
  .tawk-min-container{
       display: none !important;
  }

}