﻿@charset "utf-8";
/* CSS Document */

/* style.css */
.tab{display: flex; justify-content: center;margin-top: -58px;margin-bottom: 32px;}
/* Sekme düğmeleri */
.tab .tablinks {display: flex; justify-content: center; align-items: center; padding: 0 24px; height:116px;font:24px 'Montserrat-Bold';
    background-color: #f5f5f5;
    border: none;
    color: #a6a6a6;
 
    cursor: pointer; border: 1px solid #d7dbd9;
}

/* Aktif sekme düğmesi */
.tab .tablinks.active {
    background-color: #5e7468;
    color: #fff;
}


.tab .tablinks.active:after
{
	
	    content: '';
    position: absolute;z-index: 5;
    left: 50%;
    margin-left: -5px;
    bottom:-20px;
    width:40px;
    color: #fff;
    height: 20px;
background: url("../pageFile/tab-alt-ok.svg") no-repeat center; 
	
}



/* Sekme içerikleri */
.tabcontent {
    display: none;
    padding: 20px;
}

/* Aktif sekme içeriği */
.tabcontent.active {
    display: block;
}


@media (min-width:1281px) 
{
   
} 

@media (min-width:1025px) and (max-width: 1280px) 
{
   
 } 


@media (min-width:801px) and (max-width: 1024px) 
{
   
 } 



@media (min-width: 481px) and (max-width: 800px) 
{
   
 } 






@media (min-width: 0px) and (max-width: 480px) 
{
	.tab .tablinks{flex-direction: column; font-size: 14px;text-align: center;}
	.tab-icon{background-size: 118px 62px; width: 118px; height: 62px;margin-right: 0;}
 } 



