.navigation-box {
  top: .4rem;
  right: .8rem;
  width: 2rem;
  position: absolute;
}

.breaking-news{
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(16,70,136,1) 100%, rgba(0,212,255,1) 100%);
}

.hny-title{
  border-bottom:4px solid #CCC;
  padding:0.5rem 0 !important;
}

.text-wh{
    color:#FFF;
}

.big-add{
  height:120px; width:100%;
}
.big-adds{
  height:90px; width:100%;
}
.head-feature-img{
  height:580px; object-fit:cover;
}

img.product-img{
    height:120px !important; object-fit:cover;
}

@media (max-width: 568px){
 
  .p-5,.p-4, .px-5{
    padding: 0.8rem !important;
  }
  .head-feature-img{
    height:270px; object-fit:cover;
  }
  .big-add, .big-adds{
    height:auto; width:100%;
  }
  .w3l-header-6-main .header-hny-block{
    padding:0;
  }
  .navbar-toggler {
    background-color: #39f;
  }
  .l-center{
    text-align:center;
  }
  .text-light{
      color:#333 !important;
  }
  img.product-img{
    height:270px !important; object-fit:cover;
    }
}


@media (min-width: 768px){
  .breaking-caret:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 15px solid #007bff;
      border-bottom: 20px solid transparent;
      position: absolute;
      right: -15px;
      top: 0;
  }
}