.section_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.two_row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Old css */
/*.item_img {
    width: 100%;
    padding: 15px;
    // aspect-ratio: 1 / 1; 
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;

}*/

.item_img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 100%;
}

.item_img img {
    width:  100px !important;
    height: 100px !important;
    border-radius: 50%;
}

.item_img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.mall_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.mall_items h6 {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 300;
}

.mall_items h6 a {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    text-align: center;
    display: flex;
}

.section_header a.text-pink {
    text-decoration: underline;
}

.all_mall {
    padding-bottom: 60px;
}

.section_title {
    color: #F13AB1;
    font-size: 14px;
    padding: 12px 0;
    /* width: 100% !important; */
    border-bottom: 1px solid #F13AB1;
    margin-bottom: 0;
}
/* 
.section_title::after {
    content: "";
    width: 90px;
    display: block;
    position: absolute;
    left: 0;
    top: 98.52%;
    border-bottom: 2px solid #F13AB1;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
} */

.section_title.top-category-before::after {
    content: "";
    width: 164px;
    display: block;
    position: absolute;
    left: 0;
    top: 98.52%;
    border-bottom: 2px solid #F13AB1;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

#edit_model .modal-content {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.button_groups {
    display: flex;
    gap: 20px;
}
.Welcom-msg {
    text-align: center;
}
.button_groups a {
    padding: 30px 40px;
    border: 1px solid red;
    border-radius: 10px;
}
.button_groups a {
    padding: 30px 40px;
    border: 1px solid red;
    border-radius: 10px;
}


@media(min-width:1200px){
    .chage_width .col-xl-1 {
        max-width: 11.11%;
        flex: 0 0 11.11%;
    }
}