body {
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
    color: #111;
}

.swal2-title {
    font-size: 18px !important;
    line-height: 30px !important;
}

.input-lg {
    height: auto !important;
    font-size: 14px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.breadcrumbstitle {
    text-transform: uppercase;
    font-size: 23px;
    color: #3b2752;
    font-weight: 700;
}

.breadcrumbs {
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.breadcrumbs__ol {
    display: block;
    padding: 0px;
    margin: 5px 0px !important;
}

.breadcrumbs__item {
    display: inline-block
}

.breadcrumbs__item__label.mdie {
    position: relative;
    font-size: 12px !important;
    vertical-align: middle !important;
    padding-left: 20px !important;
}

.breadcrumbs__item__label.mdie:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 4px;
    left: 8px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #999;
}

.breadcrumbs__item__label.firstLi {
    padding-left: 0px !important;
}

.breadcrumbs__item__label.firstLi:before {
    border: 0px;
    padding-left: 8px;
}

.breadcrumbs__item__link {
    display: inline-block;
    color: #555;
    font-weight: 500;
}

.breadcrumbs__item__link:hover {
    color: #000
}

.textAlignCenter {
    text-align: center !important;
}

.g-recaptcha {
    display: inline-block
}

.kvkkarea {
    margin-top: 10px !important;
}

.kvkk_check {
    float: left;
    width: 25px;
    margin-top: 2px !important;
}

.kvkk_text {
    float: left;
    width: calc(100% - 25px);
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
}

.kvkk_text a {
    color: #555;
}

.shadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

strong {
    font-weight: 600;
}

.displayNone {
    display: none !important;
}

.textAlignCenter {
    text-align: center !important;
}

.containerPage {
    padding: 0px 60px !important;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .containerPage {
        padding: 0px 40px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .containerPage {
        padding: 0px 30px !important;
    }
}

@media (max-width: 768px) {
    .containerPage {
        padding: 0px 20px !important;
    }
}


.titleBottom:before {
    height: 8px;
    position: absolute;
    left: 5%;
    width: 90%;
    z-index: -1;
    content: "";
    background: #febb20;
    top: 50%;
    pointer-events: none;
}

.heightAuto {
    height: auto !important;
}

#imageContainer {
    display: table;
    background-color: #fff;
    height: 170px;
    width: 100%;
    border: 1px solid #ddd;
}

#imageCon {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.imageTitle {
    position: absolute;
    font-size: 13px;
    width: calc(100% - 32px);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 12px;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
}

.imageTitleHover:hover .imageTitle {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imageTitleFull {
    position: absolute;
    font-size: 13px;
    width: calc(100% - 30px);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 12px;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
}

#imageContainer200 {
    display: table;
    background-color: #fff;
    height: 220px;
    width: 100%;
    border: 1px solid #ddd;
}

#imageContainer100 {
    display: table;
    background-color: #fff;
    height: 120px;
    width: 100%;
    border: 1px solid #ddd;
}

.noTextDecoration:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.pointer {
    cursor: pointer !important;
}

.slideText {
    font-size: 10px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.slideButton {
    font-size: 14px;
    padding: 10px;
    color: #fff;
    margin-top: 30px;
    width: 90px;
    background-color: #a60e35;
    cursor: pointer;
}

.fullHarita {
    height: calc(100% - 0px);
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 0px;
}

.fullHarita iframe {
    height: 100% !important;
    width: 100% !important;
    display: block;
}


.alert {
    font-size: 12px;
}

.message {
    font-size: 10px;
    margin-bottom: 5px;
}

.message .alert {
    padding: 10px;
    margin: 0px;
}

.noBorderRadious {
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.form-control {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.noBorder {
    border: 0px !important;
}

.grow2 img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grow2 img:hover {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
    position: relative;
    z-index: 999;
}


#selectTab {
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    background-color: #8b2331 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #8b2331 !important;
}

#selectTab::-webkit-input-placeholder {
    color: #888 !important;
    font-weight: 300;
}

#selectTab::-moz-placeholder {
    color: #888 !important;
    font-weight: 300;
}

#selectTab:-ms-input-placeholder {
    color: #888 !important;
    font-weight: 300;
}

#selectTab:-moz-placeholder {
    color: #888 !important;
    font-weight: 300;
}


.siteButton {
    background-color: #E15E3B;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px 7px 15px;
    border: 1px solid #E15E3B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.siteButton:hover {
    border: 1px solid #3b2752;
    color: #3b2752;
    background-color: #fff;
}

.siteButtonBlue {
    background-color: #0F1C3E;
    border: 1px solid #0F1C3E;
}


.siteButtonDil {
    background-color: #fff;
    color: #8b2331;
}

@media (max-width: 768px) {
    .siteButtonDil {
        right: 10px;
        top: 5px;
    }
}


.siteButtonBig {
    padding: 11px 50px 10px 50px !important;
}

.siteButtonMini {
    font-size: 12px !important;
}

.hint {
    padding: 10px 0px 20px 0px;
    color: #777;
    font-size: 12px;
}

.margin0 {
    margin: 0px !important;
}

.margin5 {
    margin: 5px !important;
}

.marginTop-20 {
    margin-top: -20px !important;
}

.marginTop-15 {
    margin-top: -15px !important;
}

.marginTop-10 {
    margin-top: -10px !important;
}

.marginTop-5 {
    margin-top: -5px !important;
}

.marginTop0 {
    margin-top: 0px !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop15 {
    margin-top: 15px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.marginTop35 {
    margin-top: 35px !important;
}

.marginTop40 {
    margin-top: 40px !important;
}

.marginTop50 {
    margin-top: 50px !important;
}

.marginBottom5 {
    margin-bottom: 5px !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginBottom20 {
    margin-bottom: 20px !important;
}

.marginBottom30 {
    margin-bottom: 30px !important;
}

.marginBottom38 {
    margin-bottom: 38px !important;
}

.marginBottom40 {
    margin-bottom: 40px !important;
}

.marginLeft0 {
    margin-left: 0px !important;
}

.padding0 {
    padding: 0px !important;
}

.paddingLeft0 {
    padding-left: 0px !important;
}

.paddingRight0 {
    padding-right: 0px !important;
}

.paddingLeft20 {
    padding-left: 20px !important;
}

.padding0-10 {
    padding: 0px 10px !important;
}

.padding5-0 {
    padding: 5px 0px !important;
}

.padding1 {
    padding: 1px !important;
}

.padding3 {
    padding: 3px !important;
}

.padding5 {
    padding: 5px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding20 {
    padding: 20px !important;
}

.paddingTop0 {
    padding-top: 0px !important;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.paddingBottom0 {
    padding-bottom: 0px !important;
}

.paddingBottom10 {
    padding-bottom: 10px !important;
}

.aNoStyle:hover {
    text-decoration: none;
}


.etiketTitle {
    font-size: 14px;
    color: #353535;
    margin-top: 10px;
}

label.etiket {
    height: 20px;
    margin-top: 15px;
}

label.etiket i {
    color: #353535;
    font-size: 10px;
}

a.etiket {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #353535;
}

a.etiket:hover {
    text-decoration: none;
}


/***************** SLİDER *******/

.slaytlar {
    border-bottom: 5px solid #E15E3B
}

.slaytlar img {
    width: 100%;
    height: auto
}

/***************** SLİDER *******/

.anasayfaSlayt {
    z-index: 0;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.slaytCon {
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.slaytCon .container {
    width: 600px;
}

.slaytBaslik {
    margin: 5px 0px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
}

.slaytIcerik {
    margin: 5px 0px;
    position: relative;
    display: inline-block;
    color: #ddd;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .slaytBaslik {
        font-size: 40px;
    }

    .slaytIcerik {
        font-size: 25px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .slaytBaslik {
        font-size: 30px;
    }

    .slaytIcerik {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .slaytBaslik {
        font-size: 20px;
    }

    .slaytIcerik {
        font-size: 15px;
    }

    .slaytCon .container {
        width: 100%;
    }
}


#header {
    padding: 0;
    background-color: #0F1C3E;
}


#header .header {
    position: relative;
    font-size: 13px;
    padding: 0;
}

#header .header .logo img {
    height: 50px;
    margin: 10px 0px;
}

#header .navbar-default {
    background-image: none !important;
    background-color: transparent !important;
    border: 0px !important;
    margin: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#header .navbar-nav > .open > a {
    background-image: none !important;
}

#header .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-image: none !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#header .menuGri {
    background-color: #e6e6e6;
    padding: 21px !important;
}

#header .menuGri img {
    height: 26px;
}

#header .dropdown-menu {
    background-color: #fff;
    margin-top: -2px;
    margin-right: -2px;
    overflow: hidden;
}

#header .dropdown-menu a {
    color: #fff !important;
    padding: 0px 10px;
}

#header .navbar-nav .dropdown-menu li:hover a {
    border: 0px;
    color: #fc0 !important;
    background-image: none !important;
    background-color: transparent !important;
}

#header .dropdown-menu li {
    border-left: 0px !important;
    margin-top: 0px !important;
}

#header ul {
    width: 100%;
    float: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .25);
    border-right: 1px solid rgba(255, 255, 255, .25)
}

#header .navbar-collapse {
    padding: 0
}

#header ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

#header ul li + li {
    border-left: 1px solid rgba(255, 255, 255, .25)
}

#header ul li a {
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px
}

#header ul li a.active {
    background: rgba(255, 255, 255, .125)
}

#header ul li a:hover {
    background: rgba(255, 255, 255, .25)
}

@media (min-width: 992px) {
    .stickyHeader {
        z-index: 999;
        position: sticky;
        top: 0;
    }
}

.menuBottomLine {
    font-size: 11px;
    font-style: italic;
    color: #666;
}

#mobileButton {
    background-color: transparent !important;
    margin-top: 20px;
    border: 0px;
}

#mobileButton .icon-bar {
    background-color: #193d55;
    height: 5px;
    width: 30px;
}

/*******/


.close-icon {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, black 46%, black 55%, transparent 55%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, black 46%, black 55%, transparent 55%, transparent 100%);
}


@media (max-width: 767px) {

    body.stickyPage {
        position: relative !important;
        overflow: hidden !important;
        top: inherit;
    }


    body.stickyPage #pageOverlay {
        position: fixed;
        z-index: 9990;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        -webkit-transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
        -o-transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .htmlFixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .mobileFixedTopHeight {
        height: 82px;
        width: 100%;
    }

    .mobileFixedTopHeightColor {
        z-index: 99;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        width: 100%;
    }

    .headerFTo {
        background-color: #fff;
        height: 82px;
        border-bottom: 1px solid #ddd;
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        width: 100%;
    }
}


@media (min-width: 767px) {
    #mobileMenu {
        display: none !important;
    }

    #mobileMenuOpenBtn {
        display: none !important;
    }
}


#mobileMenuOpenBtn {
    position: fixed;
    top: 12px;
    left: 9px;
    height: 66px;
    padding: 15px 0px;
    width: 56px;
    cursor: pointer;
    z-index: 9980;
}

#mobileMenuOpenBtn div {
    height: 4px;
    width: 30px;
    margin: 5px 13px;
    background-color: #3b2752;
}

#mobileMenu {
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: -260px;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#mobileMenu a:hover {
    text-decoration: none !important;
}

#mobileMenu.open {
    left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobiletopArea {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.menuDil_right {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
}

.menuDil_right a {
    display: inline-block;
    color: #fff;
    background-color: #141c24;
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    margin: 1px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}


#mobileMenu .mobilelogoArea {
    width: 214px;
    float: left;
    text-align: center;
    margin: 15px 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu .mobilelogoArea img {
    height: 38px;
    margin-right: 0px;
}


#mobileMenu .mobileMenuClose {
    width: 46px;
    float: left;
    padding: 10px;
    margin: 10px 0px;
}


#mobileMenu .mobileUl {
    list-style: none;
    padding: 0px 0px;
    height: calc(100vh - 100px);
    overflow-y: scroll;
}

#mobileMenu .mobileUl li {
    list-style: none;
    padding: 0px;
    cursor: pointer;
}

#mobileMenu .mobileUl li {
    padding: 15px 20px;
}

#mobileMenu .mobileUl > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu .mobileUl li a {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

#mobileMenu .mobileUl li ul {
    padding: 0px 10px;
}

#mobileMenu .mobileUl li ul li {
    padding: 0px;
    padding-top: 25px;
}

#mobileMenu .mobileUl li i {
    font-size: 8px;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}

.menuAcik {
    background-color: #8b2331;
}


#mobileMenu .mobileUl > li.mobileMenuOpen ul {
    height: auto;
    opacity: 1;
}

.anasayfa_logolar {
    padding: 20px;
    padding-right: 50px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    -webkit-border-radius: 20px 0px 0px 0px;
    -moz-border-radius: 20px 0px 0px 0px;
    border-radius: 20px 0px 0px 0px;
}

.anasayfa_logolar img {
    width: 100%;
}

@media (min-width: 767px) {
    .anasayfa_logolar img {
        width: 450px;
    }

    #mobileMenu {
        left: 0px !important;
        z-index: 9;
    }

    #mobileMenu.mobileMenuAnasayfa {
        background-color: transparent !important;
    }

    #mobileMenu .mobileUl {
        overflow: hidden !important;
    }

    #mobileMenu .mobileMenuClose, #mobileMenuOpenBtn {
        display: none !important;
    }

    #mobileMenu .mobileUl li {
        padding: 5.5px 20px;
    }

    #mobileMenu .mobileUl > li {
        border-bottom: 0px;
    }

    .mobiletopArea {
        border-bottom: 0px;
    }
}

.menuLineDotted {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

/*******/


@media (min-width: 991px) and (max-width: 1200px) {

}

@media (max-width: 768px) {
    .headerTop .text {
        font-size: 13px;
        line-height: 28px;
    }

    .headerTop .text img {
        height: 20px;
        margin-top: 3px;
    }
}

.headerTopC {
    background-color: #cbcbcf;
    padding: 5px 0px;
}

.logoAnaSayfa {
    padding: 25px 0px;
}

.logoAnaSayfa img {
    height: 60px;
    width: auto;
    padding-right: 1rem;
}

.btnAnasayfa {
    padding: 34px 0px 22px 0px;
}

.btnAnasayfa {
    float: right;
}

.btnAnasayfaTarih {
    color: #0F1C3E;
    margin-top: 25px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.logoRightAnasayfa {
    margin-left: 30px;
    padding: 5px 0px;
    float: right;
}

.logoRightAnasayfa img {
    height: 60px;
    margin: 10px 0px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .logoAnaSayfa img {
        height: 50px;
        width: auto;
        margin: 5px 0px;
    }

    .btnAnasayfa {
        padding: 23px 0px 6px 0px;
    }

    .logoRightAnasayfa img {
        height: 70px;
        margin: 5px 0px;
    }
}

@media (min-width: 991px) {
    .logoAnaSayfa {
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btnAnasayfa {
        padding: 15px 0px 0px 0px;
    }

    .btnAnasayfaTarih {
        margin-top: 15px;
    }

    .btnAnasayfaTarih span {
        font-size: 14px !important;
    }

    .logoAnaSayfa img {
        height: 50px;
        width: auto;
        margin: 5px 0px;
    }

    .btnAnasayfa .siteButton {
        padding: 5px 10px 4px 10px;
    }

    .logoRightAnasayfa {
        float: right;
        margin-left: 20px;
    }

    .logoRightAnasayfa img {
        height: 50px;
        margin: 5px 0px;
    }
}

@media (max-width: 768px) {
    .btnAnasayfa {
        padding: 0px 0px;
        position: fixed;
        z-index: 99999;
        right: 10px;
        top: 32px;
    }

    .logoAnaSayfa {
        clear: both;
        text-align: center;
        padding: 10px 0px;
    }

    .logoAnaSayfa img {
        height: 36px;
        width: auto;
        margin-top: 15px;
    }

    .headerTop {
        background-color: #fff;
    }
}


.linkTelNo {
    color: #000 !important;
}

.linkTelNo:hover {
    text-decoration: none !important;
}


.whatsapp {
    position: fixed;
    padding: 10px 40px 10px 10px;
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: #13990a;
}

.whatsapp img {
    width: 40px;
    height: auto;
    float: left;
}

.whatsapp a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.whatsapp .fontAlt {
    font-size: 20px;
}

#footerContainer {
    color: #000;
    background-color: #f7f7f7;
    border-top: 5px solid #3b2752;
    padding: 0px 0px 25px 0px;
}

@media (max-width: 767px) {
    #footerContainer {
        padding-bottom: 100px;
    }
}

.footerSocial img {
    margin: 10px;
}

@media (min-width: 991px) {
    .footerSocial img {
        margin: 0px 15px 0px 0px;
    }
}

.footerTitle {
    position: relative;
    color: #000;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: bold;
}

@media (min-width: 991px) {
    .footerTitle:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50px;
        background-color: #000;
        left: -10px;
        bottom: -10px;
    }
}

.footerLink {
    margin: 5px 10px 20px 0px;
    position: relative;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footerLink a {
    color: #000;
}

.footerLink a:hover {
    text-decoration: none;
}

@media (min-width: 991px) {
    .footerLink {
        padding-left: 10px;
    }

    .footerLink:hover a {
        color: #000;
    }

    .footerLink:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        left: 0px;
        top: 5px;
        background: #fff;
        z-index: 0;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
    }

    .footerLink:hover:before {
        background: #E15E3B;
    }
}


.footerLogo {
    font-size: 17px;
    line-height: 25px;
    margin-top: 30px;
    display: inline-block;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;

}

.footerTel {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

.footerAdres {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

@media (max-width: 991px) {
    #footerContainer {
        text-align: center;
    }

    .footerTitle {
        margin-top: 50px !important;
        margin-bottom: 15px;
    }

    .footerLink {
        margin: 0px 0px 15px 0px;
    }
}

@media (max-width: 1200px) {
    .footerkimlik {
        text-align: center;
    }
}


.indexBoxesKat {
    background-color: #ededed;
    padding: 20px 0px;
    margin-bottom: -10px;
}

.indexBoxesKatCon {
    background-color: #0a4f88;
    text-align: center;
    line-height: 18px;
}

.indexBoxesKatConbaslik {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
}

.indexBoxesKatConbasliktop {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
}

.indexBoxesKatConline {
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-left: calc(50% - 20px);
    margin-bottom: 12px;
}

.indexBoxesKatConicerik {
    font-size: 13px;
    color: #fff;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .indexBoxesKatConicerik {
        font-size: 12px;
        line-height: 16px;
    }
}

.indexBoxKategori {
    position: relative;
}

.indexBoxKategoriTop {
    color: #fff;
    font-size: 16px;
    height: 50px;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 10px;
    background-color: rgba(195, 29, 31, 0.85);
}

.indexBoxKategoriTop .div2 {
    padding: 0px 15px;
}

@media (max-width: 767px) {
    .indexBoxKategoriTop {
        line-height: 13px;
        font-size: 12px !important;
        height: 40px;
    }
}


.fullPage {
    position: relative;
    padding-bottom: 30px;
    min-height: calc(100vh - 200px);
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 25px;
}

.fullPageCon {
    padding: 0px 20px 20px 20px;
}


.icerikText li {
    list-style: circle;
    margin-left: 20px;
}


.urunTitleBackC {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url("../images/back.png");
    background-size: auto 100%;
    background-position: bottom center;
}

.urunTitleBack {
    display: table;
    height: 100%;
    width: 100%;
}

.urunTitleBack .urunTitleBackS {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    display: table-cell;
    vertical-align: bottom;
    padding: 20px;
}

.urunTitleBackLine {
    width: 40px;
    height: 3px;
    margin-bottom: 7px;
    background-color: #4e8fbd;
}


.urunTitle {
    font-size: 19px;
    margin-top: 10px;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
}

.urunTitleLine {
    background-color: #4e8fbd;
    margin-left: calc(50% - 40px);
    width: 80px;
    height: 3px;
    margin-bottom: 20px;
}


.indexBaslik label {
    width: calc(100% - 60px);
    margin: 0px 30px;
    text-align: center;
    background-color: #e6e6e6;
    font-size: 18px;
    padding: 12px 0px 10px 0px;
    font-weight: 700;
    color: #000;
}


.indextitle {
    padding: 15px 0px 15px 0px;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    color: #333;
}

.indextitleLine {
    background-color: #13b1b3;
    width: 70px;
    height: 3px;
    margin: 0px auto;
    margin-bottom: 30px;
}

.h1title {
    position: relative;
    z-index: 9;
    padding: 20px 0px 5px 0px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.sayfaResim {
    height: 200px;
    margin-bottom: 20px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.sayfaResimDiv {
    background-color: rgba(0, 0, 0, 0.35);
}

.h1titleResim {
    margin: 0px;
    border: 0px;
    left: 0px;
    font-size: 35px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.h1title .h1titleAlt {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
}

.titleW {
    color: #fff !important;
}

.titleLine {
    background-color: #49ccd4;
    width: 50px;
    height: 2px;
    margin: 0px auto;
    margin-bottom: 30px;
}

.titleLineW {
    background-color: #fff;
}

.h1titleM {
    font-size: 16px;
}

.titleLeft {
    text-align: left;
}

.titleLineLeft {
    margin: 0px 0px 20px 0px;
}

.h2title {
    font-size: 20px;
    font-weight: 600;
    color: #ea4335;
}


.duyurularBack {
    background-color: #444349;
}


.urunKatS {
    background-color: #f0f0f0;
    padding: 20px 30px;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}


.hizmetBoxesI {
    width: 110px;
    padding: 0px 20px;
}

.hizmetBoxesI img {
    height: 70px;
    width: 70px;
}

.hizmetBoxesT {
    border-left: 1px solid #fff;
    height: 70px;
    width: calc(100% - 110px);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .hizmetBoxes {
        border-bottom: 1px solid #172b42;
    }
}

.hizmetBoxes:hover .hizmetBoxesT {
    color: #172b42;
}

.positionRelative {
    position: relative !important;
}

.araBoxes {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    margin-top: -10px;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.araBoxes .greenT {
    color: #6fbf52;
}

@media (min-width: 991px) {
    .araBoxes {
        position: absolute;
        height: 150px;
        margin-bottom: 0px;
    }
}

.araBoxes:hover .greenT {
    color: #fff;
}


.iletisimIcon {
    width: 25px;
    text-align: left;
    color: #777;
    float: left;
    font-size: 14px;
    margin-top: 2px;
}

.iletisimLabel {
    font-size: 13px;
    color: #333;
    float: left;
    width: calc(100% - 33px);
    line-height: 18px;
}

.formWhite {
    margin-bottom: 20px;
    padding-top: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.formWhite .inputLabelLeft {
    margin-top: 2px;
    width: 150px;
    float: left;
    line-height: 30px;
    vertical-align: bottom;
    font-size: 13px;
}

.formWhite .inputTextRight {
    width: calc(100% - 150px);
    float: right;
}

.formWhite .title {
    border-bottom: 1px solid #ddd;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 13px;
    margin: 0px 0px 15px 15px;
    font-weight: 600;
    padding-bottom: 10px;
}

.formIcerik {
    font-size: 16px;
    line-height: 23px;
    padding: 5px 0px;
}


/* OWL */

.owl-dots {
    display: none !important;
}

button.owl-prev {
    position: absolute;
    top: calc(50% - 10px);
    left: 0px;
    font-size: 20px;
    color: #13b1b3 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

button.owl-prev:hover {
    color: #13b1b3 !important;
}

button.owl-next {
    position: absolute;
    top: calc(50% - 10px);
    right: 0px;
    font-size: 20px;
    color: #13b1b3 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

button.owl-next:hover {
    color: #13b1b3 !important;
}

button.owl-prev i {
    margin: 6px 9px 4px 7px !important;
}

button.owl-next i {
    margin: 6px 7px 4px 9px !important;
}

.indexLogos button.owl-prev {
    top: 10px !important;
    right: 40px !important;
    left: auto !important;
}

.indexLogos button.owl-next {
    top: 10px !important;
    right: 20px !important;
    left: auto !important;
}

/* OWL */

@media (min-width: 991px) {
    .sayfaimgDiv {
        padding: 0px 0px 0px 30px !important;
    }

    .sayfaimgDivL {
        padding: 0px 30px 0px 0px !important;
    }
}

.slaytSayfaC img {
    position: relative;
    z-index: 10;
}

.imageConST {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 15px;
    right: -15px;
    border: 2px solid #ea4335;
}

.imageConSTL {
    right: auto;
    left: -15px;
}

.sayfaimgBaslik {
    font-size: 25px;
    margin: 10px 0px 30px 0px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
}


.sagmenuboxTitle {
    background-color: #e6e6e6;
    padding: 12px 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #4285f4;
    border-bottom: 1px solid #ccc;
}

.sagmenuboxTitleLeft {
    text-align: left;
}

.sagmenuboxTitleLine {
    background-color: #ea8d48;
    width: 60px;
    height: 3px;
    margin: 0px 0px;
    margin-bottom: 20px;
}

.sagmenubox {
    font-weight: 500;
    padding: 10px 15px;
    list-style: none;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.sagmenubox {
    cursor: pointer;
    background-color: #e6e6e6;
    border-bottom: 1px solid #ccc;
}

.duyuruBox .icerik {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}


.sagmenubox:hover .icerik {
    color: #ea4335;
}


.pageUrunP img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pageUrunP:hover img {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
    position: relative;
}

.pageUrunP {
    position: relative;
    padding: 10px 0px;
    background-color: #fff;
    text-align: left;
}

.pageUrunPLine {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding-bottom: 20px;
}

.pageUrunPLineActive {
    border: 1px solid #ffa053;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.pageUrunP .pageUrunPimg {
    overflow: hidden;
}

.pageUrunP .htarih {
    color: #8b2331;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0px 0px 10px;
}

.pageUrunP .pageUrunIimg {
    text-align: center;
}

.pageUrunP .pageUrunIimg img {
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pageUrunP .buttonBig {
    padding: 0px 10px;
    color: #003a65;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.pageUrunP .buttonBig .div1 {
    display: table;
    height: 60px;
    width: 100%;
}

.pageUrunP .buttonBig .div2 {
    display: table-cell;
    vertical-align: middle;
}

.pageUrunP .buttonBigSmall {
    font-size: 18px;
    line-height: 20px;
}

.pageUrunP .buttonBigSmall .div1 {
    height: 50px;
}

.pageUrunPimgD {
    border: 1px solid #ddd;
    border-bottom: 0px;
}

.pageTextD {
    border: 1px solid #ddd;
    border-top: 0px;
}

.pageUrunP .buttonBigSmallS .div1 {
    height: 50px;
}

.pageUrunP .buttonBigSmallU .div1 {
    height: 60px;
}

.pageUrunP .buttonBigSmallU .div2 {
    color: #ffa053;
    border-top: 1px dashed #ffa053;
    font-size: 13px;
    line-height: 16px;
}

.pageUrunP .buttonBigHaber {
    font-size: 17px;
    height: 80px;
}

.pageHaberBtn {
    width: 80px;
    color: #003a65;
    margin: 15px;
    padding: 0px 0px;
    line-height: 23px;
    font-size: 13px;
    cursor: pointer;
}

.pageHaberBtn i {
    margin-left: 10px;
    float: right;
    margin-top: 6px;
}

.pageUrunPhaber {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.pageTextDhaber {
    border: 0px;
    border-bottom: 3px solid #3b2752;
}


.pageUrunP .pageUrunPicerik {
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #333;
}

.pageUrunP .siteButton {
    background-color: #e6e6e6;
    font-weight: 500;
    border: 1px solid #ccc;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 3px 3px 3px !important;
    width: 140px;
    margin: 0px calc(50% - 70px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pageUrunP:hover .siteButton {
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #193d55;
}


.pageUrunPB {
    border-top: 1px solid #ddd;
    margin: 15px;
    padding-top: 15px;
}

.pageUrunPm2 {
    color: #fff;
    background-color: #13b1b3;
    font-size: 16px;
    padding: 4px 20px;
}

.pageUrunPm2 sup {
    font-size: 11px;
}

.pageUrunPButon {
    color: #595959;
    font-size: 13px;
    line-height: 31px;
    font-weight: 600;
}

.pageUrunPButon i {
    font-size: 8px;
    float: right;
    margin-top: 12px;
}

.pageUrunPButon i:last-child {
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .pageUrunP .pageUrunPicerik {
        height: 150px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .pageUrunP .pageUrunPicerik {
        height: 200px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pageUrunP .pageUrunPicerik {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .pageUrunP .siteButton {
        margin-top: 20px;
    }
}

.pageUrunPWhite {
    background-color: #fff !important;
}


.rightMenu .titleH {
    color: #333;
    font-size: 14px;
    background-color: #fc0;
    padding: 10px 15px;
}

.rightMenu .hizmetBox {
    border-bottom: 2px solid #fc0;
    line-height: 16px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    padding: 8px 15px;
}

.rightMenu .hizmetBox i {
    color: #fc0;
    font-size: 16px;
    margin-right: 5px;
}

.rightMenu .hizmetBox:hover {
    color: #fff;
    background-color: #333;
}

.rightMenu .hizmetBox:hover i {
    color: #fff;
}

.pageKaplama {
    padding: 10px;
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.pageKaplama .pageDetay {
    font-size: 12px;
    height: 90px;
    color: #000;
    padding: 10px;
    display: table;
}

.pageKaplama .pageDetay div {
    display: table-cell;
    vertical-align: middle;
}

.pageKaplama .button {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 26px);
}

.pageKaplama .buttonBig {
    font-size: 18px;
    color: #333;
}

/***********************title*****************/
.menu-kapsul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #382926;
    padding-bottom: 10px;
    margin-right: 20px;
}

.menu-kapsul li ul li:first-child {
    border-top: 0px;
}

.menu-kapsul li ul li {
    border: 0px;
    margin: 0px 5px;
    font-size: 12px;
    padding: 3px;
}

.menu-kapsul li ul li a {
    font-size: 13px;
    margin: 0px;
}

.menu-kapsul li ul li:first-child {
    margin-top: 10px;
}

.menu-kapsul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    line-height: 20px;
}

.menu-kapsul li a:hover {
    color: #41532b;
}

/****************************************/

.pageText li {
    list-style: disc;
    margin-bottom: 5px;
    margin-left: 20px;
}

.pageText h2 {
    color: #1e424e;
    font-weight: 700;
    font-size: 16px;
}

.imgS {
    border: 1px solid #ddd;
    padding: 3px;
    background-color: #fff;
}

.imgS img {
    display: block;
}

.imageText {
    width: 350px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .imageText {
        width: 250px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .imageText {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .imageText {
        width: 100%;
    }
}

.imageTextMini {
    width: 200px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .imageText {
        width: 150px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .imageText {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .imageText {
        width: 100%;
    }
}

.urunTitle {
    font-size: 19px;
    margin-bottom: 10px;
    color: #2765b3;
}


.referansBackC {
    padding: 20px 0px;
    background-color: #193d55;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    background-size: cover;
}

@media (max-width: 991px) {
    .referansBackC img {
        margin-top: 20px;
    }
}

.box4lu {
    cursor: pointer;
    margin: 10px 15px 30px 15px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 2px solid #fc0;
}

.box4lu a {
    color: #555;
}

.icerikBox4 {
    line-height: 22px;
    color: #fff;
    font-size: 12px;
}

.icerikBox4 i {
    font-size: 10px;
}

.itemLi {
    color: #333;
}

.baslikBox4 {
    height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 2px solid #c2c2c2;
}

.baslikBox4B {
    padding: 15px 0px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin: 0px 0px;
    margin-top: 25px;
}

.baslikBox4BLine {
    margin: 10px auto;
    width: 60px;
    height: 3px;
    background-color: #425a78;
}

.takvimAy {
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background-color: #666;
    color: #fff;
    padding: 10px 10px;
}

.baslikTakvim {
    color: #72ac3b;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}


.div1 {
    display: table;
}

.div2 {
    display: table-cell;
    vertical-align: middle;
}

.div3 {
    display: table-cell;
    vertical-align: bottom;
}


.backCon {
    margin-top: 10px;
    background-color: #603917;
    background-size: 100% 100%;
}


.yesilBack {
    background-color: #72ac3b;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 110%;
}

.haritaButon {
    margin-bottom: 5px;
    background-color: #603917;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px 7px 30px;
    line-height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.haritaButon i {
    margin-left: 10px;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}

.row-eq-height-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.rightblue {
    background-color: #525866;
    margin-bottom: 2px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 10px;
}

.rightblue .div1 {
    height: 60px;
    position: relative;
    width: 100%;
}

.rightblue .div2 {
    text-align: center;
}


.divO {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 0px 0px 0px 10px;
    width: calc(100% - 40px);
    line-height: 40px;
    background-color: #382926;
}

.div02 {
    background-color: #41532b;
    float: right;
    width: 50px;
    font-size: 14px;
    text-align: center;
}


.bayiImage {
    height: 250px !important;
}

.bayiImage #imageContainer {
    background-color: #4a4a4a;
    border-bottom: 3px solid #ddd; /*margin:10px;*/
    padding: 10px;
    text-align: center;
}

.bayiImage .div1, .bayiImage .div2 {
    width: 100%;
    text-align: center;
}

.bayiImage img {
    margin: auto;
}

.div10 {
    display: table;
    height: 100%;
    position: relative;
    width: 100% !important;
    text-align: center;
}

.div30 {
    display: table;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-left: 15px solid #f9f3f7;
    border-right: 15px solid #f9f3f7;
    border-bottom: 30px solid #f9f3f7;
}

.div20 {
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
    text-align: center;
}


.divo3 {
    width: 10px;
    font-size: 18px;
    background-color: transparent;
    color: #41532b;
}


h2 {
    color: #3b2752;
    font-size: 16px;
    font-weight: 600;
}


.indexImageBack {
    background-color: #fff;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.refBorder {
    border: 1px solid #ddd;
    background-color: #fff;
}

.square {
    position: relative;
    padding: 10px;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.squareSL {
    position: relative;
    padding: 10px;
}

.squareSL:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.contentSL {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}


.squareClass {
    position: relative;
    padding: 15px 25px;
}

.squareClass:after {
    content: "";
    display: block;
    padding-bottom: calc(100% - 50px);
}

.contentClass {
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 30px);
}


.squareVideo {
    position: relative;
}

.squareVideo:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.contentVideo {
    position: absolute;
    width: 100%;
    height: 100%;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 320px) {
    .col-xxs-12 {
        width: 100%
    }
}


.squareGor {
    position: relative;
}

.squareGor:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.contentGor {
    position: absolute;
    width: 90%;
    height: 90%;
    margin: 5%;
}

.indexImageBack {
    background-color: #fff;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.indexImageBackBorder {
    border: 1px solid #ccc;
}

.indexImageBackBorderS {
    margin: 10px;
    background-color: #fff;
}


.height100 {
    height: 100% !important;
}

.width100 {
    width: 100% !important;
}


.hizmetBoxes {
    background-color: #6fbf52;
    padding: 20px 0px;
}

.araBoxes {
    background-image: url("../images/araBack.png");
    background-size: 100% 100%;
}


.blogBoxS {
    padding: 10px;
    position: relative;
}

.blogBoxSC {
    background-image: url("../images/imlec1.svg"), url("../images/imlec2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-size: 30px auto, 30px auto;
    padding: 40px 30px;
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}


.blogBoxS .line1 {
    position: absolute;
    top: 20px;
    right: 20px;
    height: calc(100% - 70px);
    width: calc(100% - 80px);
    border-top: 3px solid #656868;
    border-right: 3px solid #656868;
}

.blogBoxS .line2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: calc(100% - 70px);
    width: calc(100% - 80px);
    border-bottom: 3px solid #656868;
    border-left: 3px solid #656868;
}


.blogBoxSY {
    text-align: center;
    color: #172b42;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}


.osBox {
    position: relative;
}

.osBoxLine {
    position: absolute;
    padding: 5px 10px;
    background-color: #f39314;
    color: #fff;
    font-size: 14px;
    bottom: 10px;
    left: 0px;
}


.videoCon {
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("../images/play.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 125px auto;
}


.menu-kapsul-container {
    background-color: #fff;
}

.menu-kapsul-container .menu-kapsul-search {
    margin: 5px 0px;
}

/*********** MENÃœ KAPSÃœL ***********/
.menu-kapsul {
    width: 100%;
    color: #000;
    padding: 0px 0px 10px 0px;
}

.menu-kapsul ul {
    list-style-type: none;
}

.menu-kapsul ul li {
    display: block;
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
}

.menu-kapsul ul li a {
    text-decoration: none;
    color: #000;
}

.menu-kapsul ul .active {
    color: #0a476a;
    font-weight: bold;
}

.menu-kapsul ul li span:first-child {
    display: block;
    margin-bottom: 1px;
    padding: 13px;
    background-color: transparent;
}

.menu-kapsul ul li span:hover {
    color: #2765b3;
    font-weight: bold;
}

.menu-kapsul > ul li ul {
    display: none;
}

.menu-kapsul .fa {
    font-size: 16px;
    color: #0a476a;
}

.menu-kapsul ul li span:hover .fa {
    color: #2765b3;
}

.menu-kapsul .fa-angle-right {
    padding-left: 10px;
}

/*********** MENÃœ KAPSÃœL ***********/
.menu-kapsul-container .menu-kapsul-container-line {
    height: 1px;
}

#leftMenu .title {
    font-size: 20px;
    color: #c95248;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

#leftMenu .itemM {
    list-style: none;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
}

#leftMenu .itemM a {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

#leftMenu .itemM a:hover {
    text-decoration: none;
    color: #2765b3;
}

#leftMenu .itemM.active {
    background-color: #6d6e71 !important;
}

#leftMenu .itemM.active a {
    color: #fff !important;
}

#leftMenu .leftMenuItem {
    border: 0px;
}

#leftMenu ul li.leftMenuItem {
    border-bottom: 1px dashed #f39314;
    padding-left: 5px;
}

#leftMenu .leftMenuItemAlt {
    width: calc(100% - 2px);
    margin-left: 2px;
    border-right: 2px solid #f39314;
    padding: 10px 0px 8px 20px !important;
}

#leftMenu .leftMenuItemAlt a {
    font-size: 11px !important;
}

#leftMenu ul.leftMenuUl {
    margin: 0px 0px 10px 0px;
}

#leftMenu ul.leftMenuUlDisplay {
    display: none;
}

.downOkMenu {
    width: 20px;
    cursor: pointer;
}

.downOkMenu:hover {
    color: #2765b3;
}

#leftMenu .leftMenuActive {
    color: #6d6e71 !important;
}

#leftMenu .urunSayi {
    color: #888;
    font-size: 11px;
    float: right;
}

#leftMenu li {
    list-style: none;
}


#leftMenu i {
    display: block !important;
    color: #000 !important;
}


.aracCon {
    padding: 10px 0px;
    background-size: cover;
    background-position: center center;
}

.araTitleTop {
    font-size: 15px;
    margin-bottom: 10px;
    color: #13b1b3;
    font-weight: 700;
    line-height: 20px;
}

.aracTitle {
    font-size: 40px;
    margin: 10px 0px 30px 0px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
}

.aracTitleicerik {
    margin-top: 15px;
    color: #000 !important;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
}

@media (max-width: 1200px) {
    .aracTitle {
        font-size: 25px;
    }
}

.partnerBaslik {
    color: #193d55;
    padding-top: 5px;
    font-weight: 600;
    height: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #ddd;
}


.formBaslik {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    margin-bottom: 4px;
}


.belgeLink {
    color: #871d20;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.belgeLink i {
    margin-right: 8px;
    margin-left: 2px;
    color: #000;
}

.belgeLink:hover i {
    color: #E15E3B;
}


#pencere {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

#pencere h3 {
    color: #E15E3B;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

#pencere img {
    width: 100% !important;
    height: auto !important;
}


.penPage {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    width: 800px !important;
}

@media (max-width: 991px) {
    .penPage {
        width: 70vw !important;
    }
}

.penPage .penPageBaslik {
    color: #193d55;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.penPage .penPageBaslik2 {
    color: #ffa053;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

.penPage .penPageContainer {
    padding: 20px 0px;
}


.tabTopC {
    border: 1px solid #ddd;
    padding: 1px;
}

.tabTop {
    float: left;
    margin: 1px;
    padding: 8px 20px 5px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    cursor: pointer;
}

.tabTopActive {
    position: relative;
    background-color: #ffa053;
    color: #fff;
    border: 1px solid #ffa053;
}

.tabTopActive:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: calc(50% - 12px);
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffa053;
}


.tabDiv {
    padding: 20px 0px;
    font-weight: 500;
    font-size: 14px;
}

.fullHaritaTab {
    height: 300px;
    margin: 0px;
    margin-bottom: 20px;
}


.odaAreaBack {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    background-image: url("../images/odalar.png");
    background-size: cover;
    padding: 50px 0px;
}

.odaAreaBackicerik {
    font-size: 20px;
}

.odaAreaBacktel {
    margin: 15px 0px;
    background-color: #13b1b3;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 7px 30px;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.rezervasyonBack {
    text-align: center;
    background-image: url("../images/rezervasyon.png");
    background-size: cover;
    padding: 50px 0px;
}

.rezervasyonText {
    width: 70%;
    margin: 0px 15%;
    color: #13b1b3;
    font-size: 35px;
    line-height: 50px;
}

.rezervasyonBack .rezerTel {
    color: #fff;
    font-size: 20px;
    margin: 40px 0px;
    letter-spacing: 3px;
}

.rezervasyonBack .rezerTelClick {
    position: relative;
    margin-top: 80px;
}

.rezervasyonBack .rezerTelClick:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 2px;
    background-color: #fff;
    bottom: 40px;
    left: 50%;
}

@media (max-width: 991px) {
    .rezervasyonText {
        font-size: 25px;
        line-height: 40px;
    }

    .rezervasyonBack .rezerTel {
        font-size: 15px;
    }
}


.squareVideo iframe {
    height: 100% !important;
    width: 100% !important;
}

.textVideo {
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    background-color: #f9f9f9;
}

.textVideo li {
    list-style-image: url("../images/icon.png");
    margin-left: 20px;
}


.squareVideo {
    position: relative;
    border: 1px solid #ddd;
}

.squareVideo:after {
    content: "";
    display: block;
    padding-bottom: 56.1%;
}

.contentVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3px;
}


.odaOzellik {
    margin-bottom: 10px;
    padding: 0px 15px;
}

.odaOzellik .odaS {
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 6px 10px 3px 10px;
}

.odaOzellik .odaS sup {
    font-size: 10px;
}


#sikca-sorulan-sorular {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    list-style: none;
    padding: 0px 5px;
}

#sikca-sorulan-sorular i {
    color: #ea4335;
    margin-right: 5px;
    margin-left: 14px;
}

#sikca-sorulan-sorular > li {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    font-weight: 500;
    color: #000;
}

#sikca-sorulan-sorular li:last-child {
    border-bottom: 0;
}

#sikca-sorulan-sorular li .question {
    cursor: pointer;
    padding: 12px 4px;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    #sikca-sorulan-sorular li .question {
        padding: 16px 4px;
    }
}

#sikca-sorulan-sorular li .question.opened {
    color: black;
}

#sikca-sorulan-sorular li .question.opened .material-icons {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #eee;
    color: black;
}

#sikca-sorulan-sorular li .question .material-icons {
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    vertical-align: middle;
    margin-top: -3.5px;
    margin-right: 8px;
    color: #3c97b2;
    padding: 2px;
    line-height: 24px;
}

#sikca-sorulan-sorular li .question span {
    line-height: 24px;
}

#sikca-sorulan-sorular li .answer {
    margin-bottom: 24px;
    border-left: 4px solid #cf2b39;
    font-weight: 400;
    display: none;
    width: 100%;
    background: #eee;
    padding: 12px;
    padding-left: 36px;
}


.eduRota {
    padding: 25px 0px;
    background-image: url("../images/edurota.jpg");
    background-size: cover;
    background-position: center center;
}

.eduRotaimg {
    text-align: center;
}

.eduRotaimg img {
    height: 100px;
}

.eduRota .eduRotatext {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}


@media (min-width: 1200px) {
    .ulkeBox {
        width: 20%;
    }
}

.ulkeBox img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ulkeBox:hover img {
    -webkit-transform: scale(1.05); /* Safari and Chrome */
    -moz-transform: scale(1.05); /* Firefox */
    -ms-transform: scale(1.05); /* IE 9 */
    -o-transform: scale(1.05); /* Opera */
    transform: scale(1.05);
    position: relative;
}

.ulkeBoxS {
    position: relative;
    overflow: hidden;
}

.ulkeBoxSBC {
    position: absolute;
    background-image: url("../images/ulkeBack.png");
    background-size: 100% 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.ulkeBoxSB {
    padding: 10px 10px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.ulkeBoxSB .info {
    font-size: 13px;
    line-height: 16px;
}


.ulkeBack {
    background-image: url("../images/ulkeBackground.png");
    background-size: cover;
    background-position: center center;
}

.ulkeBackLink {
    font-size: 23px;
    color: #4285f4;
    letter-spacing: 2px;
    font-weight: 600;
}

.ulkeBackH1 {
    font-size: 30px;
    color: #000;
    margin: 5px 0px;
    font-weight: 600;
}

.ulkeBackDetay {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}


.indexDetay {
    padding: 30px 0px;
    background-color: #ea4335;
    background-image: url("../images/detayBackground.png");
    background-size: cover;
    background-position: center center;
}

.indexDetayH2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.indexDetayicerik {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}


.bilgiText {
    border: 1px solid #fff;
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bilgiTextimg {
    width: 45px;
}

.bilgiTexttext {
    text-align: center;
    height: 45px;
    width: calc(100% - 45px);
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.bilgiTextimg img {
    height: 45px !important;
    width: 45px !important;
}

.bilgiText:hover {
    background-color: #fff;
}

.bilgiText:hover .bilgiTexttext {
    color: #4285f4;
}


.yorumBox {
    border: 1px solid #ddd;
    position: relative;
    padding: 30px 20px 20px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.yorumBox:before {
    position: absolute;
    content: "";
    top: 20px;
    left: -1px;
    background-size: 100% 100%;
    height: 55px;
    width: 45px;
    background-image: url("../images/tirnak.png");
}

.yorumBoximg {
    margin-left: 20px;
}

.yorumBoximg img {
    display: block;
}

.yorumBoxtext {
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.yorumBoxtext .yazar {
    color: #ea4335;
    font-weight: 600;
    font-size: 17px;
}

.yorumBoxtext .meslek {
    color: #555;
    font-weight: 600;
    font-size: 13px;
}

.yorumBox:hover {
    background-color: #f9f9f9;
}


@media (min-width: 320px) {
    #kullanici-yorumlari .row {
        margin: 0 -8px
    }
}

@media (min-width: 768px) {
    #kullanici-yorumlari .row {
        margin: 0 -12px
    }
}

#kullanici-yorumlari .col {
    position: relative;
    min-height: 1px;
    float: left;
}

@media (min-width: 320px) {
    #kullanici-yorumlari .col {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 768px) {
    #kullanici-yorumlari .col {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width: 320px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 35%
    }
}

@media (min-width: 480px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 40%
    }
}

@media (min-width: 600px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 30%
    }
}

@media (min-width: 768px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 32%
    }
}

@media (min-width: 992px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 26%
    }
}

@media (min-width: 1200px) {
    #kullanici-yorumlari .col-lg-yorum-bilgi {
        width: 22%
    }
}

@media (min-width: 320px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 65%
    }
}

@media (min-width: 480px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 60%
    }
}

@media (min-width: 600px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 70%
    }
}

@media (min-width: 768px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 68%
    }
}

@media (min-width: 992px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 74%
    }
}

@media (min-width: 1200px) {
    #kullanici-yorumlari .col-lg-yorum-icerik {
        width: 78%
    }
}

#kullanici-yorumlari .item {
    margin-bottom: 24px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 24px
}

#kullanici-yorumlari .item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

#kullanici-yorumlari .item .yorum-sol {
    float: left;
    width: 100%;
    height: 100%;
    border-right: 1px solid #efefef
}

@media (min-width: 320px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 8px
    }
}

@media (min-width: 480px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 8px
    }
}

@media (min-width: 600px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 8px
    }
}

@media (min-width: 768px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 12px
    }
}

@media (min-width: 992px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 12px
    }
}

@media (min-width: 1200px) {
    #kullanici-yorumlari .item .yorum-sol {
        padding-right: 24px
    }
}

#kullanici-yorumlari .item .yorum-sol .thumb {
    margin-bottom: 16px;
    max-height: 100%;
    border: 4px solid #00456c;
    border-radius: 100%;
    max-width: 100%;
    height: auto
}

#kullanici-yorumlari .item .yorum-sol .degerlendirmeler {
    float: left;
    width: 100%;
    line-height: 16px;
    font-size: .8em
}

#kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme {
    margin-bottom: 4px;
    float: left;
    width: 100%
}

#kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme span {
    width: 115px;
    float: left
}

@media (max-width: 767px) {
    #kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme span {
        width: 100%
    }
}

#kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme .puanlar {
    float: right
}

@media (max-width: 767px) {
    #kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme .puanlar {
        float: left
    }
}

#kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme .puanlar i {
    vertical-align: middle;
    font-size: 16px;
    margin-top: -3.5px;
    color: #bbb;
}

@media (max-width: 400px) {
    #kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme .puanlar i {
        font-size: 15px
    }
}

#kullanici-yorumlari .item .yorum-sol .degerlendirmeler .degerlendirme .puanlar i.olumlu {
    color: #fc3
}

#kullanici-yorumlari .item .yorum-sag .yazar {
    color: #ea4335;
    font-weight: 600;
    font-size: 20px;
}

#kullanici-yorumlari .item .yorum-sag .meslek {
    font-size: .9em;
    color: #333;
}

#kullanici-yorumlari .item .yorum-sag .yorum {
    overflow: hidden;
    font-size: 15px;
    margin-top: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#kullanici-yorumlari .item .yorum-sag .tumunu-goster {
    float: left;
    width: auto;
    color: #555;
    margin-top: 16px;
    border: 1px solid #555;
    font-size: .8em;
    text-decoration: none;
    padding: 0 8px;
    line-height: 24px
}

#kullanici-yorumlari .item .yorum-sag .tumunu-goster:hover {
    border-color: #00456c;
    color: #fff;
    background: #00456c
}

#kullanici-yorumlari .item .yorum-paylas {
    margin-top: 8px;
    font-size: 18px;
}

#kullanici-yorumlari .item .yorum-paylas a {
    border-radius: 2px;
    padding: 4px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
    width: 35px;
    padding: 5px 10px;
}

#kullanici-yorumlari .item .yorum-paylas a:hover {
    text-decoration: none;
}

#kullanici-yorumlari .item .yorum-paylas a.facebook {
    background: #3b5998;
    color: #fff;
}

#kullanici-yorumlari .item .yorum-paylas a.twitter {
    background: #4099ff;
    color: #fff;
}

#kullanici-yorumlari .item .yorum-paylas a.whatsapp {
    background: #34af23;
    color: #fff;
}

#kullanici-yorumlari .item .yorum-paylas a img {
    height: 18px;
    width: auto
}

@media (max-width: 767px) {
    #kullanici-yorumlari .item .yorum-paylas a img {
        height: 24px
    }
}


#aramaBolumu {
    width: 250px;
    bottom: -62px;
    position: absolute;
    z-index: 1200;
    right: -1px;
}


.slaytConS {
    position: relative;
}

.slaytTopForm {
    position: fixed;
    z-index: 9989;
    top: 150px;
    right: -320px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slaytTopFormSacik {
    right: 0px;
}

.slaytTopForm .formArea {
    float: left;
    width: 320px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.slaytTopForm .butonArea {
    float: left;
    width: 45px;
    height: 260px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("../images/sigortaK.svg");
}

.slaytTopFormSacik .butonArea {
    background-image: url("../images/sigorta.svg");
}

.slaytTopForm .formArea .formAreaT {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    color: #444;
}

@media (max-width: 991px) {
    .slaytTopForm {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
    }

    .slaytTopForm .formArea {
        float: none !important;
        width: 100% !important;
    }

    .slaytTopForm .butonArea {
        float: none !important;
        display: none !important;
    }
}


.stickyLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.lmdMenu a:hover {
    text-decoration: none;
}

.lmdT {
    background-color: #f7f7f7;
    color: #fff;
    padding: 8px 12px;
    font-size: 15px;
}

.lmd {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    background-color: #f7f7f7;
    color: #000;
    margin-bottom: 1px;
    padding: 15px 15px 13px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.lmd .tarih {
    font-size: 10px;
    color: #3b2752;
}

.lmdMenu a.active .lmd {
    color: #E15E3B;
}

.lmdMini {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
}

.lmdMini i {
    font-size: 8px;
    color: #E15E3B;
}

.lmdMenu a.active .lmdMini {
    color: #E15E3B;
}

.sponsorBoxC {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.sponsorBox {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


.sponsorBox img {
    width: calc(100% - 0px) !important
}


.indexImageBackBorder {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.formTextB {
    font-size: 11px;
    font-weight: 600;
    color: #3b2752;
}

.girisForm {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.girisForm .formWhite {
    background-color: #f9f9f9 !important;
}


@media (min-width: 991px) {
    .owlSlaytCon {
        margin-right: 20px;
        margin-bottom: 15px;
    }
}


.bildiriListe1 {
    float: left;
    color: #7a0636;
    width: 30px;
}

.bildiriListe2 {
    float: left;
    width: calc(100% - 30px);
}


.bildiriListe3 {
    float: left;
    width: calc(37% - 15px);
    margin-right: 5px;
}

.bildiriListe4 {
    float: left;
    width: calc(20% - 10px);
    margin-right: 5px;
}

.bildiriListe5 {
    float: left;
    width: calc(36% - 15px);
    margin-right: 5px;
}

.bildiriListe6 {
    float: left;
    width: calc(27% - 10px);
}

#kurumListesi {
    padding: 15px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 13px;
}

#kurumListesi span {
    color: #08127d;
}

.icBaslik {
    font-size: 12px;
    color: #08127d;
    margin-bottom: 3px;
    font-weight: bold;
}


.btn-editor {
    margin-bottom: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.uyariLittle {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}


.articleBoxes {
    width: 100%;
    padding: 15px 15px 40px 15px;
    border: 1px solid #ddd;
    color: #111;
}

.yazarClass {
    border-bottom: 1px solid #ddd;
}


.bildiriList {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px 15px 0px 15px;
}

.bildiriList .bildiriRenk {
    color: #09158b;
    font-weight: 600;
}

.bildiriRenkWhite, .bildiriRenkGreen .bildiriRenk {
    background-color: green;
    font-weight: 500;
}


.backgroundClear {
    background-color: transparent !important;
    background-image: none !important;
}

.bildiriList .bildiriTitle {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bildiriList .bildiriP {
    color: #1a1a1a;
    font-size: 12px;
    margin-bottom: 0px;
}


.yazarinonerisi {
    border: 1px solid #ccc;
    padding: 8px 15px;
    background-color: #f9f9f9;
}


.ana4BoxContainer {
    margin-top: 15px;
}

@media (min-width: 991px) {
    .ana4BoxContainer {
        margin-top: -60px;
    }
}

.ana4BoxC {
    padding: 20px 20px;
    background-color: #E15E3B;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ana4BoxC:hover {
    background-color: #444349;
}

.ana4BoxC img {
    height: 35px;
    margin-bottom: 15px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .ana4BoxC {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 768px) {
    .ana4BoxC {
        height: 120px;
        padding-bottom: 0px;
        font-size: 14px;
    }
}


.icerikindex {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}


.h1index {
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #E15E3B;
}

.h1indexbottom {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}


.sText {
    position: absolute;
    z-index: 999;
    border-left: 5px solid #29cbd6;
    background-color: #3b2752;
    padding-left: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    height: 100%;
    width: 160px;
    float: left;
}

.sTextAra {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 160px;
    width: 44px;
    height: 100%;
    float: left;
    background-image: url("../images/sponsor.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px 100%;
}

.sArea {
    margin-left: 210px;
    width: calc(100% - 210px);
}

@media (max-width: 991px) {
    .sText, .sTextAra {
        display: none !important;
    }

    .sArea {
        margin-left: 0px;
        width: 100%;
    }
}


.sifremiunuttumlink {
    margin-bottom: 15px;
    text-align: center;
}

.sifremiunuttumlink a {
    font-weight: 600;
    font-size: 12px;
    color: #dc0000;
}


.aciklamaBox {
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    color: #555;
    margin-bottom: 20px;
}


.duyuruBoxLeft {
    height: 100%;
    width: 100%;
    background-color: #3b2752;
}

.duyuruBoxLeftC {
    padding: 20px;
    height: 100%;
}

.duyuruBoxLefttitle {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 23px;
}

.duyuruBoxLefticerik {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.duyuruBoxLeftbtn {
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 7px 20px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
}

.duyuruBoxLefttarih {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}


.sayacCon {
    position: relative;
    z-index: 49;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sayacText {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 767px) {
    .sayacCon {
        position: relative;
        z-index: 2;
        top: 0px;
        right: 0px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sayac {
        width: 100% !important;
    }

    .slaytBaslik {
        margin-top: 120px;
    }

    .countdown {
        text-align: center;
    }
}


.sssBaslik {
    font-size: 17px;
    color: #8b2331;
    font-weight: bold;
    margin-bottom: 10px;
}

.sssIcerik {
    padding: 5px 10px;
    margin-bottom: 15px;
    border-left: 2px solid #777;
    margin-left: 5px;
}


.kisiBox {
    border: 1px solid #ddd;
    font-size: 13px;
}

.kisiBox img {
    width: 150px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.kisiBoxDiv {
    color: #E15E3B;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.kisiBoxAciklama {
    padding: 10px 20px;
}

@media (max-width: 500px) {
    .kisiBox img {
        width: 100%;
        margin-right: 0px;
    }
}


/************ HAKEM **********************/


.sifremiunuttum a {
    font-size: 13px;
    font-weight: 600;
    color: #0F1C3E;
}

.formAciklama {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 10px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.formAciklama:before {
    top: -10px;
    left: -10px;
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-image: url("../images/bilgi.svg");
    background-size: 30px 30px;
}

.formAciklamaText {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
    border: 1px solid #E15E3B;
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.formBaslikBig {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
}

.miniFormBtn {
    background-color: #eee;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px 4px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.miniFormBtngreen {
    border: 1px solid #1f941b;
    background-color: #23a71e;
    color: #fff;
}

.miniFormBtnred {
    border: 1px solid #a71e23;
    background-color: #0F1C3E;
    color: #fff;
}

.miniFormBtnyellow {
    border: 1px solid #cc8400;
    background-color: #e59400;
    color: #fff;
}

.miniFormBtnxs {
    background-color: #eee;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    line-height: 11px;
    font-size: 12px;
    padding: 3px 10px 4px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.hakemMenu {
    margin-top: 3px;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: #871d20;
    font-size: 13px;
    padding: 5px 10px;
}


.bildirilerim {
    position: relative;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 15px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.bildirilerimTitle {
    border-bottom: 1px solid #ddd;
    line-height: 25px;
    padding-bottom: 10px;
    color: #0F1C3E;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.bildirilerimTarih {
    font-size: 13px;
    color: #000;
}

.bildirilerimTarih span {
    color: #555;
}

.bildirilerimBtn {
    float: right;
    line-height: 13px;
    background-color: #555;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.tammetinBtn {
    line-height: 13px;
    margin-top: 10px;
    background-color: #555;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 0px;
}

.tammetinBtnGreen {
    background-color: green;
    margin-right: 10px;
}

.tammetinBtnyuklu {
    background-color: #cbcbcf;
    color: #000;
}


.dekontBtn {
    line-height: 13px;
    margin-top: 10px;
    background-color: #555;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 0px;
}

.dekontBtnGreen {
    background-color: green;
    margin-right: 10px;
}

.dekontBtnyuklu {
    background-color: #cbcbcf;
    color: #000;
}


.bildirilerimBtnTitle {
    width: calc(100% - 120px);
}


.bildirilerimAyirac {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.socialPage {
    background-color: #f7f7f7;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 20px;
}

.socialPage img {
    margin-bottom: 20px;
    height: 150px !important;
    width: auto !important;
}

.socialPage .miniC {
    font-size: 12px;
}


.whatsapp {
    position: fixed;
    padding: 0px;
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: #E15E3B;
}

.whatsapp img {
    width: 40px;
    height: auto;
    float: left;
}

.whatsapp a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.whatsapp i {
    margin-bottom: 5px;
    font-size: 20px;
}

.whatsapp .fontAlt {
    font-size: 14px;
}


.whatsapp .row-eq-height-all .col-xs-12 {
    border-right: 1px dashed #fff;
}

.whatsapp .row-eq-height-all .col-xs-12:last-child {
    border-right: 0px;
}

@media only screen and (min-width: 481px) {
    .flex-row.row {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-row.row > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }

    .flex-row.row:after,
    .flex-row.row:before {
        display: flex;
    }

    .flex-row.row > [class*="col-"] > .box {
        display: flex;
        flex: 1;
    }
}

.flex-row .thumbnail,
.flex-row .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.flex-row .caption p.flex-text {
    flex-grow: 1;
}

.flex-row img {
    width: 100%;
    height: auto;
}


.haber {
    border: 2px solid #e6e6e6;
    border-bottom: 4px solid #e6e6e6;
    padding: 0px;
}

.haber:hover {
    background-color: #f9f9f9 !important;
}

.haber_box {
    height: calc(100% - 50px);
}

.haber_baslik {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding: 10px 10px 10px 10px;
}

.haber_icerik {
    font-size: 13px;
    padding: 0px 10px;
    line-height: 21px;
    color: #000;
    margin-bottom: 20px;
}

.haber_tarih {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    color: #084da1;
}

.haber_buton {
    font-weight: 400;
    display: inline-block;
    background-color: #e6e6e6;
    color: #222;
    line-height: 13px;
    font-size: 13px;
    padding: 10px 25px;
}

.haberLine {
    border: 2px solid #e6e6e6;
}

.boxKurul {
    width: 100%;
    height: 250px;
    background-color: #0180c1;
    text-align: center;
}

.boxKurul .boxKurulDetay {
    opacity: 0;
    height: 0px;
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.boxKurul:hover .boxKurulDetay {
    opacity: 1;
    height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.boxKurul img {
    height: 70px;
    width: auto !important;
    margin-bottom: 20px;
}

.boxKurulBaslik {
    color: #fff;
    font-size: 16px;
}

.indexGecisCon {
    padding-right: 100px;
}

.indexGecis_img {
    background-color: #00a0e3;
    border-top: 1px solid #fff;
}

.indexGecis_img i {
    font-size: 20px;
    width: auto !important;
    color: #fff;
    margin-top: 3px;
}

.indexGecisBaslik {
    color: #fff;
    background-color: #0180c1;
    margin-top: 5px;
    font-size: 11px;
    padding: 2px;
}

.sssBaslik {
    font-size: 17px;
    color: #E15E3B;
    margin-bottom: 10px;
}

.sssIcerik {
    padding: 5px 10px;
    margin-bottom: 15px;
    border-left: 2px solid #777;
    margin-left: 5px;
}

.ayriMenu {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.ayriMenu {
    background-color: #3b2752;
}

.ayriMenu a {
    background-color: #3b2752;
    display: inline-block !important;
    width: 100% !important;
    padding: 5px 15px;
    color: #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

@media (min-width: 767px) {
    .ayriMenu {
        padding: 2px 5px !important;
        background-color: transparent;
    }

    .ayriMenu a {
        width: 200px !important;
    }
}

@media (max-width: 991px) {
    .col-md-9 {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    p > img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    span > img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    p, span {
        overflow: hidden;
    }
}

.table {
    width: 100%;
}

.icerikindex > table {
    width: 100%;
}

.noTextDecoration {
    text-decoration: none !important
}

.nav-tabs-responsive {
    display: flex;
    flex-flow: column wrap
}

@media (min-width: 992px) {
    .nav-tabs-responsive {
        display: flex;
        flex-flow: row nowrap;
        scrollbar-width: thin;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }
}

.nav-tabs-responsive li {
    text-align: center;
    flex: 1
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #0F1C3E
}

.nav-pills > li > a {
    display: block;
    margin: 0;
    width: 100%;
    border: 0 !important;
    border-radius: 0;
    color: #E15E3B
}

.logoSecondAnasayfa {
    padding: 35px 0;
}

.logoSecondAnasayfa img {
    height: 40px;
    width: auto;
    padding-left: 1rem;
    border-left: 1px solid #ddd;
}

@media (max-width:991px) {
    .logoSecondAnasayfa {
        display: none;
    }
}