@media only screen and (max-width: 600px) {
    .kt-portlet .kt-portlet__body{
        padding: 1px;
    }
    .second-box{
        padding: 0.25rem;
    }
    .kt-widget.kt-widget--general-1 .kt-widget__wrapper .kt-widget__label .kt-widget__title {
        font-size: 13px;
    }
    .kt-widget__desc p,.kt-widget__desc{
        font-size: 10px;
    }
    .notification-count {
        right: 162px;
    }
 }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .notification-count {
        right: 162px;
    }
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .notification-count {
        right: 176px;
    }
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .modal-lg {
        max-width: 60% !important;
    }
    .notification-count {
        right: 108px;
    }
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .notification-count {
        right: 108px;
    }
    
  }
 