/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
  screen and (min-resolution: 120dpi) {
}

@media screen and (max-width: 1316px) {
  .flex_coloum{
    flex-direction: column;
  }
  .flex_coloum .col-3 ,  .flex_coloum .col-9 {
    flex: 1;
    width: 100%;

  }
  .flex_coloum .col-3{
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
}

@media (min-width: 768px) and (max-width: 1023px) {
  .aside.aside-dark .aside-logo {
    background-color: #ffff;
}
.aside .aside-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding: 0 25px;
}

#kt_aside_toggle {
  display: none;
  
}
}


@media (min-width: 320px) and (max-width: 767px) {
  /* start site settings */
  .width_setting{
    width: 100%;
  }
  .meta-setting-field{
    width: 150px;
  }
  .name{
    width: 150px;
  }
  .aside.aside-dark .aside-logo {
      background-color: #ffff;
  }
  .aside .aside-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 0 25px;
  }

  #kt_aside_toggle {
    display: none;
    
  }
   /* End site settings */

}