
.tab-rows_class {
    display:none
}

.tab-to-display_class {
    cursor:pointer;
    text-transform: uppercase;
}

.row.ul-row.content-tab_class li {
    float: left;
    margin: 20px;
}

.collapsible_class {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding-bottom: 40px;
    margin-left: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    max-width: 370px;
    background: transparent !important;
}

.collapsible_class:hover {
    background-color: #ccc;
}

.content-tab_class {
    padding: 0 18px;
  /*  display: none; */
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 0px;
    height: 0;
    z-index: 100;
    width: 0;
    /* box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.11); */
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.jsItemName_class {
    border-bottom: 2px solid #008e54;
    font-size: 16px;
    font-weight: bold;
    color: #008e54;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.svg-dropdown-down-arrow {
    width: 10px;
    margin: 0 0 5px 10px;
    fill: #008e54
}

.jsItemName_class:hover > svg *,
.jsItemName_class:hover {
    border-bottom: 2px solid #008e54;
    color: #008e54;
    fill: #008e54
}

.row.ul-row.content-tab_class ul {
    max-width: 500px
}
.margin-bottom-30 {
    margin-bottom: 30px;
}

.content-tab_class ul {
    list-style-type: none;
}

.max-width-450 {
    max-width: 450px;
}
