/* Catalogs css */
.btn-check:focus+.btn-success,
.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.card-body h4 {
    color: #0b415d
}

.product-catalogs .catalogs-heading h1 {
    font-size: 26px;
    padding: 15px 0
}

.card {
    border: 1px solid #e1ecce
}

.card-body {
    text-align: center
}

.card-body img {
    width: 176px;
    height: 176px;
}

.card-body ul {
    text-align: initial;
    margin: 0;
    padding: 0 !important
}

.card-body ul li {
    list-style: none;
    cursor: pointer;
    font-size: 13.5px;
    padding: 2px 0;
    line-height: 17px;
    margin-bottom: 1px;
}
hr{
    margin: 0.5rem 0 !important;
}

.card-body ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.card-body ul li a {
    color: #0b415d;
    text-decoration: none
}

.card-body ul li a i {
    padding-top: 5px
}

.product-buttons {
    display: block;
    padding-top: 57px
}

.btn-label {
    padding: 6px 12px;
    background: #e1ecce;
    border-radius: 3px 0 0 3px;
    float: right
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0
}

.btn {
    margin-bottom: 10px
}

.btn-success {
    border-color: #0b415d;
    background: 0 0 !important;
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.modal-body .product-buttons {
    padding: 0
}

.modal-header {
    background: #e1ecce
}

@media screen and(max-width:320px) {
    .card-body ul {
        padding: 0 !important
    }
}

@media screen and (min-width:481px) and (max-width:575px) {
    #wrapper {
        bottom: 263px
    }

    .device {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .header {
        padding-bottom: 0
    }
}



@media screen and (min-width:1200px) {
    .device {
        width: 20%
    }

    .all-products a img {
        width: 80%
    }
}
.catal_e h2, .catal_e h3, .catal_e h4, .catal_e h5, .catal_e h6{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
    color: #0182a3;
}
.catal_e{
    text-decoration: none;
}
.product-catalogs {
    margin-top: 30px;
}

.card-body ul {
    scrollbar-width: thin;
    scrollbar-color: #0a405c42 #fff;
    height: 90px;
    overflow-y: auto;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    word-wrap: break-word;
     background: #ffffff;
    background-clip: border-box;
    box-shadow: 0px 1px 5px #1880935c;
    border: 1px solid #0e82996b;
    border-radius: .25rem;
}


 
 