  *,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
ol,
p,
pre,
ul {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style-type: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

input:focus-visible {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.post-item:hover .post-header a,
a:hover {
  transition: color 0.3s;
}

#__next,
#root {
  isolation: isolate;
}

.container-grid {
  margin: 0 auto;
  width: 80%;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 759px) {
  .container-grid {
    width: 100%;
    padding: 0 15px;
  }
}

.top-bar {
  background-color: #e0e0e0 !important;
}

.adVrt.epaper {
  font-size: .65rem !important;
}

.top-bar>.container-grid {
  position: relative;
}

.top-bar .buttons-wrapper.tribune>.social-icons {
  position: absolute;
  left: 16px;
  top: 104px;
  z-index: 1;
}

.top-bar .buttons-wrapper.tribune>.social-icons ul {
  display: flex;
  gap: 13px !important;
}

.top-bar .tribune .social-icons ul li svg {
  width: 14px;
  height: auto !important;
  margin-top: -2% !important;
  opacity: .7 !important;
}




.main {
  display: block;
  width: 100%;
  position: relative;
}

/* header */

.header-main {
  width: 100%;
  display: block;
}

.top-bar-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.si-inner {
  width: 100%;
  display: block;
}

.header-bar {
  float: left;
  width: 100%;
}

.top-header {
  width: 100%;
  padding: 10px 0 18px;
  display: block;
}

.header-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.date-time {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  font-size: 14px;
  color: #000;
  margin: -14px 0 0 0;
}

.current-time {
  display: none;
  width: fit-content;
  line-height: 1;
  color: inherit;
  padding-right: 6px;
  border-right: 1px solid #000;
}

.cuurent-date {
  width: fit-content;
  line-height: 1;
  color: inherit;
}

.main-logo {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.top-header .logo-img {
  display: block;
  width: 340px !important;
  margin: 15px 0 0px 0;
}

.logo-img img {
  width: 100%;
  height: auto;
}

div#bhdr_logo img {
  filter: invert(1) brightness(1.2);
}

.bhdr-search-field {
  width: fit-content;
  display: none;
}

.bottom-header .bottom-navbar .bhdr-search-field {
  display: inline-block;
  order: 2;
}

.bottom-header.sticky .bottom-navbar .bhdr-search-field {
  display: none;
}






/* search menu in sidemenu for tribune  */


.bhdr-search-field.sidemenu-search {
  display: inline-block;
  width: 65%;
  order: 2;
}


.bhdr-search-field.sidemenu-search .search-icon {
  display: none !important;
}


.bhdr-search-field.sidemenu-search .search-input-field-btm {
  display: inline-block;
  width: 100%;
  position: unset;
  border-radius: 0px;
}

.bhdr-search-field.sidemenu-search .search-input-field-btm .si-inner form {
  border-radius: 0px;
}

.bhdr-search-field.sidemenu-search .search-input-field-btm .si-inner form input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 10px 7px;
  line-height: 1.3;
}

.bhdr-search-field.sidemenu-search .search-section-inner .si-inner .search-close-btn {
  right: 20%;
  top: -5%;
  width: 28px;
  height: 28px;
  display: none !important;
}

.bhdr-search-field.sidemenu-search .search-section-inner .si-inner form button {
  color: #333 !important;
  background: #fff !important;
}







/* search menu in sidemenu for tribune  */

.search-section-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.top-header .search-section-inner {
  display: none;
}

.search-section {
  display: inline-block;
  width: 35%;
}

.search-icon {
  width: 20px;
  display: inline-block;
  /* margin-left: 15px; */
  cursor: pointer;
}

.bottom-header .bottom-navbar .search-icon {
  width: 17px;
}

.search-input-field,
.search-input-field-btm {
  width: 320px;
  display: none;
  background-color: #fff;
  margin-right: 15px;
}

.search-input-field-btm {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 9999999;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 0px;
}

.bottom-header .bottom-navbar .search-input-field-btm {
  top: 38px;
  left: 0;
  border-radius: 0 !important;
  z-index: 20 !important;
}




.si-inner form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.si-inner form input {
  border: 1px solid #4c4c4c;
  border-right: none;
  padding-left: 10px;
  width: 100%;
  overflow: hidden;
}

.si-inner form input::placeholder {
  font-size: 11px;
  color: #4c4c4c;
  padding: 10px 0;
}

.si-inner form button {
  padding: 10px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: none;
  font-size: 10px !important;
  cursor: pointer;
}

.si-inner .search-close-btn {
  position: absolute;
  margin: auto;
  width: 43px;
  height: 43px;
  /* background: #e31e23; */
  /* border-left: 1px solid #fff; */
  cursor: pointer;
  right: 17%;
  top: 2%;
}

.bottom-header .bottom-navbar .si-inner .search-close-btn {
  width: 18px;
  height: 18px;
  right: 68px;
  top: -1px;
}


.search-close-btn .leftright-line {
  transform: rotate(45deg);
}

.search-close-btn .rightleft-line {
  transform: rotate(-45deg);
}

.search-close-btn .leftright-line,
.rightleft-line {
  height: 2px;
  width: 13px;
  margin-top: 15px;
  background-color: #ccc;
  border-radius: 2px;
  transition: 0.3s ease-in;
  position: absolute;
  top: 11%;
  left: 25%;
}

.bottom-header {
  width: 100%;
  display: block;
  padding: 0;
  background-color: #fff;
}

.sticky {
  position: fixed;
  top: -1px;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.header-menu-btn {
  display: inline-block;
  width: 25px;
}

.bottom-header.sticky .header-menu-btn {
  display: none;
}

.bottom-header .bottom-navbar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
}

/* .btn-srch-wrapper{
  display: flex;
  width: fit-content;
  margin-left: auto;
  gap: 20px;
} */

.bhdr_logo {
  display: none;
}



.bottom-header .main-menu {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-wrap: nowrap;
}

@media only screen and (min-width: 760px) {
  .bottom-header .bottom-navbar .main-menu {
    order: 3 !important;
  }
}


.bottom-header .main-menu::-webkit-scrollbar {
  height: 5.5px;
}

.bottom-header .main-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fafafa;
}

.bottom-header .main-menu ul.main-menu-list {
  display: flex;
  flex-direction: row;
  gap: 0px;
  width: fit-content;
  margin: 0 auto;
}

.bottom-header .main-menu ul li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 0;
  background-color: #0d1c3d;
  padding: 0px 0px 0px;
  -webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, 0.6);
  border-top: 4px solid #0d1c3d;
  z-index: 99999;
  width: auto;
  flex-wrap: wrap;
  gap: 2%;
  top: 35px;
}

.bottom-header.sticky .main-menu ul li ul.sub-menu {
  top: 25px;
}

.bottom-header .main-menu ul li ul.sub-menu li {
  padding: 0px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
}

.bottom-header .main-menu ul li ul.sub-menu li a {
  padding: 6px 15px 6px;
  width: 100%;
  display: inline-block;
  line-height: normal;
  /* text-wrap: wrap !important; */
}

.bottom-header .main-menu ul li {
  font-size: .82rem !important;
  font-weight: 400 !important;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.bottom-header .main-menu ul li ul.sub-menu li:hover a {
  color: inherit !important;
}

.bottom-header .main-menu>ul>li.main-menu-list-item::before {
  content: '';
  border-right: 1px solid #cccccc4a;
  margin-right: 10px;
  position: absolute;
  right: -10px;
  top: 13px;
  height: 40%;
}

.bottom-header.sticky .main-menu>ul>li.main-menu-list-item::before {
  top: 7px;
  height: 51%;
}

.bottom-header .main-menu ul li.main-menu-list-item.has-submenu::before {
  right: -20px !important;
}

span.has-submenu {
  pointer-events: none;
}


.bottom-header .main-menu ul li.has-submenu {
  padding: 13px 12px 10px !important;
}

@media only screen and (min-width: 760px) {

  .bottom-header .main-menu>ul>li>ul.sub-menu.sub_level_1>li,
  .bottom-header .main-menu>ul>li>ul.sub-menu.sub_level_1>li.main-menu-list-item {
    padding: 10px 25px 10px 15px !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu .main-menu-list-item.has-submenu {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 760px) {
  .bottom-header .main-menu>ul>li>ul.sub-menu.sub_level_1>li>a {
    padding: 0 !important;
  }
}


@media only screen and (min-width: 760px) {
  .bottom-header .main-menu>ul>li.has-submenu {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 760px) {

  .sub_level_2 {
    top: 0% !important;
    left: 100% !important;
  }

  .main-menu-list-item.has-submenu .sub-menu.sub_level_1>li ul.sub_level_2 {
    border-top: 0 !important;
    border-left: 4px solid #ccc !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu li ul.sub_level_2 li {
    padding: 0 !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu li a {
    padding: 10px 15px 10px;
  }

  .bottom-header .main-menu ul li.has-submenu>a {
    padding: 0;
  }
}






.bottom-header .main-menu>ul>li>a:hover {
  color: inherit !important;
}

.bottom-header.sticky .main-menu ul li {
  padding: 0px;
}

.bottom-header.sticky .main-menu ul.main-menu-list>li>a {
  padding: 5px 10px !important;
}

@media only screen and (min-width: 760px) and (max-width: 1400px) {

  .bottom-header.sticky .main-menu ul li.main-menu-list-item.home-icon {
    display: none !important;
  }

  .bottom-header.sticky .main-menu ul li {
    font-size: .75rem !important;
  }

}

.bottom-header.sticky .main-menu>ul.main-menu-list>li {
  padding: 0 !important;
}


.bottom-header .main-menu ul li.main-menu-list-item:hover {
  background-color: #0f2f63 !important;
}

.bottom-header .main-menu ul li ul.sub-menu li:hover {
  background-color: #0f2f63 !important;

}

.main-menu-list-item.has-submenu::after {
  display: inline-block;
  content: "\25BE";
  position: absolute;
  right: -10px;
  padding-right: 12px;
}


@media only screen and (min-width: 760px) {



  .main-menu-list-item.has-submenu .sub-menu.sub_level_1>li.main-menu-list-item.has-submenu::after {
    content: "\25B6";
    font-size: 9px;
    right: 8px;
    top: 13px;
    padding: 0 0 0 5px;
  }

  .bottom-header.sticky .main-menu-list-item.has-submenu::after {
    top: 6px;
  }


}

.bottom-header .main-menu ul li>a {
  padding: 13px 12px 10px;
  display: inline-block;
}

.bottom-header .main-menu ul li:nth-of-type(2)>a {
  position: relative;
}

.bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:first-child>a {
  padding-left: 15px;
  width: 17px !important;
  height: 17px !important;
  box-sizing: content-box;
}




/* home-icon used in tribune */

.bottom-header .main-menu ul li.main-menu-list-item.home-icon {
  display: inline-block !important;
}

.bottom-header.sticky .main-menu ul li.main-menu-list-item.home-icon {
  display: none !important;
}



.main-menu-list-item.home-icon img {
  width: 17px;
  height: 17px;
}

/* home-icon used in tribune */

/* to be configurable */
.bottom-header .main-menu ul li.main-menu-list-item.selected_color {
  background-color: #0f2f63 !important;
}

/* to be configurable */


.hmbtn-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 26px;
}

.btn-line {
  height: 2px;
  width: 25px;
  background: #000;
  margin: 2.5px auto;
  transition: 0.3s ease-in-out;
}

.header-menu-btn:hover .btn-line {
  background: #c00;
  transition: background 0.3s;
}

.side-menu {
  width: 100vw;
  position: fixed;
  background: #000000de;
  display: inline-block;
  height: 100vh;
  z-index: 30;
  top: 0vh;
  right: -100vw;
}

.side-menu.show {
  right: 0;
}

.side-menu-inner {
  background-color: #fff;
  border-top: 4px solid #0d1c3d;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 999999999999;
  position: fixed;
  height: auto;
  width: 100%;
  left: 0;
  top: -500%;
  padding: 0 25px 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.2s;
  overflow-y: hidden;
}

.side-menu-inner.show {
  top: 0;
}



.side-menu-inner.show::-webkit-scrollbar {
  width: 6px !important;
}

.side-menu-inner.show::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.side-menu-inner.show::-webkit-scrollbar-thumb {
  border-radius: 50px !important;
  background-color: #ccc !important;
}



.brading-wrapper-sm {
  width: 100%;
  display: flex;
  position: sticky;
  /* background: #0d1c3d; */
  top: 0;
  left: 0;
  z-index: 12;
  gap: 30px;
  padding: 30px 0px;
  align-items: center;
}

.show-elem {
  display: inline-block;
}

.nav-side-mnu-nav {
  display: inline-block;
  width: 100%;
}

button.close-btn-smnu {
  width: fit-content;
  cursor: pointer;
  order: 3;
  margin: 0px 0px 0px auto;
  background: none;
  border: none;
}

.close-container {
  position: relative;
  margin: auto;
  width: 30px;
  height: 30px;
}

.leftright,
.rightleft {
  height: 2px;
  width: 18px;
  margin-top: 15px;
  /* background-color: #000; */
  border-radius: 2px;
  transition: 0.3s ease-in;
  position: absolute;
}

.leftright {
  transform: rotate(45deg);
}

.rightleft {
  transform: rotate(-45deg);
}

.close {
  margin: 60px 0 0 5px;
  position: absolute;
}

.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #c00;
}

.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #c00;
}

.bl-icon-wrap {
  width: 100%;
  padding: 0px;
  border-radius: 5px;
}

.bl-icon-wrap img {
  filter: invert(1);
}

.branding-logo {
  width: 160px;
  margin: 0;
  order: 1;
}

ul.smnu-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.5%;
}




li.smnu-list-item {
  width: 18%;
  display: inline-block;
  padding: 8px 0 8px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  /* height: 60px; */
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff26;
}

.smnu-list-item:hover {
  color: #c20;
  cursor: pointer;
}

.smnu-list-item.has-submenu::after {
  display: inline-block;
  content: "\25BE";
  margin-right: 6px;
  position: absolute;
  right: 0;
  top: 10px;
}

ul.sub-sm-list {
  width: 100%;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  z-index: 99999999;
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0px;
}

li.sub-sm-list-item {
  padding: 11px 15px 4px;
  position: relative;
  width: 100%;
}

ul.sub-sm-list.visible {
  display: inline-flex !important;
}


.bottom-header .main-menu ul.main-menu-list li.main-menu-list-item>a.selected_color {
  border-bottom: 1px solid #fff !important;
}


#srch_if_icn2 img {
  filter: brightness(100);
}

#ftr-facebook1,
#ftr-instagram1 #ftr-twiiter1 {
  border-radius: 7px;
  margin: 0 5px 0 0;
}

#ftr-facebook1 img,
#ftr-instagram1 img,
#ftr-twiiter1 img {
  filter: invert(1);
  margin-right: 10px;
}

.header_social-icons {
  width: 35%;
  display: none;
}

.header_social-icons ul {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.config-component {
  display: none;
  width: fit-content;
  gap: 10px;
}

.config-component a {
  width: 27px;
  height: auto;
  display: inline-block;
  margin: 0px 4px;
}

.config-component a img {
  width: 100%;
  height: auto;
}


.social-icons.srch-ovrly {
  width: fit-content;
  /* position: absolute; */
  /* bottom: 15px; */
  margin: 0px !important;
}

.social-icons.srch-ovrly ul {
  display: flex;
  gap: 13px;
}

.social-icons.srch-ovrly ul li a {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.social-icons.srch-ovrly ul li a img {
  width: 100%;
  height: 100%;
}


/* dark-mode css */

/* dark mode header css start  */

body.darkTheme {
  background-color: #121212;
}

body.darkTheme * {
  border-color: #cccccc40 !important;
}

body.darkTheme .bottom_sticky_menu_toolbar {
  background: #333 !important;
  border-top: none !important;
}

/* body.darkTheme #rjfirsttoolbar{
  background-color: #2C2C2C !important;
} */

body.darkTheme .Header_header__stateLink__66MfX li a img {
  filter: invert(1);
}

body.darkTheme .Header_header__stateLink__66MfX li a span {
  color: #fff;
}



body.darkTheme .btn-line {
  background-color: #fff !important;
}



body.darkTheme .top-header {
  background-color: #121212;
}

body.darkTheme .date-time {
  color: #fff;
}

body.darkTheme .current-time {
  border-color: #fff;
}

body.darkTheme .main-logo .logo-img img {
  filter: unset !important;
}

body.darkTheme .bottom-header {
  background: #e50914 !important;
}

/* 
body.darkTheme .main-menu ul.main-menu-list {
  background: #e50914 !important;
} */

body.darkTheme .bottom-header .bottom-navbar .search-input-field-btm {
  background: #121212 !important;
}

body.darkTheme .bottom_sticky_menu_toolbar_sec img {
  filter: invert(1) !important;
}

body.darkTheme .bottom_sticky_menu_toolbar_sec span.btm_stk_title {
  color: #fff;
  opacity: 1 !important;
}



/* dark mode header css end  */


/* dynamic page dark mode css */



body.darkTheme section#dynamic_page {
  color: #fff !important
}


/* dark mode newscarousel css start  */

body.darkTheme .news-top-carousel.card-carousel {
  background: #121212 !important;
}

body.darkTheme .news-top-carousel.card-carousel .slider {
  background: #121212 !important;
}

body.darkTheme .news-top-carousel.card-carousel .news-carousel .reltd-content {
  color: #fff !important;
}

/* dark mode newscarousel css end  */

/* dark mode spotlight css start  */

body.darkTheme .spotlight .spotlight-article {
  background: #2C2C2C !important;
}

/* body.darkTheme .spotlight .spotlight-stories {
  border-top: 1px solid #cccccc40;
} */


/* body.darkTheme .spotlight-heading a {
  color: #fff !important;
} */

body.darkTheme .spotlight-article-heading a {
  color: #fff !important;
}

body.darkTheme .spotlight .spotlight-desc {
  color: #fff !important;
}

body.darkTheme .spotlight-heading a {
  color: #e50914 !important;
}


body.darkTheme .spotlight .spotlight-article span.author-card {
  color: #fff !important;
  border-color: #fff !important;
}


body.darkTheme .spotlight .spotlight-article span.post-time {
  color: #fff !important;
}

body.darkTheme .spotlight .sub-title {
  color: #fff !important;
}

body.darkTheme .spotlight .spotlight-article span.auth-name a {
  color: #e50914 !important;

}

body.darkTheme .spotlight-article-heading a:hover {
  color: #e50914 !important;
}

body.darkTheme .spotlight .sub-title a:hover {
  color: #e50914 !important;
}



/* dark mode spotlight css end  */

/* dark mode shorts home css start  */

body.darkTheme .news-top-carousel.shrts_hm_crsl .nc-item .reltd-content {
  color: #fff !important;
}


/* dark mode shorts home css start  */



/* dark mode standard css start  */

body.darkTheme section {
  background: #121212 !important;
}

body.darkTheme .post-type-heading a {
  color: #fff !important;
}

body.darkTheme .va_scrsl {
  color: #fff !important;
}


body.darkTheme .post-cat {
  color: #e50914 !important;
}

body.darkTheme .post-header:hover a {
  color: #e50914 !important;
}

body.darkTheme .post-header a {
  color: #fff !important;
}

body.darkTheme .post-desc {
  color: #fff !important;
}

body.darkTheme .post-info {
  color: #fff !important;
}

body.darkTheme .post-info span.auth-name {
  border-color: #fff !important;
}

body.darkTheme .post-info span.auth-name a {
  color: #e50914 !important;
}

/* dark mode standard css end  */

/* dark mode layout specific css start  */

body.darkTheme .layout-3 .side-widget {
  background: #2C2C2C !important;
  border: none !important;
}

body.darkTheme .layout-4 .pbs-vrtcl .post-content-wrapper {
  background: #2C2C2C !important;
}


/* dark mode layout specific css end  */

/* dark mode article page css start  */

body.darkTheme .cd-breadcrumb span>*,
body.darkTheme .cd-multi-steps span>* {
  color: #777;
}

body.darkTheme .nextStory {
  background: #333 !important;
  border: 0;
  color: #fff !important;
  text-align: center;
}

body.darkTheme .cd-breadcrumb span.current>*,
body.darkTheme .cd-multi-steps span.current>* {
  color: #ccc !important;
}


body.darkTheme .main-post-cntnt-left {
  background: #121212 !important;
}

body.darkTheme .side-post-cntnt-right {
  background: #121212 !important;
}

body.darkTheme .article-page .article-main .post-item .post-header {
  color: #fff !important;

}

body.darkTheme .main.article-page .article-widget span.trnd-head {
  color: #fff !important;
}

body.darkTheme .post-type-heading {
  color: #ffffff;
}

body.darkTheme .main.article-page span.inbtw-head {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}

body.darkTheme .main.article-page .inbtw_content {
  color: #fff !important;
}

body.darkTheme #story-detail ul {
  color: #fff !important;
}

body.darkTheme .post-description p {
  color: #fff !important;
}

body.darkTheme .post-tags span.tags {
  color: #fff !important;
}

body.darkTheme .post-type-heading {
  color: #fff !important;
  border-bottom: 2px solid #cccccc40 !important;
}

body.darkTheme .sticky_next_social {
  background: #2C2C2C !important;
  color: #fff !important;
}

body.darkTheme .post-description h2 {
  color: #fff !important;
}

body.darkTheme .post-description h3 {
  color: #fff !important;
}

body.darkTheme h2.heading-banner {
  background-color: #2C2C2C !important;
}

body.darkTheme .sticky_next_social .post-share .share-icon img {
  filter: unset !important;
}

body.darkTheme .sticky_next_social .post-share .social-icons ul li#tw-social-icon {
  filter: invert(1) !important;
}

body.darkTheme .sticky_next_social a#next_post {
  background-color: transparent !important;
  color: #fff !important;
}

body.darkTheme #story-detail p {
  opacity: 0.85;
}

/* 
body.darkTheme .article-page .side-widget.sw-side-line-layout .post-header{
  opacity: 0.85;
} */

body.darkTheme .article-page .related-post-widget .post-header {
  opacity: 0.85;
}

body.darkTheme .post-description p span {
  color: #fff !important;
}

body.darkTheme .post-tags a {
  color: #fff !important;
}



/* dark mode article page css end  */



/* dark mode author page css start  */

body.darkTheme .author-info-card {
  background: #2C2C2C !important;
}

body.darkTheme .aic-info h3 {
  color: #fff !important;
}

body.darkTheme .aic-info p {
  color: #777 !important;
}


/* dark mode author page css start  */

body.darkTheme .search-text span {
  color: #e50914 !important;
}


/* dark mnode toggle button css */

.ws_mode {
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  /* display: none; */
  position: absolute;
  top: -307%;
  right: -64px;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #333;
  width: 48px;
  height: 20px;
  border-radius: 50px;
  position: relative;
  padding: 5px 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}


.checkbox-label .ball {
  background-color: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-label .ball img {
  width: 12px;
  height: 12px;
}

.ws_mode .day-mode {
  display: none;
  /* display: inline-block; */
  font-size: 8px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  width: fit-content;
  margin-right: auto;
  line-height: 1.3;
  padding-top: 2px;
}


.ws_mode .night-mode {
  /* display: none; */
  display: inline-block;
  font-size: 8px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  line-height: 1.3;
  padding-top: 2px;
}


.ws_mode img {
  width: 15px;
  height: 15px;
}

.checkbox:checked+.checkbox-label .ball {
  transform: translateX(24px);
}

body.darkTheme .layout-3 h2.heading-banner {
  background: #000000 !important;
}

/* dark mnode toggle button css end */

/* contact us page dark mode css */

body.darkTheme span.c-info {
  color: #fff !important;
}

body.darkTheme .ic-sm-container {
  background-color: #2C2C2C !important;
  color: #fff !important
}

body.darkTheme span.sm-icon img {
  filter: unset !important;
}

/* contact us page dark mode css */

/* about us page dark mode css */


body.darkTheme .about-us-head {
  color: #fff !important;
}

body.darkTheme .about-us-para {
  color: #fff !important;
}

body.darkTheme .teamCdbx h3 {
  color: #fff !important;
}

body.darkTheme .teamCdbx {
  background-color: #2C2C2C !important;
}

body.darkTheme .teamCrd {
  border-radius: 5px;
  overflow: hidden;
  border: none;
}

.hidden {
  display: none;
}

/* about us page dark mode css */

/* top menu bar */

.top-header .logo-img {
  width: 130px;
}

.sticky {
  padding: 5px 0px !important;
}



.reltd-content {
  line-height: 1.45;
}

.layout-7 .layout-7-inner .post-desc {
  display: none;
}




.top-news-section .post-desc {
  display: none;
}

.top-news-section .post-desc {
  display: none;
}

.top-news-section .single-block-pl .post-header {
  font-size: 30px;
  line-height: 1.45;
}

.post-info {
  width: 100%;
}

.spotlight .post-info {
  width: unset;
}

.post-info .author-card {
  white-space: nowrap;
  width: 45%;
  overflow: hidden;
  margin-right: 5px;
  line-height: 1;
  align-items: center;
  display: inline-flex;
}

.post-info .auth-name {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-left: 5px;
}

.post-info .post-time {
  width: 55%;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
}

.post-item .post-featured-img-wrapper {
  margin-bottom: 8px;
}

.post-item .post-header {
  line-height: 1.45;
}

.top-news-section .multi-block-pl .post-header {
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 4px;
}

.multi-block-pl .post-featured-img-wrapper {
  margin-bottom: 5px;
}

.layout-4 .post-item .post-featured-img-wrapper {
  margin-bottom: 0px;
}

.scrollable-navbar a.selected_color {
  color: #fff;
  background: #ba2a2d;
}

.main-menu-list-item a:hover {
  color: #000 !important;
}

.leftright {
  background: #fff !important;
}

.rightleft {
  background: #fff !important;
}

@media only screen and (min-width: 360px) and (max-width: 759px) {
  .bottom_sticky_menu_toolbar_sec span.btm_stk_title {
    opacity: 1 !important;
  }

  .top-bar {
    display: none !important;
  }

  .bottom_sticky_menu_toolbar {
    height: 8% !important;
  }


  .main-menu-list-item a:hover {
    color: #e31e23 !important;
  }

  #rjfirst-toolbar {
    display: none;
  }

  .bl-icon-wrap {
    width: 110px;
  }

  ul.smnu-list {
    padding: 0px;
  }

  .layout-7 .layout-7-inner .posts-list-wrapper:nth-of-type(2)>div:nth-of-type(1) .post-featured-img-wrapper {
    order: 2;
    height: 190px;
  }

  .hz-layout .post-featured-img-wrapper {
    height: 100px;
  }

  .post-info {
    font-size: 13px !important;
  }

  .pbs-vrtcl .post-featured-img-wrapper {
    height: 190px;
  }

  .hz-layout .post-featured-img-wrapper {
    height: 105px;
  }


  .post-info {
    flex-direction: row !important;
  }

  .news-top-carousel {
    padding: 60px 0 0 !important;
  }



  .bottom_sticky_menu_toolbar_sec img {
    width: 29px;
    height: 29px;
    margin-bottom: 0px !important;
  }

  .sub_level_2 {
    margin-top: 26px !important;
    background: rgb(13, 28, 61);
    position: fixed;
    overflow: overlay;
    overflow-x: scroll;
    width: 100%;
    gap: 0px;
    margin-left: -101px;
  }

  .sub_level_2 {
    left: 100px !important;
  }

  .main-menu-list-item.has-submenu::after {
    right: -23px !important;
    padding: 5px 9px 6px 10px !important;
    background: #1f3055;
    border-radius: 3px;
    top: 0 !important;
  }

}


.header_social-icons {
  display: none
}


.si-inner form input {
  border: 1px solid #c6c6c6;
}

.post-info .author-card {
  width: auto !important;
  max-width: 45%;
}

.news-top-carousel {
  padding: 20px 0 0;
}

li.chooseState span {
  color: #000;
}

.search-input-field-btm {
  top: 60px;
}



.bottom-header .bhdr_logo>.logo-img {
  width: 105px;
  margin: 15px 0 15px 0;
}

.bottom-header.sticky .bhdr_logo>.logo-img {
  width: 125px !important;
}







.Header_header__stateLink__66MfX {
  width: 40% !important;
}

.Header_header__stateLink__66MfX li {
  margin-top: -10px;
}

@media screen and (max-width: 759px) {

  .spotlight-stories h1,
  .spotlight-article h2 {
    padding: 0px;
    line-height: 1.24em;
  }

  .news-top-carousel {
    padding: 44px 0 0 !important;
  }

  .header-menu-btn {
    width: 10% !important;
  }

  a.badge.badge-outline-dark.mr-3.mb-1 {
    padding: 2px 10px;
    margin: 0 0 0 2px;
  }

  div#toolbar {
    /* background: #fff; */
    border-top: 1px solid #fff;
    border-radius: 0px;
  }
}

@media screen and (min-width: 769px) {
  .header-content .Header_header__stateLink__66MfX {
    top: 23px !important;
  }
}

@media screen and (max-width: 759px) {
  .btn-line {
    background: #000 !important;
  }
}


.side-bar-menu li a:hover {
  background-color: #e31e23 !important;
  transition: all .3s ease-in-out;
}

.list-group-flush .list-group-item:hover {
  color: #fff !important;
  transition: all .3s ease-in-out;
}

.selected_class img {
  filter: invert(18%) sepia(84%) saturate(2364%) hue-rotate(342deg) brightness(111%) contrast(108%);
  transition: all .3s ease-in-out;
}

.top_menu_toolbar_sec:hover img {
  filter: invert(18%) sepia(84%) saturate(2364%) hue-rotate(342deg) brightness(111%) contrast(108%);
  transition: all .3s ease-in-out;
}

.top_menu_toolbar_sec:hover span {
  color: #e31e23 !important;
  transition: all .3s ease-in-out;
}


.classfiedAd-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}


.classfiedAd-container a {
  padding: 10px 12px 9px;
  background-color: #6387a9;
  font-size: .7rem;
  line-height: 1;
  text-transform: uppercase;
  z-index: 1;
  color: #fff;
  border-radius: 4px;
  font-family: "Libre Franklin", sans-serif !important;
  transition: .2s ease-in-out;
  width: 45%;
  text-align: center;
}


.classfiedAd-container a:nth-of-type(2) {
  background-color: #ffb900;
}

.logo-img.mobile_View {
  display: none;
}


.smnu-list .mobile-sideMenu {
  display: none;
}

.classfiedAd-container {
  display: none;
}

ul.smnu-list.mobile-sideMenu {
  display: none;
}

.classfiedAd-container {
  display: none;
}

@media only screen and (max-width: 759px) {
  .scrollable-navbar {
    background-color: #e31e23 !important;
  }

  .sn-item {
    color: #fff !important;
    font-size: 17px !important;
  }

  .top-bar {
    display: none !important;
  }

  .logo-img.desktop_view {
    display: none;
  }

  ul.smnu-list.desktop_sidemenu {
    display: none;
  }

  ul.smnu-list .mobile-sideMenu {
    display: block;
  }

  .classfiedAd-container {
    display: flex;
  }

  ul.smnu-list.mobile-sideMenu {
    display: flex;
  }

  ul.smnu-list {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    height: 58vh !important;
    gap: unset !important;
    justify-content: space-between !important;
  }

}

.ad_div_bottom_adcode_cat {
  float: left;
}


.header-section {
  padding: 0px 0px 8px;
}

.bottom_sticky_menu_toolbar #toolbar_first_show .selected_color img {
  filter: invert(18%) sepia(84%) saturate(2364%) hue-rotate(342deg) brightness(111%) contrast(108%);
  transition: all .3s ease-in-out;
}

div#toolbar_first_show .selected_color span {
  color: #ba1a1a !important;
}

div#addtoHomescreen {
  display: none;
}

a:hover {
  color: #e31e23;
  transition: 0.25s ease-in-out;
}



.sidemenu-heading {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  color: #000;
  font-family: open sans, sans-serif;
  text-transform: capitalize;
  padding-left: 0px;
  width: 100%;
  padding: 15px 0px 8px 2px;
  display: inline-block;
}

.sidemenu-heading.withborder {
  border-top: 1px solid #ddd;
  padding-top: 27px;
  padding-bottom: 8px;
}


.bottom-header .main-menu ul li ul.sub-menu .main-menu-list-item.has-submenu {
  padding: 6px 15px 10px !important;
}

.bottom-header.sticky .main-menu ul li.has-submenu span {
  padding: 0px !important;
  display: inline-block !important;
  margin-right: 10px !important;

}

.bottom-header.sticky .main-menu ul li.has-submenu span {
  padding: 5px 10px !important;
  display: inline-block !important;
  margin-right: 10px !important;
}


/* css for menu tribune  */

/* css for menu tribune START */

.beta_mainmenu {
  display: inline-block;
  width: 100%;
}

.top-category_menu-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.top-category_menu {
  display: flex;
  flex-direction: row;
  gap: 1.5%;
}

.beta_menuitem {
  padding: 5px 0px;
  position: relative;
  line-height: 1;
}

.beta_menuitem.submenuitem:hover {
  /* background-color: #09457f; */
  background-color: #0e3b66 !important;
}

.beta_menuitem.contains_submenu::after {
  display: inline-block;
  content: "\25BE";
  position: absolute;
  top: 0px;
  padding: 7px 20px 5px;
  z-index: 5;
  color: #999;
  cursor: pointer;
  line-height: 1;
}

.top-category_menuitem.beta_menuitem {
  width: 13%;
}

.beta_menuitem a,
.beta_menuitem span {
  display: inline-block;
  font-weight: 400;
  font-size: .75rem;
  position: relative;
  text-transform: capitalize;
  color: #fff !important;
  font-family: "Libre Franklin", sans-serif !important;
}

.beta_menuitem a {
  cursor: pointer;
}



.beta_menuitem.submenuitem a {
  padding: 0px 15px;
}

.beta_menuitem>a:hover {
  color: #999 !important;
}

.sub-category_menu-wrapper {
  display: flex;
  width: 100%;
  gap: 1.5%;
}

.sub-category_menu {
  display: flex;
  flex-direction: column;
  width: 13%;
}

.beta_menuitem.category-header {
  border-bottom: 1px solid #e3e3e34a !important;
  margin-bottom: 10px;
  width: 100% !important;
  cursor: default;
}

/* .beta_menuitem.category-header span {
  font-weight: 800 !important;
  color: #999 !important;
} */

.sub-category_sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  z-index: 10;
  background: #002951 !important;
  padding: 5px 0px;
}

.show {
  display: inline-block !important;
}


@media only screen and (max-width:1366px) {
  .beta_menuitem {
    padding: 5px 0px;
  }
}

@media only screen and (max-width:759px) {
  .beta_menuitem.desktop_sidemenu {
    display: none;
  }
}

/* css for menu tribune END */

.card-overlay-text h5 {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.15rem !important;
  word-spacing: 0.25rem !important;
}

.card-overlay-text .date {
  font-size: .7rem !important;
  font-family: "Libre Franklin", sans-serif !important;
}

.card-overlay-text.bigCard h5 {
  font-size: 1.9rem !important;
  font-family: "DM Serif Display", serif !important;
  line-height: normal !important;
  word-spacing: unset !important;

}

.carousel-indicators [data-bs-target] {
  width: 5px !important;
  height: 5px !important;
  background-color: #999 !important;
}

.leftCarousel .card-overlay-text {
  bottom: 14px !important;
}

.leftCarousel .card-overlay-text h5 {
  font-weight: 700 !important;
}


.carousel-indicators {
  margin-bottom: .2rem !important;
}

.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}

.col-md-6 {
  margin-top: 1rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.col-12 {
  margin-top: 1.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.card-grid .card-grid-sm {
  height: calc(50vh - 135px) !important;
}

.card-overlay-text {
  padding: 13px !important;
  background: #0000003b !important;
  border-radius: 7px !important;
}

@media only screen and (max-width: 759px) {


  .top-bar-wrap {
    display: none;
  }

  .bottom-header .main-menu,
  .date-time,
  .side-widget.sw-side-line-layout,
  .top-header {
    display: none;
  }

  .search-section {
    width: 60%;
  }

  .bottom-header {
    display: block;
    padding: 10px 0 !important;
    background-color: #fff;
    z-index: 99;
  }

  .header-menu-btn {
    display: inline-block !important;
    width: 35%;
    order: 1;
  }


  .bottom-header .bottom-navbar .search-input-field-btm {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 101px;
    left: 0;
    z-index: 25;
    -webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
    padding: 16px 15px 16px;
  }

  .si-inner form input {
    padding: 6px 8px 9px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .bhdr_logo {
    filter: invert(1);
    margin-top: 0 !important;
    display: block;
    width: 30%;
    order: 2;
  }

  .bottom-header .bottom-navbar .search-icon {
    width: 20px !important;
  }

  .bottom-header .bhdr_logo .logo-img {
    width: 175px !important;
    padding: 0 !important;
    margin: -2px 0 -4px -48px !important;
  }

  .bottom-header.sticky .bhdr_logo>.logo-img {
    width: 175px !important;
  }

  .bottom-header .bhdr_logo .logo-img.mobile_View {
    display: inline-block !important;
  }

  .bhdr-search-field {
    width: 35%;
    display: flex !important;
    order: 3;
    gap: 12px;
    justify-content: flex-end;
  }

  .bhdr-search-field.sidemenu-search {
    width: 100% !important;
  }

  .bhdr-search-field.sidemenu-search .search-section-inner {
    width: 100% !important;
  }

  .search-input-field {
    width: 100%;
    background-color: #fff;
    display: none;
    position: absolute;
    right: 0 !important;
    top: 58px !important;
    padding: 0 15px !important;
  }

  .side-menu-inner {
    width: 100%;
    height: 100vh;
    padding-top: 18px;
  }

  ul.smnu-list {
    padding: 0px;
    overflow: hidden;
    height: 510px;
    overflow-y: scroll;
  }

  li.smnu-list-item {
    width: 100%;
  }

  .search-section-inner {
    position: unset;
    width: unset;
  }

  .brading-wrapper-sm {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }

  .brading-wrapper-sm button.close-btn-smnu {
    position: absolute;
    right: 0px;
  }




  .bottom-header .main-menu {
    display: block;
    position: absolute !important;
    bottom: -47px !important;
    width: calc(100% + 30px) !important;
    left: -15px;
    z-index: 6;
  }

  .bottom-header .main-menu ul.main-menu-list {
    background: #000;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    text-wrap: nowrap;
    padding: 5px 10px 5px !important;
    margin: unset !important;
  }

  .bottom-header.sticky .main-menu ul.main-menu-list>li>a {
    padding: 0 !important;
  }

  .bottom-header .main-menu ul li.main-menu-list-item.home-icon,
  .bottom-header.sticky .main-menu ul li.main-menu-list-item.home-icon {
    display: inline-block !important;
  }

  .bottom-header .main-menu ul.main-menu-list::-webkit-scrollbar {
    display: none;
    /* height: 2px;
    background: #f4f4f4; */
  }

  .bottom-header .main-menu ul.main-menu-list::-webkit-scrollbar-thumb {
    background: #f4f4f4;
  }

  .bottom-header.sticky .main-menu ul li {
    padding: 0px 15px;
  }

  .main-menu-list-item::before {
    border-right: 0 !important;
  }

  .bottom-header.sticky .main-menu ul.main-menu-list>li {
    padding: 4px 12px 4px !important;
  }

  .bottom-header .main-menu ul>li.has-submenu {
    margin-right: 35px !important;
    padding: 4px 12px 4px !important;
  }

  .bottom-header.sticky .main-menu ul li.has-submenu span {
    padding: 0 !important;
    margin-right: 0 !important;
  }

  .bottom-header .main-menu ul li {
    display: flex !important;
    align-items: center;
    padding: 4px 12px 4px !important;
    width: fit-content !important;
  }

  .bottom-header .main-menu ul li>a {
    padding: 0 !important;
  }

  .config-component {
    display: flex !important;
  }

  .si-inner .search-close-btn {
    right: 18%;
    top: 21%;
  }

  .si-inner form {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
  }

  .social-icons.srch-ovrly {
    margin-top: 14px !important;
    margin-bottom: 60px !important;
  }

  .top-bar {
    display: none !important;
  }

  .ws_mode {
    position: absolute;
    left: 10%;
  }

  .bottom-header .main-menu ul li ul.sub-menu {
    display: none;
    position: fixed;
    /* overflow: overlay; */
    overflow-x: scroll;
    top: 104px;
    width: 100%;
    gap: 0px;
    flex-wrap: nowrap !important;
    border-top: 0px !important;
    background-color: rgb(183 28 32);
    padding: 5px 10px 5px !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu .main-menu-list-item.has-submenu {
    padding: 6px 15px !important;
  }


  .bottom-header .main-menu ul>li>ul.sub-menu.sub_level_1 {
    top: 108px !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu>li {
    gap: 8px;
    border-bottom: none !important;
  }

  .bottom-header .main-menu ul li.main-menu-list-item:hover {
    background-color: #0f2f63 !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu li a {
    font-size: .82rem;
    font-weight: 400;
    padding: 0px !important;
  }

  .bottom-header .main-menu ul>li>ul.sub-menu.sub_level_1>li>ul.sub_level_2 {
    top: 120px !important;
    padding: 5px 10px 5px !important;
  }

  #srch_if_icn2 img {
    filter: brightness(0);
  }

  /* body.darkTheme #srch_if_icn2 img {
    filter: brightness(100) !important;
  } */



}


/* **************** */
/* CSS for tablet tribune */
/* **************** */


@media only screen and (min-width: 760px) and (max-width : 1200px) {

  /* header topbar  */

  .header-main .top-header {
    display: inline-block !important;
  }

  body .adVrt,
  body .logo-pair {
    display: inline-block !important;
  }

  .adVrt {
    right: 2% !important;
  }

  .adVrt.epaper.abt {
    left: 0% !important;
  }

  .adVrt.epaper.ethics {
    left: 15.5% !important;
  }

  .adVrt.epaper.dwnld {
    left: 29.5% !important;
  }

  .adVrt.epaper.subs {
    right: 1% !important;
  }

  .top-header {
    padding: 10px 0 15px !important;
  }

  .top-header .logo-img {
    margin: 4px 0 52px 0 !important;
  }

  .logo-pair {
    top: 114px !important;
  }

  /* .logo-pair .logo-1,
  .logo-pair .logo-2 {
    left: 115px !important
  } */

  .logo-pair .logo-1 {
    left: 5% !important;
  }

  .logo-pair .logo-2 {
    left: 22% !important;
    width: 141px !important;
  }

  body .container-grid,
  body .container {
    width: 100% !important;
    padding: 0 25px !important;
  }

  .top-bar .buttons-wrapper.tribune>.social-icons {
    left: 25px !important;
    top: 118px !important;
  }

  .cuurent-date {
    padding-left: 0px !important;
  }

  .main-logo {
    width: 230px !important;
  }

  .main-logo .logo-img {
    width: 100% !important;
  }

  /* sidemenu css */



  .header-main .side-menu .beta_menuitem.contains_submenu::after {
    padding: 7px 7px 5px !important;
  }

  .header-main .top-category_menu-wrapper {
    margin-bottom: 25px;
  }

  .header-main .top-category_menu-wrapper .top-category_menu {
    gap: 2% !important;
    flex-wrap: wrap !important;
  }

  .header-main .top-category_menu-wrapper .top-category_menuitem.beta_menuitem {
    width: 15% !important;
  }

  .header-main .sub-category_menu-wrapper {
    gap: 2% !important;
    flex-wrap: wrap !important;
    row-gap: 20px !important;
  }

  .header-main .sub-category_menu-wrapper .sub-category_menu {
    width: 15% !important;
  }

  .header-main .sub-category_menu-wrapper .sub-category_menu:last-child {
    width: 100% !important;
  }

  .header-main .sub-category_menu-wrapper .sub-category_menu:last-child {
    width: 100% !important;
    flex-direction: row !important;
    column-gap: 15px;
    flex-wrap: wrap !important;
  }

  .header-main .sub-category_menu-wrapper .sub-category_menu:last-child .beta_menuitem.category-header {
    width: 100% !important;
  }

  .header-main .top-category_menu .top-category_menuitem a,
  .header-main .sub-category_menu .sub-category_menuitem.category-header a,
  .header-main .sub-category_menu .sub-category_menuitem.category-header span {
    font-size: 1rem !important;
  }



  /* for scrollable bar  */

  .bottom-header .main-menu>ul.main-menu-list>li#ssoLogin {
    display: block !important;
  }

  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(1),
  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(2),
  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(3),
  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(4) {
    display: none !important;
  }


  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(5)::before {
    display: none !important;
  }




  /* betahome CSS */

  .linebreak {
    width: calc(100% - 30px) !important;
  }


  .sectionBox-inner {
    flex-direction: column !important;
  }

  .subCompnt-lt {
    width: 100% !important;
    margin-bottom: 35px;
  }

  .subCompnt-rt {
    width: 100% !important;
  }

  .sectionBox.section-1 .subCompnt-rt {
    display: flex;
    flex-wrap: wrap;
  }

  .sectionBox.section-1 .subCompnt-rt .subCompnt_wrapper {
    border-left: 0px !important;
    display: flex;
    width: 70%;
  }


  .sectionBox.section-1 .subCompnt-rt .subCompnt_wrapper .widget-container {
    width: calc(50% - 15px);
    padding: 0px !important;
    margin: 0px 15px 15px 0px;
  }


  .sectionBox.section-1 .subCompnt-rt .ad_div_bottom_adcode344 {
    margin: 0px !important;
    display: inline-block;
    width: 30% !important;
    background-color: transparent !important;
  }

  .sectionBox.section-1 .subCompnt-rt .ad_div_bottom_adcode344>div {
    background-color: transparent !important;
  }

  .sectionBox.section-1 .subCompnt-rt .top_ads .widget-container {
    padding: 0px 20px 0px 0px !important;
    border: unset !important;
  }

  .sectionBox.section-1 .subCompnt-rt .bottom_ads .widget-container {
    padding: 40px 0px 0px 0px !important;
    border: unset !important;
  }

  .sectionBox.section-1 .subCompnt-rt .bottom_ads .widget-container {
    position: relative !important;
  }

  .sectionBox.section-1 .subCompnt-rt .bottom_ads .widget-container::before {
    content: 'Sunday Special';
    font-family: "Libre Franklin", sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.15rem;
    color: #0c5477;
    font-weight: bold;
  }


  /* one-ftrcard-layout */

  .ofl-inner-2 {
    padding-right: 0px !important;
  }


  /* two-postcard-layout */

  .two-postcard-layout .tpl-inner li:nth-of-type(2n) {
    padding-right: 0px;
  }

  /* widget-container */

  .sectionBox .widget-container .h2-heading {
    padding-top: 0 !important;
    width: fit-content !important;
    margin: 0px 0px 30px 0px !important;
  }


  .epaper-image {
    width: 100% !important;
    display: block !important;
    margin: auto !important;
  }


  /* news-list-noimg-layout */


  .news-list-noimg-layout {
    width: calc(50% - 15px) !important;
    padding: 0px 15px 0px 0px !important;
    margin: 0px 15px 0px 0px;
    border-right: 1px solid #e3e3e3;
  }


  /* two-ftrcard-layout */

  .two-ftrcard-layout .tfl-inner-2 .card-df .thumb-img {
    height: auto !important;
  }


  /* columnists_layout */

  .columnists_layout {
    padding: 0px !important;
    border-left: 0px !important;
  }

  .colmn-inner {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    row-gap: 15px !important;
  }

  .colmn-inner li {
    width: 47% !important;
  }

  .columnists_layout .colmn-inner li:nth-last-child(2) .card-df {
    border-bottom: 0px;
  }

  /* videoCrsl */

  button.scroll-button:nth-of-type(1) {
    left: -18px !important;
  }

  .videoCrsl .v-inner li .card-df {
    gap: 5px !important;
  }

  /* one-ftrcard-colmn-layout */

  .sectionBox-inner:has(.one-ftrcard-colmn-layout) {
    flex-direction: row !important;
  }

  .one-ftrcard-colmn-layout .ofcl-inner li:nth-of-type(1) .card-df .thumb-img {
    height: 110px !important;
  }


  /* news-list-bigImg-layout */

  .news-list-bigImg-layout {
    border-left: 0px !important;
    padding: 0px !important;
  }


  /* newslist_horizontal-layout */

  .newslist_horizontal-layout .nhl-inner .card-df .thumb-img {
    height: 110px !important;
  }


  .section-12 .subCompnt-rt {
    margin-top: 0% !important;
  }

  /* two-ftrcard-layout */

  .tfl-inner-2 {
    padding-right: 0px !important;
  }

  /* news-list-bigImg-layout */

  .news-list-bigImg-layout .nlbl-inner .card-df {
    display: flex;
    gap: 25px;
  }

  .news-list-bigImg-layout .nlbl-inner .card-df .thumb-img {
    height: 150px !important;
    width: 30% !important;
    display: inline-block !important;
    margin-bottom: 0px !important;
  }

  .news-list-bigImg-layout .nlbl-inner .card-df .entry-content {
    width: 70%;
  }

  .sectionBox.section-11 .news-list-bigImg-layout .thumb-img {
    display: inline-block !important;
    margin-bottom: 0px !important;
    height: 135px !important;
  }

  /* newslist_singlecard-layout */

  body .newslist_singlecard-layout .nsl-inner .card-df .thumb-img {
    height: 30vh !important;
  }

  /* five_ftrCard_layout */

  .five_ftrCard_layout .ffl-inner-2 .card-df .thumb-img {
    height: 90px !important;
  }

  /* oneCol_bigImgRt_layout */

  .obl-inner {
    padding-right: 0px !important;
  }



  /* five_ftrCard_layout movie review section homepage */


  /* .sectionBox.section-7 .five_ftrCard_layout ul.ffl-inner-2 {
    row-gap: 30px;
  } */

  .sectionBox.section-7 .five_ftrCard_layout .rating span {
    font-size: 13px;
    font-weight: 400;
    font-family: Libre Franklin, sans-serif;
    margin-left: 5px !important;
  }

  /* .sectionBox.section-7 .five_ftrCard_layout .ffl-inner-2 li:nth-of-type(3) .card-df,
  .sectionBox.section-7 .five_ftrCard_layout .ffl-inner-2 li:nth-of-type(4) .card-df {
    border-bottom: 1px solid #e3e3e3;
  } */


  /* header side menu  */

  .header-main .beta_menuitem a,
  .header-main .beta_menuitem span {
    line-height: 1.1rem;
  }


  /* footer */

  .footer_left {
    width: 40% !important;
  }

  .footer_right {
    width: 60% !important;
  }

  .footer_about-text {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }

  .tribune_footer .top-category_menu-wrapper {
    margin-bottom: 25px;
  }

  .tribune_footer .top-category_menu {
    gap: 0 !important;
    flex-wrap: wrap;
  }

  .tribune_footer .beta_menuitem {
    padding: 0;
    margin: 0 25px 12px 0;
  }

  .tribune_footer .top-category_menu .top-category_menuitem a {
    font-size: 1rem !important;
  }

  .tribune_footer .sub-category_menu-wrapper {
    flex-direction: column;
    gap: 0;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .tribune_footer .sub-category_menu-wrapper .sub-category_menu {
    width: 100% !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .tribune_footer .beta_menuitem.category-header {
    padding: 0 0 10px 0;
    margin: 0 25px 12px 0;
  }

  .tribune_footer .sub-category_menu .sub-category_menuitem.category-header a,
  .tribune_footer .sub-category_menu .sub-category_menuitem.category-header span {
    font-size: 1rem !important;
  }

  .tribune_footer .beta_menuitem a,
  .tribune_footer .beta_menuitem span {
    font-size: .8rem;
  }

  .tribune_footer .beta_menuitem a,
  .tribune_footer .beta_menuitem span {
    line-height: 1.1rem !important;
  }

  .tribune_footer_btm_cntnr .cntnr-left {
    width: 40% !important;
  }

  .tribune_footer_btm_cntnr .cntnr-right {
    width: 60% !important;
  }

}

.ot_logout_div button{
  background-color: #ffffff;
  color: #090909;
  border-radius: 14%;
  padding: 4px;
  cursor: pointer;
  opacity: .7;
  border: none;
}

.ot_logout_div button:hover{
  opacity: 0.9;
}

.onetablog {
  display: flex;
  border-radius: 15px;
}

div#vertical_menu {
  margin-left: 15px;
}
.social-icons.srch-ovrly{
  margin: 0 !important;
}





/* for scrollable bar  START*/

@media only screen and (min-width: 900px) and (max-width: 1100px) {

  .logo-pair .logo-1 {
    left: 8% !important;
  }

  /* for scrollable bar  */

  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(4) {
    display: inline-block !important;
  }

  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(3) {
    display: inline-block !important;
  }


}

/* for scrollable bar  END*/


@media only screen and (min-width: 759px) and (max-width: 830px) {
  .adVrt.epaper.ethics {
    left: 17.5% !important;
  }

  .adVrt.epaper.dwnld {
    left: 32.5% !important;
  }

}


@media only screen and (width: 759px) {

  .tribune_footer .beta_mainmenu {
    display: inline-block !important;
  }

}

@media only screen and (width: 768px) {
  body .logo-pair {
    top: 113px !important;
  }

  .logo-pair .logo-2 {
    left: 23% !important;
    padding: 10px 8px 10px !important;
  }

}

@media only screen and (max-width: 768px) {
  .onetablog {
    display: flex;
    justify-content: unset !important;
  }
  .ot_logout_div button {
    background-color: #fff;
    border-radius: 14%;
    padding: 4px;
    cursor: pointer;
    opacity: .7;
    border: 2px solid #000;
    color: #0d0d0d;
  }
  .mysaccount_header{
    margin: 0px 5px !important;
  }
}

.mysaccount_header{
   color: #fff !important;
    text-align: center;
    margin: 14px 7px;
    float: left;
}

@media only screen and (max-width: 768px) {
    .bottom-header .main-menu ul>li>ul.sub-menu.sub_level_1.active-parent{
        height: 74px !important;
    }
} .footer-section .post-cat,
.footer-section .post-item {
  display: inline-block;
  width: 100%;
}

.footer-section .post-item-cntnt,
.footer-section .social-icons {
  display: inline-block;
}

.footer-section .post-cat {
  margin-bottom: 6px;
  font-size: 16px;
  color: #c00;
  font-weight: 500;
  line-height: 1;
}

.footer-section .fcs-featured-post-list li .post-header,
.footer-section .post-desc,
.footer-section .post-header {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-section .author-card,
.footer-section .post-info {
  width: fit-content;
}

.footer-section .post-header {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
}

.footer-section .post-desc {
  font-size: 15px;
  color: #4c4c4c;
  font-weight: 600;
  margin-bottom: 7px;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

.footer-section .post-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  font-size: 13px;
  color: #000;
  line-height: 1;
}

/* 
.post-featured-img-wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 6px;
  overflow: hidden;
} */
/* .post-featured-img {
  width: 100%;
  transition: transform 0.5s cubic-bezier(0, 0, 0.42, 1.21);
} */
/* .post-featured-img:hover {
  transform: scale(1.1);
} */
.footer-section {
  width: 100%;
  display: block;
  margin-top: 20px;
  padding-top: 35px;
  background: #000000d9;
}

.footer-section .footer-content-sn {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.footer-section .fcs-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-section .sngl-fcs {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.footer-section div.sngl-fcs:nth-of-type(1) {
  width: 30%;
}

.footer-section .fcs-header {
  width: 100%;
  padding: 6px 7px 4px 0px;
  border: none;
  border-bottom: 1px solid #ffffff45 !important;
  text-align: left;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-size: 18px;
}

.footer-section .fcs-brand-logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.footer-section .fcs-about-txt {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.3;
}

.footer-section .fcs-cntct-num-wrap {
  text-transform: capitalize;
  font-size: 15px;
}

.footer-section .fcs-contact-info {
  width: 100%;
  display: block;
}

.footer-section .fcs-contact-info li {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}

.footer-section .fcs-featured-post-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section .fcs-featured-post-list li {
  width: 48%;
}

.footer-section .fcs-featured-post-list li a {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
  -webkit-line-clamp: 1;
  text-transform: capitalize;
}

.footer-section .fcs-links,
.footer-section .fcs-nwsltr-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-section .fcs-links li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-section .fcs-links li::before {
  display: none;
  content: "\25B8";
  margin-right: 10px;
}

.footer-section .fcs-links li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-section .fcs-nwsltr-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.footer-section .fcs-nwsltr-content input {
  font: inherit;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  height: 40px;
}

.footer-section .fcs-nwsltr-content input::placeholder {
  color: #4c4c4c;
  font-size: 14px;
}

.footer-section .fcs-nwsltr-content button {
  width: 40%;
  padding: 10px;
  background-color: #c00;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
}

.footer-section .copyright-content-sn {
  display: block;
  width: 100%;
  background-color: #000;
  padding: 15px 0;
}

.footer-section .ccs-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-section .cc-brand {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer-section .cc-brand p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-section .cc-social-icons {
  width: 40%;
  justify-content: flex-end;
  display: none !important;
}

.footer-section .social-icons ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
}

.footer-section .social-icons ul li {
  height: 28px;
}

.footer-section .social-icons ul li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.footer-section .ftr-social-icon img {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.footer-section .ftr-social-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(284deg) brightness(104%) contrast(104%);
}


/* app-icon CSS START */

.app-icon {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.app-icon ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
}

.app-icon ul li {
  width: 65%;
}

.app-icon ul li img {
  width: 100%;
  height: auto;
}





/* app-icon CSS END */

@media only screen and (max-width: 768px) {

  .footer-section .cc-brand,
  .footer-section .fcs-nwsltr-content button,
  .footer-section .main-post-cntnt-left,
  .footer-section .sngl-fcs {
    width: 100%;
  }

  .footer-section div.sngl-fcs:nth-of-type(1) {
    width: 100%;
  }

  .footer-section .main-content-section {
    margin-top: 15px;
  }

  .footer-section .main-content-section-inner {
    flex-direction: column;
    gap: 0;
  }

  .footer-section .fcs-inner {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer-section .fcs-header {
    margin-bottom: 20px;
    padding: 7px 8px 7px 0px;
  }

  .footer-section .fcs-nwsltr-content {
    gap: 10px;
  }

  .footer-section .fcs-nwsltr-content input {
    margin-bottom: 10px;
  }

  .footer-section .ccs-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .footer-section .cc-brand {
    justify-content: center;
  }

  .footer-section .cc-social-icons {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-section .fcs-nwsltr-content p {
    margin-bottom: 10px;
  }

  .footer-section .ftr-cr-container {
    flex-direction: column;
    gap: 10px;
  }

  .app-icon ul li img {
    width: 150px;
  }

  .app-icon ul {
    flex-direction: row;
    gap: 12px;

  }

  .app-icon ul li {
    width: fit-content;
  }
}

/* toolbar */

div#toolbar {
  display: none;
}

@media only screen and (min-width: 360px) and (max-width: 759px) {
  div#toolbar {
    display: block;
  }

  .bottom_sticky_menu_toolbar_sec img {
    margin-left: 25px;
    margin-top: 3px;
  }

  .bottom_sticky_menu_toolbar_sec span.btm_stk_title {
    margin-top: 5px;
  }

  .bottom_sticky_menu_toolbar_sec img {
    width: 21px;
    height: 21px;
    margin-bottom: 0px !important;
  }

  .bottom_sticky_menu_toolbar_sec span.btm_stk_title {
    height: 15px !important;
  }
}

.tribune_footer_socials .social-icons ul {
  display: flex;
  gap: 10px;
  
}*,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
ol,
p,
pre,
ul,
nav {
    padding: 0;
    margin: 0;
}


ol,
ul {
    list-style-type: none;
}


button,
input,
select,
textarea {
    font: inherit;
}

input:focus-visible {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
}



body {
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.container_listing {
    margin: 0px auto;
    width: 80%;
    padding: 1px 3px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

@media (max-width: 759px) {
    .container_listing {
        width: 100%;
        padding: 0px 3px;
    }
    .iplLogo_mobile{
        display: block !important;
    }
    .iplLogo {
        display: none !important;
    }
}

.iplLogo_mobile{
    display: none;
    width:100%;
    height: auto;
    margin: auto;
    padding: 0px 0px 12px;
}

.iplLogo_mobile img {
    width: 100%;
    height: auto;
}

.sectionBox {
    display: block;
    width: 100%;
    padding: 0px 0px 35px;
}

@media (max-width: 759px) {
    .sectionBox {
        padding: 60px 0px 35px;
    }
}

.h2-heading {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-left: 6px solid #011E48;
    padding-left: 8px;
    margin-top: 20px;
}

.h2-heading span {
    font-size: 1.1rem;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    /* font-family: "Libre Franklin", sans-serif; */
}

.iplBanner {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #011E48;
    margin: 0 0 40px 0;

}

.iplLogo {
    width: 78%;
    height: auto;
    margin: auto;
    padding: 0px 0px 12px;
    display: block;
}

.iplLogo img {
    width: 100%;
    height: auto;
}

h1.iplYear {
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 18px 0;
    text-transform: uppercase;

}

span.coming-soon {
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
}

.teamSquadCrsl-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 0 40px 0;
}

.teamSquadCrsl {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-family: "Libre Franklin", sans-serif;
    overflow: auto;
    position: relative;
}

.teamSquadCrsl::-webkit-scrollbar {
    display: none;
}

.teamSquadCrsl li {
    min-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 17px;
    box-sizing: border-box;
    height: 180px;

}

.teamImg {
    width: 85px;
    height: auto;
    margin: 0 0 12px 0;
}

.teamImg img {
    width: 100%;
}

h3.teamName {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    margin-bottom: 8px;
    text-align: center;
}

span.teamInfo {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    color: #999;
}

div#btnControlsWidget {
    width: 100%;
}


div#btnControlsWidget button.scroll-button {
    background-color: #333;
    padding: 2px;
    border-radius: 50%;
    border: 0;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
    transition: .3s all ease;
    z-index: 5;
    font-size: 12px;
    line-height: 1;
}

div#btnControlsWidget button.scroll-button:nth-of-type(1) {
    position: absolute;
    left: 0px;
    top: 56%;
}

div#btnControlsWidget button.scroll-button:nth-of-type(2) {
    position: absolute;
    right: 0px;
    top: 56%;
}

@media only screen and (max-width: 759px) {

    .teamSquadCrsl {
        gap: 4%;
        row-gap: 20px;
    }

    .teamSquadCrsl li {
        min-width: 46%;
    }

    .teamSquadCrsl {
        flex-wrap: wrap;
    }

    .teamSquadCrsl-wrapper .shortcontrols {
        display: none;
    }



    div#btnControlsWidget button.scroll-button:nth-of-type(1),
    div#btnControlsWidget button.scroll-button:nth-of-type(2) {
        top: 56%;
    }

    div#btnControlsWidget button.scroll-button:nth-of-type(1) {
        left: 6px;
    }

    div#btnControlsWidget button.scroll-button:nth-of-type(2) {
        right: 6px;
    }


}



/* for detail page */

.detailCards-wrapper {
    display: inline-block;
    width: 100%;
    font-family: "Libre Franklin", sans-serif;
}

ul.detailCards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.33%;
    row-gap: 15px;
}

li.detailCardSingle {
    display: flex;
    width: 24%;
    flex-direction: column;
    background: #fff;
    padding: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.18), 0 1px 2px 0 rgba(0, 0, 0, .11);
}

.playerPhoto {
    width: 80%;
    display: inline-block;
    margin: 0 0 14px 0;
}

.playerPhoto img {
    width: 100%;
}

h3.playerName {
    font-size: 1.2rem;
    line-height: 1;
    color: #000;
    margin: 0 0 6px 0;
    text-align: center;
}

span.playerInfo {
    font-size: 1rem;
    line-height: 1;
    color: #999;
    margin: 0 0 6px 0;
}

.iplTeam-wrapper {
    display: inline-block;
    width: 100%;
    background-color: #011E48;
}


/* cricket widget  */

.cricketWidget-wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 0 22px;
    background: #011E48;
}

.footer-section{
    width: 100% !important;
}
/* for latestnews cards */


.card-df {
    width: 100%;
    /* float: left; */
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.thumb-img {
    width: 100%;
    /* float: left; */
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.thumb-img img {
    width: 100% !important;
}

.entry-content {
    width: 100%;
    /* float: left; */
    display: inline-block;
    vertical-align: bottom;
}

.catg {
    width: 100%;
    /* float: left; */
    display: inline-block;
    vertical-align: bottom;
}

.catg h3 a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .63rem;
    letter-spacing: .7px;
}

.h2-title {
    width: 100%;
    /* float: left; */
    margin: 0px 0px 5px;
    display: inline-block;
    vertical-align: bottom;
}

.h2-title h2 a {
    font-size: 1.1rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    color: #000;
    /* text-transform: capitalize; */
}

.excerpt {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.excerpt p {
    font-size: 0.78rem;
    margin: 0px 0px 10px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2rem;
    overflow: hidden;
    text-transform: capitalize;
}

.authr {
    width: 100%;
    display: flex;
    vertical-align: bottom;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;

}

.authr h5 {
    width: fit-content;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.authr h5::after {
    content: '';
    border-right: 1px solid #999 !important;
    padding-right: 5px !important;
    position: absolute;
    right: -10px;
    top: 0px;
    height: 100%;
}


.authr h5 a {
    font-size: 0.63rem;
    color: #777;
    text-transform: uppercase;
}

.authr .p-time {
    width: fit-content;
    display: inline-block;
    color: #666;
    font-size: 0.63rem;
    text-align: right;
    font-weight: 500;
    padding-right: 6px;
    text-transform: uppercase;
}


.latestNews-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px 0;
}

.latestNews {
    display: flex;
    flex-direction: row;
    overflow: auto;
    position: relative;
    gap: 12px;
    padding: 0px 0 20px 0;
}

.latestNews::-webkit-scrollbar {
    display: none;
}

.latestNews li {
    min-width: 22%;
    width: 22%;
}

.latestNews li .card-df {
    padding: 10px;
    border-radius: 0;
    height: 355px;
    border: 1px solid #75757580;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.latestNews li .catg {
    display: none;
}

.latestNews li .thumb-img {
    height: 170px;
    overflow: hidden;
}

.latestNews li .thumb-img a,
.latestNews li .thumb-img picture {
    height: 100%;
}

.latestNews li .thumb-img img {
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.latestNews .excerpt p,
.latestNews .authr {
    font-family: "Libre Franklin", sans-serif;
}

.latestNews li .h2-title h2 a {
    -webkit-line-clamp: 3;
}

@media only screen and (max-width: 759px) {
    .latestNews li {
        min-width: 70%;
    }

    li.detailCardSingle {
        width: 48%;
    }

    ul.detailCards {
        gap: 4%;
        row-gap: 20px;
    }

}

.teamSquadCrsl-wrapper {
    margin-bottom: 20px !important;
}

.cricketWidget-wrapper1{
    display: inline-block;
    width: 100%;
    margin: 0px !important;
}

.carousel-container {
    padding: 0 0 0 !important;
    position: relative;
    font-family: Helvetica, sans-serif, serif !important;
}
.teamSquadCrsl-wrapper {
    margin: 28px 0 10px 0 !important;
}


.teamSquadCrsl-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 22px 0 40px 0 !important;
}

.desktop_only.desktop_text {
    display: none !important;
  }
  
  .navbar-brand {
    position: absolute !important;
    left: 47px;
  }
  
  .navbar-header{
    max-height: 112px;
  }
  
  .nav_left {
    margin: 2% 2% 0px 1% !important;
  }
  
  img#header-watsapp {
    display: none;
  }
  
  .navbar-header .headerlayout_links {
    margin-top: 5.2% !important;
    width: 7% !important;
  }
  
  .headerlayout_links img {
    width: 100%;
    height: auto;
    margin: -109% 0 0 -5px;
    max-width: 41px;
  }
  
  
  
  div#toolbar {
    display: none;
  }
  
  footer.main-footer {
    font-size: 18px;
  }
  
  ul.site-link li a {
    font-size: 18px !important;
  }
  
  .footer_pub_logo img {
    max-width: 112px;
  }
  
  .navbar-header .headerlayout_links:nth-child(6) {
    position: absolute;
    right: 4px;
    top: 62px;
  }
  .navbar-header {
    max-height: 112px;
    height: 74px ;
  }
  
  
  
  .navbar-header .headerlayout_links {
    margin-top: 4.2% !important;
    width: 7% !important;
  }
  
  
  
  
  
  
  #close_vertical_menu {
    position: absolute !important;
  }
  
  .navbar-header .headerlayout_links:nth-child(6) {
    position: absolute;
    right: 23px;
    top: -7px;
    display: block;
  }
  
  .header_top_menu {
    top: 8% !important;
    border-top: 1px solid #ddd;
  }
  
  @media(max-width: 760px) {
  
    .navbar-header .headerlayout_links:nth-child(6) {
    
      /* display: block; */
    }
  
    .navbar-header .headerlayout_links:nth-child(5) {
    
      /* display: block; */
    }
    
    .text-.header_bar_category.navbar-header {
      max-height: 112px;
      height: 105px !important;
  }
  
  }
  
  div#iz-news-hub-main-container {
    display: none !important;
  }
  
  @media (min-width: 760px) {
      .navbar-header {
        max-height: 112px;
        height: 116px;
      }
      .text-.header_bar_category .header_top_menu {
        top: 142px !important;
        border-top: 1px solid #ddd;
      }
  
    div#desktop_mobile div#ipl-data-container {
      margin-top: 30px;
    }
    .submenu_slider  span{
      cursor: pointer;
    }
    .navbar-header .navbar-brand img {
      width: 18% !important;
      margin-top: 15px !important;
    }
  
    .text-.header_bar_category {
      padding: 0px 0px 9px 0px;
  }
  .navbar-header .headerlayout_links:nth-child(5){
      display: none;
  }
  .navbar-header .headerlayout_links:nth-child(6){
    display: none;
  }
  } 
  
  .side-bar-menu {
    margin-top: 100px !important;
  }


  .iplBanner {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #011E48;
    /* font-family: "Libre Franklin", sans-serif; */
    margin: 0 0 0 0;
}
.teamSquadCrsl-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 0 20px 0 !important;
}

span.teamInfo {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    color: #999;
    width: 100%;
    text-align: center;
    float: left;
    /* width: 100%; */
    /* text-align: center; */
}
#carousel {
    display: flex;
    overflow: auto;
    padding: 0 0 10px 0;
    scrollbar-width: none;
}

.cricketWidget-wrapper .h2-heading span {
    color: #fff;
}


.rdsecondframe {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    overflow: hidden;
    padding: 17px 0 20px;
    border-radius: 9px;
    border: 1px solid #ddddddb3;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    background: #fff;
}
.overview-card.main-card {
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    overflow: hidden;
    padding: 17px 0 20px;
    border-radius: 9px;
    border: 1px solid #ddddddb3;
    position: relative;
    z-index: 0;
    background: #fff;
}

.position-relative {
    position: relative !important;
}

.subnave {
    width: 100%;
    background: #061e59;
    color: #fcfcfc;
    position: relative;
    z-index: 2;
    padding: 12px 0px 4px 12px;
    box-sizing: border-box;
}
.subnave a {
    color: #fcfcfc;
    font-size: 12px;
}
.breadcrumb {
    display: flex;
    position: relative;
    top: 36px;
    right: 435px;
    color: #fff;
}


@media (max-width: 759px) {
    .sectionBox {
        padding: 38px 0px 35px;
    }

    .teamSquadCrsl li {
        min-width: 46%;
        width: 46%;
    }

}

.cricketWidget-wrapper .h2-heading span {
    color: #fff !important;
}

.disclaimer {
    display: flex;
    color: #343536;
    background: #bdbbbb;
    border-radius: 10px;
    padding: 10px;
}

.disclaimer_container {
    margin: 0px auto;
    width: 80%;
    padding: 1px 15px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

@media(max-width: 760px) {
    .disclaimer_container{
        width: 100%;
    }

    .disclaimer{
       display: block
    }
    .disclaimer a {
        display: inline;
    }
}*,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
ol,
p,
pre,
ul,
nav {
    padding: 0;
    margin: 0;
}


ol,
ul {
    list-style-type: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    font: inherit;
}

input:focus-visible {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
}

.latestNews-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px 0;
   }

   .container_listing {
    margin: 0px auto;
    width: 80%;
    padding: 1px 15px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}


.h2-heading {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-left: 6px solid #e4a925;
    padding-left: 8px;
    margin-top: 8px;
}

.h2-heading span {
    font-size: 1.1rem;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    font-family: "Libre Franklin", sans-serif;
}

.cricketWidget-wrapper .h2-heading span {
    color: #fff;
}


.latestNews {
    display: flex;
    flex-direction: row;
    overflow: auto;
    position: relative;
    gap: 12px;
}

.latestNews::-webkit-scrollbar {
    display: none;
}

.latestNews li {
    min-width: 25%;
    width: 25%;
}

.latestNews li .card-df {
    padding: 10px;
    border-radius: 0;
    height: 355px;
    border: 1px solid #75757580;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.latestNews li .catg {
    display: none;
}

.latestNews li .thumb-img {
    height: 170px;
    overflow: hidden;
}

.latestNews li .thumb-img a,
.latestNews li .thumb-img picture {
    height: 100%;
}

.latestNews li .thumb-img img {
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.latestNews .excerpt p,
.latestNews .authr {
    font-family: "Libre Franklin", sans-serif;
}

.latestNews li .h2-title h2 a {
    -webkit-line-clamp: 2;
}

.card-df {
    width: 100%;
    /* float: left; */
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.thumb-img {
    width: 100%;
    /* float: left; */
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.thumb-img img {
    width: 100% !important;
}

.latestNews li .thumb-img {
    height: 170px;
    overflow: hidden;
}

.latestNews li .thumb-img a,
.latestNews li .thumb-img picture {
    height: 100%;
}

.latestNews li .thumb-img img {
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.entry-content {
    width: 100%;
    /* float: left; */
    display: inline-block;
    vertical-align: bottom;
}

.catg {
    width: 100%;
    /* float: left; */
    display: inline-block;
    vertical-align: bottom;
}

.catg h3 a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .63rem;
    letter-spacing: .7px;
}

.h2-title {
    width: 100%;
    /* float: left; */
    margin: 0px 0px 5px;
    display: inline-block;
    vertical-align: bottom;
}

.h2-title h2 a {
    font-size: 1.1rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    color: #000;
    /* text-transform: capitalize; */
}

.excerpt {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.excerpt p {
    font-size: 0.78rem;
    margin: 0px 0px 10px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2rem;
    overflow: hidden;
    text-transform: capitalize;
}

.latestNews .excerpt p,
.latestNews .authr {
    font-family: "Libre Franklin", sans-serif;
}

.latestNews li .h2-title h2 a {
    -webkit-line-clamp: 2;
}

.authr {
    width: 100%;
    display: flex;
    vertical-align: bottom;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;

}

.authr h5 {
    width: fit-content;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.authr h5::after {
    content: '';
    border-right: 1px solid #999 !important;
    padding-right: 5px !important;
    position: absolute;
    right: -10px;
    top: 0px;
    height: 100%;
}


.authr h5 a {
    font-size: 0.63rem;
    color: #777;
    text-transform: uppercase;
}

.authr .p-time {
    width: fit-content;
    display: inline-block;
    color: #666;
    font-size: 0.63rem;
    text-align: right;
    font-weight: 500;
    padding-right: 6px;
    text-transform: uppercase;
}

div#btnControlsWidget button.scroll-button_mfc {
    background-color: #333;
    padding: 2px;
    border-radius: 50%;
    border: 0;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
    transition: .3s all ease;
    z-index: 5;
    font-size: 12px;
    line-height: 1;
}

div#btnControlsWidget button.scroll-button_mfc:nth-of-type(1) {
    position: absolute;
    left: 0px;
    top: 56%;
}

div#btnControlsWidget button.scroll-button_mfc:nth-of-type(2) {
    position: absolute;
    right: 0px;
    top: 56%;
}

div#btnControlsWidgetes button.scroll-button_mfc:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 56%;
}

div#btnControlsWidgetes button.scroll-button_mfc {
    background-color: #333;
    padding: 2px;
    border-radius: 50%;
    border: 0;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
    transition: .3s all ease;
    z-index: 5;
    font-size: 12px;
    line-height: 1;
}

div#btnControlsWidgetes button.scroll-button_mfc:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 56%;
}

div#btnControlsWidgetes button.scroll-button_mfc {
    background-color: #333;
    padding: 2px;
    border-radius: 50%;
    border: 0;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
    transition: .3s all ease;
    z-index: 5;
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 759px) {
    .container_listing {
        width: 100%;
        padding: 0px 15px;
    }
    .latestNews li {
        min-width: 70%;
    }
     .teamSquadCrsl-wrapper .shortcontrols {
        display: none;
    }

    div#btnControlsWidget button.scroll-button_mfc:nth-of-type(1),
    div#btnControlsWidget button.scroll-button_mfc:nth-of-type(2) {
        top: 56%;
    }

    div#btnControlsWidget button.scroll-button_mfc:nth-of-type(1) {
        left: 6px;
    }

    div#btnControlsWidget button.scroll-button_mfc:nth-of-type(2) {
        right: 6px;
    }
    
    div#btnControlsWidgetes {
        display: none;
    }
}
