#main-content {
    padding-top: 45px;
}

.quick-card {
    /*background-image: url(../image/quicklink-1.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*padding: 26px;*/
    /*border-radius: 5px;*/
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.quick-card .quick-card-img {
    width: 100%;
    height: auto;
}

.quick-card .quick-card-title {
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #F5DEB3;
}

#banner_carousel {
  
    overflow: hidden;
}

#banner_carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

#latest-notice {
    position: relative;
    margin-top: 30px;
    padding: 15px;
    height: 320px;
    border: 1px solid #ddd;
    border-top: 4px solid #195A09;
    border-bottom: 4px solid #195A09;
    border-radius: 5px;

}

#latest-notice .notice-title {
    background-image: url(https://msppb.ac.in/public/Front/asset/image/icons/bg-top-bar.jpg);
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 4px #862424;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

#latest-notice .notice-title:before {
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #195A09;
    border-bottom: 10px solid #195A09;
    top: 0px;
    left: -20px;
    content: ' ';
}

#latest-notice .notice-title:after {
    position: absolute;
    height: 0px;
    width: 0px;
    border-top: 10px solid transparent;
    border-left: 10px solid #195A09;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #195A09;
    top: 0px;
    right: -20px;
    content: ' ';
}

#latest-notice .notice-list {
    width: 100%;
    height: 100%;
}

#latest-notice .notice-list .item {
    padding: 10px 0;
    border-bottom: 1px dashed #000;
    display: block;
}

#message {
    /*margin-top: 15px;*/
}

#message .panel-body {
    background: #f9f9f9;
}

#message .message-card {
    display: flex;
}

#message .message-card .message-card-img {
    width: 30%;
    margin-right: 15px;
}

#message .message-card .message-card-details {
    width: 70%;
    margin-bottom: 0;
}

#event {
    /*margin-top: 15px;*/
}

#event .nav-tabs a {
    color: #0a1096;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

#event .nav-tabs .active a {
    background-image: url(../../asset/image/icons/bg-top-bar.jpg);
    background-repeat: repeat;
    background-position: center;
    color: #ffffff;
}

#event .tab-content {
    background: #f9f9f9;
    padding: 15px;
}

#event .event-item {
    padding: 10px 0;
    border-bottom: 1px dashed #000;
    display: block;
    text-decoration: none;
    color: #676767;
}

/*-----------------*/
#other .nav-tabs a {
    color: #0a1096;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

#other .nav-tabs .active a {
    background-image: url(../../asset/image/icons/bg-top-bar.jpg);
    background-repeat: repeat;
    background-position: center;
    color: #ffffff;
}

#other .tab-content {
    background: #f9f9f9;
    padding: 15px;
}

#other .event-item {
    padding: 10px 0;
    border-bottom: 1px dashed #000;
    display: block;
    text-decoration: none;
    color: #676767;
}
.mrtop{
	margin-top:-113px;
}
@media (max-width: 786px) {

    .quick-card {
        margin: 5px 0;
    }

    #banner_carousel {
        height: 200px;
    }
	
}
@media only screen and (max-width: 767px) {
    .mrtop{
	margin-top:0px !important;
}
}
/*---------- search_download_reports - Start ----------- */

#search_download_reports {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
}

#search_download_reports .search_reports_heading {
    margin: 0;
}

/*---------- search_download_reports - End ----------- */