body{
    overflow-x:hidden;
}
.elementor-button{
	padding:5px 5px 5px 15px;
}

.elementor-button .elementor-button-icon{
	width:40px; 
	height:40px; 
	display:flex;
	align-items:center;
	background-color:#FFF;
	border-radius:5px;
	justify-content:center;
}
.elementor-button .elementor-button-content-wrapper {
	gap:15px;
	align-items:center;
}
.elementor-button .elementor-button-icon svg{
	width:30px;
}

.white-btn .elementor-button .elementor-button-icon{
	background-color:#0B6E6E;
}

.testimonial-section .slick-track {
    display: flex !important;
}

.testimonial-section .slick-slide {
    height: auto !important;
    display: flex !important;
}

.testimonial-section .pp-testimonial-slide {
    display: flex !important;
    height: auto;
}

.testimonial-section .pp-testimonial-outer {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-section .pp-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.testimonial-section .pp-testimonial-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.testimonial-section .pp-testimonial-text {
    flex-grow: 1;
}