.about_nav_btns_wrapper {
	width: 100%;
	float: right;
	position:relative;
}
.services_nav_btns_wrapper {
	width: 100%;
	float: right;
	position:relative;
	margin-bottom:30px
}
.about_nav_btns {
	width: 100%;
	float: right;
	text-align:center;
	display:inline-block;
	direction: ltr
}
.about_nav_btn_con {
	float:none;
	display: inline-block;
	width: auto;
}
.about_nav_btn {
	float:none;
	height: 42px;
	display: table;
	width: auto;
	font-size: 17px;
	cursor: pointer;
	text-align: center;
    color: #444444;
	padding: 0 20px;
    margin-left:12px;
	background-color:#fff;
	border: 1px solid #444444;
	border-radius:25px;
	font-weight:500;
}
.about_nav_btn_text {
	float:right;
	width:100%;
}
.about_nav_btn:hover {
    color: #f7f7eb;
	background-color:#008448;
}
.sectionActive {
    color: #fff;
	background-color:#008448;
}
.fsSticky {
    position: sticky;
    top: 45px;
}

@media (min-width: 1438px) {

}

@media all and (max-width: 1439px) and (min-width: 769px) {

}

@media (max-width: 768px) and (min-width: 481px) {
.services_nav_btns_wrapper {
	margin-bottom:20px
}
}

@media (max-width: 480px) and (min-width: 319px) {
.about_nav_btn {
	height: 35px;
	font-size: 16px;
	padding: 0 12px 1px 12px;
    margin-left:8px;
}
}

@media (max-width: 320px) {
.about_nav_btn {
	height: 30px;
	font-size: 16px;
	padding: 0 10px 1px 10px;
    margin-left:8px;
}
}