.nextpatient-providers .bx-wrapper .bx-controls-direction .bx-prev {
	left: -15px;
}

.nextpatient-providers .bx-wrapper .bx-controls-direction .bx-next {
	right: -15px;
}

.nextpatient-providers .bx-wrapper .bx-pager {
	margin-top: 15px;
}

@media (max-width: 575px) {
	.nextpatient-providers .bx-wrapper .bx-controls-direction .bx-prev {
		left: calc(50% - 20px);
		transform: translateX(-50%);
		bottom: 15px;
	}

	.nextpatient-providers .bx-wrapper .bx-controls-direction .bx-next {
		right: auto;
		left: calc(50% + 20px);
		transform: translateX(-50%);
		bottom: 15px;
	}

	.nextpatient-providers .bx-wrapper .bx-pager {
		margin-top: 45px;
	}
}

.nextpatient-providers__location {
	row-gap: 2.5rem;
}

.nextpatient-provider img {
	width: 180px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #efefef;
	margin: 0 auto -90px;
	display: block;
	object-position: center top;
}

.nextpatient-provider__content {
	background: #efefef;
	border-radius: 7px;
	padding: 100px 15px 20px;
}

.nextpatient-provider__content h2 {
	font-size: 1.2rem;
	text-align: center;
	font-family: inherit;
	text-transform: none;
	font-weight: 600!important;
	color: #44648c;
}

.nextpatient-provider__times .btn {
	width: 100%;
	margin-top: 0.5rem;
}

.home .nextpatient-provider img {
	border-color: #f9f9f9;
}

.home .nextpatient-provider__content {
	background: #f9f9f9;
}

.nextpatient-provider__testimony {
	font-size: 1.25rem;
	font-style: italic;
	position: relative;
	z-index: 1;
}

.nextpatient-provider__testimony::before {
	content: '"';
	position: absolute;
	font-size: 160px;
	font-weight: 800;
	color: #07305a;
	z-index: -1;
	opacity: .1;
	top: -30px;
	left: -32px;
}

.nextpatient-provider__testimony cite {
	font-size: 1rem;
	font-style: normal;
	font-weight: 900;
}

@media (max-width: 991px) {
	.nextpatient-provider__testimony {
		font-size: 1.1rem;
	}
}

@media (max-width: 767px) {
	.nextpatient-provider__content--has-testiomonials {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.nextpatient-provider__testimonials-overlay {
		background: #f9f9f9;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
	}
}