@media only screen and (max-width:1399px) {
.promote-bus-img {
  height: 300px;
}
.promote-content{
  height: 270px;
}
.sidebar-menu .nav-item a, .accordion-item button{
  padding: 10px !important;
  font-size: 14px !important;
}
.page-name-title .home-big-heading{
  font-size: 25px;
  line-height: 30px;
}
}
@media only screen and (max-width:1199px) {
.promote-bus-img {
  height: 280px;
}
.username-col img {
  width: 40px;
}
.username-content h4 {
  font-size: 19px;
  line-height: 21px;
}
.promote-content{
  padding: 15px;
}
.page-inner-tables th{
  font-size: 12px;
}
.username-content .blog-date span{
  font-size: 10px;
  line-height: 20px;
}
}
@media only screen and (max-width:991px) {
  .desktop-notification-header{
    flex-basis: auto !important;
  }
  .sidebar-menu {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    height: 100%;
    padding: 10% 0;
    transition: left .5s ease-in-out;
  }
  .partner-sidemenu-active{
    left: 0px;
  }
  .close-btn{
    display: block;
  }
}
@media only screen and (min-width: 1024px){
  .mobile-view{
    display: none;
  }
}
