.all-packages {
    width: auto;
	height:auto;
    font-size: 15px;
    font-weight: 800;
    background: #ff0018b5;
    color: #fff;
	padding: 20px 20px 20px 20px!important;
}

.all-packages:hover{
	background: #fff;
	color: #ff0018b5;
	border: 2px solid #ff0018b5;
}

/*ACCORDATION*/