@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    font-family:'Montserrat',sans-serif;
    background-color:#FFF;
}

  #loadingScreen {
    position: fixed;
    top:0; left:0; width:100%; height:100%;
    background-color: #57C1D6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight:500 !important;
    font-size: 1.5rem;
    z-index: 9999;
  }
  #icon {
    font-size: 5rem;
    margin-bottom: 20px;
    color: white; /* ikon rengi */
    transition: opacity 0.5s ease;
  }
body{
    min-height:100vh !important;
    background-color:#FFF;
    font-family:'Montserrat',sans-serif;
}
.textsections {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    position: absolute;
}    
.textsections.active {
    visibility: visible;
    height: auto;
    position: relative;
}
.fixed{
    transition:0.3s ease-in;
    border-bottom:1px solid rgba(28,28,28,0.1);
    z-index:999 !important;
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    background-color:#FFF !important;
}
.ekranarka{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:-3;
    opacity:50%;
    object-fit:cover;
}
.step4submit button{
    display:block !important;
    font-size:14.5px;
    font-weight:500;
    color:#1C1C1C;
    background-color:#FFF;
    border:3px solid #58C1D6;
    border-radius:5px;
    height:60px;
    transition:0.3s ease-in;
    width:210px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.25);
    box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.25);
}
.step5submit button{
    display:block !important;
    font-size:13.5px;
    font-weight:500;
    color:#FFF;
    border:none !important;
    background-color:#58C1D6;
    border-radius:5px;
    height:45px;
    transition:0.3s ease-in;
    width:210px;
}
.step4submit button:hover{
    background-color:#58C1D6;
    color:#FFF;
}
.step4submit h4{
    font-weight:600;
    color:#2C2E83;
    font-size:17px;
    margin-top:30px;
    margin-bottom:30px;
}
.Testekrani2{
    text-align:center;
    margin-top:3%;
    padding-bottom:50px !important;
}
.Testekrani{
    text-align:center;
    margin-top:5%;
}
.step4specialbuttons button{
    display:block;
    margin-right:6px;
    margin-top:6px;
    margin-left:6px;
    background-color:#58C1D6;
    border-radius:5px;
    text-align:center;
    height:50px;
    border:none;
    color:#FFF;
    width:100%;
    transition:0.3s ease-in;
    font-size:13.7px;
    font-weight:500;
}
.testsectionspecialbuttons{
    margin-top:15px !important;
}
.testsectionspecialbuttons button{
    display:inline-block;
    margin-right:6px;
    margin-top:6px;
    margin-left:6px;
    background-color:transparent;
    border-radius:5px;
    text-align:center;
    height:45px;
    border:1px solid #333;
    color:#333;
    padding-left:25px;
    padding-right:25px;
    transition:0.3s ease-in;
    font-size:13.7px;
    font-weight:500;
}
.testsectionspecialbuttons button:hover{
    background-color:#1070b7;
    color:#FFF;
    border:3px solid #58C1D6;
}
.step1button.selected {
    background-color: #1070b7;
    color: #FFF;
    border: 3px solid #58C1D6;
}
.Testekrani span{
    font-size:16px;
    color:#1070B7;
    display:block;
}
.Testekrani2top {
    display: flex;
    align-items: center;
    gap: 15px; 
}
.Testekrani2Text h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.Testekrani2Text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

.Testekrani2 img.testlogo {
    width: 140px;
    height: auto;
    object-fit: contain;
}
@media (max-width: 768px) {
    .Testekrani2top {
        flex-direction: column;
        align-items: flex-start;
    }
}
.step-container {
    display: flex; 
    justify-content: space-around; 
    align-items: center;
    margin: 20px 0;
    border-radius: 8px; 
    padding: 5px; 
}
.step {
    flex: 1; 
    height: 50px; 
    background-color: transparent; 
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    background-color:#FFF;
    transition: all 0.3s ease; 
    position: relative;
    font-size: 16px; 
    padding: 0 15px;
    text-align: center;
}
.step.active {
    background-color: #57C1D6; 
    color: white;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    z-index: 1;
}
.step:not(.active) {
    border: 1px solid #ddd;
    margin-right: -1px; 
}
.step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.step:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.step.active::after {
    content: '';
    position: absolute;
    right: -10px; 
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent; 
    border-bottom: 25px solid transparent; 
    border-left: 10px solid #e74c3c; 
    z-index: 2; 
    display: none;
}
.step-line {
    display: none;
}
@media (max-width: 600px) {
    .step-container {
        flex-wrap: wrap;
        padding: 3px;
    }
    .step {
        flex: 1 1 45%; 
        height: 40px;
        font-size: 14px;
        margin: 2px;
        padding: 0 10px;
        clip-path: none; 
    }
    .step.active {
        clip-path: none; 
    }
    .step.active::after {
        display: none;
    }
}
.step.completed {
    background-color: #4CAF50; 
    color: white;
}
.step.completed .tick {
    display: block;
}
.Testekrani p{
    color:#333;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:500;
    font-size:14px;
    line-height:24px;
}
.Testekrani h3{
    color:#333;
    font-weight:600;
    margin-top:15px;
    margin-bottom:15px;
    font-size:24px;    
}
.step2css h4{
    font-size:20px;
    color:#1070b7;
    margin-bottom:20px;
    margin-top:20px;
    font-weight:600;
}
.step4css h2{
    font-size:15px;
    color:#1C1C1C;
    margin-top:20px;
    font-weight:600;
}
.step4specialbuttons{
    margin-top:12px !important;
    margin-bottom:12px !important;
}
.step4css h1{
    font-size:27px;
    color:#1070b7;
    margin-bottom:20px;
    font-weight:700;
}
.step2css select{
    width:100%;
    padding:5px;
    font-size:13.5px;
    font-weight:400;
    color:#000;
    border-radius:5px;
    height:45px;
    text-align:center;
    border:1px solid #333;
    background-color:transparent;
}
.step2css select:focus{
    background-color:#1070b7;
    color:#FFF;
    border:3px solid #58C1D6;
}
.step2css h6{
    color:#333;
    font-size:13.6px;
    font-weight:500;
    margin-top:17px;
    margin-bottom:17px;
}
.step3css h5{
    color:red;
    font-size:13px;
    font-weight:500;
    margin-top:12px;
    margin-bottom:12px;
}
.step4css h5{
    color:red;
    font-size:13px;
    font-weight:500;
    margin-top:12px;
    margin-bottom:12px;
}
.step2css h5{
    color:red;
    font-size:13px;
    font-weight:500;
    margin-top:12px;
    margin-bottom:12px;
}
.geribut2{
    background-color:transparent;
    color:red;
    margin-top:15px;
    font-size:13.4px;
    font-weight:500;
    border-radius:5px;
    text-align:center;
    border:none;
}
.geribut{
    background-color:red;
    color:#FFF;
    font-size:13.4px;
    font-weight:500;
    height:45px;
    border-radius:5px;
    width:160px;
    text-align:center;
    float:left;
    border:none;
}
.devambut{
    width:160px;
    border:none;
    float:right;
    background-color:#1070b7;
    color:#FFF;
    font-size:13.4px;
    font-weight:500;
    height:45px;
    border-radius:5px;
    text-align:center;
}
.step2css input{
    border:1px solid #333;
    text-align:center;
    width:100%;
    padding:5px;
    font-size:13.5px;
    font-weight:400;
    color:#000;
    border-radius:5px;
    height:45px;
    transition:0.3s ease;
    background-color:transparent;
}
.step2css input:focus{
    background-color:#1070b7;
    color:#FFF;
    border:3px solid #58C1D6;
}
.pad0{
    padding:0px !important;
}
.bin2{
    width:50%;
    margin:auto !important;
}
.bin{
    width:1250px;
    margin:auto !important;
}
.slioverlay{
    position:absolute;
    z-index:22;
    left:0;
    right:0;
    top:0;
    bottom:0;
    text-align:center;
    background-color:rgba(28,28,28,0.55);
}
.section {
    position: relative;
    text-align: left;
    margin-bottom:30px !important;
}
.background-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 140px !important;
    font-weight: 800;
    color: #000; 
    opacity:10%;
    z-index: 3;
    text-align:center;
    margin:auto !important;
    width: 100%;
    margin-top:0px !important;
}
.giris{
    text-align:center;
    padding-top:13%;
}
.giris h1{
    color:#FFF;
    font-weight:700;
    font-size:40px;
    width:70%;
    margin-left:auto !important;
    margin-right:auto !important;
    line-height:50px;    
}
.giris h2{
    color:#FFF;
    font-weight:600;
    font-size:16px;
    width:70%;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-bottom:5px;
}
.giris p{
    font-size:14.2px;
    font-weight:500;
    line-height:24px;
    margin:auto !important;
    margin-top:20px !important;
    width:70%;
    color:#FFF;
}
.girisbuttons{
    margin-top:40px;
}
.logobox img{
    height:40px;
    width:auto;
    max-width:100%;
    object-fit:contain;
}
.logolar{
    margin-top:30px;
    padding-bottom:30px;
}
.girisbuttons a{
    width:280px;
    line-height:50px;
    color:#FFF;
    font-size:14.2px;
    font-weight:600;
    border-radius:10px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
    transition:0.3s ease-in;
}
.girbut1{
    background-color:#57C1D6 !important;
}
.girbut2{
    background-color:#1070B7 !important;
}
.girisbuttons a:hover{
    background-color:#2C2E83 !important;
    color:#FFF;
}
.Ustbolum2 {
    height:100VH;
    border-radius:0px 0px 0px 0px;
    position:relative !important;
    color:#FFF;
}
.Ustbolum {
    height:400px;
    position:relative !important;
    background: linear-gradient(to right, #42c7dd 0%, #1070B7 100%);
    /*background-color:#42c7dd;*/
}
.Girisyap{
    height:100vh;
}
.newgirissec {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
    max-width: 500px;
    padding: 0px;
}
.girisyapright{
    display:block;
    height:100vh;
    position:relative !important;
    background: linear-gradient(to right, #42c7dd 0%, #1070B7 100%);
    /*background-color:#42c7dd;*/
}
.girisyaprighttexts{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 100%;
    max-width: 500px;
    padding: 0px;
}
.girisyaprighttexts h3{
    color:#FFF;
    font-weight:400;
    font-size:35px;
    margin-bottom:20px;
}
.girisyaprighttexts p{
    font-size:14.6px;
    color:#FFF;
    line-height:24px;
}
.girisyaprighttexts a{
    background-color:#FFF;
    display:block;
    text-align:center;
    line-height:44px;
    color:#1070b7;
    font-weight:500;
    border-radius:5px;
    width:250px;
    font-size:13.6px;
}
.menu1{
    position:absolute;
    left:0;
    right:0;
    top:0;
}
.Breadcrumb{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    margin-bottom:30px;
}
.arkadots{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin-bottom:60px;
}
.arkadots img{
    width:120px;
    object-fit:contain;
    height:180px;
    opacity:45%;
}
.Breadcrumb h3{
    font-size:22px;
    font-weight:600;
    margin-bottom:12px;
    color:#FFF;
}
.Breadcrumb p{
    width:50%;
    font-size:13.4px;
    color:#FFF;
    line-height:24px;
    font-weight:500;
}
.Breadcrumb a{
    display:inline-block;
    background-color:#FFF;
    border-radius:15px;
    color:#1070B7;
    font-size:13.5px;
    font-weight:600;
    line-height:42px;
    padding-left:20px;
    padding-right:20px;
}
.Breadcrumb i{
    color:#58C1D6;
    font-size:16px;
}
.Breadcrumb span{
    padding-top:5px;
    margin-right:11px;
}
.Bigheader{
    padding-top:45px;
    padding-bottom:45px;
    background-color:#FAFAFA !important;
    text-align:center;
}
.Bigheader h2{
    color:#57C1D6;
    font-size:16px;
    font-weight:500;
    line-height:30px;
    width:70%;
    margin:auto !important;
}
.Bigheader h1{
    color:#1070B7;
    font-size:45px;
    font-weight:700;
    line-height:55px;
    width:70%;
    margin:auto !important;
}
.menu1box{
    margin-top:20px;
    border-radius:20px;
    background-color:#FFF;
    height:80px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.25);
    -moz-box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.25);
    box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.25);
} 
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
a{
    text-decoration:none !important;
}
.menumiddle{
    display:inline-block !important;
}
.menuright{
    display:inline-block !important;
}
.menu1logosec{
    display:inline-block !important;
    margin-right:35px;
    padding-top:8px;
    padding-left:8px;
    padding-bottom:8px;
}
.menu1logosec img{
    width:100%;
    height:60px;
    object-fit:contain;
}
.menu1 .menumiddle a{
    font-size:14px;
    font-weight:600;
    color:#333;
    display:inline-block;
    margin-right:14px;
    line-height:80px;
}
.menuright button{
    font-size:14px;
    font-weight:600;
    color:#333;
    display:inline-block;
    margin-right:24px;
    height:80px;
    border:none;
    background-color:transparent;
}
.menuright a{
    background-color:#58C1D6;
    padding-left:22px;
    padding-right:22px;
    font-size:14px;
    font-weight:600;
    color:#FFF;
    display:inline-block;
    margin-right:14px;
    line-height:80px;
}
.Textarea{
    margin-top:50px;
}
.Textarea h3{
    font-size:21px;
    font-weight:600;
    margin-bottom:23px;
    color:#1070B7;
}
.Textarea p{
    font-size:13.8px;
    line-height:27px;
    font-weight:400;
    color:#000;
}
.Blog{
    margin-top:50px;
    margin-bottom:50px;
}
.blogbox p{
    font-size:13.4px;
    line-height:26px;
    font-weight:400;
    color:#000;
}
.blogbox{
    border-bottom:1px solid rgba(28,28,28,0.1);
    margin-bottom:10px;
    padding-bottom:10px;
}
.blogbox h2{
    font-size:17.5px;
    font-weight:600;
    color:#1070B7;
    margin-bottom:18px;
    margin-top:10px;
}
.blogbox img{
    height:240px;
    width:400px;
    object-fit:cover;
}
.requ{
    color:red !important;
}

.blogbox2 p{
    font-size:13.4px;
    line-height:26px;
    font-weight:400;
    color:#000;
}
.blogbox2{
    border-bottom:1px solid rgba(28,28,28,0.1);
    margin-bottom:10px;
    padding-bottom:10px;
}
.blogbox2 h2{
    font-size:17.5px;
    font-weight:600;
    color:#1070B7;
    margin-bottom:18px;
    margin-top:10px;
}
.blogbox2 img{
    height:240px;
    width:400px;
    object-fit:cover;
}


.pozrel{
    position:relative !important;
}
.carousel-item img{
    width:100%;
    height:80vh;
    object-fit:cover;
}

.block576{
    display:none !important;
}
.SSS{
    margin-top:50px;
    margin-bottom:50px;
}
.accordion {
    background-color: #FAFAFA;
    color: #1C1C1C;
    cursor: pointer;
    padding-left:18px;
    padding-right:18px;
    height:65px;
    width: 100%;
    border: 1px solid rgba(28,28,28,0.1);
    border-radius:10px;
    text-align: left;
    outline: none;
    font-size: 14px;
    font-weight:500;
    transition: 0.4s;
    margin-bottom:12px;
}
.panel p{
    font-size:13.7px;
    font-weight:400;
    line-height:26px;
    color:#1C1C1C;
}
.accordion:after {
    content: '\002B';
    color: #58C1D6;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.SSS .active:after {
    content: "\2212";
}
.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.inblock992{
    display:none !important;
}
.cozumbox{
    text-align:center;
    border:1px solid rgba(28,28,28,0.1);
    background-color:#FAFAFA;
    border-radius:10px;
    padding:14px;
    transition:0.3s ease-in;
    margin-bottom:13px;
    min-height:95px;
}
.cozumbox img{
    margin-top:13px;
    height:60px;
    width:60px;
    object-fit:contain;
    margin-bottom:14px;
}
.Cozumlerimiz{
    margin-top:50px;
    margin-bottom:50px;
}
.cozumbox h3{
    font-size:14px;
    color:#1070B7;
    margin-top:10px;
    font-weight:600;
}
.cozumbox:hover{
    border:3px solid #58C1D6;
}
.Cozumlerimiz2{
    margin-top:30px;
    margin-bottom:30px;
}
.Cozumlerimiz2 .nav-pills a{
    display:block;
    border:1px solid rgba(28,28,28,0.1);
    background-color:#FAFAFA;
    border-radius:10px;
    padding:14px;
    transition:0.3s ease-in;
    font-size:14px;
    margin-right:10px !important;
    color:#1070B7;
    margin-top:10px;
    font-weight:600;
    margin-bottom:10px;
}
.Cozumlerimiz2 .nav-pills a:hover{
    border:3px solid #58C1D6;
}
.links a:hover{
    border:3px solid #58C1D6;
}
.links a{
    display:inline-block;
    border:1px solid rgba(28,28,28,0.1);
    background-color:#FAFAFA;
    border-radius:10px;
    padding:14px;
    transition:0.3s ease-in;
    font-size:14px;
    margin-right:10px !important;
    color:#1070B7;
    margin-top:10px;
    font-weight:600;
    margin-bottom:10px;
}
.links h6{
    margin-top:16px;
    font-weight:600;
    font-size:21px;
    margin-bottom:16px;
}
.fixed-help-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #2C2E83;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 9999;
    transition:0.3s ease-in;
}

.fixed-help-button i {
    font-size: 24px;
    color: #FFF;
}

.fixed-help-button:hover {
    background-color: #57C1D6;
}

.cozboxheader{
    color:#1070B7;
    margin-bottom:15px;
    font-size:18px;
    font-weight:600;
    margin-top:20px;
}
.Cozumlerimiz2 .nav-pills .active{
    border:3px solid #58C1D6;
}
.Cozumlerimiz2 li{
    font-size:13.7px;
    font-weight:400;
    line-height:26px;
    color:#1C1C1C;
}
.Cozumlerimiz2 p{
    font-size:13.7px;
    font-weight:400;
    line-height:26px;
    color:#1C1C1C;
    margin-top:10px;
}
.kaynakbox li{
    font-size:13.7px;
    font-weight:400;
    line-height:26px;
    color:#1C1C1C;
}
.kaynakbox h3{
    font-size:20px;
    color:#333;
    margin-top:10px;
    margin-bottom:12px;
    font-weight:600;
}
.kaynakbox img{
    width:100%;
    height:auto;
    max-height:320px;
    object-fit:contain;
    margin:auto !important;
    display:block;
    margin-bottom:14px !important;
}
.kaynakbox{
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(28,28,28,0.1);
}
.kaynakbox p{
    font-size:13.7px;
    font-weight:400;
    line-height:26px;
    color:#1C1C1C;
    margin-top:10px;
}
.devam{
    position:absolute;
    left:20;
    bottom:00;
    display:inline-block !important;
    color:#2B2E83;
    font-size:13.5px;
    font-weight:600;
    margin-top:0px;
    margin-bottom:20px;
}
.blogbox{
    padding-top:12px;
}
.pushy{
    width:30% !important;
}
.Iletisim{
    margin-top:50px;
    margin-bottom:50px;
}
.Iletisim h3{
    font-size:18px;
    color:#1070B7;
    margin-bottom:20px;
    font-weight:600;
}
.Iletisim iframe{
    width:100%;
    height:450px;
    border:none;
}
.contact-card {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
}
.contact-card:hover{
    border:3px solid #58C1D6;
}
.contact-icon {
    font-size: 30px;
    color: #58C1D6;
    margin-right: 25px;
}
.contact-info h6 {
    font-size:14px;
    font-weight: 500;
    color: #1070B7;
    margin-bottom: 10px;
}
.contact-info a {
    margin: 0;
    color: #1C1C1C;
    font-size:13.5px;
    font-weight:500;
}
.speciallinks{
    margin-top:20px;
}
.speciallinks a{
    display:block;
    width:100%;
    text-align:center;
    border-radius:10px !important;
    margin-bottom:12px;
}
.speciallink2{
    border:1px solid rgba(28,28,28,0.1);
    background-color:#E4FDFF;
    line-height:46px;
    font-size:13.5px;
    font-weight:500;
    color:#1D3557;
}
.speciallink1 span{
    margin-right:10px;
    font-size:18px;
}
.speciallink1{
    background-color:#60D669;
    line-height:46px;
    font-size:13.5px;
    font-weight:500;
    color:#FFF;
}
.speciallinks i{
    color:#FFF !important;
}
.pushymenu a{
    color:#1C1C1C;
    font-size:14px;
    display:block;
    font-weight:500;
    line-height:50px;
    border-bottom:1px solid rgba(28,28,28,0.1);
}
.pushymenu{
    margin-top:5px;
}
.ilet{
    margin-top:12px;
}
.ilet h6{
    text-align:center;
    display:block;
    font-size:17px;
    color:#1C1C1C;
    margin-top:20px;
    font-weight:500;
}
.ilet i{
    color:#58C1D6;
    font-size:17px;
}
.pushylogo img{
    width:120px;
    height:auto;
    object-fit:contain;
}
.footer3{
    background-color:#FAFAFA;
    padding-top:15px;
    padding-bottom:25px;
    border-bottom:1px solid rgba(28,28,28,0.1);
    border-top:1px solid rgba(28,28,28,0.1);
}
::placeholder{
    color:rgba(43,46,131,0.6) !important;
    font-size:12px !important;
    padding-left:5px;
}
.footer2box button{
    width:100%;
    height:45px;
    text-align:center;
    border:none;
    font-size:13.3px;
    font-weight:600;
    background-color:#2B2E83;
    color:#FFF;
}
.footer2box input{
    width:100%;
    height:45px;
    border:1px solid rgba(28,28,28,0.1);
    font-size:13px;
    font-weight:500;
    padding:5px;
    padding-left:10px;
    background-color:#FFF;
}
.footer2box h3{
    color:#2B2E83;
    margin-top:11px;
    margin-bottom:25px;
    text-align:center;
    font-size:22px;
    font-weight:600;
}
.footer{
    padding-top:30px;
    padding-bottom:25px;
}
.footer h3{
    color:#2B2E83;
    font-weight:600;
    font-size:15px;
    margin-bottom:14px;
}
.footer a{
    display:block;
    font-size:13.8px;
    font-weight:500;
    color:#282828;
    line-height:38px;
}
.footer2{
    background-color:#2B2E83;
    padding-top:18px;
    padding-bottom:10px;
}
.footer2 h3{
    font-size:12.6px;
    font-weight:400;
    color:#FFF;
}
.footer2 span{
    font-size:13.6px;
    font-weight:500;
}
.footer img{
    width:125px;
    height:auto;
    margin-bottom:13px;
    object-fit:contain;
}
.footer i{
    color:#58C1D6;
}
.footer span{
    margin-right:12px;
}
.footer h6{
    color:#2B2E83;
    margin-top:7px;
    margin-bottom:7px;
}
.Fiyatlandirma{
    margin-top:50px;
    margin-bottom:50px;
}
.paketbox{
    margin-bottom:14px;
    border:1px solid rgba(28,28,28,0.1);
    padding-top:20px;
    padding-left:15px;
    border-radius:20px;
    padding-right:15px;
    padding-bottom:20px;
}
.fiyat{
    margin-bottom:12px;
    margin-top:20px;
}
.fiyat h5{
    font-size:12px;
    font-weight:600;
    color:#333;
    text-transform:uppercase;
}
.paketbox h1{
    color:#231D4F;
    font-size:19px;
    margin-top:5px;
    margin-bottom:20px;
    font-weight:600;
}
.paketbox p{
    font-size:13.4px;
    line-height:24px;
    color:#1C1C1C;
    margin-bottom:10px;
}
.fiyatal a{
    display:block !important;
    background-color:#58C1D6 !important;
    width:100% !important;
    line-height:40px !important;
    color:#FFF !important;
    text-align:center !important;
    font-weight:600 !important;
    font-size:13.5px !important;
}
.fiyatal2{
    margin-top:8px;
    display:block !important;
    width:100% !important;
    line-height:40px !important;
    color:#FFF !important;
    text-align:center !important;
    font-weight:600 !important;
    font-size:13.5px !important;
}
.fiyat h6{
    font-size:21px;
    color:#231D4F;
    font-weight:700;
    margin-top:6px;
    margin-bottom:12px;
}
.paketozellikler h5{
    color:#384B73;
    font-size:15px;
    font-weight:600;
    line-height:30px;
}
.paketozellikler i{
    font-size:18px;
    color:#58C1D6;
}
.paketozellikler span{
    margin-right:10px;
}
.kaynakmodal{
    text-align:left !important;
    padding-top:15px !important;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:15px !important;
}
.kaynakmodal h5{
    font-size:13.5px;
    color:#333;
    font-weight:600;
    margin-bottom:12px;
}
.kaynakmodal button{
    width:150px;
    border:none;
    height:45px;
    text-align:center;
    border:none;
    font-size:13.3px;
    font-weight:600;
    background-color:#2B2E83;
    border-radius:10px;
    margin-top:7px;
    margin-bottom:12px;
    color:#FFF;
}
.girisyap span{
    margin-right:13px;
}
.pushylogo1{
    margin-top:40px;
    padding-left:40px;
    padding-right:40px;
}
.pushylogo1 img{
    width:120px;
    height:auto;
    object-fit:contain;
}
.girisyapsec{
    padding-top:15px;
    padding-bottom:25px;
    padding-right:40px;
    padding-left:40px;
}
.girisyapsec img{
    width:200px;
    height:auto;
    object-fit:contain;
    margin-bottom:14px;
}
.girisyapsec h3{
    margin-bottom:30px;
    margin-top:20px;
    font-size:18px;
    font-weight:600;
    color:#1C1C1C;
}
.kayitsec button{
    width:100% !important;
    border:1px solid rgba(28,28,28,0.1) !important;
    background-color:#FAFAFA !important;
    font-size:14px !important;
    font-weight:500 !important;
    height:50px !important;
    color:#1070B7 !important;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.girissec button{
    border-radius:0px;
    margin-top:15px;
    border:none;
    width:100%;
    background-color:#193452;
    text-align:center;
    height:45px;
    font-size:13.5px;
    font-weight:500;
    color:#FFF;
}
.sifresec button{
    background-color:transparent;
    border:none;
    font-size:14.4px;
    color:#1C1C1C;
    margin-top:12px;
    font-weight:500;
}
.sifresec span{
    margin-right:10px;
}
.sifresec i{
    color:#1070B7;
}
.girisyapsec .info{
    margin-top:40px;
}
.girisyapsec .info h6{
    color:#7A7A7A;
    font-weight:500;
    font-size:13.6px;
}
.girisyapsec a{
    color:#193452;
}
.girisyapsec .info a{
    text-decoration:underline !important;
}
.kayitsec span{
    color:#193452 !important;
}
.girissec select{
    width:100%;
    background-color:#FAFAFA;
    border:1px solid rgba(28,28,28,0.1);
    padding:5px;
    font-size:13.5px;
    font-weight:400;
    color:#000;
    border-radius:0px;
    height:45px;
}
.girissec input{
    width:100%;
    background-color:#FAFAFA;
    border:1px solid rgba(28,28,28,0.1);
    padding:5px;
    font-size:13.5px;
    font-weight:400;
    color:#000;
    border-radius:0px;
    height:45px;
    transition:0.3s ease;
}
.girissec input:focus{
    border:2px solid #1070b7;
}
.girissec label{
    font-size:12.6px;
    margin-bottom:13px;
    border-radius:0px;
    margin-top:13px;
    font-weight:600;
    color:#313131;
    text-transform:uppercase;
}

.exit{
    display:block;
    color:red !important;
    font-size:13.4px;
    margin-bottom:20px !important;
}
.hesapsection h5{
    font-size:13.4px;
    margin-bottom:13px;
    border-radius:0px;
    margin-top:13px;
    font-weight:600;
    color:#313131;
}
.hesapsection select{
    width:100%;
    background-color:#FAFAFA;
    border:1px solid rgba(28,28,28,0.1);
    padding:5px;
    font-size:13px;
    font-weight:500;
    color:#000;
    border-radius:0px;
    height:45px;
}
.hesapsection input[type="mail"]{
    width:100%;
    background-color:#FAFAFA;
    border:1px solid rgba(28,28,28,0.1);
    padding:5px;
    font-size:13px;
    font-weight:500;
    color:#000;
    border-radius:0px;
    height:45px;
    transition:0.3s ease;
}
.hesapsection input[type="number"]{
    width:100%;
    background-color:#FAFAFA;
    border:1px solid rgba(28,28,28,0.1);
    padding:5px;
    font-size:13px;
    font-weight:500;
    color:#000;
    border-radius:0px;
    height:45px;
    transition:0.3s ease;
}
.hesapsection input[type="text"]{
    width:100%;
    background-color:#FAFAFA;
    border:1px solid rgba(28,28,28,0.1);
    padding:5px;
    font-size:13px;
    font-weight:500;
    color:#000;
    border-radius:0px;
    height:45px;
    transition:0.3s ease;
}
.hesapsection input:focus{
    border:2px solid #1070b7;
}
.hesapsection label{
    font-size:12.6px;
    margin-bottom:13px;
    border-radius:0px;
    margin-top:13px;
    margin-right:15px;
    font-weight:500;
    color:#000;
    text-transform:uppercase;
}
.tabadd button{
    background-color:transparent;
    color:red;
    font-size:13.5px;
    font-weight:600;
    border:none !important;
    margin-top:12px;
    margin-bottom:12px;
}
.tabbox button{
    background-color:transparent;
    color:red;
    font-size:13.5px;
    font-weight:600;
    border:none !important;
    margin-top:12px;
    margin-bottom:12px;
}
.bilgiboxheader{
    font-weight:600;
    font-size:17px !important;
    margin-bottom:0px;
    margin-top:25px;
    font-size:16px;
    color:#313131;
}
.girissec h5{
    font-size:13.4px;
    margin-bottom:13px;
    border-radius:0px;
    margin-top:13px;
    font-weight:600;
    color:#313131;
    text-transform:uppercase;
}
.girissec button{
    border-radius:0px;
    margin-top:15px;
    border:none;
    width:100%;
    background-color:#1070B7;
    text-align:center;
    height:45px;
    font-size:13.5px;
    font-weight:500;
    color:#FFF;
}
.kaynakmodal textarea{
    width:100%;
    height:135px;
    border:1px solid rgba(28,28,28,0.1);
    font-size:13px;
    font-weight:500;
    padding:5px;
    padding-left:10px;
    border-radius:5px;
    transition:0.3s ease-in;
    margin-bottom:12px;
}
.kaynakmodal input{
    width:100%;
    height:45px;
    border:1px solid rgba(28,28,28,0.1);
    font-size:13px;
    font-weight:500;
    padding:5px;
    padding-left:10px;
    border-radius:5px;
    transition:0.3s ease-in;
    margin-bottom:12px;
}
.kaynakmodal input:focus{
    border:2px solid #1070B7;
}
.kaynakmodal h4{
    font-size:18px;
    font-weight:600;
    color:#231D4F;
    margin-top:15px;
    margin-bottom:25px;
}
.modal-body{
    text-align:center;
    padding:25px;
}
.dogrula{
    background-color:#1070b7;
    color:#FFF !important;
    line-height:45px;
    font-weight:600;
    border-radius:5px;
    display:block;
    width:100%;
    font-size:13.6px;
    margin-top:16px;
    text-align:center;
}
.modal-body h3{
    font-size:20px;
    font-weight:600;
    color:#231D4F;
    margin-top:25px;
}
.modal-body i{
    color:green;
    font-size:40px;
}
.odemeform{
    border-radius:10px;
    border:1px solid rgba(28,28,28,0.1);
    padding:10px;
}
.odemeform button{
    width:250px;
    border:none;
    height:45px;
    text-align:center;
    border:none;
    font-size:13.3px;
    font-weight:600;
    background-color:#2B2E83;
    border-radius:10px;
    margin-top:12px;
    color:#FFF;
}
.odemeform input{
    width:100%;
    height:45px;
    border:1px solid rgba(28,28,28,0.1);
    font-size:13px;
    font-weight:500;
    padding:5px;
    padding-left:10px;
    background-color:#FFF;
}
.odemeform p{
    font-size:13.7px;
    font-weight:400;
    line-height:26px;
    color:#1C1C1C;
}
.odemeform h3{
    color:#231D4F;
    font-size:18.5px;
    font-weight:600;
    margin-top:12px;
    margin-bottom:10px;
}
.odemeform h5{
    font-size:13px;
    font-weight:600;
    margin-bottom:10px;
    margin-top:15px;
}
.tab-content img{
    width:100%;
    height:auto;
    object-fit:contain !important;
    display:block;
    margin:auto !important;
}
.block992{
    display:none !important;
}
.Nasilcalisir video{
    width:100%;
    height:auto;
    object-fit:contain;
}
.Nasilcalisir{
    margin-top:40px;
    margin-bottom:40px;
}
.Fiyatlandirma2{
    margin-top:40px;
    margin-bottom:40px;
}
.Fiyatlandirma2 ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.Fiyatlandirma2 li {
  list-style:none;
  flex:1;
}
.Fiyatlandirma2 li:last-child {
  border-right:1px solid #DDD;
}
.Fiyatlandirma2 button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:14px;
  font-weight:bold;
  height:60px;
  color:#999
}
.Fiyatlandirma2 li.active button {
  background:#F5F5F5;
  color:#000;
}
.Fiyatlandirma2 table { 
    border-collapse:collapse; 
    table-layout:fixed; 
    width:100%; 
}
.Fiyatlandirma2 th { 
    background:#F5F5F5; display:none; 
}
.Fiyatlandirma2 td {
  height:53px
}
.Fiyatlandirma2 th {
  height:53px
}
.Fiyatlandirma2 td { 
    border:1px solid #DDD; 
    padding:10px; 
    empty-cells:show; 
}
.Fiyatlandirma2 th { 
    border:1px solid #DDD; 
    padding:10px; 
    empty-cells:show; 
}
.Fiyatlandirma2 td {
  text-align:left;
}
.Fiyatlandirma2 th {
  text-align:left;
}
.Fiyatlandirma2 th+th {
  text-align:center;
  display:none;
}
.Fiyatlandirma2 th+th {
  text-align:center;
  display:none;
}
.Fiyatlandirma2 td.default {
  display:table-cell;
}
.Fiyatlandirma2 .sep {
  background:#F5F5F5;
  font-weight:bold;
}
.Fiyatlandirma2 .txt-l { 
    font-size:21px; 
    font-weight:600; 
}
.Fiyatlandirma2 .txt-top { 
    position:relative; 
    top:-9px; 
    left:-2px; 
}
.Fiyatlandirma2 .tick { font-size:19px; color:#2CA01C; }
.Fiyatlandirma2 .cross { font-size:19px; color:#FF0000; }
.Fiyatlandirma2 .hide {
  border:0;
  background:none;
}

.bg-purple {
  border-top:3px solid #A32362;
}
.bg-blue {
  border-top:3px solid #0097CF;
}
@media (min-width: 767px) {
  .Fiyatlandirma2 ul {
        display:none;
  }
  .Fiyatlandirma2 td{
        display:table-cell !important;
        font-size:14px !important;
        font-weight:500 !important;
  }
  .Fiyatlandirma2 th {
        display:table-cell !important;
  }
  .Fiyatlandirma2 td {
        width: 330px;
  }
  .Fiyatlandirma2 th {
        width: 330px;
  }
  .Fiyatlandirma2 td+tdth+th {
        width: auto;
  }
  .Fiyatlandirma2 th+th {
        width: auto;
  } 
}
.Fiyatlandirma2 td{
    font-size:14px !important;
    font-weight:500 !important;
}
.pls{
    display:none !important;
}
.block767{
    display:none !important;
}
.kaynakbox button{
    border:none;
    background-color:#1070B7 !important;
    width:160px;
    height:45px;
    color:#FFF;
    font-weight:500;
    margin-top:10px;
    margin-bottom:10px;
    font-size:13.5px;
}
.davet button{
    border:none;
    background-color:#1070B7 !important;
    width:145px;
    height:40px;
    color:#FFF !important;
    font-weight:600;
    margin-bottom:20px;
    font-size:13.2px;
}
.cozumbox-link {
    text-decoration: none;
    color: inherit; 
}
.cozumbox-link:hover .cozumbox {
    transform: scale(1.05); 
    transition: transform 0.3s ease;
}
.input-container {
    position: relative;
    margin-bottom: 20px;
}
.input-container label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
.input-container select {
    width: 100%;
    padding: 12px 40px 12px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13.5px;
    outline: none;
    transition: border-color 0.3s;
}
.marsr{
    margin-right:7px;
}
.Kullanicibilgileri{
    margin-top:45px;
    margin-bottom:45px;
}
.Kullanicibilgileri a{
    display:inline-block;
    border:1px solid rgba(28,28,28,0.1);
    background-color:#FAFAFA;
    border-radius:10px;
    padding:14px;
    transition:0.3s ease-in;
    font-size:13px;
    margin-right:10px !important;
    color:#1c1c1c;
    font-weight:600;
    margin-bottom:10px;
}
.Kullanicibilgileri table a{
    color:#2C2E83 !important;
    border:none !important;
    border-radius:0px !important;
    background-color:transparent !important;
    font-size:13px !important;
    line-height:20px !important;
    height:20px !important;
    margin:0px !important;
    padding:0px !important;
    font-weight:600 !important;
}
.Kullanicibilgileri h3{
    font-size:24px;
    color:#313131;
    font-weight:500;
    margin-bottom:20px;
}
.Kullanicibilgileri span{
    display:block;
    color:#2B2E83;
    font-weight:600;
}
.Kullanicibilgileri a:hover{
    border:3px solid #58C1D6;
}
.input-container select:focus {
    border:2px solid #1070b7;
}
.check label{
    color:#1C1C1C;
    font-size:15px;
    font-weight:500;
}
.newgirissec h3{
    color:red;
    margin-top:12px;
    font-size:14px;
    font-weight:600;
    margin-bottom:22px;
}
.check a{
    display:block;
    color:#6995b5;
    font-size:13.5px;
    font-weight:500;
    margin-bottom:15px;
    text-decoration:underline !important;
}
.input-container input {
    width: 100%;
    padding: 12px 40px 12px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13.5px;
    outline: none;
    transition: border-color 0.3s;
}
.input-container input:focus {
    border:2px solid #1070b7;
}
.input-container textarea {
    width: 100%;
    padding: 12px 40px 12px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height:180px;
    font-size: 13.5px;
    background-color:#FAFAFA !important;
    outline: none;
    transition: border-color 0.3s;
}
.input-container textarea:focus {
    border:2px solid #1070b7;
}

.newgirissec img{
    height:50px;
    width:auto;
    object-fit:contain;
    margin-bottom:20px;
}
.newgirissec h5{
    font-size:18px;
    font-weight:600;
    color:#000;
    margin-top:10px;
    margin-bottom:20px;
}
.newgirissec h6{
    color:#3e5c69;
    font-size:13px;
    font-weight:500;
    margin-top:17px;
    margin-bottom:23px;
}
.newgirissec h6 > span{
    color:#1070b7;
}
.input-container .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    color: #666;
    cursor: pointer;
}
.input-container label span {
    color: red;
}
.newgirissec button{
    width:100%;
    text-align:center;
    color:#FFF;
    font-weight:500;
    font-size:13.5px;
    height:45px;
    border:none;
    text-transform:uppercase;
    background-color:#1070b7;
    border-radius:5px;
}
.sifremiunuttum{
    margin-top:26px;
}
.sifremiunuttum a{
    line-height:21px;
    text-decoration:underline !important;
    display:block;
    font-size:13.2px;
    color:#3e5c69;
    font-weight:400;
}
.newgirissec2 img{
    height:50px;
    width:auto;
    object-fit:contain;
    margin-bottom:20px;
}
.newgirissec2 h5{
    font-size:18px;
    font-weight:600;
    color:#000;
    margin-top:10px;
    margin-bottom:20px;
}
.newgirissec2 h6{
    color:#3e5c69;
    font-size:13px;
    font-weight:500;
    margin-top:17px;
    margin-bottom:23px;
}
.newgirissec2{
    padding-top:5%;
    padding-left:10%;
    padding-right:10%;
}
.newgirissec2 h6 > span{
    color:#1070b7;
}
.newgirissec2 button{
    width:100%;
    text-align:center;
    color:#FFF;
    font-weight:500;
    font-size:13.5px;
    height:45px;
    border:none;
    text-transform:uppercase;
    background-color:#1070b7;
    border-radius:5px;
}
.dataTables_filter input{
    height:35px !important;
    border:1px solid rgba(28,28,28,0.1) !important;
    font-size:13.4px !important; 
    padding:5px !important;
    width:200px !important;
    color:#1C1C1C !important;
}
.dataTables_paginate .paginate_button {
    background-color: #2C4A70; 
    color: #FFF;          
    border: 1px solid #ddd;  
    display:inline-block !important;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 4px;       
    cursor: pointer;
    font-size:12px;
    font-weight:500;
}

.sectionheader h3{
    font-size:26px;
    font-weight:600;
    color:#1C1C1C;
    margin-bottom:12px;
}
.sectionheader p{
    font-size:13.5px !important;
    font-weight:400 !important;
    line-height:24px !important;
}
.sectionheader a{
    color:#2C2E83;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
    font-size:13.5px;
    font-weight:500;
}
.dataTables_paginate .paginate_button:hover {
    background-color: #2C4A70; 
    color: white;            
    border: 1px solid #007bff; 
    font-size:12px;
    font-weight:500;
}

.dataTables_paginate .paginate_button.current {
    background-color: #2C4A70;
    color: white;            
    border: 1px solid #007bff; 
    font-size:12px;
    font-weight:500;
}
.dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.info{
    display:block;
}
.kucukfoto{
    display:none !important;
}
table{
    width:100% !important;
}
table td{
    color:#2C4A70;
    font-size:13px;
    font-weight:500;
    margin-top:25px !important;
    margin-bottom:25px !important;
    border-bottom:1px solid rgba(28,28,28,0.1);
}
table th{
    font-size:13.6px !important;
    font-weight:600 !important;
}
tr:nth-child(even) {
  background-color: #F8F8F8;
}
.ekbilgiler h6{
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    color:#2c2e83;
    margin-bottom:6px;
}
.ekbilgiler h4{
    font-size:14.3px;
    color:#000;
    font-weight:500;
    margin-bottom:6px;
    margin-top:13px;
}
.marginnn{
    display:block !important;
    margin-top:35px !important;
}
.ekbilgiler{
    margin-bottom:8px;
}
.Anagiriscalisma{
    background-color:#FAFAFA;
    padding-top:40px;
    padding-bottom:40px;
    text-align:center;
}
.cozbox{
    text-align:center;
}
.cozbox img{
    width:100%;
    height:195px;
    object-fit:contain;
    margin:auto !important;
    margin-bottom:20px !important;
}
.cozbox a{
    border-radius:10px;
    width:70%;
    margin:auto !important;
    display:block;
    line-height:40px;
    text-align:center;
    border:1px solid #1070B7;
    margin-top:13px !important;
    color:#1070B7;
    font-size:13.4px;
    transition:0.3s ease-in;
    font-weight:500;
}
.cozbox a:hover{
    color:#FFF;
    background-color:#1070b7;
}
.cozdetail{
    margin-top:40px;
}
.cozdetail a{
    font-size:14.5px;
    font-weight:500;
    color:#2C2E83;
    margin-bottom:20px;
    display:block;
}
.cozbox p{
    color:#1C1C1C;
    line-height:25px;
    font-weight:400;
    font-size:13.8px;
}
.Anagiriscalisma h3{
    font-size:32px;
    font-weight:500;
    margin-bottom:70px;
    margin-top:10px;
    color:#333;
}
.cozbox h4{
    margin-bottom:20px;
    font-size:16.5px;
    font-weight:500;
    color:#2C2E83;
}
.tabbox2{
    border:1px solid rgb(16, 112, 183,0.3);
    padding-left:12px;
    padding-right:12px;
    padding-top:4px;
    padding-bottom:15px;
    margin-bottom:12px;
    background-color:#FFF;
}
.tabbox2 h3{
    font-size:14.5px;
    color:#333;
    margin-top:10px;
    margin-bottom:15px;
}
.tabbox2 h4{
    color:#2C2E83;
    font-weight:500;
    font-size:13.6px;
    margin-top:5px;
    margin-bottom:15px;
}

.tabbox{
    border:1px solid rgb(16, 112, 183,0.3);
    padding-left:12px;
    padding-right:12px;
    padding-top:4px;
    padding-bottom:15px;
    margin-bottom:12px;
    background-color:#FFF;
}
.tabbox h3{
    font-size:15.1px;
    color:#000;
    margin-top:10px;
    font-weight:600;
    margin-bottom:15px;
}
.tabbox h4{
    color:#2C2E83;
    font-weight:500;
    font-size:13.6px;
    margin-top:5px;
    margin-bottom:15px;
}
.hesapsecitonheader h4{
    font-size:17.2px;
    color:#2C2E83;
    font-weight:600;
    margin-top:14px;
    margin-bottom:20px;
}
.hesapsecitonheader p{
    font-size:13.5px;
    color:#000;
    font-weight:400;
    margin-top:5px;
    margin-bottom:18px;
}
.Anasss{
    background-color:#FAFAFA;
    border-bottom:1px solid #D9D9D9;
    padding-top:30px;
    padding-bottom:50px;
}
.Anasss h4{
    color:#231D4F;
    font-size:21px;
    margin-top:5px;
    margin-bottom:20px;
    font-weight:600;
}
.Anasss h3{
    color:#1C1C1C;
    font-size:15px;
    margin-top:12px;
    margin-bottom:12px;
    font-weight:500;
}
.Anasss p{
    font-size:13.4px;
    line-height:24px;
    color:#333;
    margin-bottom:10px;
}
@media screen and (max-width: 767px) {
    table {
        border: 0;
        padding:5px;
    }
    table caption {
        font-size: 1.3em;
        padding: 10px 0;
        text-align: center; 
        background: #f8f8f8; 
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px; 
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        padding-left:8px !important;
        padding-right:8px !important;
        margin-bottom: 10px !important;
        padding-top:0px !important;
        border:1px solid rgba(28,28,28,0.1);
    }
    table td {
        color:#000 !important;
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 13px;
        padding-bottom:10px !important;
        text-align: right;
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-size:13px;
        font-weight: 600;
        color:#2c2e83 !important;
        text-transform: uppercase;
        margin-top:0px !important;
        padding-top:0px !important;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table a{
        display:block;
        margin-top:0px;
        margin-bottom:0px;
        line-height:23px;
        font-size:13px;
    }
}
.Kullanicibilgileri h2{
    color:#2C2E83 !important;
    font-size:20px !important;
    font-weight:600 !important;
    margin-bottom:24px !important;
    margin-top:24px !important;
}
.girr{
    height:45px !important;
    padding-left:15px;
    font-size:13.3px !important;
    padding-right:15px;
    background-color:#FAFAFA !important;
    border:1px solid rgba(28,28,28,0.1) !important;
    border-radius:5px !important;
    transition:0.3s ease-in !important;;
}
.girr:hover{
    color:#FFF !important;
    background-color:#1070B7 !important;   
}
@media screen and (max-width: 1280px) {
    .newgirissec {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
        width: 100%;
        max-width: 450px;
        padding: 0px;
    }
    .bin{
        width:94% !important;
    }
    .pushy{
        width:45% !important;
    }
}
@media screen and (max-width: 1350px) {
    .blogbox img{
        height:200px;
        width:350px;
        object-fit:cover;
    }
}
@media screen and (max-width: 1230px) {
    .bin2{
        width:70%;
        margin:auto !important;
    }
}
@media screen and (max-width: 1150px) {
    .newgirissec {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
        width: 100%;
        max-width: 400px;
        padding: 0px;
    }
}
@media screen and (max-width: 1100px) {
    .menu1 .menumiddle a{
        font-size:13.4px;
        font-weight:600;
        color:#333;
        display:inline-block;
        margin-right:14px;
        line-height:80px;
    }
    .menuright button{
        font-size:13.4px;
        font-weight:600;
        color:#333;
        display:inline-block;
        margin-right:24px;
        height:80px;
        border:none;
        background-color:transparent;
    }
    .meenbut{
        height:60px !important;
        padding-top:12px;
        padding-bottom:12px;
        padding-left:24px;
        padding-right:24px;
        border-radius:5px;
        transition:0.3s ease-in;
        background-color:#FAFAFA !important;
        border:1px solid rgba(28,28,28,0.1) !important;
    }
    .meenbut:hover{
        background-color:#1070b7 !important;
        color:#FFF;
    }
    .menuright a{
        background-color:#58C1D6;
        padding-left:18px;
        padding-right:18px;
        font-size:13.4px;
        font-weight:600;
        color:#FFF;
        display:inline-block;
        margin-right:14px;
        line-height:80px;
    }
    .Breadcrumb h3{
        font-size:22px;
        font-weight:600;
        margin-bottom:14px;
        color:#FFF;
    }
    .Breadcrumb p{
        width:60%;
        font-size:13.2px;
        color:#FFF;
        line-height:24px;
        font-weight:500;
    }
    .blogbox p{
        font-size:13.4px;
        line-height:26px;
        font-weight:400;
        color:#000;
    }
    .blogbox{
        border-bottom:1px solid rgba(28,28,28,0.1);
        margin-bottom:10px;
        padding-bottom:10px;
    }
    .blogbox h2{
        font-size:16px;
        font-weight:600;
        color:#1070B7;
        margin-bottom:10px;
        margin-top:0px;
    }
    .blogbox img{
        height:240px;
        width:400px;
        object-fit:cover;
    }
    .devam{
        position:absolute;
        left:20;
        bottom:00;
        display:inline-block !important;
        color:#2B2E83;
        font-size:13.3px;
        font-weight:600;
        margin-top:0px;
        margin-bottom:10px;
    }
}
@media screen and (max-width: 1080px) {
    .bin2{
        width:75%;
        margin:auto !important;
    }
    .blogbox img{
        height:190px;
        width:310px;
        object-fit:cover;
    }
}
@media screen and (max-width: 1040px) {
    .newgirissec {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
        width: 100%;
        max-width: 350px;
        padding: 0px;
    }
}
@media screen and (max-width: 992px) {
    .bin2{
        width:85%;
        margin:auto !important;
    }
    .giris{
        text-align:center;
        padding-top:13%;
    }
    .giris h1{
        color:#FFF;
        font-weight:700;
        font-size:35px;
        width:80%;
        margin-left:auto !important;
        margin-right:auto !important;
        line-height:45px;    
    }
    .giris h2{
        color:#FFF;
        font-weight:600;
        font-size:16px;
        width:80%;
        margin-left:auto !important;
        margin-right:auto !important;
        margin-bottom:16px;
    }
    .giris p{
        font-size:14.2px;
        font-weight:500;
        line-height:24px;
        margin:auto !important;
        margin-top:20px !important;
        width:70%;
        color:#FFF;
    }
    .girisbuttons{
        margin-top:40px;
    }
    .carousel-item img{
        width:100%;
        height:76vh;
        object-fit:cover;
    }
    .Girisyap {
        position: relative !important;
        height: 100vh;
    }
    .newgirissec {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, 40%);
        width: 100%;
        max-width:600px;
        padding: 20px;
    }
    .block992{
        display:block !important;
    }
    .disnon992{
        display:none !important;
    }
    .blogbox img{
        height:190px;
        width:310px;
        object-fit:cover;
    }
    .inblock992{
        display:inline-block !important;
    }
    .menumiddle{
        display:none !important;
    }
}
@media screen and (max-width: 870px) {
    .blogbox img{
        height:150px;
        width:210px;
        object-fit:cover;
    }
    .blogbox p{
        font-size:13.4px;
        line-height:26px;
        font-weight:400;
        color:#000;
    }
    .blogbox{
        border-bottom:1px solid rgba(28,28,28,0.1);
        margin-bottom:10px;
        padding-bottom:10px;
    }
    .blogbox h2{
        font-size:16px;
        font-weight:600;
        color:#1070B7;
        margin-bottom:10px;
        margin-top:0px;
    }
    .devam{
        display:none !important;
    }
}
@media screen and (max-width: 767px) {
    .step4specialbuttons button{
        display:block;
        margin-right:0px;
        margin-top:6px;
        margin-left:0px;
        background-color:#58C1D6;
        border-radius:5px;
        text-align:center;
        height:60px;
        border:none;
        color:#FFF;
        width:100%;
        transition:0.3s ease-in;
        font-size:13.3px;
        font-weight:500;
    }
    .giris{
        text-align:center;
        padding-top:25%;
    }
    .giris h1{
        color:#FFF;
        font-weight:700;
        font-size:30px;
        width:85%;
        margin-left:auto !important;
        margin-right:auto !important;
        line-height:35px;    
    }
    .giris h2{
        color:#FFF;
        font-weight:600;
        font-size:14px;
        width:85%;
        margin-left:auto !important;
        margin-right:auto !important;
        margin-bottom:14px;
    }
    .giris p{
        font-size:13px;
        font-weight:500;
        line-height:24px;
        margin:auto !important;
        margin-top:20px !important;
        width:85%;
        color:#FFF;
    }
    .girisbuttons{
        margin-top:40px;
    }
    .newgirissec {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, 40%);
        width: 100%;
        max-width:500px;
        padding: 20px;
    }
    .logobox img{
        height:40px;
        width:auto;
        max-width:100%;
        object-fit:contain;
    }
    .kaynakbox h3{
        font-size:17px;
        color:#333;
        margin-top:10px;
        margin-bottom:12px;
        font-weight:600;
    }
    .block767{
        display:block !important;
    }
    .disnon767{
        display:none !important;
    }
    .Bigheader{
        padding-top:45px;
        padding-bottom:45px;
        background-color:#FAFAFA !important;
        text-align:center;
    }
    .Bigheader h2{
        color:#57C1D6;
        font-size:14px;
        font-weight:500;
        line-height:30px;
        width:75%;
        margin:auto !important;
    }
    .Bigheader h1{
        color:#1070B7;
        font-size:34px;
        font-weight:700;
        line-height:44px;
        width:75%;
        margin:auto !important;
    }
    .pls{
        display:block !important;
        color:#1070B7;
        font-size:14.6px;
        margin-bottom:14px;
        font-weight:600;
    }
    .disnon767{
        display:none !important;
    }
    .footer2box input{
        width:100%;
        height:45px;
        border:1px solid rgba(28,28,28,0.1);
        font-size:13px;
        font-weight:500;
        padding:5px;
        padding-left:10px;
        background-color:#FFF;
        margin-bottom:10px;
    }
    .pushy{
        width:70% !important;
    }
    .blogbox img{
        display:block !important;
        height:auto !important;
        margin-bottom:20px !important;
        width:100% !important;
    }
    .Breadcrumb h3{
        font-size:20px;
        font-weight:600;
        margin-bottom:10px;
        color:#FFF;
    }
    .Breadcrumb p{
        width:80%;
        font-size:13.2px;
        color:#FFF;
        line-height:24px;
        font-weight:500;
    }
}
@media screen and (max-width: 576px) {
    .Anasss h4{
        color:#231D4F;
        font-size:19.6px;
        margin-top:5px;
        margin-bottom:20px;
        font-weight:600;
    }
    .Anasss h3{
        color:#1C1C1C;
        font-size:14px;
        margin-top:12px;
        margin-bottom:12px;
        font-weight:500;
    }
    .girr{
        height:45px !important;
        padding-left:15px;
        font-size:13.3px !important;
        padding-right:15px;
        background-color:transparent !important;
        border:none !important;
        border-radius:5px !important;
        transition:0.3s ease-in !important;;
    }
    .bin2{
        width:92%;
        margin:auto !important;
    }
    .kucukfoto{
        display:block !important;
    }
    .buyukfoto{
        display:none !important;
    }
    .girbut1{
        margin-bottom:10px !important;
        background-color:#57C1D6 !important;
    }
    .carousel-item img{
        width:100%;
        height:70vh;
        object-fit:cover;
    }
    .newgirissec {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, 40%);
        width: 100%;
        max-width:350px;
        padding: 20px;
    }
    .Bigheader h2{
        color:#57C1D6;
        font-size:14px;
        font-weight:500;
        line-height:30px;
        width:75%;
        margin:auto !important;
    }
    .Bigheader h1{
        color:#1070B7;
        font-size:29px;
        font-weight:700;
        line-height:37px;
        width:75%;
        margin:auto !important;
    }
    .pushy{
        padding-top:40px !important;
        width:100% !important;
    }
    .cozumbox{
        min-height:100px;
    }
    .cozumbox h2{
        font-size:15.3px;
        color:#1070B7;
        margin-top:10px;
        font-weight:600;
    }
    .Breadcrumb a{
        display:inline-block;
        margin-top:6px;
        background-color:#FFF;
        border-radius:15px;
        color:#1070B7;
        font-size:13px;
        font-weight:600;
        line-height:44px;
        padding-left:18px;
        padding-right:18px;
    }
    .Ustbolum {
        height:400px;
        position:relative !important;
    }
    .Breadcrumb h3{
        font-size:19px;
        font-weight:600;
        margin-bottom:10px;
        color:#FFF;
    }
    .Breadcrumb p{
        width:100%;
        font-size:12.8px;
        color:#FFF;
        line-height:24px;
        font-weight:500;
    }
    .menuright i{
        font-size:16px !important;
    }
    .disnon576{
        display:none !important;
    }
    .block576{
        display:block !important;
    }
    .giris{
        text-align:center;
        padding-top:32%;
    }
}