/*default CSS for SAG scroller*/

.sagscroller{ width: 100%;  height:215px; overflow:hidden; position:relative; }
.sagscroller ul{ position:absolute; margin:0 0 0 0; padding:0; background:white; list-style:none; width: 100%;}
.sagscroller ul li{ width:100%; background:#f5d1d2; display:block; margin-bottom:5px; }
.sagscroller ul li span { float:left; height:104px; margin-right: 11px; }
.sagscroller ul li span img{ width: 128px; height:104px; }
.sagscroller ul li h1{ font-size:15px; color:#960621; padding:2px 0 0 0; line-height: 22px; }
.sagscroller ul li p a{ color: #000; cursor: pointer;}
.sagscroller ul li p {font-size: 14px; color: #be0303; line-height: 28px; font-weight: 500; padding: 6px 0 0 10px; }
.sliderdesc{ z-index: 1; }
.sliderdesctext{ top:-4px!important; }

.sroll_hed{ 
	width: 100%; 
	height: 30px; 
	background: #2d478e; 
	color: #fff; 
	z-index: 1; 
	position: relative;
    padding: 0px 0 0 12px;
    font-weight: 600;
    font-size: 19px;
}


@media (max-width: 992px){

	.sagscroller ul li p {
    font-size: 12px;
    color: #be0303;
     font-weight: bold;    
    line-height: 19px;
    margin: 0 0 11px 0;  
}

}