									.tab-slider_container h2{
										color: #345F90;
										font-size: 24px;
										line-height: 1.25;
										margin-top: 20px;
										margin-bottom: 20px;
									}
									
									
									.tab-slider_nav{
										width: 100%;
										float: left;
										margin-bottom: 20px;
									}
									.tab-slider_tabs{
										display: block;
										float: left;
										margin: 0;
										padding: 0;
										list-style: none;
										position: relative;
										border-radius: 35px;
										-webkit-border-radius:35px;
										-moz-border-radius:35px;	
										overflow: hidden;
										height: 45px;
										user-select: none; 
										width:860px;
										
										}
										.tab-slider_tabs:after{
											content: "";
											width: calc(33.3% - 45px);
											background: #345F90;
											height: 100%;
											position: absolute;
											top: 0;
											left: 0;
											
										
											transition: all 250ms ease-in-out;
											border-radius: 35px;
										}
										.tab-slider_tabs.slide:after{
											left: calc( 33.3% - 40px);
										}
									
										.tab-slider_tabs.slide2:after{
											left: calc( 66.7% - 80px);
										}
									
									.tab-slider_trigger {
										font-size: 14px;
										line-height: 1;
										font-weight: bold;
										color: #345F90;
										text-transform: uppercase;
										text-align: center;
										padding: 15px 20px 15px 20px;
										position: relative;
										z-index: 2;
										cursor: pointer;
										display: inline-block;
										transition: color 250ms ease-in-out;
										user-select: none; 
										width:calc(33.3% - 45px);
										text-align:center;
										vertical-align:middle;
										}
										.tab-slider_trigger.active {
											color: #fff;
											
										}
									}
									.tab-slider_body{
										margin-bottom: 20px;
									}
									
					 				@media (max-width: 767px) {
										#kullanici_bant {
											width:100%;
											margin-left:0; 
											border-radius: 55px;
											-webkit-border-radius:55px;
											-moz-border-radius:55px;
										}
										.tab-slider_tabs{
											width:100%;
											
										}
										.tab-slider_trigger {
											width: calc(33.3% - 5px);
											padding: 10px 10px 10px 10px;
											font-size:11px;
											line-height:13px;
											
										}
										.tab-slider_tabs.slide:after{
											left: calc(33% );
										}
									
										.tab-slider_tabs.slide2:after{
											left: calc(65%);
										}
										
										.tab-slider_tabs:after{
											width: calc(35%);
										}
										.tab-slider_trigger:nth-of-type(1) {
											width: calc(33%);
										}
										
										.tab-slider_trigger:nth-of-type(2) {
											width: calc(32%);
										}
										
										.tab-slider_trigger:nth-of-type(3) {
											width: calc(30%);
										}
										
										
									}	