input::placeholder {
  color: #fff;
  font-size: 1.2em;
}

/* 14-8-23 */

/* 31-05-2023 */
.wp-video {
  width: 100% !important;
}

.wp-video video {
  width: 100% !important;
  height: auto !important;
}

#breadcrumbs a,
ul.breadcrumb {
  padding: 16px 0px !important;
  color: #0057A3 !important;
  font-family: Mukta !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 23px !important;
  background-color: transparent !important;
  font-weight: 500 !important;
}

.brand img {
  border: solid white 3px;
  border-radius: 3px;
}


@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

/* .nav ul li:last-child a {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
} */

.top-5-news-card p {
  font-weight: 700;
  line-height: 1.4;
}

.fa-search {
  line-height: 2;
}

.hr_banner .d-block {
  display: none;
}

.h1-title {
  color: #043884;
  font-family: var(--font-family-mukta);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 32px;
}

.author .media .media-img {
  width: auto !important;
  padding-left: 0px;
}

.author .card h2 {
  color: #fff;
}

.author .card {
  border-radius: 70px 70px 0px;
  background: linear-gradient(45deg, #043884, #041225);
  box-shadow: 0px 0px 10px #121212;
  color: #fff;
  /* padding: 50px; */
  /*  height: 150px;*/
  border-bottom: 5px solid red;
}

.author .card .card-body {
  padding: 0px 4px;
}

.author .card .card-body .media .media-body {
  padding-inline-start: 25px;
  margin-block-start: 25px;
}

.author .card .card-body .media {
  margin-left: -7px;
}

.author .card .card-body .media .media-img {
  border-radius: 50%;
  width: 105px;
  border: 5px solid #ff0000;
}

.author .card .card-body .media .media-img img {
  border-radius: 50%;
}

.label-tag {
  background: #043884;
}

.label-right {
  color: #fff;
  background: #c7231d;
  padding: 0 var(--tag-size);
  font-size: var(--tag-size);
  height: calc(2 * var(--tag-size));
  line-height: calc(2 * var(--tag-size));
  width: max-content;
  position: relative;
  text-align: center;
  border-radius: 0px;
}

.label-right h2 {
  border-radius: 0px;
  color: #fff !important;
  height: 31px;
  background: #c7231d;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
  line-height: 66px;
  overflow: hidden;
}

.label-right h2 a {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: -16px;
}

.label-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  right: -30px;
  border: 15px solid #c7231d;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.read-more {
  position: absolute;
  right: 10px;
  top: 35px;
}

/*.side-menu{
    position: relative;
    top: 16px;
}*/

.hr_banner {
  text-align: center;
  padding: 5px 0;
  background: white;
}

.navigation {
  height: 55px;
  background: #043884;
  border-top: 4px solid #c70016;
}

nav {
  display: flex !important;
  flex-direction: row;
  /*  float: right;*/
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.brand .caption {
  position: relative;
  top: -30px;
  color: #121212;
  text-align: center;
  font-size: 19px;
}

.nav-container {
  max-width: 100%;
  margin: 0 auto;
}


.nav-center {
  justify-content: center;
  /* align-items: center; */
  z-index: 99999;
  display: flex;
  position: relative;
  right: 0;
  flex: none;
  flex-direction: row;
  flex-flow: row;
  flex-grow: initial;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
  white-space: nowrap;
  white-space: nowrap;
  font-size: 13px;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 6px;
  line-height: 50px;
  color: #fff;
  background: #262626;
  text-decoration: none;
}

nav ul li a {
  background: transparent;
  color: #FFF;
}

.shape {
  height: 17px;
  position: relative;
  width: 19px;
  top: 4px;
}

.group-10 {
  align-items: center;
  background-image: url('https://media.ibc24.in/wp-content/uploads/2025/07/live-radio-bg.webp');
  background-size: 100% 100%;
  height: 27px;
  min-width: 94px;
  padding: 3px 5px;
}

.textlabel {
  align-self: flex-end;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  margin-left: 12px;
  min-height: 22px;
  min-width: 52px;
  color: #121212;
}

.login-btn {
  padding: 4px 8px !important;
}

/* Mobile navigation */
.mobile .header .live-tv {
  position: absolute;
  right: 50px;
  top: 12px;
}

.mobile .header .live-tv span {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  padding: 5px;
}

.mobile .header .live-tv li {
  display: inline-block !important;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}

.header nav .nav-center {
  transform: translateX(70px);
}

.header nav .nav-center li a {
  padding: 0px 12px;
  font-weight: 600;
}

.header nav .nav-list-right li a {
  font-size: 12px;
  font-weight: 600;
  padding: 0px 4px;
}

.header nav .nav-list-right li a span span {
  align-self: flex-end;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 15px;
  margin-left: 12px;
  min-height: 22px;
  min-width: 52px;
  color: #121212;
}

.header nav .nav-list-right {
  transform: translateX(58px);
  display: flex;
  margin-right: 60px;
  margin-top: -3px;
}

.searchbox {
  position: relative;
  min-width: 50px;
  z-index: 999999999;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;

  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input {
  top: 5px;
  position: relative;
  right: 0;
  border: 0;
  outline: 0;
  background: #043884;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0px 30px 0px 20px;
  font-size: 13px;
  color: #fff;
}

.search-border {
  border: 1px solid #fff;
}

.searchbox-input::-webkit-input-placeholder {
  color: #d74b4b;
}

.searchbox-input:-moz-placeholder {
  color: #d74b4b;
}

.searchbox-input::-moz-placeholder {
  color: #d74b4b;
}

.searchbox-input:-ms-input-placeholder {
  color: #d74b4b;
}

.searchbox-icon {
  padding: 15px 0px !important;
}

.searchbox-icon,
.searchbox-submit {
  width: 35px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-15px);
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: transparent;
}

.searchbox-open {
  width: 65%;
  margin-left:10px;
}

/*sidenav*/
.sidepanel {
  width: 100%;
  height: 0px;
  position: fixed;
  z-index: 999999;
  top: 9%;
  left: 0;
  right: 0;
  background-color: #043884f0;
  overflow-y: hidden;
  transition: 0.5s;
  /*  padding-top: 60px;*/

}

.sidepanel a {
  padding: 8px 8px 8px 27px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}


.pollWidget {
  background: #fff;
  border: 2px solid #da0000;
  box-shadow: 0 1px 0 #d4d4d4;
  margin-bottom: 15px;
  padding: 15px
}

.pollWidget p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #3f4142;
  margin-bottom: 10px;
  font-family: Mandali, sans-serif;
}

.pollWidget .radio-buttons {
  background: #F9F9F9;
  border-radius: 3px;
  padding: 10px;
  width: 92%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}

.pollWidget .radio-buttons:last-child {
  margin-bottom: 0;
}

.pollWidget input[type="radio"] {
  display: none;
}

.pollWidget label {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-left: 30px;
}

.pollWidget label::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 2px solid #979797;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.pollWidget label::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #DA0000;
  border: 2px solid #DA0000;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.pollWidget input[type="radio"]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.pollWidget .votePercentage {
  z-index: -1;
  position: absolute;
  left: 0;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.pollWidget input[type=submit] {
  background: #d70102;
  border: 0;
  color: #fff;
  padding: 8px 16px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.desk-header,.footer {max-width: 1330px;margin: 0 auto;}
.container,.webstory-container {max-width: 1330px;margin: 0 auto;}
@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  iframe.election-page {
    width: 100% !important;
  }

  nav {
    width: 100%;
    padding: 55px 0 15px;
  }

  nav ul {
    display: block;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
    padding: 8px 16px;
    background: #262626;
  }

  .header nav .nav-center li a {
    padding: 8px 16px;
  }

  .header nav .nav-list-right {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateY(55px);
    width: 100%;
  }

  .searchbox-icon img {
    padding: 15px 0px !important;
  }

  .searchbox {
    position: relative;
    min-width: 50px;
    z-index: 999999999;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }

  .searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #043884;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: #fff;
  }

  .searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
  }

  .searchbox-input:-moz-placeholder {
    color: #d74b4b;
  }

  .searchbox-input::-moz-placeholder {
    color: #d74b4b;
  }

  .searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
  }

  .searchbox-icon,
  .searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: transparent;
  }



  .searchbox-open {
    width: 100%;
  }

  .header nav .nav-list-right li a {
    float: left;
  }

  .header .navigation .brand img {
    width: 80px;
    margin-top: 5px !important;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .navbar-dropdown {
    position: static;
  }

  .header nav .nav-center {
    transform: translate(1px, 31px) !important;
    width: 0%;
  }

  .brand a .caption {
    top: -41px;
    font-size: 12px;
    color: #fff;
  }

  @media screen and (min-width:800px) {
    .nav-list {
      display: block !important;
    }
  }

  #navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }

  #navbar-toggle span,
  #navbar-toggle span:before,
  #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
  }

  #navbar-toggle span:before {
    top: -10px;
  }

  #navbar-toggle span:after {
    bottom: -10px;
  }

  #navbar-toggle.active span {
    background-color: transparent;
  }

  #navbar-toggle.active span:before,
  #navbar-toggle.active span:after {
    top: 0;
  }

  #navbar-toggle.active span:before {
    transform: rotate(45deg);
  }

  #navbar-toggle.active span:after {
    transform: rotate(-45deg);
  }
}

/* bottom nav  */
/* Add a black background color to the top navigation */
.header .botnav {
  background-color: var(--white);
  overflow: hidden;
  padding: 6px 0px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* Style the links inside the navigation bar */
.header .botnav a,
.header .botnav .hot-now-heading {
  float: left;
  color: #000000;
  text-align: center;
  padding: 5px 7px;
  margin: 2px 0px;
  text-decoration: none;
  font-size: 12px;
  /* background-color: var(--porcelain); */
  border-radius: 11px;
}

/* Add a color to the active/current link */
.header .botnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Right-aligned section inside the top navigation */
.header .botnav-right {
  float: right;
  position: relative;
  right: 15px;
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* position: absolute;
  right: 0;
  top: 60px;
  padding: 10px 0px;
  background-color: #fff*/
  ;
}

.header .botnav-right a {}

.header .botnav-right a:nth-child(1),
.header .botnav-right a:nth-child(2) {
  border-radius: 0px !important;
  border-right: 1px solid #cdcdcd !important;
  background: none !important;
}

.header .botnav-right a:nth-child(1) {
  padding: 0 10px;
}

.header .botnav-left {
  transform: translateX(142px);
  width: 63%;
}

.botnav-left ul {
  white-space: nowrap;
  overflow: auto;
}

.botnav-left ul li {
  display: inline-block;
}

.hot-now {
  background: #d70102 !important;
  padding: 6px 10px !important;
  font-size: 10px !important;
  margin: 1px 10px !important;
  border-radius: 10px 0px 6px 0px !important;
  font-size: 12px !important;
  color: #fff !important;
}

.fire {
  background: #ffb800 !important;
  padding: 3px 16px;
  color: #121212;
  position: relative;
  top: 0px;
  left: -10px;
  border-radius: 6px 0px 6px 0px;
}

.fire img {
  width: 16px;
  position: absolute;
  left: 6px;
  top: 3px;
}

.login-btn {
  font-size: var(--font-size-m) !important;
  font-family: var(--font-family-mukta);
  background-color: #1a6ae1 !important;
  color: #fff !important;
}

.d-icon {
  position: relative;
  top: 3px;

}

.header .botnav .facebook,
.footer .facebook {
  border: 0px solid #053984 !important;
  color: #053984 !important;
  border-radius: 50% !important;
  padding: 5px 8px !important;
}

.header .botnav .twitter,
.footer .twitter {
  border: 0px solid #009bd7 !important;
  color: #009bd7 !important;
  border-radius: 50% !important;
  padding: 2px 4px 0 !important;
}

.header .botnav .youtube,
.footer .youtube {
  border: 0px solid #c70016 !important;
  color: #c70016 !important;
  border-radius: 50% !important;
  padding: 5px 5px !important;
}

.facebook {
  border: 0px solid #053984 !important;
  color: #053984 !important;
  border-radius: 50% !important;
  padding: 2px 8px !important;
}

.twitter {
  border: 0px solid #009bd7 !important;
  color: #009bd7 !important;
  border-radius: 50% !important;
  padding: 2px 6px !important;
}

.youtube {
  border: 0px solid #c70016 !important;
  color: #c70016 !important;
  border-radius: 50% !important;
  padding: 2px 5px !important;
}

.whatsapp {
  border: 2px solid #c70016 !important;
  color: #c70016 !important;
  border-radius: 50% !important;
  padding: 2px 7px !important;
}


/* header css ends here*/
/* banner css */
.banner {
  /*height: 600px;*/
  margin-top: 20px;
  width: 100%;
  background-color: #FFF;
  /* background:url('../images/banner.png') no-repeat;
  background-size: cover;*/
  ;
}


/*news section*/

.latest-news {
  position: sticky;
  top: 0;
}

.top-5-news-card {
  position: sticky !important;
  top: 0;
}

/*responsive*/
@media screen and (max-width: 576px) {
  .live-tv li a {
    padding: 12px 1px !important;
  }

  .hr_banner .d-block {
    display: block;
  }

  .hr_banner .d-none {
    display: none !important;
  }

  .mobile-nav .live-tv li a span {
    background: red;
    padding: 3px 5px 5px !important;
    border-radius: 5px;
  }

  .live-tv li a span.google-news-icon {
    background: none;
  }

  .mobile-nav .live-tv {
    border-bottom: 2px dashed #eff2f5;
  }

  .mobile-nav .live-tv li {
    border-bottom: none !important;
  }

  .header .botnav-left {
    transform: translateX(0px);
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .header .botnav-left ul li {
    display: inline-block;
  }

  .header .botnav {
    padding: 3px 6px 0px;
    overflow-y: hidden;
  }


  .author .media .media-img {
    display: inline-block;
    width: inherit;
  }

  .author .card .card-body .media {
    display: inline-flex;
  }

  .author .card .card-body .media .media-img {
    HEIGHT: 105PX !important;
    width: 105px !important;
  }

  .author .card .card-body .media .media-img img {
    WIDTH: 95PX;
    HEIGHT: 95PX;
  }

  .author .card .card-body {
    padding: 3px;
  }


  .home-bn-label {
    position: sticky;
    left: 0;
    background-color: #fff;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    z-index: 3;
    white-space: nowrap;
  }

  .fire {
    background: #ffb800 !important;
    padding: 4px 10px;
    color: #121212;
    position: relative;
    top: 0;
    left: -8px;
    border-radius: 0px 0px 0px 0px;
  }

  .fire img {
    width: 12px;
    position: absolute;
    left: 4px;
    top: 3px;
  }


  .hot-now {
    background: #d70102 !important;
    padding: 6px 8px !important;
    font-size: 8px !important;
    margin: 1px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 12px;
    color: #fff !important;
  }

  .navigation {
    display: none;
  }

  .botnav-right {
    display: none;
  }

  /*mobile menu*/
  .mobile-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* ALL MOBILES */
  .logo {
    width: 90px;
  }

  .list-inline li {
    display: inline-flex;
  }

  .apps li a {
    padding: 0px 3px !important;
  }

  .apps li a img {
    width: 34px;

    padding: 5px;
    border-radius: 5px;
  }

  .mobile {
    max-width: 576px;
    width: 100%;
    height: 53px;
    position: relative;
    z-index: 99999;
    border-top: 4px solid #c8000a;
  }

  .mobile .header {
    background-color: #043884;
    color: #fff;
    padding: 6px 15px;
    position: relative;
  }

  .line {
    width: 30px;
    height: 2px;
    margin: 8px 0;
    background-color: #fff;
  }

  .menu-toggle {
    right: 15px;
    position: absolute;
    bottom: 6px;
  }

  .menu-toggle:hover {
    cursor: pointer;
  }

  .mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  /* MOBILE ONE */



  .mobile-one .mobile-nav {
    background-color: #ffffff;
    max-width: 200px;
    width: 100%;
    height: fit-content;
    transform: translate(-100%, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .mobile-nav h2 {
    padding: 12px 15px;
  }

  .mobile-one .mobile-nav li {
    border-bottom: 2px dashed #eff2f5;
  }

  .mobile-one .mobile-nav li a {
    color: #111;
    display: block;
    padding: 12px 20px;
    font-weight: 700;
  }

  .mobile-one .mobile-nav li a:hover {
    background-color: #23252B;
    color: #fff;
    border-left: 3px solid #ca231d;
  }

  .latest-news {
    position: relative;
    top: 0;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .header .botnav-left {
    transform: translateX(0px);
    white-space: nowrap;
    display: block;
    overflow: auto;
  }

  .header .botnav-left ul li {
    display: inline-block;
  }

  .hr_banner .d-block {
    display: block;
  }

  .hr_banner .d-none {
    display: none !important;
  }

  .header .botnav {
    padding: 0px 0px;
  }

  .home-bn-label {
    position: sticky;
    left: 0;
    background-color: #fff;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    z-index: 3;
    white-space: nowrap;
  }

  .fire {
    background: #ffb800 !important;
    padding: 6px 7px;
    color: #121212;
    position: relative;
    top: 0;
    left: -4px;
    border-radius: 0px 0px 0px 0px;
  }

  .hot-now {
    background: #d70102 !important;
    padding: 8px 4px !important;
    font-size: 8px !important;
    margin: 1px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 12px;
    color: #fff !important;
  }

  .navigation {
    display: none;
  }

  .botnav-right {
    display: none;
  }

  /*mobile menu*/
  .mobile-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* ALL MOBILES */
  .logo {
    width: 90px;
  }

  .list-inline li {
    display: inline-flex;
  }

  .apps li a {
    padding: 0px 3px !important;
  }

  .apps li a img {
    width: 34px;
    background: #930400;
    padding: 5px;
    border-radius: 5px;
  }

  .mobile {
    max-width: 768px;
    width: 100%;
    height: 53px;
    position: relative;
    z-index: 999;
  }

  .mobile .header {
    background-color: #043884;
    color: #fff;
    padding: 6px 15px;
    position: relative;
  }

  .line {
    width: 30px;
    height: 2px;
    margin: 8px 0;
    background-color: #fff;
  }

  .menu-toggle {
    right: 15px;
    position: absolute;
    bottom: 6px;
  }

  .menu-toggle:hover {
    cursor: pointer;
  }

  .mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  /* MOBILE ONE */



  .mobile-one .mobile-nav {
    background-color: #043884;
    max-width: 200px;
    width: 100%;
    height: fit-content;
    transform: translate(-100%, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .mobile-nav h2 {
    padding: 12px 15px;
  }

  .mobile-one .mobile-nav li a {
    color: #fff;
    display: block;
    padding: 12px 20px;
  }

  .mobile-one .mobile-nav li a:hover {
    background-color: #23252B;
    color: #fff;
    border-left: 3px solid #ca231d;
  }

  .latest-news {
    position: relative;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .header .botnav-left {
    transform: translateX(0px);
    white-space: nowrap;
    display: block;
    overflow: auto;
  }

  .header .botnav-left ul li {
    display: inline-block;
  }

  .header .botnav {
    padding: 0px 0px;
  }

  .home-bn-label {
    position: sticky;
    left: 0;
    background-color: #fff;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    z-index: 3;
    white-space: nowrap;
  }

  .fire {
    background: #ffb800 !important;
    padding: 6px 7px;
    color: #121212;
    position: relative;
    top: 0;
    left: -4px;
    border-radius: 0px 0px 0px 0px;
  }

  .hot-now {
    background: #d70102 !important;
    padding: 8px 4px !important;
    font-size: 8px !important;
    margin: 1px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 12px;
    color: #fff !important;
  }

  .navigation {
    display: none;
  }

  .botnav-right {
    display: none;
  }

  /*mobile menu*/
  .mobile-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* ALL MOBILES */
  .logo {
    width: 90px;
  }

  .list-inline li {
    display: inline-flex;
  }

  .apps li a {
    padding: 0px 3px !important;
  }

  .apps li a img {
    width: 34px;
    background: #930400;
    padding: 5px;
    border-radius: 5px;
  }

  .mobile {
    max-width: 992px;
    width: 100%;
    height: 53px;
    position: relative;
    z-index: 999;
  }

  .mobile .header {
    background-color: #043884;
    color: #fff;
    padding: 6px 15px;
    position: relative;
  }

  .line {
    width: 30px;
    height: 2px;
    margin: 8px 0;
    background-color: #fff;
  }

  .menu-toggle {
    right: 15px;
    position: absolute;
    bottom: 6px;
  }

  .menu-toggle:hover {
    cursor: pointer;
  }

  .mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  /* MOBILE ONE */



  .mobile-one .mobile-nav {
    background-color: #121212;
    max-width: 200px;
    width: 100%;
    height: fit-content;
    transform: translate(-100%, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .mobile-nav h2 {
    padding: 12px 15px;
  }

  .mobile-one .mobile-nav li a {
    color: #989AA4;
    display: block;
    padding: 12px 20px;
    font-size: 26px;
  }

  .mobile-one .mobile-nav li a:hover {
    background-color: #23252B;
    color: #fff;
    border-left: 3px solid #ca231d;
  }

  .latest-news {
    position: relative;
    top: 0;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .header nav .nav-center {
    transform: translateX(0px) !important;
  }

  .header nav .nav-center li a {
    padding: 0px 8px !important;
  }
}

@media screen and (min-width:993px) {
  .mobile-one {
    display: none;
  }
}

@media (min-width: 1023px) and (max-width: 1024px) {
  .HomeContent {
    max-width: 1024px;
    margin: 0 auto;
    position: absolute;
    overflow-x: hidden;
  }

  .header .botnav-right {
    position: relative;
    right: 20px;
  }

  .sidepanel {
    top: 7% !important;
  }

  .brand img {
    width: 110px;
    margin-top: 4px !important;
  }

  .searchbox-input {
    padding: 0px 30px 0px 20px;
  }

  .searchbox-icon,
  .searchbox-submit {
    width: 17px;
    height: 17px;
    right: 5px;
  }

  .header nav .nav-center {
    /*transform: translateX(33px) !important;*/
    transform: translateX(126px) !important;

  }

  .nav ul>li a {
    line-height: 47px;
    font-size: 12px !important;
    padding: 0px 5px !important;
  }

  #navigation {
    transform: translate(128px, 3px) !important;
  }

  .header nav .nav-center li a {
    padding: 0px 6px !important;
    font-size: 12px !important;
  }

  .header .botnav-left {
    transform: translateX(135px) !important;
  }

  .header .botnav a {
    float: left;
    color: #000000;
    text-align: center;
    padding: 5px 5px;
    margin: 2px 3px;
    text-decoration: none;
    font-size: 10px;
    background-color: var(--porcelain);
    border-radius: 11px;
  }

  .google-news-icon {
    width: 24px;
    height: 24px;
  }

  .d-icon {
    width: 13px;
    height: 13px;
  }

  .hot-now {
    background: #d70102 !important;
    padding: 6px 10px !important;
    font-size: 10px !important;
    margin: 1px 10px !important;
    border-radius: 10px 0px 6px 0px !important;
    font-size: 8px !important;
    color: #fff !important;
  }

  .fire {
    background: #ffb800 !important;
    padding: 3px 11px;
    color: #121212;
    position: relative;
    top: 0px;
    left: -10px;
    border-radius: 6px 0px 6px 0px;
  }

  .fire img {
    width: 10px;
    position: absolute;
    left: 5px;
    top: 3px;
  }
}

/*  min width 1920px */
@media (min-width:1920px) and (max-width:2560px) {
  .header nav .nav-center li a {
    padding: 0px 7px;
    font-weight: 600;
  }

  .header nav .nav-center {
    transform: translateX(95px);
  }

  .header .botnav-right {
    float: right;
    position: relative;
    right: 15px;
  }

  html,
  body {
    max-width: 1190px !important;
    margin: 0 auto !important;
  }

  .HomeContent {
    /*
    max-width: 1190px;
    margin: 0 auto;
    position: absolute;*/
    max-width: 1330px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    /* margin: auto; */
    /*text-align: center;*/
    right: 0;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  width: 50%;
  padding: 10px;
}

.grid-item {

  padding: 20px;
  font-size: 30px;
  text-align: center;
}

ul.sub-menu.nav__list-content li a {
  font-size: 14px;
  font-weight: 500;
}

ul.sub-menu.nav__list-content li {
  float: initial;
  height: 26px;
}

a.nav__list-link {
  height: 35px;
}
}

/* Contact us Page CSS */



/*facts css*/

.fact-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 40px;
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 20px;
  flex-wrap: wrap;
}

.fact-check ul li {
  line-height: 1.9;
  font-size: 20px;
}

.fact-check-explainer {
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

.fact-check-explainer ul {
  display: flex;
  flex: 100%;
  width: 100%;
  justify-content: center;
  box-shadow: 0px 0px 2px #ccc;
  border-radius: 8px;
  width: 65%;
  margin: auto;
  background: #f4f4f4;
}

.fact-check-explainer ul li {
  margin: 0px 30px;

}

.fact-check-explainer img.misleading {
  width: 40px !important;
}

.fact-check-explainer img.passed,
.fact-check-explainer img.failed {
  width: 70px !important;
}

.fact-img {
  text-align: center;
}

.fact-check-author {
  display: flex;
  justify-content: space-between;
}

.fact-check-author .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px 0px;
}

.fact-check-author .author .author-img {
  padding-right: 16px;
}

.fact-check-author .author .author-img i {
  font-size: 35px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 50px;
  color: #b4abab;
  box-shadow: 0px 0px 10px #9d9d9d;
}

.fact-check-author .author span {
  font-size: 14px;
  color: #8e8e8e;
  font-family: 'Mukta';
  font-weight: 600;
}

.fact-check-author .author h4 {
  font-size: 22px;
  color: #121212;
  font-family: 'Mukta';
  font-weight: 600;
  padding: 8px 0px 3px 0px;
}

.fact-check-author .author a {
  font-size: 14px;
  color: #29c5f6;
}

.true {
  color: green !important;
  font-weight: 600 !important;
}

.false {
  color: red !important;
  font-weight: 600 !important;
}

.misleading {
  color: #d6a212 !important;
  font-weight: 600 !important;
}

.contact-details .contact-card .logo {
  width: 50% !important;
  display: flex;
  align-items: center;
}

.contact-details .contact-card .content {
  display: flex;
  justify-content: space-between;
}

.contact-details .contact-card .content .desc {
  padding: 15px
}

.contact-details .contact-card .logo {
  width: 40%
}

.contact-details .contact-card .contact ul {
  display: flex;
  justify-content: space-between
}

.contact-details .contact-card .contact ul li span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-details {
  box-shadow: 0px 0px 5px #ccc;
  padding: 5px 20px 0px;
  border-radius: 5px;
  margin-top: 40px;
}

.contact-details .contact {
  border-top: 1px solid #ccc;
  padding: 20px 0px;
}

@media only screen and (max-width:720px) {
  .fact-check {
    padding: 5px 22px;
  }

  .fact-img {
    display: block;
    text-align: center;
    flex: 100%;
  }

  .fact-check-explainer ul {
    width: 100%;
  }

  .fact-check-author {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .contact-details .contact-card .content {
    flex-wrap: wrap;
  }

  .contact-details .contact-card .logo {
    padding: 20px 0px 0px;
    width: 70% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .contact-details .contact-card .contact ul {
    flex-wrap: wrap;
  }

  .contact-details .contact-card .contact ul li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Mukta';
  }
}