div.slider_bg{
    background: rgba(255,255,255,.75);
    }

.slider_tx{
    color: rgba(var(--bs-black-rgb)) !important;
    font-size: 0.5rem;
    margin-bottom: 0rem !important;
    }
@media (min-width: 1200px) {
    .slider_tx {
         font-size: 1.5rem;
        }
    }

.slider_head{
    color: rgba(var(--bs-black-rgb)) !important;
    font-size: 0.7rem;
    margin-bottom: 0rem !important;
    font-weight: bold ;
    }
@media (min-width: 1200px) {
    .slider_head {
            font-size: 2rem;
            margin-bottom: inherit;

        }
    }

.slider_caption
{
    bottom: 0 !important;
    padding-bottom: 0 !important;
}
@media (min-width: 1200px) {
    .slider_caption
    {
        bottom: inherit;
        padding-bottom: inherit;
    }
    
}


.banner {
    background-color: #555454 !important;
    color: white;
    min-height: 60px;
}

    .banner span {
        height: 60px;
        line-height: 60px;
        white-space: nowrap;
        width: 100%;
    }
