.book-now-widget p {
	margin: 0;
}
.book-now-widget a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #c72f97;
	text-decoration: none;
	padding: 11px 5px;
	border-radius: 20px 0px 0px 20px;
	padding-right: 12px;
	transition: 0.2s linear;
    font-family: inherit;
}
.book-now-widget {
	max-width: 120px;
	position: fixed;
	top: 40%;
	right: 0;
	transform: translate(-0%, -40%);
}
.book-now-widget a:hover {
	background: #dbae58;
}
.book-now-widget {
	max-width: 120px;
}
.book-now-widget svg path {
	fill: #fff;
}
.book-now-widget p {
	text-align: center;
	padding: 10px;
	padding-bottom: 0;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
}
.book-now-widget p span {
	font-weight: 700;
}