html {
    position: relative;
    min-height: 100%;
}
/* img {
    max-width:100%;
} */
@media (min-width: 1300px) {
    .container {
        max-width: 90%;
    }
}

.btn-danger {
    background-color: #cc0000 !important;
}

/* .img-responsive {
    width: 100%;
} */

.image {
    border: 0;
    display: inline-block;
    position: relative;
    margin-top: 0px;
    /* margin-bottom: 15px; */
    height: 180px;
    width: 100%;
}

.image2 {
    display: none;
}

.click{
    position:absolute;
    right:80px;
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    .image {
        display: none;
    }

    .image2 {
        display: inline-block;
        position: relative;
        margin: 50px auto;
        border-radius: 0.3em;
        background: #fff;
        padding: 10px;
        height:150px;
    }
    .click{
        display:none;
        /* position:absolute;
        margin-top: 5px; */
    }
    .click1{
        position:absolute;
        /* margin-top: 25px; */
        right:40px;
    }
}

.banner {
    background: url(../images/mkcback.jpg) no-repeat;
    background-size: cover;
    border-top: 3px solid #df9f14;
}

.card {
    margin-bottom: 20px;
    background: #fff !important;
}

.card-block {
    padding: 1.25rem;
}
/* 
.carousel {
    margin-bottom: 0;
    height: 190px;
    padding: 0 40px 30px 40px;
} */

.notice-top {
    background: #283593;
    padding: 12px 0 15px 0;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.notice-top h4 {
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.view-all {
    font-size: 0.9em;
    padding: 4px 15px;
    color: black;
}

.card-block {
    font-weight: 400;
}

.card-block ul {
    margin-bottom: 0.8em;
}

.page-banner {
    background: url(img/banner01.jpg) top center;
    background-size: cover;
    padding: 30px 0 30px 20px;
    width: 100%;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 1em;
    text-align: left;
}

.page-banner h2 {
    color: #fff;
}
