.pagination_box {
    background-color: #ffffff;
    width: auto;
    margin: auto;
    margin-top: 15px;
    padding: 5px 30px;
    border-radius: .2rem;
    box-shadow: 0px 1px 2px 2px rgba(155, 155, 155, 0.39);
}

.section-filter-button {
    /*****************/
    font-size: 15px;
    border-radius: 10%;
    text-align: center;
    color: #2b3990;
    margin: 3px;
    /* padding: 5px; */
    background-color: #ffffff !important;
    width: 35px;
    /* height: 35px; */
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    /* line-height: 35px; */
    font-weight: 400;
}

.section-filter-button:hover {
    background-color: #2b3990 !important;
    color: #ffffff;
}

.alphalist_cat {
    /*****************/
    width: 80%;
    margin: 1% 10%;
    padding: 1%;
    background: #fff;
    /* border: 1px solid #e6e0e0; */
    border-radius: 0px;
    z-index: 1;
    box-shadow: 0px 0px 0px 2px #dee2e6;
}

.alphalist_col {
    /*****************/
    margin: 0% 0;
    padding: 2px 5px;
    border-bottom: 0;
    background-color: #2b3990;
    border: #2b3990 1px solid;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 10px;
    width: auto;
}

.alphalist_col a,
.alphalist_col a:hover

/*****************/
    {
    color: #ffffff;
    text-decoration: none;
}

.fa-file-download {
    color: #2b3990;
}

.alphabet_box {
    margin: auto;
    border: #eceff7 1px solid;
    padding-bottom: 10px;
    margin-top: 30px;
}

.head {
    background-color: #2b3990;
    padding: 5px;
}

.alphabet {
    border: #eceff7 1px solid;
    color: #2b3990;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 500;
    background-color: #eceff7;
}

.product_lists {
    margin-top: 5px;
}

.helo {
    width: 98%;
    margin: auto;
    margin-top: 5px;
    padding: 6px 10px;
    border: 1px solid rgb(236, 236, 236);
}

.helo:hover {
    background-color: #2b3990;
    color: #ffffff;
}

.helo:hover .fa-file-download {
    background-color: #2b3990;
    color: #ffffff;
}

.fa-file-download {
    margin-right: 8px;
}

.helo:hover a {
    color: #ffffff;
}

.a_tag {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 14px;
}

.a_tag:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #2b3990;
}

/******************************************** (min-width: 320px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 320px) and (max-width:480px) {
    .pagination_box {
        width: 80%;
    }

    .alphabet_box {
        width: 90%;
    }
}

/********************************************  (min-width: 480px) and (max-width:772px) *******************************************/
@media only screen and (min-width: 480px) and (max-width:772px) {
    .pagination_box {
        width: 80%;
    }

    .alphabet_box {
        width: 90%;
    }
}