.sigma_custom_tab_wrapper .sigma_tab-item ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  border: 0;
  flex-wrap: wrap;
}
.elementor-widget-sc-custom-tabs .sigma_custom_tab_wrapper .sigma_tab-item ul li {
    margin-bottom: 10px;
}
.elementor-widget-sc-custom-tabs .sigma_custom_tab_wrapper .sigma_tab-item ul li a {
    border: 0;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
    background: #f7f7f7;
    color: #212121;
    border-bottom: 2px solid #f7f7f7;
}
.elementor-widget-sc-custom-tabs .sigma_custom_tab_wrapper .sigma_tab-item ul li a .sigma_info-icon{
  margin-right: 14px;
}
.elementor-widget-sc-custom-tabs .sigma_custom_tab_wrapper .sigma_tab-item ul li a i {
    color: #f74f22;
}
.elementor-widget-sc-custom-tabs .sigma_custom_tab_wrapper .sigma_tab-item ul li + li {
    margin-left: 5px;
}
.elementor-widget-sc-custom-tabs .sigma_custom_tab_wrapper .sigma_tab-item ul li a.active {
    background: #fff;
    border-bottom: 2px solid #f74f22;
}
.elementor-widget-sc-custom-tabs .sigma_custom_tab_wrapper .tab-content {
    margin-top: 20px;
}
