.news__anchorwrapper{padding-top: 40px;}
.title__heading{font-size:30px;font-weight: 500;line-height: 42px;position: relative;}
.title__heading span{display: inline-block;padding-right: 20px;background-color: #fff;position: relative;z-index: 1;}
.title__heading:after{content: "";position: absolute;top: 20px;border-top: 2px solid #E0E1EB;width:100%;right:0;}
.news__boxwrapper{margin-bottom: 17px;}
.news__boxwrapper img{height: 125px;width: 100%}
.newsleft__wrapper{margin-top: 30px;}
.news__boxlink a{color: #153A5B;font-size:17px;font-weight: 500;line-height: 24px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.p-l-0{padding-left: 0;}
.news__boxlink .name__section { margin-top:5px;margin-bottom: 5px;display: flex }
.news__boxlink .name__section li { color: #A1A4B9;font-size:14px;line-height: 18px; }
.news__boxlink .name__section li:first-child { border-right:1px solid #A1A4B9;padding-right: 10px;margin-right: 10px; }
.news__boxlink p{font-size:15px;line-height: 24px;margin:8px 0 0;}

.news__loadmore{text-align: center;margin-bottom: 20px;}
.news__loadmore a{color: #BC1047;font-size:16px;line-height: 18px;font-weight: 500;}
.news__loadmore img{display: inline-block;margin-right: 10px;}
.newsright__wrapper{margin-top: 30px;}
.news__rightwrapper .news__boxlink a{color: #153A5B;font-size: 17px;font-weight: 500;line-height: 24px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news__rightwrapper .news__boxlink a:hover{color: #19b5ff;transition: 350ms; }
.news__rightwrapper .news__share{display: flex;margin-top: 5px;margin-bottom: 0;}
.news__rightwrapper .news__share li{padding-right: 30px;line-height: 18px;font-size:12px;}
.news__rightwrapper .news__share li:last-child{padding-right: 0;}
.news__rightwrapper .news__boxwrapper{margin-bottom: 17px;}
.news__boxwrapper .feed__text a{color:black;font-size: 15px;font-weight: 500;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news__boxwrapper .feed__text a:hover{color: #19b5ff;}
.feed__greentext strong i{font-size: 15px;font-style: normal;}
.feed__redtext strong i{font-size: 15px;font-style: normal;}
.feedtimetext{color: #A1A4B9;font-size: 14px;line-height: 18px;}
.news__recentbox {margin-top: 30px;}
.feed__pricetext strong{opacity: 0.7;}
.feed__greentext .feed__uptext{position: relative;}
.feed__greentext .feed__uptext:before{content: ''; position: absolute; left: 0;top: 9px;width: 0;height: 0;border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 9px solid #00c10f;}
.feed__uptext span{background-color: #9cf4dc;color: #000;padding: 1px 3px;display: inline-block;font-size: 14px;line-height: 16px;}
.feed__redtext .feed__uptext{position: relative;}
.feed__redtext .feed__uptext:before{content: ''; position: absolute; left: 0;top: 10px;transform: rotate(180deg);width: 0;height: 0;border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 9px solid #F62160;}
.feed__redtext span{background-color: #ffe1e1;color: #000;padding: 1px 3px;display: inline-block;font-size: 14px;line-height: 16px;}
.feed__uptext .firsttext{margin-left: 25px;}
.news__recentbox .title__heading{margin-bottom: 20px;}
.news__leftwrapper{padding-right: 0%;}
.news__anchorwrapper h1{
	font-size: 36px !important;
    text-align: center;
    line-height: 42px;
    position: relative;
    bottom: 30px;

}
/* Loader CSS added*/
.news__loader{background:#fff;display:flex;flex-direction:column}
.newswrapper-cell{display:flex;margin-bottom:30px;align-items: center;}
@-webkit-keyframes newsloaderspin{0%{background-position:-468px 0}100%{background-position:468px 0}}
@keyframes newsloaderspin{0%{background-position:-468px 0}100%{background-position:468px 0}}
.news__image,.newsloadertext-line{-webkit-animation-duration:1.25s;animation-duration:1.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:newsloaderspin;animation-name:newsloaderspin;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:#f6f6f6;background:linear-gradient(to right,rgb(192 8 62 / 20%) 8%,#e5e2e2 18%,#f6f6f6 33%);background-size:800px 104px;height:96px;position:relative}
.news__image{height:75px;width:75px}
.newsloadertext{margin-left:20px}
.newsloadertext-line{height:10px;width:375px;margin:5px 0}
.pad-loadmore {margin-top: 30px;}

@media (max-width: 767px) {
	.p-l-0{padding-left: 15px;}
	.p-r-0{padding-right: 0}
	.news__boxwrapper img{width: 100%;}
	.title__heading{font-size: 20px;}
	.title__heading img{max-width: 25px;}
	.news__boxlink a{font-size:15px;line-height: 18px;font-weight: 400;}
	.news__boxlink p{font-size: 12px;line-height: 16px;margin-bottom: 0;display: none;}
	.news__recentbox .title__heading{margin-bottom: 20px;}
	.news__rightwrapper .news__boxlink a{font-size: 15px;line-height: 18px;font-weight: 400;}
	.news__rightwrapper .news__share li{font-size: 10px; padding-right: 10px;}
	.news__anchorwrapper{padding-top: 0;}
	.arrow__gain{background-position: 3px 2px;}
	.arrow__loss{background-position: 3px -2px;}
	.news__boxlink .name__section{margin:10px 0 0;}
	.news__boxlink .name__section li{font-size: 11px;line-height: 12px;}
	.news__rightwrapper .news__boxwrapper{padding-bottom: 10px;}
	.newsleft__wrapper{margin-top: 20px;}
	.newsright__wrapper{margin-top: 20px;}
	.newsright__wrapper .news__boxwrapper img{margin-top: 5px;}
	.news__rightwrapper .news__share{margin-top: 2px;}
	.feed__greentext span{font-size: 11px;}
	.feed__redtext span{font-size: 11px;}
	.news__boxwrapper img{height: 80px;}
	.news__leftwrapper{padding-right: 0;}
	.news__boxwrapper .feed__text a{color:black;font-size:12px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
	.news__boxwrapper .feed__text a:hover{color: #19b5ff;}
	.newsloadertext-line{width: 228px;}
	.news__boxlink a:hover{
		color: #19b5ff;
	}
}
