body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

.text-red {
  color: #cf0000 !important;
}

.custom-scrollbar {
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.custom-scrollbar ::-webkit-scrollbar {
  width: 0.31em;
  overflow-y: scroll;
}

.custom-scrollbar ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
  background: #343a40;
  border-radius: 10px;
}

.custom-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #6c757d;
}

a {
  text-decoration: none;
  color: #0a58ca;
}

p {
  font-weight: 400;
}

h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin-block-end: 0em;
}

time {
  color: #6c757d;
  font-size: 0.88em;
}

header {
  border-bottom: none;
}

.vertical-separator {
  width: 2px;
  background-color: #cf0000;
  margin: 0.31em;
}

.navigation__primary {
  border-bottom: none;
}

.navigation__primary .nav {
  float: left;
}

.navigation__primary .nav-link {
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.navigation__primary .nav-link:hover {
  background-color: #6c757d;
  color: #f8f9fa;
}

.navigation__primary .nav-link--red {
  color: #dc3545;
}

.navigation__primary .nav-link--threedots {
  background-color: #e9ecef;
}

.navigation__social {
  float: right;
}

.navigation__social .nav-link {
  padding: 0.5em 0.31em;
  cursor: pointer;
}

.navigation__social--mobile .nav-link {
  padding: 0.25em 0.31em;
}

.navigation__secondary {
  font-weight: 600;
  background-color: #0a58ca;
}

.navigation__secondary .nav {
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.navigation__secondary .nav-item {
  height: 2.1em;
}

.navigation__secondary .nav-link {
  padding: 0.5em 0.5em;
  font-size: 0.88em;
  color: #f8f9fa;
  font-weight: normal;
}

.navigation__secondary .nav-link:hover {
  background-color: #0a58ca;
  color: #f8f9fa;
}

.mobile-horizontal-nav {
  background-color: #0a58ca;
}

.mobile-horizontal-nav nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.mobile-horizontal-nav .nav-link {
  color: #f8f9fa;
  white-space: nowrap;
  padding: 0.2em 0.7em;
  font-size: 1.2em;
  font-weight: 500;
}

#dunyaNavModal .modal-title {
  color: #0a58ca;
  margin-left: 0.63em;
  font-weight: bold;
}

#dunyaNavModal .nav-link {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  outline: none;
  margin-bottom: 0.31em;
  font-size: 0.88em;
}

#dunyaNavModal .nav-link.active {
  background-color: #6c757d;
}

.modal-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}

.modal-column.urdu-column {
  align-items: flex-end;
}

.twolines {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.threelines {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-infocus {
  background-color: #e9ecef;
}

.infocus {
  font-size: 1.1em;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.infocus__heading {
  background-color: #212529;
  color: #f8f9fa;
  font-weight: 600;
  padding: 0.3em 1em;
  white-space: nowrap;
  margin-left: -1em;
}

.infocus__items {
  display: flex;
  align-items: center;
  background-color: #e9ecef;
  overflow-x: auto;
  flex-wrap: nowrap;
  margin-right: -0.5em;
}

.infocus__items__list {
  list-style-type: none;
  margin-bottom: 0rem;
  display: flex;
  padding-left: 0.2em;
}

.infocus__items__list__item {
  display: inline;
  padding: 0.3em 0.5em 0.3em 0.5em;
  white-space: nowrap;
  border-right: 1px solid #adb5bd;
}

.infocus__items__list__item:last-child {
  border: none;
}

.infocus__items__list__item a {
  text-decoration: none;
  font-weight: 600;
  color: #212529;
}

.infocus__items__list__item:hover {
  background-color: #ced4da;
}

.infocus__items__list__item:hover a {
  color: #212529;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  border-bottom: 1px solid #adb5bd;
}

.section-header__latestShow {
  border-bottom: none !important;
}

.section-header__title {
  display: inline-block;
  padding: 0.2em 0em;
  font-size: 1.3rem;
}

.section-header__title a {
  color: #0a58ca;
}

.section-header__title--red {
  padding: 0.2em 0.5em;
  background-color: #cf0000;
}

.section-header__title--red a {
  color: #fff;
}

.section-header__title--txtred {
  padding: 0.2em 0.5em;
}

.section-header__title--txtred a {
  color: #cf0000;
}

.section-header__title--red--mobile {
  padding: 0.2em 0em;
}

.section-header__title--red--mobile a {
  color: #cf0000;
}

.section-header__title--blue {
  padding: 0.2em 0.5em;
  background-color: #0a58ca;
}

.section-header__title--blue a {
  color: #fff;
}

.section-header__title__latestShow {
  padding: 0.2em 0.31em !important;
}

.section-header__title__latestShow a {
  color: #495057;
}

.solid-header {
  border-bottom: none;
}

.solid-header__title {
  background-color: #146c43;
  padding: 0.15em 0.5em;
  font-weight: normal;
}

.solid-header a {
  color: #f8f9fa;
}

.category-scroll {
  height: fit-content;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  overflow-y: hidden;
}

.category-scroll__list {
  list-style: none;
  padding-inline-start: 0.31em;
}

.category-scroll__list__item {
  border-bottom: 1px dashed #adb5bd;
  padding: 0.63em;
}

.category-scroll__list__item:last-child {
  border: none;
}

.category-scroll__list__item a {
  font-size: 0.88em;
  font-weight: 600;
  color: #000;
}

.category-scroll__list__item a:hover {
  color: #0a58ca;
}

.category-scroll__list__item ::before {
  content: "\2022";
  color: #cf0000;
  font-weight: bold;
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
}

.section-header--blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  border-bottom: 1px solid #cf0000;
}

.sectionBody {
  background-color: transparent;
}

.sectionBody__latest {
  background-color: violet;
}

.sectionBody--gray {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.sectionBody--blue {
  background-color: #cfe2ff;
  border: 1px solid #9ec5fe;
  padding: 0.62em;
  border-radius: 0.31em;
}

.sectionBody__latestShow {
  border: 1px solid #0a58ca;
  padding: 0em 0.62em;
  border-radius: 0.31em;
}

.sectionBody__bigstory__headline {
  line-height: 1.2;
  background-color: #e9ecef;
  padding: 0.31em 0.63em;
  font-size: 1em;
  font-weight: 600;
  border-bottom: 1px solid #ced4da;
}

.sectionBody__bigstory__headline a {
  font-size: 1.26em;
  line-height: 1.3;
}

.sectionBody__bigstory__headline a:hover {
  color: #3d8bfd;
}

.listLatest {
  list-style: none;
  padding-left: 0.8rem;
  padding-right: 0.5rem;
}

.listLatest__item {
  border-bottom: 1px solid #adb5bd;
  padding: 5px 0;
}

.listLatest__item:last-child {
  border: none;
}

.listLatest__item a {
  font-size: 0.88em;
  font-weight: 500;
  color: #000;
}

.listLatest__item ::before {
  content: "-";
  color: #cf0000;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
}

.category__list {
  list-style: none;
  padding-inline-start: 0.31em;
}

.category__list__item {
  border-bottom: 1px dashed #adb5bd;
  padding: 0.63em;
}

.category__list__item:last-child {
  border: none;
}

.category__list__item a {
  font-size: 0.88em;
  font-weight: 600;
  color: #000;
}

.category__list__item a:hover {
  color: #0a58ca;
}

.category__list__item ::before {
  content: "\2022";
  color: #cf0000;
  font-weight: bold;
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
}

.category__list__item--bghover {
  transition: all 0.2s linear;
}

.category__list__item--bghover:hover {
  background-color: #e9ecef;
}

.category__list__numbered {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  counter-reset: numbered-list;
  padding-inline-start: 0.31em;
}

.category__list__numbered__item {
  align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border-bottom: 1px dashed #adb5bd;
  font-weight: 500;
  padding: 0.63em 0;
  font-size: 0.9em;
}

.category__list__numbered__item a {
  color: #212529;
}

.category__list__numbered__item a:hover {
  color: #0a58ca;
}

.category__list__numbered__item::before {
  border: 1px solid #343a40;
  color: #343a40;
  border-radius: 1.5625rem;
  counter-increment: numbered-list;
  content: counter(numbered-list);
  justify-content: center;
  margin-right: 0.5rem;
  height: 1.5625rem;
  width: 1.5625rem;
  min-height: 1.5625rem;
  min-width: 1.5625rem;
  align-items: baseline;
  display: flex;
}

.media {
  margin: 0.31em 0;
  position: relative;
}

.media__image {
  background-color: #0a58ca;
}

.media__title {
  font-size: 0.9em;
  font-weight: 600;
  margin: 0.31em 0;
}

.media__title a {
  color: #212529;
}

.media__title a:hover {
  color: #0a58ca;
}

.media__title--tag {
  font-size: 1em;
  font-weight: 600;
  margin: 0.31em 0;
}

.media__title--tag a {
  color: #0a58ca;
  padding-bottom: 0.2em;
}

.media__title--tag a:hover {
  color: #495057;
}

.media__description--tag {
  margin: 0.31em 0;
  display: none;
}

.media__title--imgcat {
  font-size: 1em;
  font-weight: 800;
  margin: 0.31em 0 0.62em 0;
}

.media__title--imgcat a {
  color: #212529;
}

.media__title--imgcat a:hover {
  color: #0a58ca;
}

.media__title__category {
  font-size: 1em;
  font-weight: 500;
  font-weight: bold;
}

.media__title__category a {
  color: #495057;
}

.media__title__category a:hover {
  color: #0a58ca;
}

.media__title__paragraph {
  font-size: 0.88em;
  font-weight: 400;
  display: none;
}

.media__title--threelines {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media__media--topzero {
  margin-top: 0;
}

.media .btn-play {
  position: absolute;
  color: #cf0000;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
}

.slick-prev {
  left: 10px;
  z-index: 10;
  height: 40px;
  width: 40px;
}

.slick-next {
  right: 10px;
  z-index: 10;
  height: 40px;
  width: 40px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: #0a58ca;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.8;
}

.footerhead {
  padding: 0.25em 0.63em;
  background-color: #000;
  color: #fff;
  font-size: 1em;
  border-bottom: 1px solid #495057;
}

.footerlist {
  padding-inline-start: 0.31em;
  list-style-type: disc;
  list-style-position: inside;
}

.footerlist__item {
  font-size: 0.9em;
}

.footerlist__item a {
  color: #fff !important;
}

.footerlist__item a:hover {
  color: #ced4da;
}

.footerlist__item::marker {
  color: #adb5bd;
  font-size: 1em;
}

.footersubmenu .footersubmenu__list {
  list-style-type: none;
  padding-inline-start: 0em;
}

.footersubmenu .footersubmenu__list .footersubmenu__list__item {
  float: left;
  border-right: #adb5bd solid 1px;
  font-weight: 400;
}

.footersubmenu .footersubmenu__list .footersubmenu__list__item:last-child {
  border: none;
}

.footersubmenu .footersubmenu__list .footersubmenu__list__item a {
  display: block;
  text-align: center;
  font-size: 0.8em;
  text-decoration: none;
  color: #fff;
  padding: 0 0.5em;
}

.footersubmenu .footersubmenu__list .footersubmenu__list__item :hover {
  background-color: #495057;
}

.apps-on-mobile__title {
  color: #212529;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin: 0.62em;
  border: 1px solid #000;
  padding: 0.31em 0;
  margin-top: 1em;
  background-color: #e9ecef;
}

.apps-on-mobile__title__list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.apps-on-mobile__list__item a {
  color: #6c757d;
}

.copyright {
  border-top: 1px solid #adb5bd;
  text-align: center;
  color: #e9ecef;
  padding: 0.63em 0;
}

.cat-news {
  padding: 0.31em 0;
  border-bottom: 1px dashed #adb5bd;
}

.dunya-border-top {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #adb5bd;
}

.dunya-border-bottom {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #adb5bd;
}

.articleTitle {
  font-size: 1.25em;
  color: #0a58ca;
  margin: 0.5em 0;
  font-weight: bold;
  z-index: 10;
}

.zoomable-image {
  cursor: pointer;
  position: relative;
}

.zoomable-image i {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.sharing__list {
  text-align: center;
}

.alert-related {
  background-color: #495057;
  padding: 0.5em 1em;
  color: #fff;
  display: inline-block;
  font-weight: 500;
}

.alert-related__list {
  display: flex;
  flex-wrap: wrap;
}

.alert-related__list--vertical {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.alert-related__item {
  padding: 0.31em 0.5em;
  display: inline-block;
  margin-right: 0.5em;
  border: 1px solid #495057;
  white-space: nowrap;
}

.alert-related__item a {
  color: #495057;
  font-size: 0.81em;
  font-weight: 400;
}

.alert-related__item:hover {
  background-color: #495057;
}

.alert-related__item:hover a {
  color: #fff;
}

.pagination {
  margin: 2em 0;
}

.pagination .page-item:first-child .page-link {
  background-color: #0d6efd;
  color: #fff;
}

.pagination .page-item:last-child .page-link {
  background-color: #0d6efd;
  color: #fff;
}

.pagination .page-item .page-link {
  border-radius: 50%;
  margin: 0 0.06em;
  font-weight: 600;
}

.pagination .page-item.disabled .page-link {
  background-color: #495057;
  color: #fff;
}

.liveblink {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-under-player {
  display: flex;
  background-color: #dee2e6;
  border-bottom: 1px solid #dc3545;
  padding: 1em 0;
  text-align: center;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: space-between !important;
  padding: 0 15px;
  background-color: #e9ecef;
  border-bottom: 1px solid #ced4da;
}

.btn-under-player .btn {
  min-width: 130px;
  color: #000;
  text-align: center;
}

.btn-under-player .btn:hover {
  color: #fff;
}

.col-form-label,
.form-check-label {
  font-weight: 600;
}

.vaccinestats {
  text-align: center;
  margin: 1em 0;
}

.vaccinestats__title {
  font-weight: 800;
  font-size: 2.5em;
  color: #146c43;
}

.vaccinestats__title span {
  color: #0a58ca;
}

.vaccinestats__note {
  color: #dc3545;
  font-weight: 400;
}

.vaccine_stats {
  margin: 0;
  background: #f8f9fa;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px 1px #ced4da;
  border-radius: 10px;
}

.vacc_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 2px solid #e9e9e9;
  margin: 10px auto;
  padding: 10px 15px;
}

.vacc_text {
  display: flex;
  flex-direction: column;
}

.vacc_text .title {
  font-size: 1.2308em;
  font-weight: 500;
  letter-spacing: 1px;
}

.vacc_col.blue .counter {
  color: #0d6efd;
}

.vacc_col.green .counter {
  color: #198754;
}

.vacc_col.purple .counter {
  color: #dc3545;
}

.vacc_text .counter {
  font-size: 2.2em;
  font-weight: 700;
}

.vacc_text .last_hours {
  font-weight: 600;
  text-transform: uppercase;
  color: #495057;
  border-top: 1px solid #dee2e6;
  padding-top: 0.31em;
}

.advertise {
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}

.advertise .tbl-gray {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.advertise .tbl-blue {
  background-color: #cfe2ff;
  border: 1px solid #9ec5fe;
}

.advertise .tbl-green {
  background-color: #d1e7dd;
  border: 1px solid #a3cfbb;
}

.advertise caption {
  font-weight: 700;
  font-size: 1.5em;
  color: #146c43;
  text-align: center;
  background-color: #dee2e6;
}

.category-name {
  background-color: #cf0000;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  top: 10px;
  right: 0;
}

.newspaperModal a {
  color: #212529;
  font-size: 1.2rem;
}

.demo-iframe-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.demo-iframe-holder .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .navigation__secondary {
    font-weight: 600;
    background-color: transparent;
  }
  .navigation__secondary .nav-link {
    color: #000;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .sectionBody__latest {
    padding-left: 0em;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 245px;
  }
  .sectionBody__bigstory__headline {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sectionBody__bigstory__headline a {
    font-size: 1em;
  }
  .listLatest {
    padding-left: 0.5rem;
  }
  .listLatest__item {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5.63em;
  }
  .listLatest__item ::before {
    display: none;
  }
  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    border-bottom: 1px solid #adb5bd;
  }
  .section-header__title {
    display: inline-block;
    padding: 0.2em 0em;
  }
  .section-header__title--red {
    padding: 0.2em 0.5em;
    background-color: #cf0000;
  }
  .section-header__title--red a {
    color: #fff;
  }
  .section-header__title--red--mobile {
    padding: 0.2em 0em;
  }
  .section-header__title--red--mobile a {
    color: #0a58ca;
  }
  .section-header__title--blue {
    padding: 0.2em 0.5em;
    background-color: #0a58ca;
  }
  .section-header__title--blue a {
    color: #fff;
  }
  .media__title--tag {
    font-size: 1.38em;
    font-weight: 600;
    margin: 0.31em 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .media__title--tag a {
    color: #0a58ca;
    padding-bottom: 0.2em;
  }
  .media__title--tag a:hover {
    color: #495057;
  }
  .media__description--tag {
    margin: 0.31em 0;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .media__title__category {
    font-size: 1.2em;
    font-weight: 800;
  }
  .media__title__category a {
    color: #495057;
  }
  .media__title__category a:hover {
    color: #0a58ca;
  }
  .media__title__paragraph {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slick-slide {
    margin: 0 0.31em;
  }
  .category__list__item {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.3em 0.63em;
  }
  .footersubmenu .footersubmenu__list {
    list-style-type: none;
    padding-inline-start: 0em;
  }
  .footersubmenu .footersubmenu__list .footersubmenu__list__item {
    float: left;
    border-right: #adb5bd solid 1px;
  }
  .footersubmenu .footersubmenu__list .footersubmenu__list__item:last-child {
    border: none;
  }
  .footersubmenu .footersubmenu__list .footersubmenu__list__item a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0 1em 0.62em 1em;
  }
  .footersubmenu .footersubmenu__list .footersubmenu__list__item :hover {
    background-color: #495057;
  }
  .category-scroll {
    height: 237px;
    overflow-y: scroll;
  }
  .articleTitle {
    font-size: 1.63em;
    top: 70px;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 20px 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 25px;
  }
  .alert-related__list--vertical {
    flex-direction: column;
  }
  .alert-related__item {
    white-space: initial;
  }
}

.btn-under-player {
  justify-content: space-evenly;
  padding: 15px;
}

@media (min-width: 992px) {
  .sectionBody__bigstory__headline {
    line-height: 2;
    font-size: 1.5em;
  }
  .sectionBody__bigstory__headline--transparent {
    background-color: transparent;
    border-bottom: none;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
  }
  .sectionBody__bigstory__headline--transparent a {
    font-size: 1em;
  }
  .sectionBody__bigstory__headline--transparent a:hover {
    color: #3d8bfd;
  }
  .sectionBody__latest {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 375px;
    min-height: 374px;
  }
  .media__title__paragraph {
    display: block;
  }
  .category-scroll {
    height: 380px;
    overflow-y: scroll;
  }
}

@media (min-width: 1200px) {
  header {
    border-bottom: 1px solid #0a58ca;
  }
  .navigation__primary {
    border-bottom: 1px solid #0a58ca;
  }
  .infocus {
    font-size: 1em;
    padding-left: 1em;
  }
  .infocus__items__list__item {
    padding: 0.3em 1em;
  }
  .infocus__items__list__item:last-child {
    border-right: none;
  }
  .category__list__item {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
  }
  .category__list__item--twolines {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
  }
  .apps-on-mobile,
  .footersubmenu {
    display: none;
  }
  .category-scroll {
    height: 360px;
  }
  .articleTitle {
     top: 81px;
   /* top: 123px; */
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
  .sectionBody__latest {
    padding: 0 0.63em;
    max-height: 421px;
    min-height: 420px;
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;
  }
  .sectionBody__bigstory__headline {
    line-height: 1.8;
    background-color: #e9ecef;
    padding: 0.31em 0.63em;
    font-size: 1.26em;
    font-weight: 600;
    border-bottom: 1px solid #ced4da;
  }
  .sectionBody__bigstory__headline a {
    font-size: 1.26em;
  }
  .sectionBody__bigstory__headline a:hover {
    color: #3d8bfd;
  }
  .sectionBody__bigstory__headline--transparent {
    background-color: transparent;
    border-bottom: none;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sectionBody__bigstory__headline--transparent a {
    font-size: 1.26em;
  }
  .sectionBody__bigstory__headline--transparent a:hover {
    color: #3d8bfd;
  }
  .listLatest {
    padding-left: 0.5rem;
  }
  .listLatest__item {
    padding: 0.94em 0;
  }
  .listLatest__item ::before {
    display: none;
  }
  .listLatest__item a {
    font-size: 1em;
  }
  .listLatest__item a:hover {
    color: #cf0000;
  }
  .category-scroll {
    height: 410px;
  }
}

@media (min-width: 1400px) {
  .sectionBody__latest {
    max-height: 456px;
    min-height: 455px;
  }
  .category__list__numbered__item {
    font-size: 1em;
  }
  .category-scroll {
    height: 450px;
  }
}

/* 15-02-2022*/
@media (min-width: 768px) {
  .media__title--imgcat {
    min-height: 58px;
  }
}

@media (min-width: 1200px) {
  .category__list {
    min-height: 297px;
    margin-bottom: 0.2rem;
  }
  .media__title--imgcat {
    min-height: 58px;
  }
}

/* 15-02-2022*/
/* blog 16-02-2022*/
.blog .media__image {
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
}

.blog .text-blog {
  position: absolute;
  bottom: 5px;
  left: 5px;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  font-size: 0.8rem;
}

/* blog 16-02-2022*/
/* style for app icons (desktop)*/
.mobile-apps {
  display: flex;
  justify-content: space-between;
}

/* style for app icons (desktop)*/
.col-3-detail {
  flex: 0 0 auto;
  width: 100%;
}

.col-7-detail {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .col-3-detail {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-7-detail {
    flex: 0 0 auto;
    width: 70%;
  }
}

.category-name {
  display: none;
}

td .gsc-search-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.gsc-control-cse {
  border: none !important;
  background-color: transparent !important;
}

.feedbackToast .toast-body {
  display: flex;
  justify-content: center;
}

.semo-container {
  top: 81px;
}

.special-event-mobile-only {
  display: flex;
  text-align: center;
  background-color: #cf0000;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  background: linear-gradient(245deg, #ff0000, #f78282, #ff0000);
  background-size: 600% 600%;
  animation: special-event 3s ease infinite;
}

.special-event-mobile-only span {
  overflow: hidden;
}

.special-event-mobile-only span a {
  font-weight: 400;
  color: #fff;
  margin-left: 0.5rem;
  white-space: nowrap;
}

@keyframes special-event {
  0% {
    background-position: 0% 83%;
  }
  50% {
    background-position: 100% 18%;
  }
  100% {
    background-position: 0% 83%;
  }
}

.specialbannerToast.toast {
  border: none;
}

.specialbannerToast .btn-close {
  background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #ffc107;
  opacity: 1;
  padding: 0.5rem;
}

.specialbannerToast .toast-body {
  padding: 0.5rem;
  border: 2px solid #212529;
}

.specialbannerToast .specialbannerToastbtn {
  float: right;
  position: absolute;
  right: 10px;
}

.direct-link {
  font-weight: 500;
  text-align: center;
}

.socialmediabanner a {
  background-color: #f8f9fa;
  border-radius: 0.2em;
  padding: 0.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #d8d8d8;
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.socialmediabanner a .socialflex {
  flex-grow: 1;
}

.socialmediabanner a .socialflextitle {
  margin-left: 1rem;
}

.socialmediabanner .socialmediabanner__text {
  font-size: 18px;
  font-weight: 500;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.socialmediabanner .socialmediabanner__text .socialmediabanner__text--green {
  color: #198754;
}

.socialmediabanner .socialmediabanner__text .socialmediabanner__text--red {
  color: #dc3545;
}

.socialmediabanner .socialmediabanner__text .socialmediabanner__text--twitter {
  color: #3d8bfd;
}

.socialmediabanner .socialmediabanner__text .socialmediabanner__text--fb {
  color: #0d6efd;
}

.socialmediabanner .socialmediabanner__text .socialmediabanner__text--google {
  color: #084298;
}

.appflex {
  white-space: initial;
  background-color: #0d6efd;
  background-color: #f8f9fa;
  border-radius: 0.2em;
  padding: 0.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appflex .appflex__text {
  font-size: 18px;
  font-weight: 500;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex-grow: 1;
}

.appflex .appflex__icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.appflex .appflex__icons img {
  width: 100px;
}

.appflex .appflexitems {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .socialmediabanner .socialmediabanner__text {
    font-size: 24px;
  }
  .appflex {
    flex-direction: row;
    align-items: center;
  }
  .appflex .appflex__icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .appflex .appflex__icons img {
    width: initial;
  }
  .appflex .appflexitems {
    flex-grow: 1;
  }
}

svg#lahore-news-logo .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #022aad;
}

svg#lahore-news-logo .st1 {
  fill: #FFFFFF;
}

svg#lahore-news-logo .st2 {
  fill: #022aad;
}

svg#dunya-news-logo {
  margin-top: 5px;
  vertical-align: bottom;
  width: 85px;
}

.text-blink {
  animation: blink 1.5s ease 0s infinite normal forwards;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.h-5 {
  height: 2rem;
}

@media (min-width: 992px) {
  .h-5 {
    height: 1.25rem;
  }
}


.t20wc{background-color:#cf0000;color:#fff;display:flex;padding:2px 0}.t20wc .wcheading{display:flex;border-bottom:1px solid #ea868f;padding-bottom:2px;justify-content:center}.t20wc .wcheading__title{margin:0 .25rem;font-weight:bold}.t20wc img{min-width:25px}.t20wc .scorecard{border-bottom:1px solid #ea868f;font-size:.9rem;display:flex;align-items:center}.t20wc .scorecard>div{align-items:center}.t20wc .btn-fullscore{margin-top:2px}@media(min-width: 992px){.t20wc .wcheading{border:none;padding-bottom:initial;justify-content:start}.t20wc .scorecard{border-bottom:none}.t20wc .btn-fullscore{margin-top:8px}}/*# sourceMappingURL=style.css.map */

.nappbyelection{background-color:#0f5132}.nappbyelection .vr{display:none;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25;margin:0 10px}.nappbyelection .party-position{font-weight:bold;margin-left:5px;border:1px solid #cc9a06;padding-left:5px;padding-right:5px;display:none;border-radius:5px}.nappbyelection .result-announced{font-weight:bold;margin-left:50px}.nappbyelection .result-figure{border-radius:5px;margin-left:20px;padding:2px 5px}.nappbyelection .results{display:flex;justify-content:start;align-items:center;flex-grow:1}.nappbyelection .results .party{display:flex;align-items:center;margin-left:.25rem;margin-right:.25rem}.nappbyelection .results .party-name{padding:0px 4px}.nappbyelection .results .flag{width:30px;min-width:25px}.nappbyelection .results .flag img{border:1px solid #dee2e6;border-radius:3px}.nappbyelection .results .party-flag{display:none}.nappbyelection .nappbyelection-container{display:flex;color:#fff;flex-direction:column;align-items:center}.nappbyelection .nappbyelection-container .nappbyelection-title{color:#ffcd39;font-weight:bold}.nappbyelection .nappbyelection-container .nappbyelection-na{display:flex;flex-direction:column;flex-grow:1;align-items:center}@media(min-width: 992px){.nappbyelection .nappbyelection-container{flex-direction:row}.nappbyelection .vr{display:inline-block;margin:0 10px}.nappbyelection .nappbyelection-na{flex-direction:row !important}.nappbyelection .party-flag{display:block !important}.nappbyelection .party-position{font-weight:bold;margin-left:30px;display:block}.nappbyelection .results .party{margin-left:.25rem;margin-right:.25rem}.nappbyelection .vr{display:inline-block}}
/*# sourceMappingURL=style.css.map */


.j-profile {
  background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}

.j-profile .j-img {
  max-width: 380px !important;
  margin: 0 auto;
}

.j-info {
  padding-top: .5rem;
}

.j-info .j-name {
  font-size: 2rem;
  color: #fff;
  border-bottom: 1px solid #cfe2ff;
}

.j-info .j-des {
  font-size: 1rem;
  color: #fff;
}

.j-info .j-profile-text {
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}

.j-info .j-social-links a {
  color: #fff;
  font-size: 2rem;
  margin-right: 1rem;
}

.j-info .j-social-links a:hover {
  color: #ffc107;
}

.j-subheading {
  font-size: 2rem;
  color: #cf0000;
  margin-top: 1.5rem;
}

.play-icon-container {
  position: relative;
  text-align: center;
}

.top-left {
  position: absolute;
  bottom: 8px;
  left: 10px;
  font-size: 2rem;
  color: #fff;
  opacity: .7;
}

@media(min-width: 992px) {
  .j-info {
    padding-left: 3rem;
    padding-top: 4rem;
  }
}

/*profile page start*/


.jDescription {
  background-color: #00bf72;
}
.jDescription .jDescription__name {
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #cf0000;
}
.jDescription .jDescription__name a {
  color: #0a58ca;
}
.jDescription .jDescription__name a:hover {
  color: #0a58ca;
}
.profile {
  border: 1px solid #ced4da;
  margin: 1rem 0;
  text-align: center;
  padding: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.profile h3.profile__name,
.profile h3.profile__name--leadership,
.profile p {
  margin-bottom: 0;
}
.profile .profile__name {
  font-size: 1rem;
  color: #052c65;
  padding: 0.5rem 0;
  border-bottom: 1px solid #cf0000;
}
.profile .profile__name a {
  color: #0a58ca;
}
.profile .profile__name a:hover {
  color: #6c757d;
}
.profile .profile__program {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.profile .profile__program a {
  color: #495057;
}
.profile .profile__program a:hover {
  color: #cf0000;
}
.profileHeading {
  color: #084298;
  margin: 1rem 0;
  text-align: center;
}
.profileSubHeading {
  color: #495057;
  text-underline-offset: 5px;
  text-align: center;
  background-color: #dee2e6;
  padding: 0.5rem;
  border-bottom: 1px solid #adb5bd;
}
.profileHeadingUnderline {
  border-bottom: 1px solid #cf0000;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .profileSubHeading {
    text-align: left;
  }
}

@media (min-width: 768px) {
.st-btn {
display : block !important;
margin-top: 10px;
}
}

@media not screen and (min-width: 768px) {
.st-btn {
margin-bottom: 10px;
}
}

.desktop {
    display: none
}

@media(min-width: 768px) {
    .desktop {
        display: flex
    }
}

@media(min-width: 768px) {
    .mobile {
        display: none
    }
}

.independence-day {
    background-color: #d6fbd7;
    background-image: url(https://dassets.b-cdn.net/newweb/assets/img/independenceday/independence-day-1.png);
    background-position: top right 10px;
    background-color: #83a88d;
    padding: 0 0 2rem
}

.independence-day .media {
    background-color: #fff;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: .5rem
}

.independence-day .independent-logo {
    border-bottom: 4px solid #fff;
    text-align: center;
    padding-bottom: .5rem
}

.followus-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  text-wrap: nowrap;
  margin: 0.5rem;

}

.followus-widget__content {
  text-wrap: nowrap;
}

.google-news__icon {
  width: 120px;
}

.publish-time {

  align-items: center;
  text-wrap: nowrap;

}

.publish-time i {
  padding: 0 0.5rem;
}

.audio-palyer {
  max-width: 400px;
}

.event-section {
  padding: 1rem 0;
  background-color: #f6f6f6;
}
.event-section .header-container {
  position: relative;
  text-align: center;
  background-color: #084298;
}
.event-section .overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  height: 50%;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 0, 36)), color-stop(44%, rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(2, 0, 36) 0%, rgb(0, 0, 0) 44%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(0, 0, 0) 44%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#ffffff", GradientType=1);
}
.event-section .overlay-text {
  position: absolute;
  bottom: -12%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-section .event-heading-top {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0.25rem;
  z-index: 1;
  position: relative;
}
.event-section .event-heading-live {
  background-color: #fff;
  color: #cf0000;
  padding: 0 0.25rem 0 0.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  gap: 0.5rem;
  border-left: 5px solid #cf0000;
}
.event-section .event-heading-live .spinner-grow-sm {
  width: 0.5rem;
  height: 0.5rem;
}
.event-section .event-heading-title {
  font-size: 1.3rem;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0a58ca;
}
.event-section .latest-happenings {
  color: #0a58ca;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #9ec5fe;
}
.event-section .publish-time {
  font-size: 0.75rem;
}
.event-section i {
  color: #0a58ca;
}
.event-section .main-margin-top {
  top: 81px !important;
  z-index:1;
}
.event-section .updated-on {
  color: #cf0000;
}
.event-section .eventcard {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  margin: 1rem 0 2rem 0;
  padding: 0.5rem 0.25rem;
}
.event-section .eventcard__description {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: justify;
  padding: 1rem 0;
}
.event-section .eventcard .event-image {
  text-align: center;
}
.event-section .eventcard .read-full-story {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
.event-section .eventcard .read-full-story a {
  border-bottom: 3px solid #6c757d;
}
.event-section .card-live-icon-container {
  display: flex;
  gap: 1rem;
}
.event-section .card-live-icon {
  position: relative;
  z-index: 2;
}
.event-section .card-live-icon::after {
  height: 13px;
  content: "";
  z-index: 1;
  display: block;
  height: 21px;
  top: 19px;
  left: 7px;
  position: absolute;
  width: 1px;
  background: #0a58ca;
}

.aside-left {
  top: 90px;
  padding: 0.5rem;
  margin-top: 1rem;
  z-index: 0;
  background-color: #fff;
}
.aside-left .summary-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #cf0000;
  border-bottom: 1px solid #cf0000;
}
.aside-left .summary-list {
  margin-top: 1rem;
}
.aside-left .summary-list-item {
  margin-top: 1rem;
}
.aside-left ul {
  list-style: none;
  padding-left: 1rem;
}
.aside-left ul li::before {
  content: "⁃";
  color: #cf0000;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -1em;
  font-size: 120%;
}

.aside-right {
  top: 90px;
  padding: 0.5rem;
  margin-top: 1rem;
  z-index: 0;
  background-color: #fff;
}
.aside-right .related-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #cf0000;
  border-bottom: 1px solid #cf0000;
}
.aside-right .related-list {
  margin-top: 1rem;
}
.aside-right .related-list-item {
  margin-top: 1rem;
}
.aside-right ul {
  list-style: none;
  padding-left: 1rem;
}
.aside-right ul li a {
  color: #084298;
}
.aside-right ul li a:hover {
  color: #cf0000;
}
.aside-right ul li::before {
  content: "›";
  color: #cf0000;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -1em;
  font-size: 120%;
}

@media (min-width: 768px) {
  .event-section .overlay-text {
    bottom: 6px;
  }
  .event-section .overlay {
    width: 83%;
  }
}
@media (min-width: 992px) {
  .event-section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .event-section .overlay-text {
    font-size: 2rem;
    bottom: -2px;
  }
  .event-section .event-heading-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    z-index: 1;
  }
  .event-section .main-margin-top {
    top: 84px !important;
    z-index:1;
  }
  .event-section .event-heading-live {
    padding: 0.5rem 1rem;
    font-weight: 600;
  }
  .event-section .event-heading-live .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  .event-section .event-heading-title {
    padding: 0 1rem;
    font-size: 2rem;
  }
  .event-section .eventcard {
    padding: 1rem 2rem;
  }
  .event-section .eventcard__description {
    font-size: 1rem;
  }
  .event-section .overlay {
    width: 100%;
  }
}
.event-section .dunya-border-bottom:last-child {
  border: none;
}
.event-section .event-home {
  background-color: #084298;
  padding: 1rem 0;
  border-bottom: 0.5rem solid #A8EB12;
  margin-bottom: 1.5rem;
}
.event-section .event-home-heading-top {
  flex-direction: column;
  align-items: flex-start !important;
}
.event-section .event-home-heading-top a {
  color: #fff;
}
.event-section .event-home-heading-top a:hover {
  color: #6ea8fe;
}
.event-section .event-home-name {
  margin-top: 1.5rem;
  color: #343a40;
}
.event-section .event-home-caption {
  padding: 1rem 0;
}/*# sourceMappingURL=style.css.map */



/* Inshort section */

.in-short-section {
  display: flex;
  justify-content: center;
  color: #0a58ca;
}

.in-short {
  padding: 0 1rem;
}
.in-short__title {
  color: #0a58ca;
  margin: 0.5rem 0 1rem 0.5rem;
}
.in-short ul {
  margin-bottom: 0;
}
.in-short ul li {
  font-weight: 700;
}

@media (min-width: 992px) {
  .in-short {
    max-width: 80%;
  }
}

/* Inshort section */

/* Video Button on news detail page css */
.btn-video-asset-container {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 5px;
  right: 45px;
}
.btn-video-asset-container .btn-video-asset {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  cursor: pointer;
  background-color: #0a58ca;
}
.btn-video-asset-container .btn-video-asset:hover {
  background-color: #052c65;
}
.btn-video-asset-container .btn-video-asset span {
  font-weight: bold;
  padding-left: 0.5rem;
  color: #fff;
}
.btn-video-asset-container .btn-video-asset i {
  color: #fff !important;
  position: initial;
}
/* Video Button on news detail page css */

.green-color {
  color: #197c35 !important;
}
