.mamd_section_tab_enabled > .et_pb_row:not(:first-of-type){
    display:none;
}
.mamd_section_tab_enabled .mamd_tabs_container  {
    overflow: hidden;
    margin: 0 auto;
}
.mamd_section_tab_enabled .mamd_tabs_container .tabs-nav{
    display:flex;
    white-space: nowrap;
    padding: 10px 0;
}
.mamd_section_tab_enabled .mamd_tabs_container .tabs-nav li {
    list-style:none;
    cursor:pointer;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.mamd_section_tab_enabled .mamd_tabs_container .tabs-nav li > a{
    display:inline-block;  
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

