.cat2 {
    padding-left: 20px !important;
}

.cat3 {
    padding-left: 40px !important;
}

#scrollbar {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0%;
    height: 5px;
    z-index: 9999;
}

#scrollbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252785;
}

.binshops-cat-hierarchy {
    list-style-type: none !important;
}

.s-blog-search {
    max-width: 100%;
    margin: 0px auto 16px auto;
}

.card {
    background: #fff;
    border-radius: 16px;
    padding: 1rem;
    overflow: hidden;
    position: relative;
}

.p-4px {
    padding: 4px;
}

.card-img-holder {
    width: 100%;
    height: auto;
    position: relative;
}

.card-img-holder img {
    width: 100%;
    height: auto;
    max-height: 15rem;
    object-fit: cover;
    border-radius: 16px;
}

.blog-title {
    color: #22215b;
    padding: 16px 0px 0px 0px;
    font-size: 1.5rem;
}

.blog-subtitle {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.description {
    padding: 0;
    color: #22215b80;
    font-size: 1rem;
}

.blog-time {
    font-size: 0.8rem;
    color: #22215b;
}

.blog-Category {
    font-size: 16px;
    font-weight: 600;
    color: #4a4c90;
}

.options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
}

.options span {
    font-weight: 600;
    color: #22215b;
}

.blog-btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 400;
    background: #252785 !important;
    color: #fff;
    cursor: pointer;
    text-decoration: none !important;
}

.btn {
    background: #ffffff00 !important;
    color: #252785;
    border: 1px solid #252785 !important;
    cursor: pointer;
    text-decoration: none !important;
}

.btn:hover {
    background: #252785 !important;
    color: #fff;
}

.blog-btn:hover {
    background: #fff !important;
    color: #252785;
    border: 1px solid #252785 !important;
}

/* search */
.s-blog-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.blog-form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + 0.75rem + 16px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-title {
    font-size: 16px;
    font-weight: 600;
}

.btn-search {
    padding: 0 1.8rem;
    background: #252785 !important;
    color: #fff;
}

.s-btn-search {
    padding: 0 1.2rem;
    background: #252785 !important;
    color: #fff;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.text-d-none {
    text-decoration: none !important;
}

/*  */
