@import url('css/bootstrap-reboot.min.css') screen;
@import url('css/bootstrap.css') screen;
@import url('css/bootstrap-grid.css') screen;
@import url('css/offcanvas.css') screen;

a:link{text-decoration: none;}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    background: #f9f9f9;
}
.il-menu{padding-top: 5px; padding-bottom: 5px;}
#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */

}
.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 230px;*/
    line-height: 60px; /* Vertically center the text there */
    padding-top: 20px;
    background-color: #24324a;
}
body > .container {
    padding: 0px 15px 0;
    margin-bottom: 150px;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
code {
    font-size: 80%;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.footer-alt{
    background: #1d293e;
}
.footer-alt > .text-center{
    color: white;
    font-size: 12px;
}
address > p{font-size: 12px;margin: 0;line-height: 2;color: #f5f5f545;}
footer h4 {
    color: whitesmoke;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Quicksand",sans-serif;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul > li{
    font-size: 15px;
    line-height: 20px;
    color: #a9b4c7;
}
footer ul > li > a{
    font-size: 15px;
    line-height: 20px;
    color: #a9b4c7;
}
footer ul > li > a:hover{
    font-size: 15px;
    line-height: 20px;
    color: #f7f7f9;
}
footer img{
    margin-bottom: 5px;
}

/*Master Class*/
.modal-full {
    min-width: 100%;
    margin: 0;
}
.ciz{
    border-top: 1px solid #e8e8e8;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-full .modal-content {
    min-height: 100vh;
    border: none;
    border-radius: 0;
}
.mob-bos{margin-bottom: 5px;}
.navbar-brand>img{
    height: 50px;
    /* margin-top: 14px; */
}
.btn-aryarc{margin-bottom: 5px;}
.btn-aryarcs{margin-top: 8px;}
.giris-btn>.btn-success{color: white !important; margin-left: 5px;}
.giris-btn>.btn-secondary{color: white !important; margin-left: 5px;}
.giris-btn>.btn-warning{color: black !important; margin-left: 5px;}
.header-input>h2,p{color: #373e84;margin-top: 5px;}

@media only screen and (min-width: 767px){
    .header-bg{

    }
    .header-input{margin-top: 160px;}
    .bg-soft {
        background: #364088 !important;
    }
}
@media only screen and (max-width: 767px){
    .header-bg{
        width: 100%;
    }
    .header-input{margin-bottom: 20px;margin-top: 25px;}
    .bg-soft {
        background: #373e84 !important;
    }

}
/*Kutular Media Scren*/
@media only screen and (min-width: 1199px){
    .kup-bir{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-left: solid 10px #26ae61;
        border-bottom: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
    }
    .kup-bir:hover{
        background: #ececec;
    }
    .kup-bir>p{
        font-size: 50px;
        font-weight: 600;
    }
    .kup-bir>div{
        font-size: 33px;
        font-weight: 600;
        margin-top: -36px !important;
        color: #26ae61;
    }
    .kup-iki{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-top: solid 10px #26ae61;
        border-left: solid 10px #26ae61;
        border-right: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
    }
    .kup-iki:hover{
        background: #ececec;
    }
    .kup-iki>img{height: 75px;}
    .kup-iki>p{font-size: 35px;}
    .kup-iki div{
        font-size: 42px;
        font-weight: 600;
        margin-top: -36px;
        text-align: left;
        margin-left: 6px;
    }
    .kup-uc{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-right: solid 10px #26ae61;
        border-bottom: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
    }
    .kup-uc:hover{
        background: #ececec;
    }
    .kup-uc>p{
        font-size: 30px;
        font-weight: 700;
    }
    .kup-uc>div>p {
        font-size: 37px;
        /* font-weight: 700; */
        /* line-height: 0px; */
        margin-top: 30px;
        margin-bottom: 0;
    }
    .kup-dort{
        height: 200px;
        width: auto;
        border-radius: 5px;
        /* border-left: solid 10px #26ae61; */
        border-top: solid 10px #26ae61;
        border-right: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
    }
    .kup-dort:hover{
        background: #ececec;
    }
    .kup-dort>div>p{
        font-size: 35px;
        margin-bottom: -15px;
    }
    .kup-dort>p{
        font-size: 41px;
        font-weight: 600;
    }
    .kup-dort>img{
        height: 45px;
    }
    .kutu-ara{
        height: 85px;
    }
}
@media only screen and (max-width: 1199px){
    .kup-bir{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-left: solid 10px #26ae61;
        border-bottom: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 35px;
    }
    .kup-bir:hover{
        background: #ececec;
    }
    .kup-bir>p{
        font-size: 40px;
        font-weight: 600;
    }
    .kup-bir>div{
        font-size: 24px;
        font-weight: 600;
        margin-top: -36px !important;
        color: #26ae61;
    }
    .kup-iki{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-top: solid 10px #26ae61;
        border-left: solid 10px #26ae61;
        border-right: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
    }
    .kup-iki:hover{
        background: #ececec;
    }
    .kup-iki>img{height: 55px;}
    .kup-iki>p{font-size: 28px;}
    .kup-iki div{
        font-size: 38px;
        font-weight: 600;
        margin-top: -32px;
        text-align: left;
        margin-left: 2px;
    }
    .kup-uc{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-right: solid 10px #26ae61;
        border-bottom: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
    }
    .kup-uc:hover{
        background: #ececec;
    }
    .kup-uc>p{
        font-size: 24px;
        font-weight: 700;
    }
    .kup-uc>div>p {
        font-size: 30px;
        /* font-weight: 700; */
        /* line-height: 0px; */
        margin-top: 30px;
        margin-bottom: 0;
    }
    .kup-dort{
        height: 200px;
        width: auto;
        border-radius: 5px;
        /* border-left: solid 10px #26ae61; */
        border-top: solid 10px #26ae61;
        border-right: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 17px;
    }
    .kup-dort:hover{
        background: #ececec;
    }
    .kup-dort>div>p{
        font-size: 26px;
        margin-bottom: -15px;
    }
    .kup-dort>p{
        font-size: 35px;
        font-weight: 600;
    }
    .kup-dort>img{
        height: 45px;
    }
    .kutu-ara{
        height: 85px;
    }
}
@media only screen and (max-width: 992px){
    .kup-bir{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-left: solid 10px #26ae61;
        border-bottom: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 35px;
    }
    .kup-bir:hover{
        background: #ececec;
    }
    .kup-bir>p{
        font-size: 31px;
        font-weight: 600;
    }
    .kup-bir>div{
        font-size: 27px;
        font-weight: 600;
        margin-top: -16px !important;
        color: #26ae61;
        line-height: 26px;
    }
    .kup-iki{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-top: solid 10px #26ae61;
        border-left: solid 10px #26ae61;
        border-right: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 30px;
    }
    .kup-iki:hover{
        background: #ececec;
    }
    .kup-iki>img{height: 60px;}
    .kup-iki>p{font-size: 18px;}
    .kup-iki div{
        font-size: 33px;
        font-weight: 600;
        margin-top: -28px;
        text-align: left;
        margin-left: -1px;
    }
    .kup-uc{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border-right: solid 10px #26ae61;
        border-bottom: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
    }
    .kup-uc:hover{
        background: #ececec;
    }
    .kup-uc>p{
        font-size: 31px;
        font-weight: 700;
    }
    .kup-uc>div>p {
        font-size: 20px;
        /* font-weight: 700; */
        /* line-height: 0px; */
        margin-top: 15px;
        margin-bottom: 0;
    }
    .kup-dort{
        height: 200px;
        width: auto;
        border-radius: 5px;
        /* border-left: solid 10px #26ae61; */
        border-top: solid 10px #26ae61;
        border-right: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 23px;
    }
    .kup-dort:hover{
        background: #ececec;
    }
    .kup-dort>div>p{
        font-size: 18px;
        margin-bottom: -15px;
    }
    .kup-dort>p{
        font-size: 33px;
        font-weight: 600;
    }
    .kup-dort>img{
        height: 45px;
    }
    .kutu-ara{
        height: 44px;
    }
}
@media only screen and (max-width: 575px){
    .kup-bir{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 35px;
        text-align: center;
    }
    .kup-bir:hover{
        background: #ececec;
    }
    .kup-bir>p{
        font-size: 31px;
        font-weight: 600;
    }
    .kup-bir>div{
        font-size: 27px;
        font-weight: 600;
        margin-top: -16px !important;
        color: #26ae61;
        line-height: 26px;
    }
    .kup-iki{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 30px;
    }
    .kup-iki:hover{
        background: #ececec;
    }
    .kup-iki>img{height: 60px;}
    .kup-iki>p{font-size: 18px;}
    .kup-iki div{
        font-size: 33px;
        font-weight: 600;
        margin-top: -28px;
        margin-left: 0;
        text-align: center;
    }
    .kup-uc{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
    }
    .kup-uc:hover{
        background: #ececec;
    }
    .kup-uc>p{
        font-size: 31px;
        font-weight: 700;
    }
    .kup-uc>div>p {
        font-size: 20px;
        /* font-weight: 700; */
        /* line-height: 0px; */
        margin-top: 15px;
        margin-bottom: 0;
    }
    .kup-dort{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 23px;
    }
    .kup-dort:hover{
        background: #ececec;
    }
    .kup-dort>div>p{
        font-size: 18px;
        margin-bottom: -15px;
    }
    .kup-dort>p{
        font-size: 33px;
        font-weight: 600;
    }
    .kup-dort>img{
        height: 45px;
    }
    .kutu-ara{
        height: 44px;
    }
}
@media only screen and (max-width: 378px){
    .kup-bir{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 13px;
        text-align: center;
    }
    .kup-bir:hover{
        background: #ececec;
    }
    .kup-bir>p{
        font-size: 29px;
        font-weight: 600;
    }
    .kup-bir>div{
        font-size: 27px;
        font-weight: 600;
        margin-top: -16px !important;
        color: #26ae61;
        line-height: 26px;
    }

    .kutu-ara{
        height: 44px;
    }
}
@media only screen and (max-width: 371px){
    .kup-bir{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 15px;
        text-align: center;
    }
    .kup-bir:hover{
        background: #ececec;
    }
    .kup-bir>p{
        font-size: 29px;
        font-weight: 600;
    }
    .kup-bir>div{
        font-size: 27px;
        font-weight: 600;
        margin-top: -16px !important;
        color: #26ae61;
        line-height: 26px;
    }
    .kup-dort{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 14px;
    }
    .kup-dort:hover{
        background: #ececec;
    }
    .kup-dort>div>p{
        font-size: 18px;
        margin-bottom: -15px;
    }
    .kup-dort>p{
        font-size: 33px;
        font-weight: 600;
    }
    .kup-dort>img{
        height: 38px;
    }
    .kutu-ara{
        height: 44px;
    }
}
@media only screen and (max-width: 367px){
    .kup-uc{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
    }
    .kup-uc:hover{
        background: #ececec;
    }
    .kup-uc>p{
        font-size: 31px;
        font-weight: 700;
    }
    .kup-uc>div>p {
        font-size: 19px;
        /* font-weight: 700; */
        /* line-height: 0px; */
        margin-top: 15px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 359px){

    .kup-iki{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 30px;
    }
    .kup-iki:hover{
        background: #ececec;
    }
    .kup-iki>img{height: 60px;}
    .kup-iki>p{font-size: 16px;}
    .kup-iki div{
        font-size: 31px;
        font-weight: 600;
        margin-top: -28px;
        margin-left: 0;
        text-align: center;
    }
    .kup-uc{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
    }
    .kup-uc:hover{
        background: #ececec;
    }
    .kup-uc>p{
        font-size: 27px;
        font-weight: 700;
    }
    .kup-uc>div>p {
        font-size: 17px;
        /* font-weight: 700; */
        /* line-height: 0px; */
        margin-top: 15px;
        margin-bottom: 0;
    }

}
@media only screen and (max-width: 337px){
    .kup-bir{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 38px;
        text-align: center;
    }
    .kup-bir:hover{
        background: #ececec;
    }
    .kup-bir>p{
        font-size: 25px;
        font-weight: 600;
    }
    .kup-bir>div{
        font-size: 23px;
        font-weight: 600;
        margin-top: -16px !important;
        color: #26ae61;
        line-height: 26px;
    }
    .kup-iki{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 16px;
    }
    .kup-iki:hover{
        background: #ececec;
    }
    .kup-iki>img{height: 60px;}
    .kup-iki>p{font-size: 18px;}
    .kup-iki div{
        font-size: 33px;
        font-weight: 600;
        margin-top: -28px;
        margin-left: 0;
        text-align: center;
    }
    .kup-uc{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
    }
    .kup-uc:hover{
        background: #ececec;
    }
    .kup-uc>p{
        font-size: 25px;
        font-weight: 700;
    }
    .kup-uc>div>p {
        font-size: 17px;
        /* font-weight: 700; */
        /* line-height: 0px; */
        margin-top: 15px;
        margin-bottom: 0;
    }
    .kup-dort{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 16px;
    }
    .kup-dort:hover{
        background: #ececec;
    }
    .kup-dort>div>p{
        font-size: 18px;
        margin-bottom: -15px;
    }
    .kup-dort>p{
        font-size: 28px;
        font-weight: 600;
    }
    .kup-dort>img{
        height: 37px;
    }
    .kutu-ara{
        height: 34px;
    }
}
@media only screen and (max-width: 321px){
    .kup-bir{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        padding-top: 38px;
        text-align: center;
    }
    .kup-bir:hover{
        background: #ececec;
    }
    .kup-bir>p{
        font-size: 26px;
        font-weight: 600;
    }
    .kup-bir>div{
        font-size: 22px;
        font-weight: 600;
        margin-top: -16px !important;
        color: #26ae61;
        line-height: 26px;
    }
    .kup-iki{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 30px;
    }
    .kup-iki:hover{
        background: #ececec;
    }
    .kup-iki>img{height: 33px;}
    .kup-iki>p{font-size: 19px;}
    .kup-iki div{
        font-size: 29px;
        font-weight: 600;
        margin-top: -28px;
        margin-left: 0;
        text-align: center;
    }
    .kup-uc{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
    }
    .kup-uc:hover{
        background: #ececec;
    }
    .kup-uc>p{
        font-size: 25px;
        font-weight: 700;
    }
    .kup-uc>div>p {
        font-size: 20px;
        /* font-weight: 700; */
        /* line-height: 0px; */
        margin-top: 15px;
        margin-bottom: 0;
    }
    .kup-dort{
        height: 200px;
        width: auto;
        border-radius: 5px;
        border: solid 10px #26ae61;
        margin-top: 10px;
        padding: 15px;
        text-align: center;
        padding-top: 23px;
    }
    .kup-dort:hover{
        background: #ececec;
    }
    .kup-dort>div>p{
        font-size: 18px;
        margin-bottom: -15px;
    }
    .kup-dort>p{
        font-size: 27px;
        font-weight: 600;
    }
    .kup-dort>img{
        height: 36px;
    }
    .kutu-ara{
        height: 22px;
    }
}

.anasayfa-blog-bg{
    margin-top: 50px;
    background: url("img/blog-bg.png");
    min-height: 400px;
    margin-bottom: 170px;
}
.anasayfa-blog-bg > .container > h3{
    text-align: center;
    color: #373e84;
    font-weight: 700;
}
.anasayfa-blog-bg > .container > p{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.anasayfa-blog-bg > .container > .card-deck > .card > .card-body > h5{
    color: #373e84;
    text-align: center;
}
.anasayfa-blog-bg > .container > .card-deck > .card > .card-body > p{
    text-align: center;
}
.anasayfa-blog-bg > .container > .card-deck > .card > .card-body > span{
    position: absolute;
    background: white;
    border-radius: 5px 5px 0px 0px;
    margin-top: -50px;
    padding: 10px;
    width: 88%;
    text-align: center;
    color: #26ae61;
    font-size: 15px;
}
.anasayfa-blog-bg > .container > .card-deck > .card >  .card-footer > a{
    color: #26ae61;
    font-size: 15px;
    padding-left: 25%;
}

/* Personel ara Sayfası*/

.adv-baslik{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.hidden{
    display:none;
}
.uzmanlik{
    height: 194px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.uzmanlik ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
.uzmanlik ul li{}
.beceri{
    height: 194px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.beceri ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
.beceri ul li{}
.yas{
    height: 194px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.yas ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
.yas ul li{}
.cinsiyet{
    height: auto;
    margin-bottom: 20px;
}
.cinsiyet ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
.cinsiyet ul li{}
.egitim{
    height: 194px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.egitim ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
.egitim ul li{}
.sidebar-yan{
    border-right: 1px solid #e4e4e4;
}
.header-alt{
    background: url("img/home-bg.jpg");
    background-position: center;
    height: 100px;
    margin-top: 0px;
}
.header-bg-color{
    background: #364088ad;
    height: 100px;
}
.header-alt-d {
    background: url(img/blogs-bg.webp);
    background-position: center;
    height: 250px;
    /* margin-top: 20px; */
}
.header-bg-color-d {
    background: #364088ad;
    height: 250px;
}
.gel-per-ara-bas{
    /* text-align: center; */
    padding-top: 15px;
    color: aliceblue;
    font-weight: 600;
    font-size: 25px;
}
.gel-per-ara-link{
    text-align: center;
    color: aliceblue;
    font-weight: 600;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 35px;
}
.gel-per-ara-link ul{list-style: none;padding: 0;margin: 0;}
.gel-per-ara-link>ul>li {float: left;margin-right: 5px;font-size: 15px;color: aliceblue;}
.gel-per-ara-link ul li a{font-size: 15px;color: aliceblue;}
.gel-per-ara-link ul li a:hover{color: #d6d6d6;}
.gel-per-ara-link ul li .per-aktif{
}
.ozgecmis-str-alt{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.user-img-size{
    width: 50%;
}
.ozgecmis-str-alt p{
    font-size: 16px;
    font-weight: 500;
    line-height: 10px;
}
.m-gls-b{
    font-size: 16px;
    font-weight: 500;
    color: #373e84;
    margin-bottom: 5px;
    margin-top: 5px;
}
.user-circle{
    border: 3px solid #ffffff;
    border-radius: 100px;
    padding: 8px;
    margin-top: -80px;
    height: 150px;
    width: 150px;
}
.m-user-circle{
    border: 3px solid #ffffff;
    border-radius: 100px;
    padding: 8px;
    margin-top: -65px;
    height: 150px;
    width: 150px;
}
.m-user-circle img{
    height: auto;
    width: 150px;
}
.dty-ad{
    font-size: 17px;
    font-weight: 600;
    font-family: sans-serif;
    text-align: center;
    color: #364088;
}
.dty-meslek{
    font-size: 15px;
    text-align: center;
    color: #4b606b;
}
.dty-meslek a{
    color: #465c67;
    }.dty-meslek a:hover{
       color: #527586;
   }
   .dty-mail{
    text-align: center;
    font-size: 14px;
}
.dty-socs{
    margin-top: 4px;
    font-size: 17px;
    /* font-weight: 500; */
    color: #49bb7a;
}
.dty-soc{}
.dty-soc a{
    color: #5f65af;
    font-size: 20px;
}
.dty-soc a:hover{
    color: #36408885;
}
.ady-gnl{
    padding: 24px 0px;
    border: 2px solid #e6e7ef;
    border-radius: 8px;
}
.ady-gnls h3{
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    font-family: sans-serif;
    color: #364088;
}
.ady-gnl ul{
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
.ady-gnl ul li{
    font-size: 17px;
}
.ady-gnl ul li i{
    color: #26ae61d6;
    margin-right: 20px;
    font-size: 20px;
}
.ady-gnl-text{
    font-size: 15px !important;
    margin-left: 46px;
    color: #6f6f6f;
    margin-bottom: 13px;
}

.ady-egitim > ul{
    list-style: none;
    padding: 0;
}
.ady-egitim > ul > li{
    padding-left: 1.3em;
}
.ady-egitim  > ul > li > div{margin-top: -29px;margin-left: 12px;}
.ady-egitim  > ul > li > div > p{margin-top: -10px;}
.ady-egitim > ul > li:before{
    content: "\f19d"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -20px; /* same as padding-left set on li */
    color: #EC407A;
    font-size: 20px;
}
.ady-is ul.timeline {
    list-style-type: none;
    position: relative;
}
.ady-is ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
.ady-is ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
.ady-is ul.timeline > li:before {
    content: "\f0b1"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    background: white;
    display: inline-block;
    position: absolute;
    left: 22px;
    width: 20px;
    height: 20px;
    z-index: 400;
    color: #5e6392;
}
.timeline p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.timeline date{
    color: #929292;
}
.ady-ser ul.timeline {
    list-style-type: none;
    position: relative;
}
.ady-ser ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
.ady-ser ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
.ady-ser ul.timeline > li:before {
    content: "\f0a3"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    background: white;
    display: inline-block;
    position: absolute;
    left: 22px;
    width: 20px;
    height: 20px;
    z-index: 400;
    font-size: 20px;
    color: #607D8B;
}
.ady-bil{}
.ady-bil > ul{
    list-style: none;
}
.ady-bil > ul > li{}
.ady-bil > ul > li::before{
    content: "\f10c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    background: white;
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    font-size: 20px;
    color: #FF5722;
}
.uye{}
.uye > ul{
    list-style: none;
}
.uye > ul > li{}
.uye > ul > li::before{
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    background: white;
    display: inline-block;
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
    font-size: 20px;
    color: #009688;
}
.ady-giris-banner{
    height: 205px;
    overflow: hidden;
    margin-top: 10px;
}
.uye > ul > li > span > a:link{
    color: #142e5a;
}
.card-headers {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #e0e0e091;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.btn-link-color{
    color: #24324ac7;
    font-size: 16px;
    font-weight: 500;
}
.btn-link-color:hover{
    color: #656262;
    text-decoration: none;
}
.cards{
    margin-bottom: 10px;
    border: none;
}
.cv-card-bos{
    margin-top: 10px;
}


[data-role="dynamic-fields"] > .form-inline + .form-inline {
    margin-top: 0.5em;
}

[data-role="dynamic-fields"] > .form-inline [data-role="add"] {
    display: none;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="add"] {
    display: inline-block;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="remove"] {
    display: none;
}


/*Blog*/
.blog-input{
    padding-top: 65px;
}
.arama-baslik{
    color: white;
    position: relative;
    font-size: 30px;
    font-weight: 600;
}
.blog-input p {
    color: aliceblue;
}
.bramcuda{
    background-color: #e9ecef;
}
.kategori-bg{
    background: #e9ecef;
    padding: 10px;
}
.kategori-bg > h4 {}
.kategori-bg > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.kategori-bg > ul > li{
    color: azure;
}
.kategori-bg > ul > li > a{
    color: #2a3060;
}
.kategori-bg > ul > li > a:hover{}
.card > img{
    height: 180px;
}
.kat-aciklama{
    background: #e9ecef;
    padding: 15px;
}
.img-i{
    width: 100%;
    height: 400px;
}

.blog-meta {
    background: #e9ecef;
    overflow: hidden;
    padding: 10px;
    margin-top: 10px;
    /* margin-left: 25px; */
}
.blog-meta ul {
    list-style: none;
    padding: 0;
}
.blog-meta ul li {
    float: left;
    margin-right: 30px;
}
/*Sosyal Media*/
.facebook1{
    background: #3b5998;
    margin-top: 10px;
    text-align: center;
}
.facebook1 a{
    color: white;
    font-size: 28px;
}
.twitter1{
    background: #00aced;
    margin-top: 10px;
    text-align: center;
}
.twitter1 a{
    color: white;
    font-size: 28px;
}
.googleplus1{
    background: #dd4b39;
    margin-top: 10px;
    text-align: center;
}
.googleplus1 a{
    color: white;
    font-size: 28px;
}
.linkedin1{
    background: #007bb6;
    margin-top: 10px;
    text-align: center;
}
.linkedin1 a{
    color: white;
    font-size: 28px;
}
.pinterest1{
    background: #cb2027;
    margin-top: 10px;
    text-align: center;
}
.pinterest1 a{
    color: white;
    font-size: 28px;
}
.blog-okundu{
    background: #FFC107;
    margin-top: 10px;
    text-align: center;
}
.blog-okundu i{
    height: 45px;
    padding-top: 13px;
}
.blog-baslik{}


/*Yorumlar*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}
a {
    color: #82b440;
    text-decoration: none;
}
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
    display: table;
    clear: both;
}
.blog-comment{
}
.blog-comment ul{
    list-style-type: none;
    padding: 0;
}
.blog-comment img{
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px;
}
.blog-comment .post-comments{
    border: 1px solid #fff;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #eee;
    color: #6b6e80;
    position: relative;
}
.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}
.blog-comment ul.comments ul{
    list-style-type: none;
    padding: 0;
    margin-left: 85px;
}
.blog-comment-form{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}
.blog-comment h3,
.blog-comment-form h3{
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}


.footer-ack{
    color: white;
    line-height: 24px !important;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
}


.a-blog-baslik {
    font-size: 23px;
    margin-bottom: 15px;
    color: #364088;
}

.a-blog-baslik h2 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #364088;
}

.a-blog-baslik-ciz {
    border-bottom: solid 2px #26ae61;
    width: 200px;
    margin-top: 10px;
}
.card-body > a{
    font-size: 16px;
}

/*Anasayfa CV*/
.a-cv-bg-1{
    background: #f3f3f3a3;
    background: url("img/cv-bg.png");
    /* height: 250px; */
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.a-cv-bg{}
.a-cv-bg i{
    font-size: 69px;
    padding-top: 2px;
}
.a-cv-bg i:hover{
    font-size: 64px;
    padding-top: 2px;
}
.a-cv-bg span{
    font-weight: 600;
    font-size: 13px;
}
.a-cv-bg p{
    font-size: 13px;
}

/*CV Örnekleri*/
.cv-detay{
    margin-bottom: 20px;
}
.cv-detay h1{
    font-size: 25px;
}
.cv-detay span{
    font-size: 25px;
}
.cv-detay img{
    width: 100%;
    height: 70%;
}
.cv-cv-bg-1{
    background: #f3f3f3a3;
    background: url("img/cv-bg.png");
    /* height: 250px; */
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.cv-bg{
    margin-bottom: 25px;
    border: solid 1px #36408829;
    border-radius: 5px;
    padding: 6px;
    background: url("img/cv-bg.png");
}
.cv-bg i{
    font-size: 60px;
    padding-top: 8px;
    color: #3640889e;
}
.cv-bg i:hover{
    font-size: 62px;
    padding-top: 8px;
}
.cv-bg span{
    font-weight: 600;
    font-size: 13px;
}
.cv-bg span a{color: #2b305a;}
.cv-bg p{
    font-size: 13px;
}
.cv-icon i{
    font-size: 43px !important;
    color: #28a74591 !important;
    margin-top: 3px;
}
.sid-baslik{
    margin-bottom: 16px;
    font-weight: 500;
}






/*hastane css*/

.hstn-info{
	font-size: 24px;
    color: #364088;
    line-height: 40px;
    border-bottom: solid 1px #26ae61;
}



.bg-saglik-tb{
    background: white;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 15px;
}


.bg-saglik-tb > h1{
    font-size: 20px;
    color: #364088;
}

.bg-saglik-tb > h2{
    font-size: 20px;
    color: #364088;
}
.bg-saglik-tb  i{
    color: #364088;
}

.harita{
    margin-bottom: 20px;
}

.hastane-yan{}

.hastane-yan > .card  .card-title {
    margin-bottom: -0.25rem;
}
.hastane-yan > .card h5{
    font-size: 14px !important;
}

.hastane-yan > .card .card-body {
    -ms-flex: 1 1 auto ;
    flex: 1 1 auto;
    padding: 0.25rem !important;
    padding-left: 10px !important;
}

