news-heading
{
	font-size: 18px !important;
    color: #000000 !important;
}


.center-div
{
    display: block;
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 9999;
}   

.opacity-fade{
        background: #000;
        opacity: 0.7;
        position: relative;
}

 .load-main-div p{
     text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
 }

         /*main-div only change here*/

 .load-main-div{
    position: fixed;
     display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

 }
 .error-message
    {
        color:red;
        margin-left: 10px;
    }

.lt-border .container .row:last-child{
    display: none;
}
#news .news-col .news-img, #news .news-col .news-content {
    max-height: 200px !important;
    height: 200px !important;
    overflow: hidden !important;
}