.s5_tab_show_slides_buttons_top {
  margin: 0;
  display: flex;
  border-bottom: 3px solid #fd5800;
}

.s5_tab_show_slide_button_active, 
.s5_tab_show_slide_button_inactive {
  width: 10% !important;
  height: 0px !important;
  border-radius: 0 !important;
  color: #fff !important;
  line-height: 0px;
  text-align: center;
  font-weight: bold;
  background: #3c3c3c !important;
  margin-left: 1px !important;
}

div.s5_tab_show_slide_button_active {
  background: #fd5800 !important;
}

.s5_tab_show_button_img_present .s5_tab_show_button_text {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  color: #fff;
  width: auto;
}
.s5_tab_show_slide_button_active, 
.s5_tab_show_slide_button_inactive {
  padding: 20px 0 !important;
}
.s5_tab_show_center_tabs_enabled .s5_tab_show_slides_buttons {
  display: flex;
}
.s5_tab_show_hide_tabs_enabled .s5_tab_show_slides_buttons, .s5_tab_show_hide_arrows_enabled .s5_tab_show_next_prev_wrapper {
     opacity: 1; 
}

@media (max-width: 767px) {
    .s5_tab_show_slide_button_active, 
    .s5_tab_show_slide_button_inactive {
       width: 30% !important;
    }
}

.s5_tab_show_outer1 {
  padding: 0;
}

.s5_tab_show_slides_container_wrap_outer {
  margin-top: 20px;