@media only screen and (max-width: 600px) {
    .course_buisness_n {
        height: auto !important;
        padding-bottom: 15px;
    }

    .carousel-caption-left {
        left: 50% !important;
    }

    .carousel-item-left img {
        border-bottom: 1px solid #ddd !important;
        margin-top: 163px !important;
        margin-left: -410px;
        width: 199% !important;
        height: 50% !important;
        opacity: 0.4;
    }

    .mu-header-area_n .mu-top-email {
        display: none !important;
    }

    .marquee-item {
        padding: 2px;
    }

    .asRow div {
        width: 44% !important;
    }
}


@media only screen and (max-width: 850px) {

    .mu-header-area_n .mu-top-phone,
    .mu-header-area_n .mu-top-email {
        display: none !important;
    }

    .marquee-item {
        padding: 2px;
    }
}


@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.45rem;
    }
}