.gradient-edge-left{
    display: none;
}
.sw-overlay{
    background: #000;
}
/* Mobile Center Alignment Only */
@media (max-width: 767px) {

    #info-bar .d-flex {
        justify-content: center !important;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    #info-bar .d-flex i {
        margin-bottom: 10px;
    }

    #info-bar .ms-3 {
        margin-left: 0 !important;
    }

    #info-bar .col-lg-4 {
        margin-bottom: 25px;
    }

    #info-bar i {
        font-size: 42px !important;
    }

    #info-bar h4 {
        font-size: 18px;
    }

    #info-bar p {
        font-size: 14px;
        margin-bottom: 0;
    }
}