.sport_theme_banner_before_content{
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding-right: 15px;
    align-items: center;
}
.sport_theme_banner_before_content>div{
    display: flex;
    align-items: center;
}
.banner_before_content_banner{
    display: flex;
    justify-content: space-between;
    padding:10px 15px;
    background: #F2F2F2;
}
body .breadcumb_div .row.banner_before_content_banner{
    padding-top: 0 !important;
    
}
#render_footer {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.close_banner {
    position: absolute;
    background: #ddd;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    color: #2b2b2b;
    transform: translate(50%, -50%);
    cursor: pointer;
}
#render_footer_mb {
    left: 50%;
    position: fixed;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 99999999999;
    margin-bottom: 0 !important;
    min-width: 374px;
}
.banner_render {
    margin-bottom: 20px;
    border-radius: unset !important;
}
@media (max-width: 768px) {
    #after_breadcumb{
        background: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}