@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.news-detail.live-updates-multiple .title-wrapper {
  border-bottom: 2px solid #D1D5DC;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .title-wrapper {
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .title-wrapper {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .title-wrapper {
    margin-bottom: 24px;
  }
}
.news-detail.live-updates-multiple .main-head {
  font-size: 36px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .main-head {
    font-size: 34px;
  }
}
@media (max-width: 1481px) {
  .news-detail.live-updates-multiple .main-head {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .main-head {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .news-detail.live-updates-multiple .main-head {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .main-head {
    font-size: 26px;
  }
}
@media (max-width: 579px) {
  .news-detail.live-updates-multiple .main-head {
    font-size: 27px;
  }
}
.news-detail.live-updates-multiple .main-head .status {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #E7000B;
  display: inline-block;
  margin-right: 12px;
}
.news-detail.live-updates-multiple .news-sub {
  color: #4A5565;
  font-size: 14px;
}
.news-detail.live-updates-multiple .post-detail-section {
  display: flex;
  padding-bottom: 93px;
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section {
    flex-direction: column;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content {
  flex-grow: 1;
  width: calc(100% - 302px);
  padding-right: 48px;
  font-size: 18px;
  line-height: 30px;
  color: #101828;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content {
    font-size: 14px;
    line-height: 22px;
    padding-right: 25px;
  }
}
@media (max-width: 1281px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content {
    width: 100%;
    padding-right: 0;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content .post-title {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .post-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1481px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .post-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .post-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .post-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .post-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content p {
  font-size: 18px;
  line-height: 30px;
  padding-right: 0;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content p {
    font-size: 14px;
    line-height: 23px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content .post-vertical-listing {
  border-bottom: 1px solid #D1D5DC;
  padding-bottom: 49px;
  margin-bottom: 48px;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .post-vertical-listing {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .post-vertical-listing {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .post-vertical-listing {
    padding-bottom: 10px;
    margin-bottom: 32px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content .load-more-button {
  width: 100%;
  height: 56px;
  padding: 17px;
  border: 2px solid #101828;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #1A1A1A;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .load-more-button {
    height: 50px;
    font-size: 13px;
  }
}
@media (max-width: 1481px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .load-more-button {
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .load-more-button {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .load-more-button {
    height: 44px;
    font-size: 12px;
    padding: 10px 15px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content .load-more-button:hover {
  background-color: #000;
  color: #fff;
}
.news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 24px;
  background-color: #d9d9d9;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover {
    margin-bottom: 18px;
  }
}
@media (max-width: 579px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover {
    margin-bottom: 18px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover img {
  width: auto;
  max-height: 563px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover img {
    max-height: 500px;
  }
}
@media (max-width: 1481px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover img {
    max-height: 450px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover img {
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover img {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover img {
    max-height: 300px;
  }
}
@media (max-width: 579px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover img {
    max-height: 270px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover .live-tag {
  background-color: #E7000B;
  width: 114px;
  height: 31px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 20px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover .live-tag {
    font-size: 9px;
    height: 25px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover .live-tag span {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover .live-tag span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
}
.news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover .time-stamp {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 16px;
  background-color: #E7000B;
  border-radius: 30px;
  height: 31px;
  padding: 0px 12px;
  display:flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover .time-stamp {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover .time-stamp {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .post-content .live-image-cover .time-stamp {
    font-size: 10px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar {
  width: 302px;
  padding: 7px 0 19px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar {
    width: 100%;
    padding-top: 0;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks {
  padding-top: 40px;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks {
    padding-top: 35px;
  }
}
@media (max-width: 1481px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks {
    padding-top: 25px;
  }
}
@media (max-width: 991px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks {
    padding-top: 20px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .title-sec {
  width: 100%;
  padding-bottom: 8px;
  border-top: 1px solid #D1D5DC;
  border-bottom: 1px solid #D1D5DC;
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .title-sec.ad .title {
  color: #99A1AF;
  text-align: center;
  font-weight: 400;
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .ad-wrapper {
  border: 1px solid #D1D5DC;
  padding: 1px;
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .ad-wrapper {
    margin: 0 auto;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .exclusive {
  color: #E7000B;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .exclusive {
    font-size: 7px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .title {
  padding-top: 25px;
  font-weight: 700;
  color: #1A1A1A;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .title {
    padding-top: 20px;
  }
}
@media (max-width: 1481px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .title {
    padding-top: 18px;
  }
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .title {
    padding-top: 16px;
  }
}
@media (max-width: 991px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .title {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .title {
    padding-top: 12px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item {
  padding-top: 20px;
  display: flex;
  text-decoration: none;
  color: #1A1A1A;
}
@media (max-width: 1199px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item {
    padding-top: 11px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .usr-img {
  width: 64px;
  height: 64px;
  overflow: clip;
  flex: 0 0 64px;
  margin-right: 12px;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .usr-img {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    margin-right: 14px;
  }
}
@media (max-width: 1481px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .usr-img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
}
@media (max-width: 1281px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .usr-img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }
}
@media (max-width: 991px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .usr-img {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .usr-img {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .usr-img img.cm-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .cmt-txt .cmt-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 4px;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .cmt-txt .cmt-title {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .cmt-txt .cmt-title {
    font-size: 12px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .cmt-txt .tag-affair {
  font-size: 10px;
  text-transform: uppercase;
  color: #6A7282;
  letter-spacing: 0.25px;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .cmt-txt .tag-affair {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks .comment-item .cmt-txt .tag-affair {
    font-size: 8px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks.editors .title-sec .title {
  display: flex;
  align-items: center;
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks.editors .title-sec .title .icon {
  width: 14px;
  margin-right: 8px;
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks.editors .title-sec .title img {
  max-width: 100%;
  display: block;
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks.editors .comment-item .cmt-txt {
  border-left: 2px solid #D1D5DC;
  padding-left: 14px;
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks.editors .comment-item .cmt-txt .cmt-title {
  margin-bottom: 0;
}
@media (max-width: 1679px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks.editors .comment-item .cmt-txt .cmt-title {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .side-list-blocks.editors .comment-item .cmt-txt .cmt-title {
    font-size: 12px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .btn-block {
  border-top: 1px solid #D1D5DC;
  padding-top: 17px;
  margin-top: 20px;
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .load-more-button {
  width: 100%;
  height: 33px;
  padding: 8px 15px;
  border: 2px solid #101828;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #1A1A1A;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
@media (max-width: 767px) {
  .news-detail.live-updates-multiple .post-detail-section .side-bar .load-more-button {
    height: 31px;
    font-size: 9px;
  }
}
.news-detail.live-updates-multiple .post-detail-section .side-bar .load-more-button:hover {
  background-color: #000;
  color: #fff;
}

.link {
  text-decoration: none;
  color: #101828;
}
.post-content p {
    overflow-wrap: break-word;
    word-break: break-word;
}
.wp-block-video video {
	width: auto !important;
	max-width: 100%;
}/*# sourceMappingURL=live-detail-page-mutiple.css.map */