.senior-section						{ margin-top: 60px; padding: 0px 0 0px 0; position: relative; }


.senior-tabs							{ display: inline-flex; list-style: none; padding: 15px 70px; margin: 0; background-color: #ffffff; }
.senior-tabs li						{ margin:0 10px; padding: 17px 35px; color: #333333; background-color: #f6f6f6; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; }
.senior-tabs li.active					{ background-color: #f7941c; color: #ffffff; }

.seniorSwiper						{ width: 100%; overflow: hidden; }
.seniorSwiper .swiper-slide				{ width: 100% !important; display: flex; justify-content: center; }
.seniorSwiper .swiper-slide img			{ max-width: 100%; height: auto; border-radius: 20px; }

@media (max-width: 768px) {
	.senior-tabs					{ display: flex; flex-wrap: wrap; border-radius: 0px; width: 100%; padding: 0; justify-content: space-between; transform: translateY(-50%); }
	.senior-tabs li				{ flex: 0 0 auto; padding: 20px 15px; border-radius: 0; font-size: 14px; margin:0 !important; width:50%;text-align:center; }
}

