/* sticky button */
.sticky-button{
    display: none;
}
.sticky-button-custom {
    z-index: 1;
	opacity: 85%;
    position: fixed;
    bottom: 40%;
    right: 0;
    padding: 8px 8px 8px 10px;
    width: 3.4em;
    text-align: center;
    border-radius: 15px 0 0 15px;
}

.sticky-button-custom ul {
    margin: 0
}

.sticky-button-custom li {
    cursor: pointer;
    margin: 10px 0;
}

.sticky-button-custom li a {
    padding: 8px;
    cursor: pointer;
    background: #f05a28;
    margin: 13px 0;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
}

.sticky-button-custom li a:hover {
    background: #014478;
    border-radius: 5px;
}
/* sticky button */

.category-highlight{
  background-color:#d9dbff;
  color: #000000;
  border-radius: 5px;
}

.form-container{
    padding: 0px;
}
.search-form-banner{
    margin-top: 0px;
}
.card h3 {
    font-size: 18px;
    position: relative;
    margin: 0px 0 15px 0;
    font-weight: 600;
}
.imp-link{
    margin: 12px;
    padding: 80px 0px 80px 0px;
    width: 250px;
}