﻿@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto+Slab:wght@100..900&display=swap');

body{font-family: 'Rajdhani', serif;font-weight: 300;color: #000;
font-size: 1em;margin: 0;padding: 0;line-height:normal;
}
html {scroll-behavior: smooth;}
div, span, p, header, footer, a , table, tr, td, input, textarea, select, ul, li
{box-sizing:border-box; outline:none;}

a
{  transition:all 500ms;
-moz-transition:all 500ms;
-ms-transition:all 500ms;
-o-transition:all 500ms;
-webkit-transition:all 500ms;
text-decoration:none;
cursor:pointer;
color: #000;
}

.bfont{
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
}

input[type=text],input[type=submit],textarea,select {
font-family: 'Rajdhani', sans-serif;
}
.txtcenter {text-align: center;}
ul,li,p,h1,h2,h3,h4,h5
{margin:0px;
padding:0px;
list-style: none;
}

.clear{clear:both;}

.container{position: relative;overflow:hidden;}
.full {width: 88%;margin: auto;}



.girisbg{
    background: url(images/giris-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 900px;
    position: relative;
    z-index: 1;
}



header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 9999;

    background: #fff;
    background: url(images/giris-bg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 10px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}


.headin{
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.menu ul li {
    padding: 25px 0px 25px 0px;
}

.mlink {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
    background: transparent;
    transition: 500ms;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border:1px solid transparent;
}
.mlink:hover {
    color: #ff0d0d;
    text-shadow: 0.4px 0.4px 0.4px white;
}

.mlink i{
    font-size: 12px;
    padding-left: 3px;
}



.headright{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social a{
    font-size: 34px;
    color: #fff;
}

.social a:hover{
 opacity: 0.5;
}


.opensearch{
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
color: #fff;
cursor: pointer;
margin: 0 30px;
transition: 500ms;
}

.opensearch i{
    font-size: 24px;
}



.opensearch span{
    font-size: 13px;
    font-weight: 200;
}


.langs {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    z-index: 100;
}
.langtext {
    font-size: 11px;
}

.aktifdil {
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.aktifdil i {
    color: #1e3050;
    transition: 500ms;
}
.aktifdil span {
    padding: 0 7px;
}

.diller {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9000;
    top: 67px;
    display: none;
}
.dil {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px;
    border-radius: 5px;
}
.searchbox {
    position: fixed;
    top: -190px;
    left: 0;
    width: 100%;
    height: 182px;
    z-index: 1100;
    background-color: #323a43;
    color: #fff;
    display: flex;
    transition: all 300ms;
    background: url(images/arastirma-bg.jpg) ;
    background-size: cover;
}
.aktifdil:hover{
    background: #002245;
    color: #fff;
}

.aktifdil:hover i{
    color: #fff;
}

.closesearch {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #002245;
    font-size: 30px;
    cursor: pointer;
}
.searchform, .srcform {
    display: flex
;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.srcform input[type=text] {
    border: none;
    padding: 20px;
    width: 50%;
    font-family: 'Roboto Slab';
    font-weight: 200;
}

.srcform input[type=submit] {
    border: none;
    padding: 20px;
    background-color: #002245;
    font-weight: 700;
    color: #fff;
}

.comedown{
    top: 0;
}

.opensearch:hover{
    opacity: 0.5;
}


.dil:hover{
    color: #fff;
    background: #002245;
}


.ulfirst{
    display: none;
    position: absolute;
    background: url(images/arastirma-bg.jpg);
    background-size: cover;
    width: 88%;
    right: 6%;
    z-index: 9900;
    top: 97px;
    transition: 500ms;
    border: 1px solid #d3d3d3;
}
.headfull{
    position: relative;
}

.arastirgovde{
    padding: 30px;
    background: url(images/dnabg.jpg);
    background-size: cover;
    background-position: center center;
}

.arastirlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.arastirbox{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    transition: 500ms;
}

.garastir{
    padding-top: 50px;
}

.arsub img{
    max-width: 100%;
    max-height: 40px;
}
.aralink{
    font-size: 24px;
    color: #002245;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    font-weight: 700;
    border-radius: 43px;
    padding: 15px 70px 15px 40px;
    position: relative;
    width: 70%;
    transition: 500ms;
}
.aralink i{
    position: absolute;
    right: 30px;
    top: 20px;
    transition: 500ms;
}

.araurun i{
    transform: rotate(-45deg);
    transition: 500ms;
}

.aralink i{
    transition: 500ms;
}

.arasublist{
    width: 58%;
    padding: 15px;
    border: 1px solid #fff;
    color: #000;
    text-align: center;
    margin-top: 25px;
    position: relative;
    font-weight: 400;
    transition: 500ms;
}
.arasublist:before{
    position: absolute;
    content: "";
    background: #fff;
    top: -25px;
    width: 1px;
    height: 25px;
    left: 50%;
    transition: 500ms;
}

.aralink:hover {
color: #fff;
background: #002245;
}

.aralink:hover i{
    right: 20px;
    top: 10px;
}

.arsub{
    display: block;
    transition: 500ms;
}

.arasublist:has(.arsub:hover) {
    background: #fff;
}

.arastirbox:before {
    right: -50%;
    top: 35px;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
}


.arastirbox:last-child:before {
display: none;
}


.open .ulfisrt{
    display: block;
}



.mdiaggovde{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
        background: url(images/dnabg.jpg);
    background-position: center;
    background-size: cover;
}
.diagbox{
    width: 50%;
}

.insan{
    background: url(images/insan-bg.jpg);
    background-size: cover;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.veterinerlik{
    background: url(images/vet-bg.jpg);
    background-size: cover;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.arasmenu .insan, .arasmenu .veterinerlik{
    background: unset;
}

.digmlist{
    width: 75%;
    margin: auto;
    border-left: 1px solid #fff;
    position: relative;
    height: 100%;
}

.diagtitle{
    border-bottom: 1px solid #fff;
    text-align: right;
    color: #002245;
    font-weight: 700;
    font-size: 26px;
    padding-top: 25px;
    position: relative;
    padding-bottom: 5px;
}
.diaglistimage{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.diagmainlist{
 background-repeat: no-repeat;
 background-position: right center ;
 width: 100%;
padding-top: 45px;
}


.solnav{
    height: 430px;
    z-index: 1000;
    overflow: scroll;

}

    /*change the thinkness of the scrollbar here*/
.solnav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
 /*add a shadow to the scrollbar here*/
.solnav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/*this is the little scrolly dealio in the bar*/ 
.solnav::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(0,0,0,0.3);
    height: 3px;
}
.solnav::-webkit-scrollbar-corner { display: none; height: 0px; width: 0px; }

.diaglist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 20px;
    padding-left: 35px;
}
.diagyuv1 .diaglist{
    flex-flow: row;
    padding-left: 0;
}

.diagvet .dititle {
    color: #002245;
    font-weight: 700;
    font-size: 26px;
    position: relative;
    z-index: 20;
}
.diagyuv1 .diaglist a{
    color: unset;
}

.diaglist a{
    color: #000;
    position: relative;
}

.diagmain{
    font-size: 22px;
    font-weight: 600;
}

.diagsub{
    font-weight: 400;
    font-size: 18px;
}

.insan .diagmain:before{
background: #002245;
}


.veterinerlik .diagmain:before{
background: #fce579;
}

.diagmain:before{

position: absolute;
content: "";
width: 35px;
height: 35px;
border-radius: 50%;
    left: -53px;
    top: -1px;
}
.diaglist a:hover{
    color: #ff0000;
}

.insan .hucreler{
       background: #002245; 
}
.veterinerlik .hucreler{
       background: #fce579; 
}

.hucreler{
    position: absolute;
    border-radius: 50%;
        z-index: 100;
        top: 59px;
}
.hucre1{
width: 9px;
height: 9px;
left: -5px;
}
.hucre2{
width: 10px;
height: 10px;
left: 93px;
}
.hucre3{
width: 15px;
height: 15px;
    left: 210px;
    top: 56px;
}

.hucre4{
width: 11px;
height: 11px;
    left: 250px;
    top: 59px;
}

.hucre5{
    width: 12px;
    height: 12px;
    left: -7px;
    bottom: 0;
    top: unset;
}

.anaslider{
    background: url(images/slidebg.png) no-repeat center;
    background-size: cover;
    border-radius: 80px;
    position: absolute;
    width: 88% !important;
    position: absolute !important;
    top: 202px;
    left: 6%;
    height: 63%;
    overflow: hidden;

}
.anaslider .item{
    width: 100%;
    height: 100%;

}

.clouds{
    position: absolute;
    bottom: 0;
    left: 0;
}

.clouds .img{
    width: 100%;
}

.anaslider:before{
position: absolute;
content: "";
background: url(images/slbgtop.png);
background-repeat: no-repeat;
left: 0;
top: 0;
width: 398px;
height: 320px;
}
.anaslider:after{
   height: 398px;
width: 320px;
position: absolute;
content: "";
background: url(images/slbgbottom.png);
background-repeat: no-repeat;
right: 0;
bottom: 0;
}


.slin{
    padding: 40px 95px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sldesc{
    width: 49%;
    color: #fff;
}
.slimg{
    width: 50%;
    background-color:#fff;
    background-size: cover;
    background-position: center;
    height: 500px;
    border-radius: 50px;
}

.sltitle{
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 10px;
}
.slist{
    display: flex;
    flex-flow: column;
        font-size: 22px;
}

.sline{
    font-size: 22px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background:rgba(0, 34, 69, 0.6);
}
.sline:nth-child(odd){
     background:rgba(86, 138, 138, 0.6);
}


.devamin{
    padding-top: 20px;
}


.devam{
    padding: 15px 30px;
    background: #fff;
    width: 175px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    color: #002245;
    position: relative;
    cursor: pointer;
}

.devam i{
    transform: rotate(-45deg);
    position: absolute;
    right: 31px;
    top: 17px;
    transition: 500ms;
}

.devam:hover i{
    right: 20px;
    transform: rotate(0deg);
}
.devam:hover{
    background: #002245;
    color: #fff;
}


.anaslider .owl-nav{
    bottom: 50% !important;
    justify-content: space-between !important;
    padding: 0 10px ;
    z-index: 100;
}


.anaslider .owl-nav [class*='owl-']{
    background: unset !important;

}
.anaslider .owl-nav [class*='owl-'] span{
    font-size: 36px;
    transition: 500ms;
    opacity: 0.7;
}

.anaslider .owl-nav [class*='owl-'] span:hover{
    opacity: 0.4;
}


.fixed{
    background: #fff;
    background: url(images/giris-bg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}





.blogo img{
    width: 170px;
}







.kurumlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
}


.kurumline{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 30px;
}

.kurumimg{
    width: 48%;
    position: relative;
}
.kurumimg img{
    width: 100%;
    position: relative;
    z-index: 10;
}

.kurumtext{
    width: 50%;
    color: #002245;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding-right: 6%;
}

.kurumsal{
    padding: 140px 0 100px 0;
}
.kurumtitle{
    color:#002245 ;
    font-weight: 700;
    font-size: 40px;
    position: absolute;
    bottom: 35%;
    right: 0%;
    z-index: 20;
}
.kurumrev{
    flex-flow: row-reverse;
}

.kurumrev .kurumimg{
    width: 53%;
}
.kurumrev .kurumtext{
    width: 45%;
    padding-left: 6%;
}
.kurumrev .kurumtitle{
padding-bottom: 25px;
position: relative;
bottom: unset;
right: unset;
    }

.kurumline:last-child{
    margin-bottom: 0;
}

.arastirma{
    background: url(images/dnabg.jpg) no-repeat center;
    background-size: cover;
    padding: 150px 0 150px 0;
    position: relative;
}
.arastirma .mdiaggovde{
    background: unset;
}
.bigtitle{
    font-family: 'Roboto Slab';
    font-size: 80px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: #00000000;
    font-weight: 900;
    opacity: 0.3;
    text-align: center;
}

.diagnostik{
position: relative;
padding: 20px 0;
}

/*
.diagnostik:before{
    background: url(images/diagnostik-bg.png) no-repeat top left;
    width: 100%;
    height: 100%;
    background-size: inherit;
    top: -80px;
    left: -190px;
    position: absolute;
    content: "";
}

*/
.diagcenter{
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 50%;
    margin: auto;
}
.diagtext{
    font-size: 22px;
    line-height: 28px;
font-weight: 400;
text-align: center;
}


.diagworld{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
    height: 740px;
}
.digduvar{
    position: relative;
    width: 644px;
        display: flex;
    align-items: center;
    justify-content: center;
}

.diagyuv1{
    position: relative;
    z-index: 10;
    text-align: center;
}

.diagyuv1 .diaglist{
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    position: absolute;
    content: "";
        border:1px solid #e7e8eb;
        border-radius: 50%;
        overflow: hidden;
        background: url(images/yuvbg.png) no-repeat center;
        background-size: cover;
}

.diagyuv1 .diaglist:before{
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 0;
}

.diaginbox{
height: 100%;
position: absolute;
top: 0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
background-size: cover;
    background-position: center;
}

.dimg{
    position: relative;
    z-index: 20;
}



.dititle{
    color: #002245;
    font-weight: 700;
    font-size: 26px;
    position: relative;
    z-index: 20;
} 
.diaginsan{
    width: 50%;
    left: 0;
    background-size: cover;
}

.diagvet{
    width: 50%;
    right: 0;
    background-size: cover;
}

.dimg img {
    height: 144px;
    text-align: center;
}


.diagorta{
        width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    position: absolute;
    content: "";
        border:1px solid #e7e8eb;
        border-radius: 50%;
}

.diagvet .dimg{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diagvet .dimg img{
    height: 120px;
}




.diagyuv1 .diaglist:before{
    position: absolute;
}
.diagkat{
    position: absolute;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 644px;
    height: 644px;
    top: 0;
    left: 0;

}

.katlist-insan{
    width: 50%;
    padding-right: 185px;
    height: 640px;
}




.gkattitle{
    cursor: pointer;
    font-size: 28px;
    font-weight: 600;
    position: absolute;
}


.katbox-insan{
    position: absolute;
    left: 0;
    top: 60px;
    height: 520px;
}

.gkt1{
    top: 0;
    left: -45px;
}

.gkt2{
    top: 50%;
    left: -180px;
}

.gkt3{
    bottom: 0%;
    left: -20px;
}

.gkattitle:before{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #002245;
    border-radius: 50%;
} 

.gkt1:before{
    right: -67px;
}


.gkt2:before{
    right: -63px;
}

.gkt3:before{
    right: -70px;
}

.gkatsublist{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: 500ms;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding:0 40px 15px 0px;
    width: 200px;
}

.gkattitle:hover .gkatsublist{
    visibility: visible;
    opacity: 1;
    top: 40px;
}

.gkatsublist a{
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
}
.gkatsublist a:hover{
    color: #ff0000;
}

.katlist-vet {
    width: 50%;
    padding-left: 185px;
    height: 640px;
    position: relative;
}


.katbox-vet{
    position: absolute;
    right: -100%;
    top: 60px;
    height: 520px;
    width: 100%;
}

.katbox-vet .gkattitle:before{
    background: #fce579;
}


.katbox-vet .gkt1:before{
right: unset;
left: -67px;
}

.katbox-vet .gkt2:before{
right: unset;
left: -67px;
}
.katbox-vet .gkt3:before{
right: unset;
left: -60px;
}

.katbox-vet .gkt1{
    left: -75px;
}

.katbox-vet .gkt2{
    left: 40px;
}

.katbox-vet .gkt3{
    left: -75px;
}

.digyuv{
    position: absolute;
    border-radius: 50%;
        z-index: 30;
}


.yuv1{
top: 2px;
    left: 321px;
    width: 8px;
    height: 8px;
    background: #002245;

}


.yuv2{
top: 150px;
    left: 109px;
    width: 14px;
    height: 14px;
    background: #002245;
}


.yuv3{
top: 380px;
    left: 60px;
    width: 10px;
    height: 10px;
    background: #002245;
}


.yuv4{
    top: 475px;
    left: 105px;
    width: 11px;
    height: 11px;
    background: #002245;
}
.yuv5{
    top: 88px;
    right: 183px;
    width: 12px;
    height: 12px;
    background: #fce579;
}

.yuv6{
    top: 243px;
    right: 59px;
    width: 17px;
    height: 17px;
    background: #fce579;
}
.yuv7{
    top: 450px;
    right: 88px;
    width: 15px;
    height: 15px;
    background: #fce579;
}
.yuv8{
    top: 629px;
    right: 340px;
    width: 17px;
    height: 17px;
    background: #fce579;
}

.gkattitle a:hover{
    color: #ff0000 !important;
}

.temsilcilikler {
    background: url(images/temsilbg2.jpg) no-repeat center;
    background-size: cover;
    padding:200px 0 200px 0;
    position: relative;
    z-index: 10;
}

.temsilcislider .item{
background: #fff;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
height: 185px;
border-radius: 20px;
}

.temsilcislider .item a img{
    max-height: 100%;
    max-width: 100%;
    filter: grayscale(100%);
}
.temsilcislider .item a:hover img{
    filter: grayscale(0);
}

.temsilcislider .owl-nav{
    bottom: -110px !important;

}


.temsilcislider .owl-prev{
    border-radius: 50% !important;
}

.temsilcislider .owl-next{
    border-radius: 50% !important;
}


.owl-next span, .owl-prev span{
position: relative !important;
top: unset !important;
font-size: unset !important;
}

.temsilcislider{
    padding-top: 30px;
}


.temsilcilikler .bigtitle{
color: #ffffff00;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 2px;
}
footer{
    position: relative;
    z-index: 20;
    margin-top: -140px;
}

.cloudsrotate{
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
.imza {
    margin-top: 50px;
    padding: 50px 0;
    border-top: 1px solid #f2f2f2;
}

.imzalist {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.imztext span {
    font-weight: 600;
}

.imztext a {
    color: #000;
}

.footop{
background: url(images/iletisimbg.png) no-repeat center top;
background-size: cover;
padding: 150px 0;
}



.footop .bigtitle{
    color: #ffffff00;
        -webkit-text-stroke-color: #fff;
}

.fotitle{
    font-size: 33px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 30px 0;
}

.iltsayfa {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row;
}


.soltaraf {
    width: 35%;
}

.iltsayfa .parcatext {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #a1a1a1;
        line-height: 34px;
    position: relative;
    font-size: 22px;
}

.iltadreslist {
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 15px 0;
}

.adrestext {
    color: #000;
    padding-bottom: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row;
    font-size: 18px;
    line-height: 25px;
}

.adrestext i {
    padding-top: 0px;
    padding-right: 15px;
}

.sagtaraf {
    width: 60%;
}

.sform {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.sform input[type=text] {
    width: 48%;
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    padding: 19px;
    margin-bottom: 20px;
    font-size: 18px;
}
.sform textarea {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    padding: 19px;
    margin-bottom: 20px;
    height: 190px;
    font-size: 18px;
}
.gonder{
    font-size: 22px;
}
.form-err{
    font-size: 18px;
    color: #ff0000;
    font-weight: 600;

}

.temsildevam{
    padding-top: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.temsildevam .devam{
    width: 210px;
}



.desktopheadright{
    display: flex;
}
.mobilheadright{
    display: none;
}

.diagmobil{
    display: none;
}

.subcloud{
    position: relative;
}

.banner{
    background: url(images/banner-img.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
    height: 320px;
}

.banner .clouds{
    z-index: 200;
}

.subhead {
        background: url(images/banner-img.jpg) no-repeat center top;
box-shadow:unset;
}
.subhead .mlink{
    color: #002245;
}

.subhead .social a{
    color: #002245;
}

.subhead .opensearch{
    color: #002245;
}

.sayfa{
    position: relative;
    min-height: 600px;
    padding-bottom: 300px;
    margin-bottom: 200px;
}


.sayfa .bigtitle{
    letter-spacing: 10px;
    opacity: 0.1;
    font-size: 110px;
}
.maintitle{
    color: #002245;
    font-size: 40px;
    font-weight: 700;
    margin-top: -67px;
}
.linkyol{
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row-reverse;
}
.linkyol a{
    position: relative;
    font-weight: 400;
    color: #002245;
    padding-right: 25px;
}
.linkyol a:before{
position: absolute;
content: ">";
right: 8px;

}
.linkyol a:first-child:before{
    display: none;
}

.linkyol a:hover{
    color: #ff0000;
}

.linkyol .hucreler{
    background: #002245;
    top:27px;
}

.linkyol .hucre3{
    top: 25px;
}

.sayfagovde{
    position: relative;
    padding: 10px 0px 0px 20px;
    min-height:300px;

}
.sayfagovde:before{
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    width: 1px;
    height: calc(100% + 300px);
    background: #e2e2e2;
}

.sayfagovde .hucreler{
    background: #002245;
    top:unset;
    bottom: -270px;
    left: -5px;
}

.sayfagovde .hucre2{
bottom: -180px;
}
.sayfagovde .hucre3{
bottom: -130px;
left: -7px;
}
.sayfagovde .hucre4{
bottom: -80px;
}
.urunlist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.urunbox{
    width: 23%;
  height: 310px;
       margin: 0px 2% 30px 0;
}
.uruntitle{
    background: url(images/titlebg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 5px 20px 5px;
    display: block;
    text-align: center;
    border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
     font-size: 18px;
     font-weight: 500;
     color: #fff;
     margin-top: -30px;
     position: relative;
     z-index: 100;
     transition: 500ms;
}

.urunimg{
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    overflow: hidden;
    height: 237px;
    display: block;
    background-position: center;
    background-size: cover;
    z-index: 120;
    background-color: #fff;
    position: relative;

}
.urunbox:hover .uruntitle{
margin-top: -15px;
}
.urunbox:hover .urunimg{
border-color: #64a7ad;
}

.urungaleri{
    width: 40%;
}
.urunbig{
    min-height: 422px;
    border-radius: 20px;
    border:1px solid #e2e2e2;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
}

.urunaciklama{
    width: 58%;
    font-weight: 500;
    font-size: 18px;

}
.urungovde{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.uruntumb {
       display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-top: 20px;
}
.uruntumb a{
    border:1px solid #e2e2e2;
    width: 48%;
    margin-bottom: 20px;
    min-height: 203px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}
.uruntumb a:hover{
    border-color: #64a7ad;
}
.urunbig:hover{
    border-color: #64a7ad;
}

.temsilcigovde{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.temsilbox{
    width: 48%;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.temsilimg{
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 55%;
    height: 260px;
        position: relative;
    z-index: 120;
    background: #fff;
}
.temsilimg img{
    max-width: 100%;
    max-height: 100%;
        position: relative;
    z-index: 100;
    filter: grayscale(100%);
}
.temsiltext{
    width: 45%;
    background: url(images/titlebg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 5px 15px 65px;
    margin-left: -35px;
    position: relative;
    z-index: 100;
    opacity: 0.8;
    transition: 500ms;
}

.temsilbox:hover .temsiltext{
opacity: 1;
margin-left: 0px;
}


.temsilbox:hover .temsilimg{
border-color: #64a7ad;
}


.temsilbox:hover .temsilimg img{
filter: grayscale(0%);
}
.kutulist{
    border-bottom: 1px solid #e2e2e2;
}
.kutubox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.linkuyari{
    padding: 15px 0 15px 0;
    color: #ff0000;
    font-weight: 500;
}

.kutubox a{
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0c092b;
    font-size: 24px;
    padding: 3px 13px;

}
.kutubox a:hover{
    background: #0c092b;
    color: #fff;
}

.aratitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.aratitlebox{
        display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0c092b;
    font-size: 32px;
    font-weight: 700;
}

.arastirform{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.arastirform input[type=text]{
    border-radius: 28px;
    padding: 18px 20px;
    width: 450px;
    border: 1px solid #e2e2e2;
    transition: 500ms;
}

.arastirform input[type=submit]{
    position: absolute;
    right: 0;
    top: 0;
    background: unset;
    border:unset;
z-index: 20;
width: 30px;
height: 40px;
}

.arabuton{
    position: absolute;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.arabuton span{
color: #262d4e;
font-size: 12px;
position: relative;
z-index: 10;

}
.arabuton i{
color: #262d4e;
font-size: 24px;
padding-bottom: 1px;
position: relative;
z-index: 10;
}


.arastirform input[type=text]:focus{
    border: 1px solid #262d4e;
}

.tabletop{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.tablestun {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 500;
    color: #002245;
}
.tablestun i{
    font-size: 32px;
    padding-right: 10px;
}
.tablelist{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
    border-radius: 5px;
    margin-bottom:5px;
    background: #334e6a;
}
.tablelist:nth-child(odd){
background: #78a1a1;
}


.stun1{
    width: 25%;
}

.stun2{
    width: 40%;
}

.stun3{
    width: 17.5%;
}
.stun3{
    width: 17.5%;
}

.tablelist .tablestun{color: #fff;font-size: 18px;font-weight: 400;}


.download{
background: url(images/titlebg.jpg) no-repeat center;
    font-size: 20px;
    color: #fff !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute !important;
    top: 5px;
    right: 0;
    padding: 14px 30px !important;
    border-radius: 30px;
    transition: 500ms;
}
.download i{
    padding-right: 8px;
}
.download:hover{
    background: #002245;
}
.sayfalama .kutubox{
    justify-content: flex-start;
}

.snote{
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
}
.sayfalama{
    padding:30px 0;
}
.aktifx, .act {
    background: #0c092b;
    color: #fff !important;
}
.sayfalama .kutubox a{
margin: 0 3px;
font-size: 20px;
font-weight: 400;
}
.tablelist:hover{opacity: 0.95;}



.aratitlebox .kutubox{
margin-right:10px;
}





/* iPhone Phone Dikey*/
@media screen and (min-width: 320px) and (max-width: 1024px)

{

.full{
width: 94%;
}
.headin{
    flex-flow: column;
    align-items: center;
    flex-flow: row wrap;
}
.ulfirst{
    top: 150px;
    border-radius: 10px;
}

.blogo img{
    width: 140px;
}
.fixed .mlogo img{width: 180px;}



.desktopheadright{
    display: none;
}
.mobilheadright{
    display: flex;
    width: calc(100% - 180px);
}
.headright{
    justify-content: flex-end;
    padding-bottom: 30px;
}
.social a{
    font-size: 18px;
}
.opensearch{
    margin: 0 15px;
}
.fixed{
    border-radius: 0;
}
header{
   padding: 10px 0;
}
.menu ul li{
    padding: 10px 0 10px 0;
}

.mlink{
    font-size: 16px;
    padding: 0px 10px;
}
.mtemlink{
    display: none;
}

.arastirgovde{
    padding: 15px;
}
.arastirlist{
    flex-flow: column;
}

.arastirbox{width: 100%;margin-bottom: 30px;}

.arastirbox:before{
    display: none;
}

.aralink{
    font-size: 22px;
    border-radius: 30px;
    width: 100%;
}

.arasublist{
    width: 85%;
}
.menu{
    padding-bottom: 0;
}


.solnav{
    height: unset;
}


.insan{
      border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.mdiaggovde{
    flex-flow: row wrap;
}
.diagmain:before{
    width: 15px;
    height: 15px;
        left: -23px;
        top: 8px;

}
.diagtitle{
        font-size: 18px;
    padding-top: 15px;
}

.diagmainlist{
    padding-top: 25px;
    background-size: 50%;
}

.hucreler {top: 39px;}

.diaglist{
    padding-left: 15px;
}

.diagmain{
    font-size: 18px;
}
.veterinerlik{
        border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.anaslider{border-radius: 20px;}

.slin{
    padding: 10px 25px;
    flex-flow: column;
}
.sldesc{
    width: 100%;
}
    .sltitle{
        font-size: 22px;
    }
.sline{
    font-size: 16px;
        padding: 5px 5px;
    margin-bottom: 5px;
}
.slimg{
    width: 100%;
    border-radius: 10px;
    height: 225px;
}
.devamin{
           padding: 20px 0;
        display: flex
;
        align-items: center;
        justify-content: center;
}

.anaslider .owl-nav{
    bottom: 74% !important;
    padding: 0;
}

.clouds img{width:100%;}
.kurumline{
    flex-flow: column;
    width: 94%;
}

.kurumlist{
    align-items: center;
}

.kurumimg{width: 100%;}

.kurumtitle{
    font-size: 22px;
    right: unset;
    left: 0;
}
.kurumtext{
    width: 100%;
    padding-right: 0;
}

.kurumrev .kurumimg{width: 100%;}

.kurumrev .kurumtext{
    width: 100%;
    padding-left: 0;
}
.kurumsal{
    padding: 140px 0 30px 0;
}
.bigtitle{
    font-size: 40px;
}


.diagnostik:before{
    width: 50%;
    height: 50%;
    background-size: 100%;
    top: -80px;
    left: -74px;
}
.diagcenter{
    width: 100%;
}
.diagworld{display: none;}
.diagmobil{
    display: flex;
    flex-flow: row;
}


.diagmobil .solnav{
    height: 400px;
}

.hucre4, .hucre3{display: none;}


.temsilcilikler{
    padding: 50px 0 250px 0;
}
.fotitle {padding: 15px 0;font-size: 22px;}
.iltsayfa{
    flex-flow: column;
}


.soltaraf{
    width: 100%;
    padding-bottom: 30px;
}

.sagtaraf{
    width: 100%;
}
.iltsayfa .parcatext{
    padding: 20px;
}

.iltadreslist{
    padding: 15px 0 0 0;
}
.adrestext:last-child{
    padding-bottom: 0;
}

.sform input[type=text]{
    border-radius: 10px;
    padding: 10px;
}
.sform textarea{
    border-radius: 10px;
    padding: 10px;
    height: 150px;
}
.imza {
    margin-top: 30px;
    padding: 30px 0;
}

.imzalist{
    flex-flow: column;
    text-align: center;
}

.diller{top: 53px;}

.digmlist{
    width: 86%;
}
.sayfa .bigtitle{
    font-size: 40px;
}
.maintitle{
    font-size: 30px;
    margin-top: -23px;
}

.temsilbox{width: 100%;flex-flow: column;}
.temsilimg{width: 100%;}
.temsiltext{
    width: 85%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: unset;
    padding: 15px 15px 15px 15px;
    margin-left: 0px;
    opacity: 1;
    text-align: center;
}
.urunlist{flex-flow: column;}
.urunbox{width: 100%;
margin: 0px 0px 30px 0px;
height: auto;
}

.urungovde{flex-flow: column;}
.urunaciklama{width: 100%;overflow-x: scroll;}
.urungaleri{width: 100%;padding-top: 30px}
.urunbig{min-height: 220px;border-radius: 10px;}
.uruntumb a{min-height: 125px;border-radius: 10px;}

.sayfagovde .hucreler
{display: block !important;}
.linkyol .hucreler
{display: block !important;}


.kutubox{
flex-flow: row wrap;
}
.kutubox a{margin: 1px;font-size: 13px;padding: 3px 10px;}
.aratitle{flex-flow: column;}

.aratitlebox{padding-bottom: 10px;font-size: 18px;}

.arastirform input[type=text]{width: 100%;}

.searchgovde{width: 100%;}

.tablestun i{font-size: 10px;}
.tablestun{font-size: 14px;}
.tablelist .tablestun{font-size: 13px;}




















}
/* iPhone Phone Dikey*/

























/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{ 




}
/* iPhone Phone Yatay*/


/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{ 





}
/* iPhone  Tablet Dikey*/



/* iPhone  Tablet Yatay*/
@media only screen  and (min-width: 768px)   and (max-width: 1024px)  and (orientation: landscape) 

{







}
/* iPhone  Tablet Yatay*/



/*zoom 110ustu*/
@media screen and (max-width: 1800px) and (min-width: 1700px)
{


.kurumsaltext{
    width: 56%;
}


}
/*zoom 110ustu*/

/*zoom 125ustu*/
@media screen and (max-width: 1700px) and (min-width: 1500px)
{


.kurumsaltext{
    width: 50%;
}

.kicerik{margin-top: 75px;}





}
/*zoom 125ustu*/


/*zoom 150ustu*/
@media screen and (max-width: 1500px) and (min-width: 1200px)
{

.kurumsalimg img{
    width: 400px;
}


.kurumsalimg:before{
    left: calc(-200% - -130px);
}



}
/*zoom 150ustu*/












































/*zoom 175ustu*/
@media screen and (max-width: 1200px) and (min-width: 1024px)
{











}
/*zoom 175ustu*/