.package-select{
	opacity:.7;
}

.package-select-hover:hover{
	background-color:rgba(0,0,0,.2);
	border-radius:10px;
	cursor:pointer;
	opacity:1;
}
.active {
	background-color:rgba(0,0,0,.2);
	border-radius:10px;
	cursor:pointer;
	opacity:1;
}
.flex-basis-auto{
	flex-basis:auto !important;
}
/*Recommended banner*/

.is-recommended{
	width:fit-content;
    margin: auto;
}

/*step 2 container*/ 
.step2-hide{
	display:none !important;
}
