/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2025 | 07:25:08 */
.locums_template_slider .owl-carousel{
	display: flex;
	flex-direction: column-reverse;
}

.locums_template_slider .owl-dots{
	text-align: left;
}

.locums_template_slider .pp-testimonials-title{
	padding-bottom: 16px;
	border-bottom: 1px solid #F6917B;
}

.locums_template_slider .pp-testimonials-content a{
	    width: auto;
    color: #ffffff;
    background-color: #f6917b;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 48px;
    padding-right: 48px;
	border-radius: 100px;
	display: inline-block;
	    transition: all .3s 
ease 0s;
}

.locums_template_slider .pp-testimonials-content a:hover, .locums_template_slider .pp-testimonials-content a:active, .locums_template_slider .pp-testimonials-content a:focus{
	    background: #284253;
	text-decoration: none;
}

.locums_template_slider .owl-dots .owl-dot:nth-child(1) span {
  background: #51ABA9 !important; 
}

.locums_template_slider .owl-dots .owl-dot:nth-child(2) span {
  background: #CFE4AC !important; 
}

.locums_template_slider .owl-dots .owl-dot:nth-child(3) span {
  background: #F6917B !important; 
}

.locums_template_slider .owl-dots .owl-dot:nth-child(4) span {
  background: #284253 !important; 
}

.locums_template_slider .owl-dots .owl-dot span{
	width: 16px;
	height: 16px;
}


