@media (min-width: 320px) and (max-width: 480px) {
  .fixed-height-sm{
    min-height: auto;
    max-height: unset;
  }
  .fixed-height-lg{
    min-height: auto;
    max-height: unset;
  }
  .widgets-icons {
    height: 60px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .widgets-content {
    text-align: center;
  }
  .searchBoxMenu{
    display: none;
  }
  .content-header .breadcrumb {
    padding-top: 15px;
    padding-left: 0px;
  }
  .breadcrumb li a{
    padding-left: 2px !important;
  }
  .breadcrumb li{
    display: flex;
    width: 100%;
    border-bottom: 1px solid#e9e3e3;
    padding-bottom: 2px;
    padding-top: 2px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .fixed-height-sm{
  overflow-y: scroll;
  min-height: 160px;
  max-height: 160px;
  }
  .fixed-height-lg{
  min-height: 335px;
  max-height: 335px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fixed-height-sm{
    overflow-y: scroll;
    min-height: 160px;
    max-height: 160px;
  }

  .fixed-height-lg{
    min-height: 335px;
    max-height: 335px;
  }
  .anoouncement-banner {
    width: 100%;
    margin-bottom: 25px;
    height: 130px;
    object-fit: cover;
  }
}

@media (min-width: 1025px) and (max-width: 1460px) {
  .fixed-height-sm{    
    overflow-y: scroll;
    min-height: 160px;
    max-height: 160px;
  }

  .fixed-height-lg{    
    min-height: 375px;
    max-height: 375px;
  }
}
}