/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.healthretreat-tabs-menu {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
/*     border-top: 1px solid #A0CE4E;
border-bottom: 1px solid #A0CE4E; */
}

.healthretreat-tabs-menu li {
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    transition: border 0.5s;
    margin: 10px 20px;
}

/*.healthretreat-tabs-menu li:hover,*/
/*.healthretreat-tabs-menu li.is-active {*/
    /*border-bottom: 3px solid #9ecc4e;*/
/*}*/

.healthretreat-tabs-menu a {
    padding: 1rem 3.5rem;
    display: block;
    font-size: 1rem;
}
.healthretreat-tabs-link{
    color: #a0ce4e;
    background-color: #fff;
    border: 2px solid #a0ce4e!important;
}
.healthretreat-tabs-link:hover{
    color: #f16723;
    background-color: #fff;
    border: 2px solid #f16723!important;
}
.healthretreat-tabs-link.is-active-link{
    color: #f16723;
    background-color: #fff;
    border: 2px solid #f16723!important;
}