.main-banner {
    padding: 0;
    margin: 0;
}

.main-banner-pagination-bullet {
    text-align: right;
    bottom: 64px !important;
    left: -62px !important;
}

.main-banner-content {
    position: absolute;
        padding: 15px;
        width: 85%;
}


.search-form-bg {
    margin-top: -52px;
    height: 100%;
    position: relative;
    background-color: #5045f3;
    box-shadow: 0px 4px 0px 0px #00000014;
    border-radius: 7px;
    z-index: 1;
    padding: 10px 15px 10px 15px;
}


.category-inner-box {
    background-color: #ffff;
    border: none;
    border-radius: 8px;
}

.category-text-container{
        padding: 3px;
        display: flex;
        align-items: baseline;
        justify-content: space-around;
    }

.rating-line {
    position: absolute;
    right: 11px;
}


/* On hover, show the text and keep the icon in place */

.dynamic-span {
    transition: opacity 0.5s ease-in-out;
}

.brand-logo-box{
    width: 143px;
}

.view-all-brands-btn {
    border: 1px solid #ffffff;
    background-color: inherit;
    border-radius: 6px;
    padding: 7px 17px 7px 17px;
}

