form .step {
    display: none;
}
form .step.active {
    display: block;
}
input[type='number'], select{
	margin-bottom: 15px;
}
#selected-cities{
	display: none;
}
.clearall{
	text-decoration: underline;
	color: #b95c47;
	font-weight: bold;
	cursor:pointer;
}
.city-tag {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #0d6efd;
	color: #fff;
	font-size: 14px;
}
.city-tag .remove-tag {
	margin-left: 8px;
	color: #fff;
	border-radius: 50%;
	cursor:pointer;
	/*margin-left: 1px;
    color: #0070fc;
    background: #f5f5f5;
    width: 14px;
    height: 14px;*/
}
.city-tag .remove-tag:hover {
	/*color: #ccc;*/
	opacity: 0.7;
}
