input::placeholder {
  color: #fff;
  font-size: 1.2em; 
}
#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;
}
.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;
}

nav ul li a,nav ul li a:visited {
  display: block;
  padding: 0 10px;
  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://anima-uploads.s3.amazonaws.com/projects/60afa878ec217f2056ba737e/releases/60afc3489f2288adac1a6c7f/img/ibc24-6-rectangle-14@2x.png);
  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: 72px;
    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(83px);
}

.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(-15px);
}
.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 130px 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:50px;
    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:70%;   
}

/*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 32px;
  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;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  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;
}

/* Style the links inside the navigation bar */
.header .botnav a,.header .botnav .hot-now-heading {
  float: left;
  color: #000000;
  text-align: center;
  padding: 5px 12px;
  margin: 2px 3px;
  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: 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);
}

.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: 2px solid #053984 !important;
    color: #053984 !important;
    border-radius: 50% !important;
    padding:5px 8px !important;
}

.header .botnav .twitter,.footer .twitter{
  border: 2px solid #009bd7 !important;
  color:#009bd7 !important;
  border-radius: 50% !important;
  padding:5px 6px !important;
}

.header .botnav .youtube,.footer .youtube{
  border: 2px solid #c70016 !important;
  color: #c70016 !important;
  border-radius: 50% !important;
  padding:5px 5px !important;
}
.facebook {
    border: 2px solid #053984 !important;
    color: #053984 !important;
    border-radius: 50% !important;
    padding:2px 8px !important;
}

.twitter {
  border: 2px solid #009bd7 !important;
  color:#009bd7 !important;
  border-radius: 50% !important;
  padding:2px 6px !important;
}

.youtube {
  border: 2px 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;*/
  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 8px !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: 999;
    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;
}
  .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;
}
.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(120px);
}
html, body {
    max-width: 1190px !important;
    margin: 0 auto !important;
}
.HomeContent {
    max-width: 1190px;  
    margin: 0 auto;  
    position: absolute;
  }
}

.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 */




