.hp-content {
	font-size: 16px;
	padding: 20px 0px;
}


.carousel-indicators li.active {
	background-color: rgba(67, 126, 154, 1);
	box-shadow: 0px 0px 5px 3px rgba(255,255,255,.25);
}

.care-credit-wrapper {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 25px;
	background-color: rgba(255,255,255,.5);
	border-radius: 5px;
	border: solid #006f61 1px;
	color: #006f61;
	font-size: 24px;
	font-style: italic;

}

.payment-options-wrapper {
	display: flex;
}

.care-credit-wrapper img {
	max-width: 100%;
}

.cerec-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 25px;
	background-color: rgba(255,255,255,.5);
	border-radius: 5px;
	border: solid #021855 1px;
	color: #021855;
	font-size: 24px;
	font-style: italic;
	min-height: 129px;
	line-height: 129px;
	margin-left: 10px;
	vertical-align: top;
}

.cerec-wrapper img {
	max-width: 100%;
	align-self: center;
}

.cerec-wrapper .docpay-logo {
	mix-blend-mode: darken;
}

.carousel-caption {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	bottom: 35px;
	text-shadow: 0px 2px 5px rgba(0,0,0,.9);
}

.carousel-caption p {
	padding: 20px;
	background-color: rgba(17,84,136,.75);
	border-radius: 15px;
	box-shadow: 0px 10px 30px 10px rgba(0,0,0,.2);
}


@media (max-width: 1058px) {

	.carousel-caption p {
		font-size: 18px;
	}
}

@media (max-width: 992px) {

	.carousel-caption {
		bottom: 20px;
	}

	.carousel-caption p {
		padding: 10px;
		border-radius: 8px;
	}
}

@media (max-width: 875px) {
	.carousel-caption p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.carousel-caption {
		display: none;
	}
	
	.care-credit-wrapper,
	.cerec-wrapper {
		display: block;
		margin: 0px auto;
	}
	
	.care-credit-wrapper {
		margin-bottom: 0px;
	}
	
	.payment-options-wrapper {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}
