@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM HEAD online';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/KENZ-MDM-HD-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM HEAD online';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/KENZ-MDM-HD-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/KENZ-MDM-BODY-R.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/KENZ-MDM-BODY-i.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/KENZ-MDM-BODY-B.ttf') format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../icons/material-icon.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
body {
  font-family: 'Roboto', 'KENZ MDM body online', sans-serif;
  background-color: #efefef;
  color: #000000;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s;
  font-weight: inherit;
  font-size: inherit;
}
a:hover {
  color: #C6168D !important;
  text-decoration: none;
}
h1, h2, h3, h3, h4, h5, h6 {
  font-family: 'KENZ MDM HEAD online', 'Roboto', sans-serif;
  color: #121212;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 1.1;
  font-weight: 400;
}
h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.mdl-layout {
  height: auto;
}
/*.eng .hd {
  font-family: 'Roboto', 'KENZ MDM HEAD online', sans-serif;
  color: #121212;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
}*/
.description p {
  font-family: 'KENZ MDM body online';
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 12px;
}
.container {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 12px;
  width: calc(100% - 24px);
}
.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  bject-position: center center;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.ad {
  text-align: center;
}
.ad-medium-rectangle {
  width: 100%;
  min-width: 300px;
  height: 250px;
  margin: 0 auto;
}
.ad-half-page {
  width: 100%;
  min-width: 300px;
  height: 600px;
  margin: 0 auto;
}
.no-bg {
  background-color: transparent !important;
}
/*---===============TOP BAR===============--*/
.header-bar {
  position: fixed;
}
.mdl-layout__header {
  min-height: 55px;
  overflow: visible;
}
.header-bar .mdl-layout__header-row {
  height: 55px;
  padding: 0 16px 0 70px;
}
.mdl-layout__header.is-compact {
  max-height: 110px;
  overflow: visible;
}
.header-bar .mdl-layout-title {
  width: 100%;
  max-width: 150px;
  padding-right: 8px;
}
.header-bar .mdl-layout-title.click-ham {
  display: none;
}
/*--==========TOP-BAR===============--*/
.mdl-layout__drawer-button {
  position: fixed;
  background: transparent;
  background-image: url(../img/hamburger-logo-menu.svg);
  margin: 0;
  height: 55px;
  width: 55px;
}
.header-bar .mdl-layout-title.sub-title {
  max-width: none;
  width: auto;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 8px;
  border-right: none;
}
.header-bar .mdl-layout-title.sub-title span {
  color: #f8036b;
  font-weight: 600;
}
.mdl-layout__header-row .mdl-navigation {
  height: 55px; /*Updated*/
}
.mdl-layout__header-row .mdl-navigation__link {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 12px !important;
  font-size: 0.9rem;
  min-width: fit-content;
  line-height: 55px; /*Updated*/
}
.top-bar .mdl-navigation__link {
  font-weight: 400;
  font-size: 0.8rem;
}
.top-bar .top-bar-search {
  display: block;
}
.second-bar {
  padding: 0px !important;
  height: 45px !important;
}
.second-bar .mdl-navigation__link {
  line-height: 45px !important;
}
.mdl-layout__drawer-button .material-icons {
  color: rgba(255, 255, 255, 1.00);
  margin: 15px auto;
}
@media screen and (max-width: 1024px) {
  .mdl-layout__header {
    display: block;
  }
}
.header-bar .notify {
  padding-left: 8px;
  margin-left: 15px;
  cursor: pointer;
}
.header-bar .notifications-outer {
  padding: 8px;
}
.header-bar .notifications-outer .notification-bx {
  padding: 0;
  min-width: 200px;
  max-height: 400px;
  overflow-y: auto;
}
.header-bar .notifications-outer .notification-bx .hd {
  line-height: 1.3rem;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 1.00);
  font-size: 1rem;
}
.header-bar .notifications-outer .notification-bx .see-old {
  font-size: 0.7rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.1rem;
  float: none;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
.header-bar .prof-bx {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 30px;
  cursor: pointer;
}
.header-bar .prof-bx i {
  font-size: 2.2rem;
  position: relative;
  top: 3px;
}
.header-bar .lgn-btn {
  margin-left: 16px;
}
.follow-us {
  margin-left: 12px;
}
.follow-us .ico-scl {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 6px;
  font-size: 1.4rem;
  position: relative;
  top: 2px;
}
/*-------------MENU DRAWER----------------*/
.left-drawer {
  position: fixed;
  border: none;
  background-color: #fff;
}
/* iOS Safari specific workaround */
.left-drawer .mdl-menu__container {
  z-index: 1;
}
.left-drawer .profile-navigation {
  z-index: -2;
  margin-top: 0;
  padding-top: 0;
}
/* END iOS Safari specific workaround */
.left-drawer .mdl-menu .mdl-menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-drawer-header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px;
  height: 165px;
  background-image: url(../img/prof-drawer-bg-1.jpg);
  background-size: cover;
  position: relative;
}
.left-drawer-header .edition-select {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
  padding-bottom: 8px;
  text-align: center;
}
.edition-select .mad-logo {
  width: 100%;
  max-width: 135px;
  height: auto;
  vertical-align: top;
}
.edition-select i {
  color: rgba(255, 255, 255, 1.00);
  position: relative;
  top: 0px;
}
.profile-avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.profile-avatar-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.drawer-nav-separator {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.profile-navigation {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.profile-layout .profile-navigation .mdl-navigation__link {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  color: #333333;
  padding: 12px 16px;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link i {
  color: #777;
}
.profile-layout .profile-navigation .mdl-navigation__link:hover {
  background-color: rgb(0, 0, 0, 0.1);
}
.profile-navigation .mdl-navigation__link .material-icons {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.56);
  margin-right: 32px;
}
.drawer-nav-separator {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.profile-navigation a.topic-head {
  font-size: 0.9rem !important;
  font-style: italic !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
/*---------------------------------*/
.mdl-layout__content {
  padding-top: 100px;
}
.block {
  margin: 12px 0;
}
.ad-banners {}
.trending-topics-bar {}
.trending-topics-bar .title {
  font-weight: 700;
  font-size: 1rem;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.mdl-chip {
  height: 26px;
  line-height: 2;
  background-color: #FFE200;
}
.special-banner-block {
  grid-template-columns: 1fr;
}
.special-dual-banner-block {
  grid-template-columns: 1fr 1fr;
}
.special-tri-banner-block {
  grid-template-columns: 1fr 1fr 1fr;
}
.story-image {
  position: relative;
}
.story-image a .medium-icon-rep {
  position: absolute;
  top: auto;
  bottom: calc(50% - 42px);
  left: calc(50% - 42px);
  background-color: rgba(0, 0, 0, 0);
}
.story-image a .medium-icon-rep i {
  color: #ffffff;
  font-size: 5rem;
  margin: 6px;
  opacity: 0.6;
}
.story-image .icon-rep {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
}
.story-image .icon-rep i {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 3px;
  opacity: 1;
}
.details-box {
  padding: 12px;
  background-color: #fff;
}
.section-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.4;
}
.section-title a {
  position: relative;
  padding-bottom: 2px;
}
.section-title a::after {
  content: '';
  position: absolute;
  bottom: 0rem;
  width: 100%;
  border-bottom: 1px solid #777777;
  left: 0;
}
.authors-name {
  font-family: 'KENZ MDM body online', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 16px;
}
.authors-name a {
  position: relative;
  padding-bottom: 0; /*-----------UPDATE-----------*/
}
.authors-name a i {
  font-size: 1rem;
  position: relative;
  top: 3px;
  color: #aaaaaa;
  margin-right: 3px;
}
.post-time {
  font-size: 0.7rem;
  text-transform: uppercase;
  opacity: 0.5;
  align-self: flex-end;
}
.post-time i {
  font-size: 0.8rem;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.sub-head ul {
  margin-top: 0;
  padding-left: 8px;
}
.sub-head ul li {
  position: relative;
  list-style: none;
  font-size: 1.1rem;
  line-height: 1.3;
  font-family: 'KENZ MDM body online', sans-serif;
  padding-left: 24px;
  margin-bottom: 8px;
}
.sub-head ul li::before {
  content: '';
  position: absolute;
  list-style-type: circle;
  font-size: 25px;
  color: #fff;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 4px;
  left: 0;
  line-height: 1.3;
}
.ad-block .follow-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  vertical-align: middle !important;
  padding: 12px;
  text-transform: uppercase;
  background-color: #ffffff;
}
.ad-block .follow-box a {
  display: flex;
  align-items: center;
}
.ad-block .follow-box i {
  font-size: 3rem;
  margin-left: 5px;
}
.ad-block .follow-box i.youtube {
  color: red;
}
.ad-block .follow-box i.facebook {
  color: #1877F2;
}
.ad-block .follow-box i.instagram {
  color: #C046A7;
}
.ad-block .follow-box i.twitter {
  color: #1EA1F2;
}
.ad-block .follow-box i.telegram {
  color: #0F87D7;
}
.ad-block .follow-box i.whatsapp {
  color: #02E676;
}
.ad-block .follow-box i.pinterest {
  color: red;
}
.ad-block .follow-box span {
  margin-right: 8px;
}
.title-bar {
  text-align: left;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  margin: 12px 0;
  position: relative;
  overflow: visible !important;
}
.title-bar .title {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem; /*----------UPDATE---------*/
}
.title-bar .title i {
  position: relative;
  top: 7px;
  color: red;
  margin-right: 4px;
}
/*---GRIDS----*/
.block-grid {
  display: grid;
  grid-gap: 12px;
  justify-items: stretch;
  align-items: stretch;
  overflow: hidden;
}
.no-gap {
  grid-gap: 0 !important;
}
.ad-block {
  display: grid;
  grid-gap: 12px;
  justify-items: stretch;
  align-items: stretch;
}
.nested-details-box {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  align-items: stretch;
  height: 100%;
}
.h-block {
  display: grid;
  grid-gap: 12px;
  justify-items: stretch;
  align-items: stretch;
}
.oped .title-bar {
  text-align: left;
  margin-top: 3px;
}
.oped .story-image {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, transparent 50%, white 50%);
  background: -webkit-linear-gradient(to right, transparent 50%, white 50%);
}
.oped .story-image .img-author {
  width: 75px;
  height: 75px;
  border: solid 5px #ddd;
  object-fit: cover;
  -webkit-object-fit: cover;
  border-radius: 50%;
  align-self: center;
  filter: grayscale(100%);
  transition: 1s;
}
.oped .story-image .img-author:hover {
  filter: grayscale(0%);
}
.gulf-box .title-bar, .nattuvishesham .title-bar {
  grid-template-columns: repeat(2, 1fr);
}
.gulf-box .title-bar .g-country, .nattuvishesham .title-bar .local-district {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.gulf-box .title-bar .g-country i, .nattuvishesham .title-bar .local-district i {
  position: relative;
  line-height: 0;
  top: 6px;
  width: 16px;
  height: 16px;
}
.horizondal-black-block {
  position: relative;
}
.horizondal-black-block .title-bar {
  text-align: center;
  padding: 6px 12px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  background-color: #FFE200;
  z-index: 1;
}
.horizondal-black-block .title-bar .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem; /*----NASEER UPDATE----*/
}
.editorial .details-box, .editorial-eng .details-box {
  background-color: #FFF7CE
}
/*=================NORMAL SECTION===============*/
.inner-page {}
.page-title {
  margin-bottom: 12px;
  position: relative;
}
.inner-page .page-title .title {
  text-align: left;
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 1;
}
.inner-page .page-title .title:hover {
  color: inherit !important;
}
.inner-page .page-title .sub-title {
  text-align: left;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.dark .inner-page .page-title .sub-title {
  color: #444;
}
.page-title .special-link {
  border: 2px solid;
  border-color: #333;
  color: #000;
  position: absolute;
  top: 16px;
  right: 16px;
  left: auto;
  padding: 4px 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-title .special-link:hover {
  color: inherit !important;
}
.page-navbar {
  white-space: nowrap;
  overflow-x: auto;
}
.page-navbar ul.desktop-menu {
  margin: 0;
  padding: 0;
}
.page-navbar ul.desktop-menu li {
  display: inline;
  font-size: 1.3rem;
  margin-right: 24px;
}
.page-title.boxed {
  margin-bottom: 12px;
  background-color: #ffe200;
  padding: 12px;
}
.dark .page-title.boxed .title, .dark .page-title.boxed .sub-title {
  color: #333;
}
.dark .page-title.boxed .title:hover {
  color: inherit !important;
}
.page-title.boxed .page-navbar ul.desktop-menu li, .dark .page-title.boxed .page-navbar ul.desktop-menu li {
  color: #333;
}
.page-title.boxed .page-navbar ul.desktop-menu li a:hover, .dark .page-title.boxed .page-navbar ul.desktop-menu li a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.page-title.boxed .special-link, .dark .page-title.boxed .special-link {
  border-color: #333;
  color: #000;
}
.page-title.boxed .special-link:hover, .dark .page-title.boxed .special-link:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
.page-title.boxed.inverse {
  background-color: #003f93;
}
.page-title.boxed.inverse .title, .dark .page-title.boxed.inverse .title {
  color: rgba(255, 255, 255, 1);
}
.page-title.boxed.inverse .title:hover, .dark .page-title.boxed.inverse .title:hover {
  color: rgba(255, 255, 255, 1) !important;
}
.page-title.boxed.inverse .sub-title, .dark .page-title.boxed.inverse .sub-title {
  color: rgba(255, 255, 255, 0.9);
}
.page-title.boxed.inverse .page-navbar ul.desktop-menu li, .dark .page-title.boxed.inverse .page-navbar ul.desktop-menu li {
  color: rgba(255, 255, 255, 0.9);
}
.page-title.boxed.inverse .page-navbar ul.desktop-menu li a:hover, .dark .page-title.boxed.inverse .page-navbar ul.desktop-menu li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.page-title.boxed.inverse .special-link, .dark .page-title.boxed.inverse .special-link {
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
}
.page-title.boxed.inverse .special-link:hover, .dark .page-title.boxed.inverse .special-link:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.count {
  font-size: 4rem;
  color: #aaa;
  align-self: center;
  text-align: center;
  font-weight: 700;
}
.pagenation-grid {
  grid-template-columns: 1fr 1fr;
}
.pagenation-grid .next {
  text-align: right;
}
.pagenation .mdl-chip {
  height: 36px;
  line-height: 2.5;
  border-radius: 36px;
}
.pagenation .mdl-chip__text {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.pagenation i {
  position: relative;
  top: 6px
}
/*----------MEGA FOOTER----------*/
.mdl-mega-footer {
  background-color: #000;
}
.mdl-mega-top-section {
  margin-bottom: 44px;
}
.mdl-mega-top-section .hd {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.mdl-mega-top-section .follow-us {
  margin-left: 0
}
.mdl-mega-top-section .follow-us .ico-scl {
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.2);
  height: 45px;
  width: 45px;
  line-height: 1.9;
}
.mdl-mega-footer__middle-section {
  margin-bottom: 32px;
}
.mdl-mega-footer--drop-down-section, .mdl-mega-footer--drop-down-section:nth-child(3), .mdl-mega-footer--drop-down-section:nth-child(4), .mdl-mega-footer__drop-down-section, .mdl-mega-footer__drop-down-section:nth-child(3), .mdl-mega-footer__drop-down-section:nth-child(4) {
  width: 100%;
}
.mdl-mega-footer--heading, .mdl-mega-footer__heading {
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.mdl-mega-footer__link-list {
  margin-bottom: 0 !important;
}
.mdl-mega-footer--link-list li, .mdl-mega-footer__link-list li {
  font-weight: 400;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.6)
}
.mdl-mega-footer--bottom-section, .mdl-mega-footer__bottom-section {
  text-align: center;
}
.mdl-logo {
  float: none;
  display: inline-flex;
  width: 100%;
  max-width: 140px;
}
.h-bottom-links {
  display: inline-block;
  margin-bottom: 0px;
}
.credits {
  font-size: 0.8rem;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  line-height: 2;
}
.credits a {
  text-transform: uppercase;
  font-weight: 700;
}
/*------------===========MULTIMEDIA==================------------*/
.multimedia {
  background: #000;
  color: #ddd;
}
.multimedia .videos, .multimedia .images, .multimedia .podcasts {
  margin-bottom: 32px;
}
.multimedia .title-bar {
  text-align: left;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  margin: 12px 0;
  position: relative;
  overflow: visible !important;
}
.multimedia .title-bar .title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  margin: 12px 0;
  margin-top: 32px;
  text-transform: capitalize;
}
.multimedia .details-box, .multimedia .ad-block .follow-box {
  background-color: #222;
}
.multimedia .hd {
  color: #ddd;
}
.multimedia .story-image .icon-rep {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.multimedia .story-image .icon-rep i {
  color: #ffffff;
  font-size: 2rem;
  margin: 3px;
  opacity: 1;
}
/*----------------------------*/

.column-slider .h-block {
  display: grid;
  grid-template-columns: 85px 4fr 1fr;
  grid-auto-rows: minmax(150px auto);
  justify-items: stretch;
  align-items: stretch;
}
.column-slider .details-box {
  order: 2;
  background-color: #242424;
}
.column-slider .author-image {
  order: 1;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, transparent 50%, #242424 50%);
  background: -webkit-linear-gradient(to right, transparent 50%, #242424 50%);
}
.column-slider .story-image {
  order: 3;
}
.column-slider .hd {
  color: #efefef;
}
.column-slider .author-image .img-author {
  width: 75px;
  height: 75px;
  border: solid 5px #ddd;
  object-fit: cover;
  -webkit-object-fit: cover;
  border-radius: 50%;
  align-self: center;
  filter: grayscale(100%);
  transition: 1s;
}
.column-slider .author-image .img-author:hover {
  filter: grayscale(0%);
}
.column-slider .column-name {
  font-family: 'KENZ MDM head online', sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.5;
  color: #ddd;
}
.column-slider .authors-name {
  color: #ccc;
}
.column-slider .column-name a {
  position: relative;
  padding-bottom: 0;
}
.column-slider .column-name a i {
  font-size: 1rem;
  position: relative;
  top: 3px;
  color: #aaaaaa;
  margin-right: 3px;
}
/*----=========DARK===========----*/
.dark {
  background-color: #121212;
  color: #efefef;
}
.dark .details-box, .dark .right-list-container > div, .dark .ad-block .follow-box, .dark .right-list-trending .h-block {
  background-color: #232323;
}
.classifieds.dark .imaged-block {
  background: #232323;
}
.dark h1, .dark h2, .dark h3, .dark h3, .dark h4, .dark h5, .dark h6, .dark .eng .hd {
  color: #ddd;
}
.dark .description p {
  color: #aaa;
}
.dark .mini-boxs .details-box {
  background-color: #263238
}
/*.dark .trending-block-container > div {
	background-color: rgba(224,207,142,0.1);
}
.dark .trending .h-block .details-box {
	background-color: rgba(224,207,142,0.1);
}*/
.dark .horizondal-black-block .title-bar .title {
  color: #000;
}
.dark .oped .story-image {
  background: linear-gradient(to right, transparent 50%, #232323 50%);
  background: -webkit-linear-gradient(to right, transparent 50%, #232323 50%);
}
.dark .oped .story-image .img-author {
  border-color: #555;
}
.dark .count {
  color: #555;
}
.dark .page-title .title {
  color: #666;
}
/*-------===============SUBSCRIBE===============---*/
.subscribe {
  background-color: #402B4D;
  color: #rgba(255, 255, 255, 1);
}
.subscribe.books {
  background-color: #97bcd0;
  color: #rgba(255, 255, 255, 1);
}
.books-bg {
	background-image: url("../img/books-bg.jpg");
	background-position: center;
	background-size: cover;
}
.subscribe .page-title .title {
  color: #3AA59D
}
.subscribe .quick-contact i {
  font-size: 2.4rem;
  color: #3AA59D;
  align-items: baseline;
  position: relative;
  top: 3px;
}
.subscribe .quick-contact .txt-outer {
  grid-template-columns: 1fr;
  align-content: stretch;
}
.subscribe .quick-contact .txt {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 2px;
}
.subscribe .quick-contact .number {
  font-size: 1.3rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}
.subscribe .page-navbar ul.desktop-menu li {
  color: #fff;
}
.subscribe .print-edition, .subscribe .e-subscription {
  margin-bottom: 32px;
}
.subscribe .title-bar {
  text-align: left;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  margin: 12px 0;
  position: relative;
  overflow: visible !important;
}
.subscribe .title-bar .title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  margin: 12px 0;
  margin-top: 32px;
  text-transform: capitalize;
  color: #fff;
}
.subscribe .issue-detail {
  grid-gap: 24px;
  overflow: visible;
  margin-bottom: 32px;
}
.subscribe .issue-name {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 6px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.subscribe .issue-detail-inside {
  grid-gap: 24px;
  overflow: visible;
}
.subscribe .issue-detail-inside .edition-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  line-height: 1.4;
}
.subscribe .issue-detail-inside .plans .choose-title {
  color: #C5178C;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.subscribe .issue-detail-inside .edition-grid {
  overflow: visible;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.subscribe .issue-detail-inside .table-grid .edition-name, .subscribe .issue-detail-inside .table-grid .price {
  font-size: 1.1rem;
  text-transform: uppercase;
  align-self: center;
  color: rgba(255, 255, 255, 1.00);
}
.subscribe .issue-detail-inside .table-grid .edition-name .mdl-checkbox__box-outline {
  border-color: rgba(227, 227, 227, 1.00);
}
.subscribe .issue-detail-inside .table-grid .edition-name .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-color: #3AA59D;
}
.mdl-checkbox__ripple-container .mdl-ripple {
  background: #039688;
}
.subscribe .issue-detail-inside .table-grid .plan-selector {
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2)
}
.subscribe .issue-detail-inside .table-grid .price {
  color: #FFE200;
}
.subscribe .issue-detail-inside .total-amount-bar {
  text-align: right;
  border-top: solid 2px rgba(255, 255, 255, 0.2);
  padding: 32px 0;
}
.subscribe .issue-detail-inside .total-amount-bar .promo-text {
  font-size: 1rem;
  color:#fff;
  margin-right: 16px;;
  }
  .subscribe .issue-detail-inside .total-amount-bar .promo-text a {
    color: #C5178C;
    font-weight: 700;;
  }
 
.subscribe .issue-detail-inside .total-amount-bar .ttl {
  color: rgba(255, 255, 255, 1.00);
  font-size: 1.2rem;
  font-weight: bold;
}
.subscribe .issue-detail-inside .total-amount-bar .amount {
  color: #3AA59D;
  border: 2px solid #3AA59D;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 4px 8px;
  margin-left: 8px;
}
.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
  box-shadow: 0 0 0 8px rgba(63, 81, 181, .26);
  background-color: #3AA59D
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
  background: #3AA59D;
   !important
}
.subscribe .pagenation-grid .next {
  text-align: left;
}
.subscribe .pagenation-grid .mdl-chip {
  border: solid 2px #FFE200;
}
.subscribe .pagenation-grid .back .mdl-chip {
  border: solid 2px #FFE200;
  background-color: rgba(255, 255, 255, 0);
  color: #FFE200;
}
/*-------===============Feedback===============---*/
.feedback {}
.blank-box-dashboard {
  background: rgba(251, 251, 251, 1.00);
  border-top: solid 5px #C5178C;
  padding: 16px;
}
/*-------===============CLASSIFIEDS MASONRY===============---*/
.classifieds-masonry {}
.classifieds-masonry .grid {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 20px;
}
.classifieds-masonry .v-block {
  grid-auto-rows: auto !important;
}
.classifieds-masonry .desc {
  margin-top: 12px;
}
.classifieds-masonry .item {
  background: #fff;
  border-top: solid 5px #C6168D;
}
.classifieds-masonry.dark .item {
  background: #232323;
  border-top: solid 5px #C6168D;
}
.classifieds-masonry.dark .desc {
  color: #aaa;
}
/*-----================CONTEST-BlOCK===================-----*/
.contest-block .left-box {
  background-color: #fff;
}
.contest-block .right-box {
  padding: 30px;
  background-color: #fff;
  text-align: center;
}
.contest-block .right-box .title {
  align-content: flex-start;
}
.contest-block .right-box .form {
  align-self: center;
}
.contest-block .right-box .bottom {
  align-self: flex-end;
}
.contest-block .h-inline {
  grid-auto-rows: 100%;
}
.contest-block .form-dual-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  text-align: left;
}
.contest-block .combine-row {
  grid-column: 1/3;
}
/*-----================SPECIAL PAGE===================-----*/
.sp-page .cat-title-bar {
  text-align: left;
}
.sp-page .cat-title {
  text-align: left;
  border-left: 5px solid #FF0000;
  font-family: 'Roboto', 'KENZ MDM HEAD online', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 8px;
}
/*--------===============MAGAZINE=======================---*/
.magazine .images-block {
  grid-auto-rows: 238px;
}
.magazine .single-block-list-mini {
  grid-auto-rows: auto;
}
.magazine .single-block-list-mini .slider {
  position: relative;
  padding: 8px;
  background-color: #fff;
  border: solid 1px #ddd;
}
.magazine.dark .single-block-list-mini .slider {
  
  background-color: #232323;
  border: solid 1px #666;
}

.magazine .single-block-list-mini .slider .h-block .story-image {
  order: 1;
}
.magazine .single-block-list-mini .slider .details-box {
  order: 2;
  background-color: #fff;
  color: #000;
}
.magazine.dark .single-block-list-mini .slider .details-box {
 
  background-color: #232323;
  color: #ddd;
}
.magazine .magazine-brief {
  background: #7B785A;
}
.magazine .single-block-list-mini .slider .details-box .heading {
  position: absolute;
  right: 0px;
  bottom: 32px;
  left: auto;
  max-width: 300px;
  padding-right: 16px;
  border-right: solid 8px #C60000;
}
.magazine .single-block-list-mini .slider .details-box .hd {
  color: #000;
  text-align: right;
  display: inline;
  vertical-align: baseline;
  float: left;
}
.magazine.dark .single-block-list-mini .slider .details-box .hd {
  color: #ddd;
 
}
.magazine .single-block-list-mini .slider .details-box .hd a {
  line-height: 2.8rem;
  background-color: #fff;
  padding-left: 8px
}

.magazine.dark .single-block-list-mini .slider .details-box .hd a {
  
  background-color: #232323;
  
}

.magazine .single-block-list-mini .slider .details-box .section-title {
  color: #000;
  background-color: #FFE200;
  padding: 4px 8px;
  width: auto;
  float: right;
}
.magazine .single-block-list-mini .slider .details-box .post-time {
  
  
  width: auto;
  float: right;
}
.magazine .single-block-list-mini .slider .details-box .section-title a::after {
  border: none;
}
.magazine .single-block-list-mini .slider .details-box .author-details {
  text-align: center;
}
.magazine .single-block-list-mini .slider .details-box .author-details .author-image {
  margin: 0 auto;
  max-width: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.magazine .single-block-list-mini .slider .details-box .sub-head ul li::before {
  border: 1px solid #fff;
}
.magazine .magazine-brief .magazine-cover {
  background: linear-gradient(180deg, #efefef 50%, rgba(123, 120, 90, 0) 50%);
  text-align: center;
}
.magazine.dark .magazine-brief .magazine-cover {
  background: linear-gradient(180deg, #121212 50%, rgba(123, 120, 90, 0) 50%);
  text-align: center;
}
.magazine .magazine-brief .magazine-cover img {
  max-width: 130px;
  margin: 0 auto;
  border: solid 5px rgba(255, 255, 255, 1.00);
}
.magazine .magazine-brief .magazine-actions {
  padding: 8px 16px;
}
.magazine .magazine-brief .magazine-details {
  text-align: center;
  padding: 8px 16px
}
.magazine .magazine-brief .magazine-details h4 {
  color: #FFFFFF;
  margin: 4px 0;
}
.magazine .magazine-brief .magazine-details .issue {
  color: #FFE200;
  margin-bottom: 16px;
}
.magazine .magazine-brief .magazine-details .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
}
.magazine .magazine-brief .magazine-actions .buy {
  background: #FFE200;
  font-weight: bold;
  text-transform: uppercase;
  color: #7B785A;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid #FFE200
}
.magazine .magazine-brief .magazine-actions .back-issues {
  background: #7B785A;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFE200;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid #FFE200;
}
.magazine .archives {
  margin-bottom: 32px;
}
.magazine .archives .title-bar {
  text-align: left;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  margin: 12px 0;
  position: relative;
  overflow: visible !important;
  margin-top: 32px;;
}
.magazine .archives .title-bar .title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  margin: 12px 0;
  margin-top: 32px;
  text-transform: capitalize;
 
}
.magazine .archives .issue-name {

  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 6px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.magazine .magazine-in-detail {
  background: #7B785A;
}
.magazine .magazine-in-detail .magazine-cover {
  align-self: center;
  text-align: center;
  padding: 8px;
}

.magazine .magazine-in-detail .magazine-cover img {
  max-width: 130px;
  margin: 0 auto;
  border: solid 5px rgba(255, 255, 255, 1.00);

}
.magazine .magazine-in-detail .magazine-actions {
  margin-top: 12px;;
}
.magazine .magazine-in-detail .magazine-details {
  text-align: left;
  padding: 8px 16px;
  align-self:center;
}
.magazine .magazine-in-detail .magazine-details h4 {
  color: #FFFFFF;
  margin: 4px 0;
}
.magazine .magazine-in-detail .magazine-details .issue {
  color: #FFE200;
  margin-bottom: 16px;
}
.magazine .magazine-in-detail .magazine-details .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
}
.magazine .magazine-in-detail .magazine-actions .buy {
  background: #FFE200;
  font-weight: bold;
  text-transform: uppercase;
  color: #7B785A;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid #FFE200
}
.magazine .magazine-in-detail .magazine-actions .back-issues {
  background: #7B785A;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFE200;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid #FFE200;
}
/*--------===============KUDUMBHAM=======================---*/
.kudumbham .page-title.boxed {
  background-color: #EC1261;
}
.kudumbham .inner-page .page-title .title img {
  max-width: 280px;
}
.kudumbham .columns {
  background-image: url("../img/kudumbham-column-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 16px 0px;
}
.magazine.kudumbham .survay-handle, .magazine.kudumbham .game-zone {
  background-color: #999;
}
.kudumbham .kids {
  background-image: url("../img/kudumbham-kids-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.kudumbham .columns .cat-title, .kudumbham .kids .cat-title, .kudumbham .podcasts .cat-title {
  color: #fff;
}
.kudumbham .exclussive .story-image .cat-title {
  position: absolute;
  background-color: #fff;
  top: 16px;
  left: 16px;
  padding-top: 2px;
  padding-right: 4px;
  color: #000;
}
.kudumbham .kids .outer-dual {
  margin: 0;
}
/*--------===============VELICHAM=======================---*/
.s-velicham .page-title.boxed {
  background-color: #85A715;
}
.s-velicham .inner-page .page-title .title img {
  max-width: 300px;
}
.s-velicham .day-remember {
  background-image: url("../img/velicham-days-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 16px 0px;
}
.s-velicham .facts-fun {
  background-color: #000;
  padding: 16px 0px;
  margin: 0;
}
.s-velicham .day-remember .cat-title, .s-velicham .facts-fun .cat-title {
  color: #fff;
}
.s-velicham .day-remember .section-title a {
  background-color: #FFE200;
  padding: 2px 6px;
  font-weight: 700;
}
.s-velicham .day-remember .section-title a::after {
  border-bottom: none !important;
}
.s-velicham .day-remember .section-title a i {
  position: relative;
  font-size: 1rem;
  top: 2px;
}
/*--------===============WEEKLY=======================---*/
.magazine.weekly .page-title.boxed {
  background-color: #C60000;
}
.magazine.weekly .inner-page .page-title .title img {
  max-width: 280px;
}

.magazine.weekly .columns {
  background-image: url("../img/weekly-column-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 16px 0px;
}
.magazine.weekly .columns .cat-title {
  color: #fff;
}
.magazine.weekly .interviews .authors-name {
  margin-top: 0;
}
.magazine.weekly .interviews .story-image {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, transparent 50%, white 50%);
  background: -webkit-linear-gradient(to right, transparent 50%, white 50%);
}
.magazine.weekly.dark .interviews .story-image {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, transparent 50%, #232323 50%);
  background: -webkit-linear-gradient(to right, transparent 50%, #232323 50%);
}
.magazine.weekly .interviews .story-image .img-author {
  width: 75px;
  height: 75px;
  border: solid 5px #ddd;
  object-fit: cover;
  -webkit-object-fit: cover;
  border-radius: 50%;
  align-self: center;
  filter: grayscale(100%);
  transition: 1s;
}
.magazine.weekly.dark .interviews .story-image .img-author {
 
  border: solid 5px #555;
 
}
.magazine.weekly .interviews .story-image .img-author:hover {
  filter: grayscale(0%);
}
.magazine.weekly .archive-grid {
	grid-auto-rows: 338px;
	
}
.magazine.weekly .archive-box {
	background-color: rgba(255,255,255,1.00);
	border: #ddd solid 5px;
	padding: 8px;
	grid-gap: 4px !important;
}
.magazine.weekly.dark .archive-box {
	background-color: #232323;
	border: #555 solid 5px;
	
}
.magazine.weekly .archive-box .date {
	border-bottom: 1px dashed #ddd;
	padding-top: 4px;
	align-items: center;
	padding-left: 8px;
}
.magazine.weekly .archive-box .date:last-child {
	border-bottom: none;
	
}
.magazine.weekly .archive-box .more {
	background-color: #FFE200;
	color: #000;
	padding: 8px;
	padding-bottom: 0;
	border-radius: 5px;
	text-align: center;
	
	
}
.magazine.weekly .archive-box .date .material-icons {
	font-size: 1rem;
	margin-right: 8px;
	opacity: 0.5;
	position: relative;
	top: 2px;
}
/*--------===============ELECTION=======================---*/
.election {}
.election .box-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 16px;
}
.election.local-body .banner .election-title {
  background-color: #002868;
  display: flex
}
.election.local-body .banner .election-title img {
  max-width: 140px;
  align-content: center;
  margin-left: 4px;
}
.election.local-body .banner .headlines, .election.local-body .banner .sponsor {
  text-align: center;
}
.election.local-body .banner .headlines {
  padding: 0 8px;
}
.election.local-body .banner .headlines .hd {
  font-size: 4rem;
  color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 4px;
  padding-bottom: 0px;
}
.election.local-body .banner .headlines .sub-hd {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-top: 4px;
  padding-top: 0px;
  margin-bottom: 16px;
}
.election.local-body .banner .sponsor .title {
  font-size: 0.8rem;
  margin-top: 4px;
  margin-bottom: 4px;
}
.election.local-body .banner .sponsor img {
  max-height: 100px;
}
.election.local-body .mdl-tabs__tab {
  padding: 0 4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  text-transform: capitalize;
  color: rgba(0, 0, 0, .54);
  overflow: hidden;
  word-break: break-all;
}
.election.local-body .mdl-tabs__tab-bar {
  height: 40px;
}
.election.local-body .all-kerala .mdl-tabs__tab-bar {
  height: 40px;
	border-top: 1px solid #e0e0e0;
	
}
.election.local-body .all-kerala .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
	top: 0;
	bottom: auto;
}
.election.local-body .constituencies, .election.local-body .all-kerala, .election.local-body .live-blog {
  background-color: #fff;
}
.election.local-body .constituencies .full-height {
  height: 100%;
}
.election.local-body .constituencies .select-consti {
  text-align: center;
  padding: 16px 0;
  padding-bottom: 0;
  width: 100%;
}
.election.local-body .constituencies .select-consti select {
  padding: 8px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.election.local-body .constituencies .map {
  margin-top: 20px;
  position: relative;
}
#canvas-holder {
  width: 250px;
  margin: 0 auto;
}
.election.local-body .constituencies .map .ttl {
  position: absolute;
  z-index: 5000;
  top: 50%;
  color: #950005;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  width: 100%;
  height: auto;
  margin-top: -25px;
  text-align: center;
}
.election.local-body .constituencies .map .ttl .digit {
  z-index: 5000;
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.election.local-body .constituencies .counting-status {
  text-align: center;
  width: 100%;
}
.election.local-body .constituencies .counting-status .counting {
  color: green;
  font-weight: bold;
  font-style: italic;
}
.election.local-body .constituencies .counting-status .completed {
  color: red;
  font-weight: bold;
  font-style: normal;
}
.election.local-body .constituencies .parties {
  text-align: left;
  padding: 8px;
}
.election.local-body .constituencies .parties .prty-bx {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 5px;
}
.election.local-body .constituencies .parties .prty-bx .count {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 4px;
  padding: 5px;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.election.local-body .constituencies .see-all {
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.election.local-body .constituencies .see-all i {
  font-size: 1.3rem;
  position: relative;
  top: 5px;
}
.election.local-body .constituencies .see-all .year {
  font-size: 0.8rem;
  font-weight: 600;
}
.election.local-body .constituencies .clr-indicator {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.election.local-body .constituencies .clr-indicator .alli-bx {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px;
}
.election.local-body .constituencies .clr-indicator .alli-bx .count {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 479px) {
  .election.local-body .constituencies .clr-indicator .alli-bx {
    font-size: 1rem;
    line-height: 1rem;
    padding: 5px;
  }
}
.election.local-body .constituencies .clr-indicator .indi-ldf {
  background-color: #ED1C24;
  border-top: solid 5px #c0392b;
}
.election.local-body .constituencies .clr-indicator .indi-udf {
  background-color: #00BAFF;
  border-top: solid 5px #2980b9;
}
.election.local-body .constituencies .clr-indicator .indi-nda {
  background-color: #F7941D;
  border-top: solid 5px #d35400;
}
.election.local-body .constituencies .clr-indicator .indi-oth {
  background-color: #95a5a6;
  border-top: solid 5px #7f8c8d;
}
.election.local-body .box-title.kerala {
  background-color: #002868;
  color: #ffffff;
}
.election.local-body .current-allience-status .mdl-data-table {
  width: 100%;
  background-color: #EAF3FC;
}
.election.local-body .current-allience-status .mdl-data-table thead.primary {
  border-right: none;
  background-color: #002868;
}
.election.local-body .current-allience-status .mdl-data-table thead.primary tr th {
  color: #fff
}
.election.local-body .current-allience-status .mdl-data-table thead.secondary {
  border-bottom: solid 2px #002868;
}
.election.local-body .current-allience-status .mdl-data-table tr {
  height: 35px;
}
.election.local-body .current-allience-status .mdl-data-table tr td, .election.local-body .current-allience-status .mdl-data-table tr th {
  font-weight: bold;
  height: 35px;
  padding: 0 18px;
}
.election.local-body .current-allience-status .mdl-data-table tr td.udf {
  color: #00BAFF
}
.election.local-body .current-allience-status .mdl-data-table tr td.ldf {
  color: #ED1C24
}
.election.local-body .current-allience-status .mdl-data-table tr td.nda {
  color: #F7941D
}
.election.local-body .current-allience-status .mdl-data-table tr td.oth {
  color: #95a5a6
}
.election.local-body .previous-allience-status .title-bar {
  color: #BC0000;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 4px;
  font-weight: bold
}
.election.local-body .previous-allience-status .title-bar .material-icons {
  position: relative;
  top: 6px;
}
.election.local-body .previous-allience-status .mdl-data-table {
  width: 100%;
}
.election.local-body .previous-allience-status .mdl-data-table tbody tr {
  height: 30px;
}
.election.local-body .previous-allience-status .mdl-data-table td, .election.local-body .previous-allience-status .mdl-data-table th {
  height: 30px;
  padding: 0 18px;
}
.election.local-body .current-party-status {
  background: linear-gradient(to bottom, #EAF3FC 0%, #EAF3FC 50%, #ffffff 50%, #ffffff 100%);
  padding-top: 16px;
  padding-bottom: 16px;
}
.election.local-body .current-party-status .inner-box {
  width: 90%;
  border: solid 1px #ddd;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.election.local-body .current-party-status .title-bar {
  background-color: #BC0000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 4px;
  font-weight: bold
}
.election.local-body .current-party-status .parties {
  text-align: left;
  padding: 8px;
}
.election.local-body .current-party-status .parties .prty-bx {
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 5px;
}
.election.local-body .current-party-status .parties .prty-bx .count {
  font-size: 0.85rem;
  line-height: 0.85rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 4px;
  padding: 5px;
  border: solid 1px #aaa;
  border-radius: 5px;
}
.election.local-body .box-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 16px;
}
/* The Modal (background) */
.election.local-body .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: calc(50% - 150px);
  top: 0px;
  bottom: auto;
  width: 100%; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  max-width: 300px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  margin-top: 150px;
  background-image: url(../images/blurry-bg.png);
  background-size: cover;
}
/* Modal Header */
.election.local-body .modal-header {
  position: relative;
  margin: auto;
  padding: 0;
  border: none;
  width: 100%;
}
/* Modal Body */
.election.local-body .modal-body {}
/* Modal Footer */
.election.local-body .modal-footer {
  padding: 2px 16px;
  color: white;
}
/* Modal Content */
.election.local-body .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  border: none;
  width: 100%;
}
/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
/* The Close Button */
.election.local-body .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.election.local-body .close:hover, .election.local-body .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.election.local-body .modal .year-bar {
  width: 100%;
  background-color: #002868;
  font-size: 1.4rem;
  padding: 8px 0;
  color: rgba(255, 255, 255, 1.00);
}
.election.local-body .modal .leading-bx {
  border-bottom: none
}
.election.local-body .modal .consti-name {
  font-size: 1.8rem;
  line-height: 1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-top: 16px;
}
.election.local-body .modal .consti-type {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin-top: 16px;
}
.election.local-body .modal .clr-indicator .alli-bx {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px;
}
.election.local-body .modal .clr-indicator .alli-bx .count {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.election.local-body .kerala-summery {
  grid-template-columns: repeat(2, 1fr);
	grid-gap: 8px;
	align-items: stretch;
    grid-auto-rows: auto;
	padding: 8px;
}
.election.local-body .all-kerala .tab-hd {
  border-bottom: solid 3px #BC0000;
	padding: 8px;
	margin: 0;
	padding-top: 2px;
	
}
.election.local-body .all-kerala .tab-hd i{
 position: relative;
	top: 6px;
}
.election.local-body .all-kerala .tab-hd .counting {
	font-family: 'Roboto', 'KENZ MDM body online', sans-serif;
	font-size: 1rem;
color: green;
    font-weight: bold;
	font-style: italic;
	margin-left: 12px;
}
.election.local-body .kerala-summery .k-col{
  background-color: #EAF3FC;
	padding: 8px;
}
.election.local-body .kerala-summery.old .k-col{
  background-color: #fff2df;
	
}
.election.local-body .kerala-summery .k-col.grama-p{
  grid-column: span 2;
}

/*--------===============BUDGET=======================---*/
.budget {}
.budget .banner {
  display: grid;
  background-color:  #002868;
  color: rgba(255, 255, 255, 1.00);
}
.budget .box-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: 16px;
  color:#0F2355;
}
.budget .box-title.no-padding-left {
  padding-left: 0;
}
.budget .box-title .title-icon {
  max-width: 15px;
  padding-right: 8px;
  float: left;
}
.budget .box-title.center {
  text-align: center;;
}
.budget .banner .banner-title {
  background-color: #BC0000;
  display: flex;
  text-align: center !important;
}

.budget .banner .banner-title img {
  max-width: 140px;
  align-content: center;
  margin-left: 4px;
  margin: auto;
}
.budget .banner .headlines, .budget .banner .sponsor {
  text-align: center;
}

.budget .banner .headlines {
  padding: 0 8px;
}
.budget .banner .headlines .hd {
  font-size: 4rem;
  color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 4px;
  padding-bottom: 0px;
}
.budget .banner .headlines .sub-hd {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-top: 4px;
  padding-top: 0px;
  margin-bottom: 16px;
}
.budget .banner .sponsor .title {
  font-size: 0.8rem;
  margin-top: 4px;
  margin-bottom: 4px;
}
.budget .banner .sponsor img {
  max-height: 100px;
}
.budget .mdl-tabs__tab {
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 0.9rem;
  text-transform: capitalize;
  color: #0F2355;
  overflow: hidden;
  word-break: break-all;
  text-transform: uppercase;
}
.budget .mdl-tabs__tab-bar {
  height: 40px;
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  background: #BC0000;
}
.budget .announcement, .budget .live-blog, .budget .one-rupee, .budget .price-change {
  background-color: #fff;
}

.budget .red-top-bar {
  border-top: solid 5px #BC0000;
}
.budget .announcement ul li, .budget .price-change ul li  {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5;
}

