.spanwrapper span {
	font-size: 25px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px
}

.btn-2 input[type=radio] {
	opacity: 0;
	position: fixed;
	width: 0
}

.btn-2 label {
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	padding: 0 14px;
	line-height: 55px;
	height: 55px;
	border-width: 0;
	border-style: solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	cursor: pointer;
	border-radius: 20px
}

.btn-selected {
	background-color: #0a4d3c
}

.btn-2 {
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	padding: 0 14px;
	line-height: 55px;
	height: 55px;
	border-width: 0;
	border-style: solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	cursor: pointer;
	border-radius: 20px
}

.btn-2:focus,
.btn-2:active {
	background-color: #0a4d3c !important
}

.btndsb {
	background-color: grey;
	pointer-events: none
}

.date-title {
	font-size: 20px;
	color: #313131;
	font-weight: 500
}