.darshan-sec{
    position: relative;
    padding: 65px 0 80px 0;
    /*background: #f4f4f4;*/
    overflow-x: hidden;
}
.darshan-sec .nqtitle{
    color: #ed1c24;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin: 0 0 50px 0;
    padding: 0;
}

.timeline ul{
    list-style: none;
}
.timeline li {
    margin: 0 25px 20px 0;
    width: 133px;
    height: 157px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.timeline li.disble span {
    background: #dad5d5;
    color: #696969;
}
.timeline li span {
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 133px;
    background: #7b6b6b;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight:600;
}
.timeline li.disble .time-open {
    color: #787878;
}
.timeline li .time-open {
    color: #7b6b6b;
    position: relative;
    padding: 15px 0;
    font-size: 16px;
    /*color: #9b8f8f;*/
    /*line-height: 20px;*/
    background: #e8e8e8;
    border-radius: 0 0 8px 8px;
}
/* css for blank time */
.timeline li i {
    display: block;
    font-style: normal;
    line-height: 125%;
}
.timeline li i b {
    font-weight: normal;
}
/* css for active time */
.timeline li.active span {
    background: #b52700;
    color: #fff;
}
.timeline li.active .time-open {
    background: #f89f03;
    color: #fff;
    padding-bottom: 12px;
    border-radius: 0;
}
.timeline li.active .time-open:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 67px 0 67px;
    border-color: #f89f03 transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
}
/* end css for Active time */
.news_section{
    background: #f4f4f4;;
}