.tabs-nav-menu
{
	padding: 0 94px;
}

.tabs-nav-list
{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 !important;
	margin: 0 -5px 45px !important;
	
    font-family: 'Lora';
}

.tabs-nav-list > li {
	list-style: none;
	width: 33.33333333%;
	padding: 0 5px;
	margin: 0 0 10px;
    display: flex;
}
.tabs-nav-list > li > a {

    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
	
    border: 1px solid #01965F;
	padding: 14px;
	text-align: center;
    border-radius: 33px;
	color: #01965F;
	background: transparent;
	text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.tabs-nav-list > li.active > a,
.tabs-nav-list > li > a:hover {
	color: #fff;
    background: #01965F;
	text-decoration: none;
}
@media only screen and (max-width:1299px) {
	.tabs-nav-menu {
		padding: 0 94px;
	}
	.tabs-nav-list > li {
		width: 50%;
	}
}
@media only screen and (max-width: 991px) {
    .tabs-nav-menu {
        padding: 0 78px;
    }
}
@media only screen and (max-width: 767px) {
    .tabs-nav-menu {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 680px) {
	.tabs-nav-list > li {
		width: 100%;
	}
}
/*
    color: #01945D;
    font-weight: bold;
    font-family: 'Lora';
    padding-top: 13px;
    padding-bottom: 14px;
    font-size: 18px;
    padding-left: 35px;
    padding-right: 35px;
*/



	
	
	