.testimonials-section{
    position: relative;
}
.testimonials-section:before {
    border-radius: 1632px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 237, 206, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
    content: "";
    width: 100%;
    height: 80%;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 150px;
}
.testimonial-sec .h2 {
    text-align: center;
    margin-bottom: 48px;
    margin-top: 0px;
}

.testimonial-sec .container {
    max-width: 1025px;
    margin: 0 auto;
    width: inherit;
}
.testimonial-sec .row-flex {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.description p{
    margin:0;
}
.testimonial-sec .item {
    position: relative;
    padding: 30px 30px 70px;
    border-radius: 16px;
    border-top: 16px solid #1F0078;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    width: 100%;
    height: 100%;
}
.testimonial-sec .glide__slide{
    height: auto;
}
.testimonial-sec .action {
    display: flex;
    position: absolute;
    bottom: 15px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding:0 30px;
    left:0;
}
.testimonial-sec .action img {
    border-radius: 50%;
    width: 60px;
}
.testimonial-sec .description {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    min-height: 130px;
}
.testimonial-sec .auth-name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
	display: inline-block;
	margin-bottom: 4px;
    min-height:25px;
}
.testimonial-sec .auth-name.border-blw {
    border-bottom: 2px solid #97ECA3;
}
.testimonial-sec .job-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
}
.cust-reviews-wrap-new {
	position: relative;
	margin-bottom: 48px;
    min-height: 300px;
}
.cust-reviews-wrap-new .glide__track {
	overflow: hidden;
}
.testimonial-sec .glide__slides {
	display: flex;
}
.testimonial-sec .action-wrapper {
	display: flex;
    justify-content: center;
    
}
.cust-reviews-wrap-new {
	visibility: hidden;
	opacity: 0;
}
.cust-reviews-wrap-new.glide--carousel {
	visibility: visible;
	opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.testimonial-sec .container {
	max-width: 700px;
}
.testimonial-sec {
	margin-left: 60px;
	margin-right: 60px;
}
.review-banner-wrap .review-right-sec {
	align-self: center;
}
}
@media screen and (min-width: 767px) and (max-width: 991px)
{
    .testimonial-sec .auth-name.border-blw
     {
    font-size:1.4rem;}
}
@media screen and (min-width: 768px) {
    .testimonials-section{
        padding-bottom: 24px;
    }
    .onscroll ~ .site-container .cust-reviews-wrap-new::before {
        content: "";
        position: absolute;
        width: 115px;
        height: 115px;
        top: -20px;
        left: -20px;
        background-image: url(/sapp/uploads/sites/cln/theme-img/icons/green-lines.png);
        z-index:-1;
    }
    .testimonial-sec {
        margin-top: 56px;
   }
    .testimonial-sec .glide__slide{
        width:26%;
        padding: 5px 5px 10px;
   }
    .testimonial-sec .row-flex {
        flex-wrap: wrap;
   }
   .cust-reviews-wrap-new .glide__bullets{
        display: none;
   }
   .cust-reviews-wrap-new .glide__arrow {
    width: 49px;
    height: 49px;
    position: absolute;
	border: none;
    background: transparent;
	cursor: pointer;
}
.cust-reviews-wrap-new .glide__arrow {
	top: 40%;
}
.cust-reviews-wrap-new .glide__arrow-left {
    right: auto;
    left: -65px;
}
.cust-reviews-wrap-new .glide__arrow-right {
    right: -65px;
    left: auto;
}
.onscroll ~ .site-container .cust-reviews-wrap-new .glide__arrow-right {
    background-image: url(/sapp/uploads/sites/cln/theme-img/icons/rt-orange-arrow.png);
}
.onscroll ~ .site-container .cust-reviews-wrap-new .glide__arrow-left {
    background-image: url(/sapp/uploads/sites/cln/theme-img/icons/lt-orange-arrow.png);
}
}
@media screen and (min-width: 768px)and (max-width: 1180px) {
    .cust-reviews-wrap-new::before {
        top: -16px;
        left: -16px;
    }

}
@media screen and (max-width: 767px) {
	.cust-reviews-wrap-new .glide__arrow {
		display: none;
	}
    .testimonial-sec .h2{
        margin-bottom:40px;
    }
    .cust-reviews-wrap-new{
        margin-bottom: 40px;
    }
  
    .description p{
        font-size: 16px;
        line-height: 24px;
    }
    .glide__bullets {
        font-size: 0;
        text-align: center;
        margin-top: 15px
    }

    .glide__bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(0,0,0,.4);
        cursor: pointer;
        padding: 0;
        margin: 0 5px;
        border: none
    }

    .glide__bullet--active {
        background: #000
    }
    .testimonial-sec .container{
        padding: 0;
    }
    .testimonial-sec {
        padding: 40px 30px 0;
   }
   .testimonial-sec .glide__bullets{
        margin-top: 40px;
   }
    .testimonial-sec .row-flex {
        flex-direction: column;
        gap: 20px;
   }
   .testimonial-sec .action img{
        width: 48px;
   }
   .testimonial-sec .glide__slide{
        padding: 5px;
   }
   .testimonial-sec .glide__slide .item{
        min-width: 290px;
    }
   .testimonials-section:before{
        background: radial-gradient(158.38% 47.74% at 50.13% 52.26%, #FFEBCB 36.46%, rgba(255, 235, 203, 0.00) 100%);
        border-radius: 0;
	    bottom: 0;
        height: 50%;
        top: 100px;
   }
}