.sub-category-list-filter-panel {
    margin-bottom: .75rem;
}

.sub-category-search i {
    position: absolute;
    padding: 15px 14px;
    color: #fff;
}

.sub-category-search input {
    color: #fff;
    padding-left: 42px;
    border-radius: 24px;
    border: 1px solid #155d7e;
}

.category-choose select {
    color: #fff;
    border-radius: 24px;
    border: 1px solid #155d7e;
}

.category-choose select:focus {
    color: #fff;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.sub-category-start-with-button {
    border: 2px solid #155d7e;
    border-radius: 24px;
    zoom: .9;
    background: #1A1919;
    padding: 5px;
    padding-left: 7.5px;
    font-size: 14px;
    transition: all ease 0.3s;
}

.sub-category-start-with-button:hover {
    border: 2px solid #155d7e;
    text-decoration: none;
    filter: brightness(1.1);
}

.card {
    border: 1px solid #155d7e;
    border-radius: 24px;
    transition: all ease 0.3s;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.card-header {
    padding: 0 !important;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card:hover {
    border: 1px solid #155d7e;
    border-radius: 24px;
    transform: scale(1.05);
    box-shadow: 0 2px 3px #0b0e16;
    cursor: pointer;
    filter: brightness(1.1);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center;
    color: #fff;
}

.card-img {
    width: 100%;
    height: auto;
    border-radius: 24px 24px 0 0 !important;
    object-fit: cover;
}

a {
    color: #fff;
}