.programs .owl-stage-outer {
	display: flex;
	justify-content: center;
}
.programs__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #73c6e9 !important;
	height: 410px;
	border: 32px solid #fff;
	margin: 10px;
}
.program-gallery img {
	width: 100% !important;
	height: auto !important;
}
.programs__item-dates {
	width: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(0, 164, 235, 0.45);
	font-size: 35px;
}

.programs__item h2 {
	color: #fff;
	margin-bottom: 13px;
	font-size: 25px;
	line-height: 30px;
	padding: 22px;
	text-align: center;
}
a.programs__item-btn {
	padding: 12px 20px;
	background: #fff;
	display: flex;
	justify-content: center;
	width: 150px;
	margin: 0 auto;
	margin-top: 37px;
	font-size: 19px;
	box-shadow: 1px 1px 2px 0px #9c9c9c;
	color: #3fb7ea;
	text-decoration: none;
}
.programs__item-price {
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 28px;
}
button.remodal-close {
	right: 5px;
	top: 5px;
	left: auto;
}
li.procedure__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 12px 30px;
}
span.procedure__count {
	font-weight: bold;
}
.progam-detail-modal h2 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.programs__item-price-count {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
span.procedure__desc {
	width: 90%;
	font-size: 14px;
	line-height: 19px;
}
.progam-detail-modal {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 46px !important;
}
li.procedure__item:nth-child(2n-1) {
	background: #f3f0f0;
}
.progam-detail-modal__price {
	margin-bottom: 30px;
}