@media screen and (max-width: 767px) {
  .tab_list {
    display: none !important;
  }
  .tab_content {
    display: block !important;
  }
  .tab_content.active .slider_flex {
    padding: 30px  35px;
    max-height: 1080px !important;
  }
  .slider_flex {
    -webkit-transition: max-height 0.7s;
    transition: max-height 0.7s;
    max-height: 0 !important;
    overflow: hidden !important;
  }
}
/*# sourceMappingURL=add.css.map */