﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600,700,700italic,800,800italic&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('font-awesome.css');

@font-face {
    font-family: 'greycliffcf-bold-webfont';
    src: url('../../fonts/boxicons/KurumsalFont/greycliffcf-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'greycliffcf-bold-webfont';
    src: url('../fonts/greycliffcf-bold-webfont.woff2') format('woff2');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0e0a3e;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype');
    src: url('../fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

div#FonGetiriHeader {
    background: #d6dbe7 !important;
    border-radius: 7px;
    padding: 20px;
    transition: all .3s ease-in-out;
}

    div#FonGetiriHeader table, div#FonGetiriHeader table tr {
        margin: 0px;
        border: none;
    }

        div#FonGetiriHeader table td {
            padding: 2px !important;
            text-align: center;
        }

        div#FonGetiriHeader table tr:first-child td {
            color: #005ca7 !important;
            font-weight: bold;
            border: none;
            padding-left: 9px;
            padding-right: 9px;
        }

        div#FonGetiriHeader table tr:last-child td {
            font-size: 24px !important;
            font-weight: 600 !important;
            border: none;
            padding-left: 9px;
            padding-right: 9px;
        }



ul {
    margin: 0px;
    padding: 0px;
}

footer ul {
    margin: 0px;
    padding-left: 2rem;
}

.bulletin-cover {
    background: url('../images/bulletin.png') no-repeat center center;
    background-size: cover;
    padding: 50px;
    border-radius: 13px;
    min-height: 350px;
    -webkit-box-shadow: 10px 10px 20px 0px rgb(0 37 96 / 22%);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,37,96,0.22);
    box-shadow: 10px 10px 20px 0px rgb(0 37 96 / 22%);
    position: relative;
    height: 98%;
}

.bulletin-detail {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    max-width: 900px;
    padding-left: 50px;
}

#bulletin-neoportfoy {
    padding: 0px 0px 80px 0px;
}

    #bulletin-neoportfoy .Banner-btn {
        margin: 25px 0px;
    }

.bulletin-detail .products-link a {
    color: #fff;
    display: block;
    padding: 10px 0px;
}

#NeoPortfoyVideo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #fff;
}

#bulletin-neoportfoy h2, #bulletin-neoportfoy p {
    color: #fff;
}

#neoportfoy-promotion {
    padding: 80px 0px;
}

    #neoportfoy-promotion .cvr-02, #neoportfoy-promotion .cvr-03 {
        padding: 40px 0px;
    }

    #neoportfoy-promotion .promotion-cover {
        padding-left: 40px;
        padding-right: 40px;
    }

.promotion-cover img {
    display: initial;
    width: 83px !important;
}

.promotion-cover.cvr-01 img {
    display: initial;
    max-width: 522px !important;
    width: 100% !important;
}

.promotion-cover.cvr-01 .ico-mobile {
    display: none;
}

#GetiriGrafik {
    height: 550px;
}
/*haber list*/
/*haber list*/
/*haber list*/
.HaberList {
    padding: 15px !important;
    margin: 0px !important;
    width: 100%;
    display: inline-block;
    list-style: none;
}

h3.HaberListHead {
    font-size: 20px;
}

.HaberList li {
    background-color: #fff;
    padding: 15px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    /*cursor: pointer;*/
    border: 2px solid #f3f4f5;
    border-radius: 8px;
    -webkit-box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 3%);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.3);
    box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 3%);
    list-style: none;
    transition: all 0.15s ease 0s;
}

    .HaberList li:hover {
        box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 22%);
    }

.HaberListImg {
    width: 20%;
    border-radius: 4px;
    float: left;
    padding-right: 10px;
    height: 107px;
    overflow: hidden;
}

    .HaberListImg img {
        width: 100%;
        height: auto;
    }

.HaberListCover {
    width: 55%;
    float: left;
}

.HaberListButtonCover {
    width: 24%;
    float: left;
    text-align: right;
}

    .HaberListButtonCover a {
        background: #1d51dd;
        color: #fff !important;
        padding: 12px 20px;
        text-align: center;
        border-radius: 25px;
        min-width: 170px;
        display: inline-block;
        margin-right: 10px;
        font-weight: 500;
        -webkit-box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 22%);
        -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
        box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 22%);
    }
/*haber list*/
/*haber list*/
/*haber list*/
a.ContentBtn {
    box-shadow: 0 12px 15px 0 rgb(74 74 74 / 16%);
    background-image: linear-gradient(to right,#153eab,#346afb,#1d51dd,#346afb);
    background-size: 300% 100%;
    transition: all .3s ease-in-out;
    color: #fff !important;
    padding: 12px 20px;
    text-align: center;
    border-radius: 25px;
    min-width: 200px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
    box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
    border: none !important;
}

.Search-Table {
    width: 100% !important;
    border-radius: 6px !important;
    background: #f8f8f8 !important;
    max-width: 450px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .Search-Table tr:last-child {
        border-bottom: none !important;
    }

    .Search-Table tr:first-child td {
        padding-top: 20px !important;
    }

    .Search-Table tr:last-child td {
        padding-bottom: 20px !important;
    }

    .Search-Table td {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .Search-Table .g-recaptcha {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h2, h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0e0a3e;
}


.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

*, *:focus, *:hover, *:visited {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.card {
    border: none;
}


body {
    /*font-family: 'PT Sans', sans-serif !important;*/
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Cabin', sans-serif;*/
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    color: #282828;
    /*background: url(../images/background.png) no-repeat center top;
    background-size: 1920px 708px;
    background-color: #fff;*/
}

section.announcements {
    padding: 25px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.announcements ul#myTab {
    justify-content: center;
}

.announcements .nav-tabs li span {
    line-height: 62px;
}


.announcements-list {
    padding-left: 5rem;
    padding-right: 5rem;
}

section.announcements li {
    border: 2px solid #f3f4f5;
    border-radius: 8px;
    -webkit-box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 8%);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.8);
    box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 8%);
    list-style: none;
    margin-block: 25px;
    transition: all 0.15s ease 0s;
}

    section.announcements li:hover {
        border: 2px solid #1d51dd;
        transition: all 0.15s ease 0s;
    }

    section.announcements li a {
        padding: 20px 25px;
        display: block;
        color: #0e0a3e;
        transition: all 0.15s ease 0s;
        background: url(../images/ArrowMenu.png) no-repeat center right;
        background-position: 98% 50%;
    }

.announcements .nav-tabs .nav-item .nav-link, .announcements .nav-tabs .nav-link {
    color: #969696;
    background: none !important;
    border: none !important;
    font-size: 28px;
    font-weight: 600;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
}

    .announcements .nav-tabs .nav-item.show .nav-link, .announcements .nav-tabs .nav-link.active {
        color: #0e0a3e;
        background: none !important;
        border: none !important;
        font-size: 28px;
        font-weight: 600;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        margin-top: 0 !important;
    }

.announcements .nav-tabs li {
    border: none !important;
    font-size: 28px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
}

.btn-link {
    font-weight: 400;
    color: #0e0a3e;
    text-decoration: none;
}


a:hover {
    color: #1d51dd;
}

.owl-item.active {
    transition-timing-function: ease-out !important;
    /* A litttttle slower on the way in */
    transition: 0.25s !important;
}

.surec-card .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}

    .surec-card .col-sm-6 h2 {
        padding: 30px;
    }


.UrunBilgiTable {
    margin-bottom: 20px;
}

    .UrunBilgiTable tr th {
        background: none;
        color: #0e0a3e;
        padding: 10px !important;
        width: auto;
        width: 250px;
    }

.Urun-Gallery {
    padding: 20px;
    background: #f9f9f9;
}

#Galeryslider {
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

    #Galeryslider .owl-item {
        height: 65px;
    }

        #Galeryslider .owl-item img {
            height: 65px;
            width: 100%;
        }

    #Galeryslider .owl-dots {
        display: none !important;
    }

    #Galeryslider .owl-nav {
        display: block;
        position: absolute;
        top: 0px;
        z-index: -1;
        margin-left: -20px;
        margin-right: -20px;
        width: 100%;
    }

    #Galeryslider .owl-prev {
        position: absolute;
        left: -5px;
        width: 16px;
        top: 8px;
    }

    #Galeryslider .owl-next {
        position: absolute;
        right: -5px;
        width: 16px;
        top: 8px;
    }

    #Galeryslider .owl-nav {
        display: block;
    }

    #Galeryslider .owl-stage-outer {
    }

.UrunDetayAciklamaCover {
    padding: 20px;
    border-radius: 4px;
    background: #f9f9f9;
    margin-top: 50px;
}

    .UrunDetayAciklamaCover h2:first-child {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .UrunDetayAciklamaCover h2 {
        margin-top: 25px !important;
        margin-bottom: 10px;
    }

Table tr th {
    background: none;
    color: #0e0a3e;
}

.Bolgeler-accordion .card .card-header {
    background: url(../../images/map.svg) no-repeat center left;
    background-size: 47px 47px;
    padding-left: 50px;
}

.sub-page-body {
    background-color: #f9f9f9;
    background-size: 1920px 600px;
}

.sub-page {
    position: relative;
}

.subpage__divided {
    position: relative;
    min-height: 650px;
}

.checkbox-cover {
    display: inline-block;
    width: 100%;
}

    .checkbox-cover input[type="checkbox"], input[type="radio"] {
        width: 22px;
        height: 22px;
        position: absolute;
        float: left;
        z-index: 9;
    }

    .checkbox-cover p {
        padding-left: 25px;
        float: left;
        position: relative;
        z-index: 1;
        font-size: 12px;
    }

.bg-grey {
    background: #f9f9f9;
}

.Filter-search {
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 3px;
    border: 2px solid #eaeaea;
    margin-bottom: 15px;
}

    .Filter-search h2 {
        TEXT-ALIGN: CENTER;
        PADDING: 15px;
        BACKGROUND: #0e0a3e !important;
        color: #fff !important;
        BORDER-RADIUS: 3PX;
    }

.Urun-Liste-Ad {
    color: #425968;
    font-size: 17px;
    font-weight: 600;
    overflow: hidden;
    height: 60px;
    margin-bottom: 15px;
}

.Urun-Liste-Konum {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.Urun-Liste-Fiyat {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #e83131;
    font-weight: 600;
}

.Urun-Liste-Cover {
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.Urun-Liste-Img {
    text-align: center;
    margin-bottom: 15px;
}

    .Urun-Liste-Img img {
        max-height: 160px;
        width: auto !important;
    }

.card-body {
    border-radius: 3px;
}

    .card-body .adres-table td {
        background: none;
    }

#icerik img {
    width: 100%;
    padding-bottom: 15px;
}

.pull-right {
    float: right !important;
}

a.TableBtnWhite {
    box-shadow: 0 12px 15px 0 rgb(74 74 74 / 16%);
    background-image: linear-gradient(to right,#153eab,#346afb,#1d51dd,#346afb);
    background-size: 300% 100%;
    transition: all .3s ease-in-out;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    border-radius: 25px;
    min-width: 150px;
    display: inline-block;
}

    a.TableBtnWhite:hover {
        background-position: 100% 0;
    }


caption {
    border-radius: 5px 5px 0px 0px;
}

.BtnTd {
    text-align: right;
}

.FonListeTable {
    margin-bottom: 30px;
}

.FonListeTable {
    margin-bottom: 30px;
}

    .FonListeTable .FonKodu {
        font-size: 28px;
        color: #373444;
        font-weight: 600;
        text-align: left;
        padding: 12px;
        padding-left: 37px;
    }

a {
    /*transition: all 0.4s ease 0s;*/
    text-decoration: none;
}

.BilgiFormuLink, .GetirilerLink, .FonBildirimleriLink {
    border-radius: 4px;
    background-color: #373444;
    display: inline-block;
    padding-left: 15px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

    .BilgiFormuLink:hover, .GetirilerLink:hover, .FonBildirimleriLink:hover {
        color: #fff;
        background: #005da8;
    }


.fontSizeChange {
    padding-left: 15px;
}

#icerik .BtnGroup {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.BilgiFormuLink img, .GetirilerLink img, .FonBildirimleriLink img {
    background: #005da8;
    padding: 12px 12px 12px 14px;
    margin-left: 10px;
    border-radius: 30px 4px 4px 0px;
}


.FonRiskDeger ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    padding-left: 0px !important;
}

    .FonRiskDeger ul li {
        text-align: center;
        padding-top: 14px;
        color: #fff;
        padding-bottom: 6px;
        display: none;
        margin-top: 75px;
        height: 150px;
    }

        .FonRiskDeger ul li:nth-of-type(1).active {
            display: block;
            background: url(../images/meter-01.svg) no-repeat bottom center;
        }

        .FonRiskDeger ul li:nth-of-type(2).active {
            display: block;
            background: url(../images/meter-02.svg) no-repeat bottom center;
        }

        .FonRiskDeger ul li:nth-of-type(3).active {
            display: block;
            background: url(../images/meter-03.svg) no-repeat bottom center;
        }

        .FonRiskDeger ul li:nth-of-type(4).active {
            display: block;
            background: url(../images/meter-04.svg) no-repeat bottom center;
        }

        .FonRiskDeger ul li:nth-of-type(5).active {
            display: block;
            background: url(../images/meter-05.svg) no-repeat bottom center;
        }

        .FonRiskDeger ul li:nth-of-type(6).active {
            display: block;
            background: url(../images/meter-06.svg) no-repeat bottom center;
        }

        .FonRiskDeger ul li:nth-of-type(y).active {
            display: block;
            background: url(../images/meter-07.svg) no-repeat bottom center;
        }

.YatirimStrateji, .RiskPuanContainer {
    width: 100%;
    display: inline-block;
    /*    border: 1px solid #dedede;
  border-radius: 3px;
    padding: 30px;*/
    margin-bottom: 30px;
}

    .RiskPuanContainer img {
        max-width: 312px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 71px;
    }

.RiskPuanContainer {
    text-align: center;
}

.RiskPuanContainer {
    font-size: 12px;
    line-height: 11px;
}

    .RiskPuanContainer table img {
        margin: 0px !important;
        padding: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 50px;
    }

    .RiskPuanContainer table tbody tr {
        border-bottom: 0px;
    }

    .RiskPuanContainer table tbody td {
        margin: 0px !important;
        padding: 0px !important;
    }

    .RiskPuanContainer .new-zone-head {
        text-align: left;
    }

h3.AreaBaslik {
    background: #373444;
    padding: 6px 11px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0px;
    COLOR: #FFF;
    border-radius: 36px;
}

.FonCaption {
    width: 100%;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: -7px;
    margin-top: 0px;
}


table.FonDetayTable.table {
    margin-top: 0px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.FonSmartCard-deger {
    font-size: 22px;
    font-weight: 600;
    color: #1d51dd;
    text-align: right;
}

.icerikContainer {
    background: #fff;
    position: relative;
    top: -100px;
    padding: 25px 25px 25px 25px !important;
    z-index: 9;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(79,136,251,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(79,136,251,0.3);
    box-shadow: 0px 0px 20px 0px rgba(79,136,251,0.3);
}

.border-bg {
    height: 34px;
    width: 2px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

.page-title h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    /*    z-index: 9;
*/ position: relative;
    padding-left: 15px;
}

.page-title {
    padding-top: 160px;
    font-size: 40px;
    color: #fff;
    text-align: left;
    position: relative;
    background-image: url('../images/bulletin.png');
    background-color: #373444;
    background-position: top center !important;
    background-size: cover !important;
    padding-bottom: 130px !important;
}



    .page-title .container {
        padding-bottom: 0px;
    }

    .page-title .Slider-Bg {
        position: relative;
        bottom: 0px;
        z-index: 9;
        width: 100%;
        display: block;
        overflow: hidden;
    }

.Slider-Bg {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    display: block;
    overflow: hidden;
}
#pr .Slide {
    background-position: top center;
    background-size: cover;
}

a {
    color: #2278c6;
}

#slider .container {
    position: relative;
    height: 98%;
}

#slider .owl-nav {
    display: none;
}


.owl-prev {
    height: 52px;
    width: 52px;
    background: url(../images/Sld_Left.png) center center no-repeat !important;
}

.owl-next {
    height: 52px;
    width: 52px;
    background: url(../images/Sld_Right.png) center center no-repeat !important;
}

    .owl-next span, .owl-prev span {
        display: none;
    }


.item .BlueBtn {
    margin-top: 20px;
}


button.owl-dot {
    opacity: 0.3;
    height: 20px;
    width: 20px;
    background: #1d51dd !important;
    border-radius: 50%;
    margin-right: 7px;
}

    button.owl-dot.active {
        opacity: 1;
        height: 20px;
        width: 20px;
        background: #373444;
        border-radius: 50%;
    }



.Banner-btn {
    box-shadow: 0 12px 15px 0 rgb(74 74 74 / 16%);
    background-image: linear-gradient(to right,#153eab,#346afb,#1d51dd,#346afb);
    background-size: 300% 100%;
    transition: all .3s ease-in-out;
    color: #fff;
    padding: 10px 20px 9px 20px;
    text-align: center;
    border-radius: 25px;
    min-width: 200px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
    box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
}

button.Banner-btn {
    border: 0px;
}

.text-aling-center {
    text-align: center;
}

.text-aling-left {
    text-align: left;
}

.text-aling-right {
    text-align: right;
}

.Hesapla-Btn {
    background: #0e0a3e;
    border: none;
    border-radius: 22px;
    color: #fff;
    height: 42px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    width: 100%;
    min-width: 140px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

*:focus {
    outline: none !important;
}

input {
    margin-bottom: 15px;
}

textarea {
    min-height: 200px;
}

.Banner-btn:hover {
    background-position: 100% 0;
    color: #FFFFFF;
}

.BlueBtn {
    background: #373444;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
    min-width: 200px;
    display: inline-block;
}

    .BlueBtn:hover {
        background: #005da8;
        color: #fff;
        text-decoration: none;
    }


table .detay1 {
    padding-left: 0px;
    font-weight: 600;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.date .input-group-addon {
    padding: 11px 12px;
    padding-left: 6px;
    font-weight: 400;
    line-height: 1;
    color: #c5c5c5;
    text-align: center;
    background-color: #eee;
    font-size: 15px !important;
    border: 1px solid #e8e8e8;
    border-radius: 0px 25px 25px 0px;
    height: 42px;
}

.filter-option-inner-inner {
    padding-top: 2px;
}

label {
    width: 100%;
    text-align: center;
    font-weight: 500;
}

#notify-message-popup label {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 10px;
    width: 100%;
}
/*datepicker start*/ /*datepicker start*/ /*datepicker start*/
/*datepicker start*/ /*datepicker start*/ /*datepicker start*/
/*datepicker start*/ /*datepicker start*/ /*datepicker start*/

.datepicker {
    padding: 16px 25px;
    border-radius: 2px;
    font-size: 12px;
}

    .datepicker:after {
        border-bottom-color: #fafafa;
    }

    .datepicker thead tr .datepicker-switch {
        color: #6f7b8a;
        font-size: 13px;
    }

    .datepicker thead tr .next, .datepicker thead tr .prev {
        color: #0e0a3e;
        content: '';
        font-size: 0;
    }

        .datepicker thead tr .next:before, .datepicker thead tr .prev:before {
            color: #0e0a3e;
            font-family: fontawesome;
            font-size: 10px;
        }

        .datepicker thead tr .prev:before {
            content: "\f053";
        }

        .datepicker thead tr .next:before {
            content: "\f054";
        }

    .datepicker thead tr .dow {
        color: #0e0a3e;
        text-transform: uppercase;
        font-size: 11px;
    }

    .datepicker thead tr th {
        width: 31px;
        height: 29px;
    }

    .datepicker tbody tr .odd {
        color: #d0d3d8;
    }

    .datepicker table tr td {
        width: 31px;
        height: 29px;
    }

        .datepicker table tr td.old, .datepicker table tr td.new {
            color: #e6e6e6;
        }

        .datepicker table tr td.day:hover {
            background: #f0f0f0;
            color: #0e0a3e;
        }

        .datepicker table tr td.active.day:hover {
            background: #f0f0f0;
            color: #fff;
        }

        .datepicker table tr td.today:hover:hover {
            color: #f9f9f9;
            background: #0a945b;
        }

        .datepicker table tr td.active {
            background-color: #0e0a3e !important;
        }

            .datepicker table tr td.active:hover {
                background-color: #0e0a3e !important;
            }


            .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
                background-image: none;
                text-shadow: none;
                font-weight: 600;
            }

        .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
            background-color: #f0f0f0;
            background-image: none;
            color: #fff;
        }

        .datepicker table tr td span {
            border-radius: 4px;
            width: 42px;
            height: 42px;
            line-height: 42px;
        }

            .datepicker table tr td span.active {
                background-color: #0e0a3e !important;
            }

                .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
                    background-image: none;
                    border: none;
                    text-shadow: none;
                }

    .datepicker.dropdown-menu {
        border-color: #e6e6e6;
        color: #626262;
    }


.datepicker-inline {
    width: auto;
}

.input-daterange .input-group-addon {
    text-shadow: none;
    border: 0;
    margin: 0;
}

.bootstrap-timepicker-widget table td a i {
    font-size: 12px;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget .bootstrap-timepicker-widget input {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    background: #fff;
}

.daterangepicker {
    background: #fff;
}

    .daterangepicker .calendar .calendar-date {
        border: 1px solid rgba(0,0,0,.07);
    }

    .daterangepicker .calendar .prev, .daterangepicker .calendar .next, .daterangepicker .calendar th {
        color: #0e0a3e;
        text-transform: uppercase;
        font-size: 11px;
    }

    .daterangepicker .calendar .month {
        color: #6f7b8a;
        font-size: 13px;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #0e0a3e;
        border-color: #0e0a3e;
    }

.datepicker-dropdown table tr {
    border: none !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #1d51dd;
    background-image: none;
    color: #fff;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0,0,0,.1);
    font-family: Arial,sans-serif;
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    padding: 8px 12px;
    line-height: normal;
    /*font-size: 14px;*/
    font-weight: 400;
    vertical-align: middle;
    min-height: 35px;
    -webkit-transition: all .12s ease;
    transition: all .12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background .2s linear 0s;
    transition: background .2s linear 0s;
}

.input-group-addon {
    background-color: #f0f0f0;
    color: rgba(98,98,98,.47);
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.07);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    padding-top: 6px;
}

.input-group-text {
    background-color: #f0f0f0;
    color: rgba(98,98,98,.47);
    border: 1px solid rgba(0,0,0,.07);
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #0e0a3e;
    color: #fff;
}

.datepicker table th {
    background: #fff;
    color: #0e0a3e;
    padding: 10px !important;
}


/*datepicker end*/ /*datepicker end*/ /*datepicker end*/
/*datepicker end*/ /*datepicker end*/ /*datepicker end*/
/*datepicker end*/ /*datepicker end*/ /*datepicker end*/
.input-group.date.datetimepicker input {
    position: relative;
    display: table;
    border-collapse: separate;
    background: #fbfbfb;
}

.select-switch label:first-child {
    width: auto !important;
    padding: 16px;
    PADDING-TOP: 11PX;
    padding-left: 0px;
    margin-bottom: 0PX;
    PADDING-RIGHT: 7PX;
}

.select-switch label {
    width: auto !important;
    padding: 16px;
    PADDING-TOP: 11PX;
    padding-left: 75px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #0e0a3e;
    margin-bottom: 0PX;
}

.dropdown-menu {
    padding-left: 0px !important;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    padding-left: 25px !important;
    z-index: 999 !important;
}

.bootstrap-select .dropdown-toggle {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff !important;
    background-image: initial;
    border: 2px solid #e8e8e8;
    border-radius: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bootstrap-select button.dropdown-toggle:after {
    display: none !important;
}

.bootstrap-select button.dropdown-toggle {
    background: url(../images/select-arrow-01.svg) no-repeat center right;
    background-size: 32px 14px;
    padding-right: 32px;
}

.bootstrap-select {
    border-radius: 22px !important;
    margin-bottom: 15px !important;
}

    .bootstrap-select .dropdown-menu {
        min-width: 260px;
        font-size: 15px !important;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }

    .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus {
        border-radius: 22px !important;
        border-color: #0e0a3e !important;
        outline: 0 !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 167, 98, 0.39) !important;
    }

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        outline: none !important;
        outline: none !important;
        outline-offset: 0 !important;
    }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(25px);
}

.switcher-cover {
    padding: 15px 10px 10px 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 3px;
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 3px);
    left: calc(0px + 3px);
    width: 36px;
    height: 36px;
    background-color: #adb5bd;
    border-radius: 50%;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

.custom-switch {
    padding-left: 0px;
}

    .custom-switch .custom-control-label::before {
        left: 0px;
        width: 67px;
        border-radius: 32px !important;
        height: 42px;
        pointer-events: all;
        border-radius: .5rem;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0e0a3e;
    background-color: #0e0a3e;
}

input:focus, textarea:focus, select:focus, .custom-switch .custom-control-label:focus {
    border-color: #0e0a3e !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(29 81 221 / 39%) !important;
}

a:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0, 167, 98, 0.0) !important;
}

.DateIcon {
    background: url(../../images/date_ico.svg) no-repeat center center;
    height: 50px;
    width: 50px;
}

table .view-icon img {
    max-width: 40px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.Duyuru-Table a {
    color: #0e0a3e;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(249, 249, 249);
}

table .tarih {
    font-size: 16px;
    color: #838383;
    font-weight: normal;
}

table .aciklama {
    /* padding-left: 300px; */
    font-weight: 600;
    padding: 15px;
    padding-top: 0px !important;
    color: #0e0a3e;
    padding-left: 0px;
    padding-bottom: 0px !important;
}

.date .form-control {
    font-size: 16px !important;
}

.ImgButton {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 15px;
}

    .ImgButton img {
        width: 100%;
    }

table .detay2 {
    padding-left: 20px;
}

table .detay3 {
    padding-left: 40px;
    font-style: italic;
    color: #818181;
    font-weight: 500;
}

#tbl_bilanco tr td:first-child {
    text-align: left;
}

#tbl_bilanco tr td {
    text-align: right;
}

#tbl_bilanco tr th:first-child {
    text-align: left;
}

#tbl_bilanco tr th {
    text-align: right;
}

.title-menu {
    font-size: 13px;
    width: auto;
    /*    display: inline-block;
*/ list-style: none;
    padding-left: 15px;
    padding-bottom: 0px;
}

    .title-menu li {
        float: left;
        padding-right: 15px;
        padding-left: 5px;
        background: url('../images/title-menu-bg.png') no-repeat right center;
        margin-bottom: 5px;
    }

        .title-menu li:last-child {
            background: none;
        }

        .title-menu li:first-child {
            padding-left: 0px;
        }

        .title-menu li a {
            color: #9d9d9d;
        }

.nav-side-cover {
    height: 100%;
    position: relative;
}


.sub-icerik-cover {
    float: left;
    margin-bottom: 100px;
    padding-right: 0px !important;
}

.sub-menu-cover {
    padding-left: 0px !important;
}


* {
    margin: 0px;
    padding: 0px;
}

.sub-page #icerik {
    padding: 35px;
    background: #fff;
    display: inline-block;
    width: 100%;
    min-height: 465px;
    position: relative;
    border-radius: 5px;
}


a {
    cursor: pointer;
}

footer {
    font-size: 14px;
    color: #94989e;
    background: #f9f9f9;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.footer-logo {
    width: 130px;
    float: left;
}

.footer-menu .footer-cover {
    float: right;
    display: block;
    margin-bottom: 25px;
    width: calc(100% - 180px);
}

.footer-menu ul {
    list-style: none;
}

.logo-list ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
    float: right;
}

    .logo-list ul li {
        float: left;
    }



.tanitim-table {
    border: 0px;
}

    .tanitim-table tr {
        border-bottom: none;
    }

    .tanitim-table td {
        padding: 5px;
        padding-bottom: 0px !important;
        text-align: center;
        width: 33%;
        color: #535353 !important;
    }

    .tanitim-table tr td {
        background: url(../images/border-linw.png) no-repeat center right;
    }

    .tanitim-table tr:first-child td {
        background: url(../images/border-linw.png) no-repeat center right;
        background-position-y: -134%;
    }

    .tanitim-table tr:last-child td {
        background: url(../images/border-linw.png) no-repeat center right;
        background-position-y: 134%;
    }


    .tanitim-table tr td:last-child {
        background: none !important;
    }

section.footer-menu {
    border-bottom: 1px solid #d6dadd;
    display: inline-block;
    width: 100%;
}

.tanitim-table td img {
    max-width: 80px;
}

.tanitim-table .count-bold td {
    font-size: 38px;
    font-weight: 900;
    padding-bottom: 0px;
    line-height: 27px;
}

.footer-menu ul:first-child {
    justify-content: flex-end
}

/*    .footer-menu ul:first-child li a {
        text-align: right !important;
    }*/

.footer-menu ul li a {
    font-weight: normal !important;
    color: #94989e;
    text-align: left;
    display: block;
}



.footer-menu ul li:last-child {
    border-right: none !important;
}


.cekince-uyari {
    text-align: justify;
}

.finnet-link {
    text-align: right;
    float: right;
}


section.footer-uyari {
    padding-top: 39px;
    padding-bottom: 35px;
    text-align: left;
    color: #1d51dd;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}


.sube-bilgi table td:first-child {
    font-weight: 600;
}

.sube-bilgi table td, .sube-bilgi table tr {
    border: 0px !important;
}

.sube-bilgi {
    background: #f9f9f9;
    border: 2px solid #d4d4d4;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.copyright-section {
    color: #2e3644;
    padding: 30px 0px;
    font-weight: normal;
}

footer {
    font-size: 14px;
}


.footerLink .container {
    text-align: center;
}

.footerLink ul {
    margin: 0px;
    padding: 20px 0px;
    display: inline-block;
    border-bottom: 1px solid #efefef;
}

    .footerLink ul li {
        float: left;
        padding: 10px;
        list-style: none;
        text-align: center;
    }

        .footerLink ul li a {
            color: #425968;
        }

section.footer-uyari ul {
    list-style: none;
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
}

    section.footer-uyari ul li {
        text-align: center;
        font-size: 14px;
        float: right;
        padding-left: 10px;
        padding-right: 10px;
    }

.logo-section {
    text-align: right;
}

section.footer-uyari ul li:first-child {
    text-align: center;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 0px;
    border-right: none;
}

span.haber_sirket {
    font-weight: 900;
}

section.footer-uyari ul img {
    padding-right: 5px;
}

section.footer-uyari ul li a {
    color: #75788e;
    display: block;
}

.Footer-Logo {
    background: #ffffff;
    padding: 20px 0px;
    border-top: 2px solid #ececec;
    padding-bottom: 0px;
}

.finnet-link a {
    font-weight: 600;
    color: #278bfb;
}

.footer-menu .container {
    padding: 20px 10px;
}



.green-border {
    border: 1px solid #157a3e;
}

#slider .butonGroup {
    margin-bottom: 50px;
}

#slider {
    color: #fff;
}

a.zone-btn {
    font-size: 16px;
    font-weight: 600;
    color: #13457c;
    background: #ffffff;
    padding: 10px 10px;
    text-align: center;
    width: 160px;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 5px;
}

    a.zone-btn:hover {
        color: #fff;
        background: #13457c;
    }

section.piyasalar {
    background: #ffffff;
}

section.Duyurlar {
    background: #ffffff;
}

.space-cover {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.white-bg {
    background-color: #ffffff;
}

.section-title {
    width: 100%;
    text-align: center;
}

.KapHaber-liste .area {
    padding: 0px;
}

#Duyurular {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}



.social-media {
    padding: 0px;
    margin: 0px;
    float: right;
}

    .social-media li {
        float: left;
        height: 55px;
        width: 55px;
        padding-left: 10px;
    }

        .social-media li a {
            display: inline-block;
        }


        .social-media li img {
            height: 45px;
            width: 45px;
        }

body {
    margin: 0px;
    padding: 0px;
}



.container {
    width: 100% !important;
    max-width: 1299px !important;
}




.area-title {
    font-size: 24px;
    color: #0e0a3e;
    margin-top: 10px;
}


/*piyasalar tabs start*/ /*piyasalar tabs start*/
/*piyasalar tabs start*/ /*piyasalar tabs start*/
/*piyasalar tabs start*/ /*piyasalar tabs start*/
.canli-piyasa-link {
    padding: 10px;
    width: 100%;
    background-image: url(../images/canli_veri_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #f7cf5e;
    height: 130px;
}

    .canli-piyasa-link h2 {
        font-size: 21px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }


    .canli-piyasa-link h3 {
        font-size: 15px;
        margin-top: 2px !important;
    }

.Piyasalar-Tab .nav-tabs li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.EnCok-Tab .tab-content {
    min-height: 285px;
    padding: 10px;
}

.faiz-doviz {
    background: #ececec;
}

    .faiz-doviz .area {
        min-height: 235px;
        background: #fff;
        padding: 12px 15px;
        margin-bottom: 15px;
    }

        .faiz-doviz .area table {
            margin-bottom: 0px;
        }

.table-head {
    font-size: 18px;
    color: #ffffff;
    padding: 15px;
    margin: 0px;
    padding-left: 15px;
    padding-bottom: 13px;
    background: #0e0a3e;
    border-bottom: 4px solid #b4b4b4;
}

.faiz-doviz table caption {
    font-size: 20px;
    color: #ffffff;
    padding-left: 15px;
    margin-top: 10px;
    background: #0e0a3e;
    border-bottom: 4px solid #b4b4b4;
}

.faiz-doviz table {
    background: #fff;
}

.EnCok-Tab .nav-tabs li {
    width: 33%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

    .Piyasalar-Tab .nav-tabs li a, .EnCok-Tab .nav-tabs li a {
        font-size: 16px;
        font-weight: normal;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #0e0a3e;
    cursor: default;
    background: url(../images/tab_arrow.png) no-repeat bottom center;
    background-color: #f0f0f0;
    border: none;
    border-bottom-color: transparent;
    border-radius: 0px;
    border-bottom: 4px solid #0e0a3e;
    font-weight: 600;
}

.nav-tabs a {
    color: #C3C3C3;
    text-decoration: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -4px;
}

.BolgelerTabs ul li.nav-item {
    width: 50%;
    text-align: center;
}

.BolgelerTabs ul.nav-tabs {
    margin-bottom: 25px;
    padding-left: 0px !important
}

.BolgelerTabs table caption, .sube-bilgi table caption {
    background: none;
    color: #0e0a3e;
    padding-left: 5px;
    font-size: 18px;
    padding-top: 6px;
    font-weight: 600;
    padding-bottom: 14px;
}

.nav-tabs {
    border-bottom: none;
}

.BolgelerTabs table, .sube-bilgi table {
    margin: 0px;
}

.selection-tool {
    padding: 10px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
    background: #efefef;
    margin-bottom: 5px;
}


.nav-tabs > li > a:hover {
    border-radius: 0px;
    color: #425968;
    background: #d4d4d4;
}

.nav-tabs > li > a {
    border: none;
    border-radius: 0px;
}



.tab-content table td {
    padding: 5px !important;
}

.tab-content table {
    margin-bottom: 0px;
}

caption {
    caption-side: top;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 18px 10px;
    font-size: 18px;
    font-weight: 600;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

    .nav > li > a:hover {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0e0a3e;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 18px;
    font-weight: 600;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
/*piyasalar tabs end*/ /*piyasalar tabs end*/
/*piyasalar tabs end*/ /*piyasalar tabs end*/
/*piyasalar tabs end*/ /*piyasalar tabs end*/
/*piyasalar tabs end*/ /*piyasalar tabs end*/
/*piyasalar tabs end*/ /*piyasalar tabs end*/


/*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/
/*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/
/*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/
.modal {
    z-index: 9999999 !important;
    background: #ffffffd9;
}

.modal-dialog {
    margin: 100px auto !important;
}

.close {
    font-size: 40px;
    MARGIN-RIGHT: 20PX;
    MARGIN-TOP: 13PX;
    position: relative;
    z-index: 9;
    outline: none;
}

.uye-giris-modal h3 {
    font-size: 40px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
}

button.close {
    color: rgba(0, 0, 0, 0.41) !important;
    opacity: 1;
    background-color: transparent;
    border: 0;
}

.uye-giris-modal input {
    width: 100%;
    height: 48px;
    display: block;
    position: relative;
    line-height: 45px;
    padding: 0 10px;
    border: solid 1px #1676ce;
    box-shadow: 0 1px 1px rgba(80, 80, 80, 0.1);
    border-radius: 2px;
    outline: none;
}

.beni_hatirla, .beni_hatirla a {
    color: #fff;
}

.modal-body {
    border: solid 0px #DEDEDE;
    box-shadow: none !important;
    border-radius: 2px;
    text-align: center;
    padding: 50px;
    padding-bottom: 50px;
}

    .modal-body .label-text {
        color: #fff;
    }

hr {
    width: 40px;
    height: 1px;
    border: none;
    margin: 0 auto 10px;
    background: #cecece;
}

.uye-giris-modal .checkbox {
    height: 20px;
    width: 20px;
}

.checkbox-inline {
    vertical-align: baseline !important;
}

a {
    color: #1d51dd;
    text-decoration: none;
    /*display: block;*/
}

#uyeGirisBtn {
    background: #014686;
    color: #fff;
    font-weight: 600;
    outline: none;
}

#lnkConnectFB {
    width: 100%;
    height: 48px;
    display: block;
    position: relative;
    line-height: 45px;
    padding: 0 10px;
    border: solid 1px #DEDEDE;
    box-shadow: 0 1px 1px rgba(80, 80, 80, 0.1);
    border-radius: 2px;
    outline: none;
    background: #46609e;
    color: #fff;
    border-color: #46609e;
}

    #lnkConnectFB:hover {
        background: #194f90;
        border-color: #194f90;
    }

.beni_hatirla {
    height: 40px;
    line-height: 25px;
    padding-top: 5px;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: #1781e0;
}

    .modal-backdrop.in {
        filter: alpha(opacity=90);
        opacity: .94;
    }

.modal-content {
    box-shadow: none !important;
    border: none !important;
    background: none;
    padding: 15px;
}

.hatirlatma {
    width: 100%;
    display: table;
    margin-bottom: 5px;
    margin-top: 5px;
}

#uyelikSozlesme, #kampanyaMail {
    float: left;
    height: 20px !important;
    width: 20px;
    margin-right: 5px;
}

#uyeOlBtn {
    background: #01B178;
    color: #fff;
    font-weight: 600;
    outline: none;
}
/*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/
/*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/
/*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/ /*modal*/




/*slider*/ /*slider*/
/*slider*/ /*slider*/
/*slider*/ /*slider*/
/*slider*/ /*slider*/
#pr {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    z-index: 1;
}

    #pr .owl-dots {
        display: none;
    }

    #pr .item {
        max-height: 100vh;
    }

#slider {
    opacity: 1 !important;
}

    #slider .owl-controls {
        /* margin-top: 10px; */
        text-align: center;
        position: absolute;
        width: 100%;
        /* left: 15px; */
        bottom: 15px;
        MAX-WIDTH: 1388PX;
        /* MARGIN-LEFT: AUTO; */
        /* MARGIN-RIGHT: AUTO; */
        right: 0px;
    }

.owl-pagination {
    display: none;
}

.owl-buttons {
    float: left;
    padding-left: 20px;
}

#slider .item {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /*min-height: 640px;*/
}

#pr #slider .slider-img {
    position: relative;
    position: relative;
    display: inline-block;
    width: 100%;
}

    #pr #slider .slider-img img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100vh;
        float: right;
        padding-right:50px;
    }

.owl-carousel .owl-item img {
    /*display: block;
            width: 100%*/
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
}

.TextContainer {
    position: absolute;
    width: 100%;
    height: 97%;
    /*background: url(../../Content/images/text-bg.png) no-repeat right center;*/
    background-size: cover;
    z-index: 9999;
    top: 0;
    padding-left: 15px;
}

.text-cover {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    max-width: 60%;
}

.item h2.banner_head_1 {
    font-size: 53px;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 10px;
    opacity: 0.0;
    position: relative;
    left: -50px;
    z-index: 99;
    color: #1444b0;
}

.owl-item.active h2.banner_head_1 {
    opacity: 0.9;
    position: relative;
    left: 0px;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    -webkit-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    -moz-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    -o-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    transition: all 700ms cubic-bezier(.47,0,.745,.715);
}

.item h3.banner_head_2 {
    font-size: 22px;
    padding-bottom: 10px;
}

.item .banner_content {
    font-size: 20px;
    margin-bottom: 30PX;
    z-index: 0;
    left: 5%;
    opacity: 0.0;
    color: #000;
}


.owl-item.active .banner_content {
    opacity: 1;
    position: relative;
    left: 0%;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    -webkit-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    -moz-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    -o-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    transition: all 700ms cubic-bezier(.47,0,.745,.715);
}

.item .butonGroup {
    z-index: 0;
    opacity: 0.0;
    left: -50px;
}


.owl-item.active .butonGroup {
    opacity: 1;
    position: relative;
    left: 0px;
    animation-duration: 1000ms;
    animation-fill-mode: both;
    -webkit-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    -moz-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    -o-transition: all 700ms cubic-bezier(.47,0,.745,.715);
    transition: all 700ms cubic-bezier(.47,0,.745,.715);
}






#Dunya-endeks .owl-controls .owl-page span {
    height: 6px !important;
    background: #00693e !important;
}

#Dunya-endeks .owl-controls .owl-page span {
    width: 13px !important;
    height: 13px !important;
}
/*slider*/ /*slider*/
/*slider*/ /*slider*/
/*slider*/ /*slider*/
/*slider*/ /*slider*/




/*buttons start*/ /*buttons start*/ /*buttons start*/
/*buttons start*/ /*buttons start*/ /*buttons start*/
/*buttons start*/ /*buttons start*/ /*buttons start*/
/*buttons start*/ /*buttons start*/ /*buttons start*/
.btn-link {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px;
    text-align: center;
    width: 190px;
    border-radius: 22px;
    /*transition: all 0.5s ease 0s;*/
    display: inline-block;
    margin: 5px;
}

a.btn-link:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}

.white-btn {
    background: #fff;
    color: #846e33;
}

    .white-btn:hover {
        background: #fff;
        color: #846e33;
    }
/*buttons end*/ /*buttons end*/ /*buttons end*/
/*buttons end*/ /*buttons end*/ /*buttons end*/
/*buttons end*/ /*buttons end*/ /*buttons end*/
/*buttons end*/ /*buttons end*/ /*buttons end*/



/*urun-card*/

.urun-card {
    border: 2px solid #f1f1f1;
    text-align: center;
    position: relative;
    margin-top: 22%;
}

    .urun-card .card-img-top {
        max-width: 250px;
        width: 100% !important;
        background: #fff;
        position: relative;
        top: 0px;
        display: initial !important;
        margin-top: -15%;
        margin-left: auto;
        max-height: 125px;
        margin-right: auto;
    }

    .urun-card h2 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #0e0a3e;
    }

/*urun-card*/


/*surec-card2*/
.surec_bg_cover {
    width: 100%;
    text-align: center;
}

.surec-card {
    width: 100%;
    display: inline-block;
    position: relative;
    background-size: 100% !important;
}

.surec_bg_cover img {
    width: 100%;
}

.surec-card .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}

    .surec-card .col-sm-6 h2 {
        padding: 30px;
    }

img.surec-left-img {
    max-width: 252px;
    width: 100%;
    position: absolute;
    top: -60%;
    left: 1%;
}

img.surec-right-img {
    max-width: 252px;
    width: 100%;
    text-align: right;
    position: absolute;
    top: -70%;
    right: 1%;
}

.surec-message {
    padding: 10% 25%;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
}

.surecicerik {
    padding-top: 150px;
}
/*surec-card2*/
.slider-horizontal {
    width: 95% !important;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.slider-track {
    border: 2px solid #0e0a3e !important;
}

.slider-handle.min-slider-handle.round {
    background: #fff;
}

.tooltip-inner {
    background-color: #0e0a3e !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0e0a3e !important;
}

.slider-selection {
    background: #0e0a3e !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.0) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.0) !important;
}



#recaptcha div:first-child {
    margin-left: auto;
    margin-right: auto;
}




/*select*/
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: initial;
    border: 2px solid #e8e8e8;
    border-radius: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea {
    display: block;
    width: 100%;
    min-height: 140px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: initial;
    border: 2px solid #e8e8e8;
    border-radius: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 15px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select {
    margin-bottom: 15px;
}

/*select*/


.form-group .bootstrap-select {
    margin-bottom: 0px !important;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
}

/*To remove button from IE11, thank you Matt */
select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #0e0a3e;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 10px;
    padding: 0 0 2px;
    border-bottom: 1px solid #0e0a3e;
    position: absolute;
    pointer-events: none;
    padding-bottom: 6px;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 11px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    padding-right: 40px;
}

.btn-hesapla {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    /* padding: 0px 11px; */
    font-size: 16px;
    border-radius: 0px;
    line-height: 1.75;
    color: #fff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    font-weight: 600;
    height: 42px;
    background-color: #0e0a3e;
    background-image: initial;
    border: 1px solid #e8e8e8;
    /* padding-right: 40px; */
}

i.glyphicon.glyphicon-star {
    COLOR: #0e0a3e;
}

/*table*/
table caption {
    font-size: 32px;
    color: #0e0a3e;
    font-weight: 600;
    /*    z-index: 9;
*/ margin-top: 30px;
    border-bottom: 0px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding: 8px;
    border-top: 3px solid #0e0a3e;
    border-bottom: 3px solid #0e0a3e;
}

table th {
    background: #0e0a3e;
    color: #ffffff;
    padding: 10px !important;
}

table td {
    padding: 9px !important;
}

table tbody tr {
    border-bottom: 1px solid #ebebeb;
}

table {
    width: 100%;
    margin-top: 15px;
}
/*table*/

.graph-cover h2 {
    background: #0e0a3e;
    color: #ffffff !important;
    padding: 17px;
    padding-bottom: 16px;
    padding-left: 10px;
    margin: 0px;
    font-style: normal !important;
    margin-top: 15px;
    font-size: 18px !important;
    font-weight: normal !important;
}

.haber_tarih {
    color: #0e0a3e;
    font-weight: 600;
    margin-right: 10px;
}

.haber_detay_icerik a span {
    color: #0e0a3e !important;
    font-weight: 600;
}

.haber_detay_icerik a {
    color: #757575 !important;
    margin-right: 5px;
}

.iletisim-form label {
    width: 100%;
    font-weight: 500;
    margin-top: 9px;
}

.iletisim-form input {
    width: 100%;
    margin-bottom: 9px;
}

.iletisim-form textarea {
    width: 100%;
    min-height: 225px;
    margin-bottom: 10px;
}

.iletisim-form p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.harita-cover {
    margin-top: 35px;
}



.adres-table td {
    padding-bottom: 10px;
    padding-right: 20px;
    vertical-align: baseline;
}



.opacitiyheader {
    /*opacity: 0;*/
    transition: all 0.1s ease 0s;
}






/*sub menu start*/
/*sub menu start*/
/*sub menu start*/
/*sub menu start*/
li.ArrowMenu a {
    background: url(../images/ArrowMenu.png) no-repeat right center;
}

.nav-side-menu .sub-menu a {
    background-image: none !important;
}

.triangle-topright {
    width: 100%;
    height: 0;
    border-top: 47px solid rgba(1, 149, 97, 0);
    border-left: 310px solid #f9f9f9;
}

.menu-list {
    background-color: #edeef1;
    border-radius: 0px 0px 9px 9px;
}

.page-name {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    /* z-index: 0; */
    position: relative;
    border-radius: 10px 10px 0px 0px;
    background: #1d51dd;
}

.nav-side-menu {
    /*overflow: auto;*/
    font-weight: 200;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 15px;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        /*line-height: 35px;*/
        cursor: pointer;
        /*
            .collapsed{
               .arrow:before{
                         font-family: FontAwesome;
                         content: "\f053";
                         display: inline-block;
                         padding-left:10px;
                         padding-right: 10px;
                         vertical-align: middle;
                         float:right;
                    }
             }
        */
    }

        .nav-side-menu li a {
            padding-top: 15px;
            padding-bottom: 15px;
            margin-right: 15px !important;
            padding-left: 42px !important;
        }

        /*.nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }*/

        .nav-side-menu ul .active,
        .nav-side-menu li .active,
        .nav-side-menu ul .active, .nav-side-menu li .active {
            background: url(../images/sub_menu_bg.png) 6px 19px no-repeat;
            font-weight: 600;
        }

        .nav-side-menu li:hover {
            background: url(../images/sub_menu_bg.png) 6px 19px no-repeat;
        }

        .nav-side-menu ul .active a,
        .nav-side-menu li .active a,
        .nav-side-menu ul .active a, .nav-side-menu li .active a {
            padding-left: 38px !important;
            font-weight: 600;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #fff;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #FFFFFF;
            }

        .nav-side-menu ul .sub-menu li a,
        .nav-side-menu li .sub-menu li a {
            color: #FFFFFF;
        }



        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #1961b2;
            border: none;
            /*line-height: 38px;*/
            border-bottom: 1px solid #15539a;
            margin-left: 0px;
            color: #fff !important;
            background-image: none !important;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #15539a;
            }

    /*.nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }*/

    .nav-side-menu li {
        padding-left: 0px;
        /*border-left: 3px solid #CCCCCC;*/
    }

        .nav-side-menu li:last-child {
            border-bottom: none;
        }

        .nav-side-menu li a {
            text-decoration: none;
            color: #484848;
            padding-left: 10px;
            font-weight: 400;
            display: block;
        }

        .nav-side-menu li li a {
            font-weight: normal;
        }


        .nav-side-menu li a i {
            padding-left: 10px;
            width: 20px;
            padding-right: 20px;
        }

    .nav-side-menu .Nav-side-active > a {
        background-image: url('../images/menu_arrow_2.png');
        background-position: right center;
        background-repeat: no-repeat;
    }

    .nav-side-menu .Nav-side-active .Nav-side-sub {
        border-left: 3px solid #d2d2d2;
        background-color: #e1e1e2;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
        padding-left: 15px;
    }

/*.nav-side-menu li:hover {
        border-left: 3px solid #01522a;
        background-color: #1d51dd;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }*/
.nav-side-menu-fixed {
    position: fixed !important;
    width: 100% !important;
    top: 90px;
    z-index: 9;
}


/*sub menu end*/
/*sub menu end*/
/*sub menu end*/
/*sub menu end*/

/*full width css*/


.full-width:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
/*full width css*/

.sub-page {
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 750px;
}

#full-width-icerik {
    height: 1737px;
    position: relative;
    width: 100%;
}

.full-width {
    position: absolute;
    width: 100%;
}


.notify-footer {
    background: #fff;
    bottom: 0;
    color: #5f5f5f;
    border-top: 1px solid #dcdcdc !important;
    border-color: #dcdcdc;
    position: fixed;
    bottom: 0px;
    width: 65%;
    z-index: 99;
    margin-bottom: 15px !important;
    font-size: 14px;
    padding: 19px 7px;
    margin-left: auto;
    margin-right: auto;
    left: 17.5%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 00, 00, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 00, 00, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 00, 00, 0.2);
}

    .notify-footer button.close {
        background: url(../images/close_bg.png) no-repeat center center;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        padding-top: 0px;
        margin-top: 8px;
        right: -15px;
    }

        .notify-footer button.close span {
            display: none;
        }

.notify-content {
    background: url(../images/bell.png) no-repeat left center;
    padding-left: 40px;
}

.BolgelerTabs iframe {
    width: 100% !important;
}
/*HOME TABS*/
.SurecTabs .nav-tabs .nav-item.show .nav-link, .SurecTabs .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 18px;
    font-weight: 600;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    text-align: center;
}

.SurecTabs .nav-tabs .nav-item {
    width: 33.33%;
}

.SurecTabs .tab-pane {
    min-height: 80px;
    padding: 10px;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
    border-radius: 3px;
}

.SurecTabs .nav-tabs img {
    height: 78px !important;
    width: 100% !important;
}

/*HOME TABS*/

.default-btn {
    background: #0e0a3e;
    border: none;
    border-radius: 22px;
    color: #fff !important;
    height: 42px;
    padding: 12px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    text-align: center;
    width: auto;
    min-width: 140px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.display-none {
    display: none;
}

.products-view {
    min-height: 300px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 99;
}

.products-section {
    background-color: #f6f8fa;
    display: inline-block;
    width: 100%;
    padding: 25px;
    padding-top: 80px;
    padding-bottom: 80px;
}

#ProductSlider {
    margin-top: 30px;
}

.ProductSlider .owl-item {
    border-radius: 5px;
    background: #fff;
}

.ProductSlider .BorclanmaAracFon .slider-img svg path {
    fill: #dd871d;
}

.ProductSlider .DegiskenFon .slider-img svg path {
    fill: #8abf4e;
}

.ProductSlider .FonSepetiFon .slider-img svg path {
    fill: #f64852;
}

.ProductSlider .GayrimenkulFon .slider-img svg path {
    fill: #5888d4;
}

.ProductSlider .GirisimFon .slider-img svg path {
    fill: #f59833;
}

.ProductSlider .HisseSenediFon .slider-img svg path {
    fill: #26b1a4;
}

.ProductSlider .ParaPiyasaFon .slider-img svg path {
    fill: #be2d62;
}

.ProductSlider .SerbestFon .slider-img svg path {
    fill: #015cee;
}

.ProductSlider .highcharts-container {
    width: auto !important;
}


.ProductSlider .item .slider-img {
    background: #f7f9fb;
    width: 59px;
    height: 59px;
    border-radius: 100%;
    padding: 15px 10px;
}

.ProductSlider .item object {
    width: 39px;
    height: 29px;
}

.ProductSlider .item img {
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
}

.ProductSlider .item .products-cover {
    background: #fff;
    border-radius: 7px;
}

.ProductSlider product-ico.svg .st0 {
    fill: #ff7d00 !important;
}

.products-cover table {
    margin: 0px;
    padding: 0px;
}

    .products-cover table td {
        padding: 0px !important;
        vertical-align: top;
    }

    .products-cover table tr td:first-child {
        width: 59px;
    }

    .products-cover table tbody tr {
        border-bottom: none;
    }

.products-Category {
    color: #0e0a3e;
    font-size: 26px;
    margin-bottom: 3px;
    font-weight: 600;
    padding-left: 9px;
}

.ProductSlider .products_head_1 {
    margin-bottom: 10px;
    color: #7885a0;
    min-height: 47px;
    padding-left: 9px;
}

.products-value {
    color: #7885a0;
    font-size: 22px;
    font-weight: 600;
}

.ProductSlider .products-link {
    text-align: right;
    padding-top: 20px;
}

.products-label {
    color: #0e0a3e;
    font-weight: 600;
}

#ProductSlider .item {
    padding: 25px;
}

#ProductSlider .owl-item {
    border-radius: 19px;
}

.ProductSlider .butonGroup {
    z-index: 0;
    opacity: 1.0 !important;
    left: 0px !important;
}




.ProductSlider .Banner-btn {
    background: #fff;
    border: 2px solid #1d51dd;
    color: #1d51dd !important;
    padding: 12px 20px;
    text-align: center;
    border-radius: 30px;
    min-width: 200px;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}




.section-title span {
    color: #425968;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

#slider .owl-nav {
    display: block;
    z-index: 9;
}

#slider .owl-prev {
    display: block;
    position: absolute;
    z-index: 9;
    left: 30px;
    border-radius: 30px !important;
    top: 50%;
    background-color: #ffffff87 !important;
    background-size: 10px 19px !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    color: #ed2d34;
    /* border: 1px solid rgb(0, 122, 61); */
    /* border-radius: 50%; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 37, 96, 0.22);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0, 37, 96, 0.22);
    box-shadow: 6px 6px 20px 0px rgba(0, 37, 96, 0.22);
}

#slider .owl-next {
    position: absolute;
    z-index: 9;
    right: 30px;
    top: 50%;
    border-radius: 30px !important;
    background-color: #ffffff87 !important;
    background-size: 10px 19px !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    color: #ed2d34;
    /* border: 1px solid rgb(0, 122, 61); */
    /* border-radius: 50%; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 37, 96, 0.22);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0, 37, 96, 0.22);
    box-shadow: 6px 6px 20px 0px rgba(0, 37, 96, 0.22);
}





.MenuDropBtn {
    background-color: #ffffff;
    color: #484848 !important;
    text-align: center;
    border-radius: 22px;
    min-width: 150px;
    display: inline-block !important;
    margin-right: 10px;
    BORDER: 1PX SOLID #484848 !important;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}

    .MenuDropBtn a {
        padding: 12px 20px !important;
        display: inline-block;
    }

    .MenuDropBtn img {
        width: 27px;
        height: 27px;
        position: absolute;
        top: 8px;
        left: 13px;
    }

    .MenuDropBtn .dropdown-menu.show {
        transform: translate3d(0px, 52px, 0px) !important;
    }

        .MenuDropBtn .dropdown-menu.show a {
            padding: 7px 10px !important;
        }

    .MenuDropBtn .dropdown-menu .menu-arrow {
        width: auto !important;
        height: auto !important;
        position: absolute !important;
        top: -13px !important;
    }

.SigortaBtn {
    background: #1d51dd;
    color: #FFF !important;
    padding: 12px 20px;
    text-align: center;
    border-radius: 22px;
    min-width: 150px;
    display: inline-block !important;
    margin-right: 10px;
    BORDER: 1PX SOLID #1d51dd !important;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
}

    .SigortaBtn img {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 6px;
        left: 10px;
    }



.owl-theme .owl-dots .owl-dot span {
    display: none;
}


/*search*/

.btn-closed {
    right: 0px;
    position: absolute;
    background: no-repeat;
    border: navajowhite;
    color: #1d51dd;
    font-size: 25px;
}

.AramaKelime {
    text-align: center;
}

.AramaSonuc {
    list-style: none;
}

    .AramaSonuc li {
        list-style: none;
        border-bottom: 1px solid #f6f6f6;
        padding: 15px;
    }

        .AramaSonuc li:last-child {
            list-style: none;
            border-bottom: none;
        }

.SonucText {
    font-size: 24px;
    color: #2e2d4f !important;
    font-weight: 800;
}

.SonucLink {
    font-size: 16px;
    color: #0e0a3e;
}

.ArananKelime {
    color: #2e2d4f;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.search-shortcut {
    height: 100px;
    border-radius: 7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 0 8px 10px -3px rgba(0,0,0,.1), 0 6px 30px 5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.1);
    box-shadow: 0 8px 10px -3px rgba(0,0,0,.1), 0 6px 30px 5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.1);
    color: #3a4f5c;
    font-size: 20px;
    display: block;
    width: 100%;
    min-height: 45px;
    font-weight: 600;
    padding: 25px;
}

    .search-shortcut.search-shortcut01 {
        background-image: url(../images/search01.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .search-shortcut.search-shortcut02 {
        background-image: url(../images/search02.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .search-shortcut.search-shortcut03 {
        background-image: url(../images/search03.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }

.search {
    position: absolute;
    top: 6px;
    z-index: 999999;
    left: 20px;
}

.modal-backdrop {
    display: none;
}

div#SearchModal .modal-dialog {
    height: auto;
    background: #1d51dd;
    background: rgb(0,122,61);
    background: linear-gradient(0deg, rgba(0,122,61,1) 0%, rgba(6,144,82,1) 100%);
}

#SearchModal {
    padding-right: 0px !important;
}

.modal-open {
    overflow: visible;
    padding-right: 0px !important;
}

div#SearchModal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin-top: 123px !important;
    -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.1), 0 6px 30px 5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.1), 0 6px 30px 5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.1) !important;
}


div#SearchModal .modal-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-bottom: 90px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

#search_input, #search_input {
    background-image: url(../images/search2.png);
    background-size: contain;
    text-indent: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    border: none;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    height: 100%;
    font-weight: 500;
    color: #0e0a3e;
    padding: 20px 10px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    outline: 2px;
    -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.1), 0 6px 30px 5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.1), 0 6px 30px 5px rgba(0,0,0,.1), 0 16px 24px 2px rgba(0,0,0,.1) !important;
}

.Search-Btn {
    width: 47px;
    height: 47px;
    background-image: url(../images/search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff !important;
    border-radius: 50%;
}
/*search*/


.productpage {
}

    .productpage .sub-page {
        background-color: rgba(0,0,0,.05);
    }

        /*.productpage .sub-page:first-child {
            background-color: rgba(0,0,0,.00);
        }*/

        .productpage .sub-page:nth-of-type(odd) {
            background-color: rgba(0,0,0,.00);
        }

        .productpage .sub-page #icerik {
            background: none;
            padding-top: 70px;
            padding-bottom: 70px;
        }

    .productpage .sub-icerik-cover {
        float: left;
        margin-bottom: 0px;
        padding-left: 0px !important;
    }

    .productpage .subpage__divided {
        position: relative;
        min-height: 1px;
    }

    .productpage .sub-page .icerik01 {
        background: #fff !important;
    }

    .productpage .sub-page .section-title {
        padding-bottom: 30px;
    }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    margin-left: auto;
    margin-right: auto;
}

.productpage .owl-nav {
    display: none !important;
}

.productpage .owl-dots {
    position: relative;
    bottom: -10px;
}

.productpage .item {
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}

#icerik .iletisim-cover input {
    width: 100%;
}

.adres-cover {
    margin-bottom: 35px;
}

    .iletisim-cover h2, .adres-cover h2 {
        font-weight: 600;
        font-size: 25px;
        color: #3b3e4c;
    }

    .iletisim-cover p, .adres-cover p {
        margin-bottom: 5px;
        padding-bottom: 0px;
    }




/*accordion css*/

.panel-default > .panel-heading {
    background: #fff;
    border-left: 0px;
    border-right: 0px;
    color: #a0a0a0;
}

.panel-default {
    border: none;
}

.panel-title {
    padding: 20px 10px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

.panel-heading.active .panel-title {
    color: #373444;
    font-weight: 600;
}



.accordion-button {
    padding: 20px;
    font-size: 21px;
    font-weight: 500;
    border-radius: 7px !important;
    cursor: pointer;
    border: 2px solid #f3f4f5;
    border-radius: 8px;
    -webkit-box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 3%);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.3);
    box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 3%);
    list-style: none;
    transition: all 0.15s ease 0s;
}

.accordion-header {
    margin: 0px;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0px;
}

button.accordion-button span {
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
    padding-left: 10px;
}

button.accordion-button.collapsed span {
    font-weight: 300;
    font-style: italic;
    font-size: 17px;
    color: #373444;
    padding-left: 10px;
}

.accordion-button:not(.collapsed) {
    color: #1d51dd;
    padding: 20px;
    font-size: 21px;
    font-weight: 500;
    border-radius: 7px !important;
    cursor: pointer;
    border: 2px solid #f3f4f5;
    border-radius: 8px;
    -webkit-box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 8%);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.8);
    box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 8%);
    list-style: none;
    transition: all 0.15s ease 0s;
    background-color: #fff;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-button:focus {
    border: 2px solid #f3f4f5;
    -webkit-box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 8%);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.8);
    box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 8%);
}
/*accordion css*/
/*cokies*/
.CookiesModal_box {
    position: fixed;
    z-index: 99999999;
    right: 16px;
    left: 16px;
    background-color: #0000004a;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
    border-radius: 13px;
    overflow: hidden;
    padding: 24px;
    bottom: 24px;
    display: flex;
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-shadow: 10px 10px 25px 0px rgb(0 18 46 / 18%);
    border: none;
    margin-bottom: 0px;
}

    .CookiesModal_box p {
        margin-bottom: 16px;
        font-size: 12px;
    }

        .CookiesModal_box p a {
            color: #1d51dd !important;
            font-weight: 600;
        }

    .CookiesModal_box h3 {
        margin-bottom: 8px;
        color: #fff;
        font-size: 16px;
    }

button.ant-btn {
    BACKGROUND: NO-REPEAT;
    border: 0px;
    font-size: 19px;
    color: #1d51dd;
}
/*cokies*/


/*spacial page css*/
.section_title span {
    color: #4636ff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.section_title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
}

.features_item-2 {
    border-radius: 10px;
    border-right: none;
    box-shadow: 0 20px 50px 0 rgb(2 0 40 / 10%);
    padding: 45px 40px;
    position: relative;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.features_item .features_icon {
    background: #1d51dd;
    color: #fff;
    border-radius: 4px;
    padding: 10px 13px;
    padding: 10px 13px;
    display: inline-block;
}
/*spacial page css*/


tr.GetiriTableBaslik td {
    background: #eaeaea !important;
    color: #fff !important;
    border-left: 0px !important
}

tr.GetiriTableBaslik th {
    background: #eaeaea !important;
    color: #005ca7 !important;
}

.GetiriTableGunSayisi td {
    background: #f5f8ff !important;
    color: #333 !important;
}

.GetiriTableGunSayisi th {
    background: #f5f8ff !important;
    color: #005ca7 !important;
}

.new-zone-head {
    font-size: 32px;
    color: #0e0a3e;
    font-weight: 600;
    z-index: 9;
    margin-top: 30px;
    border-bottom: 0px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px;
    border-top: 3px solid #0e0a3e;
    border-bottom: 3px solid #0e0a3e;
}

.FonDetayTable {
    border-left: 0px !important;
    border-right: 0px !important;
}

.NeoLoading {
    background-image: url('../images/xloading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.68);
}


.list-slider .owl-nav button.owl-next {
    background-color: #fff !important;
    background-size: 10px 19px !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    width: 15px;
    height: 60px;
    top: 50%;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    color: #ed2d34;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s;
    transition: .2s;
    right: 0px;
}

.owl-nav.disabled {
    display: none !important;
}

.list-slider .owl-nav button.owl-prev {
    background-color: #fff !important;
    background-size: 10px 19px !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    width: 15px;
    height: 60px;
    top: 50%;
    font-size: 14px;
    line-height: 58px;
    text-align: center;
    color: #ed2d34;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s;
    transition: .2s;
    left: 0px;
}

.list-slider .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.owl-theme .owl-nav .disabled {
    opacity: .2;
    cursor: default;
}

.red {
    color: #f7719c;
}

.sub-icerik-cover .products-view {
    min-height: auto;
}

.social-section ul li img {
    width: 30px;
    opacity: 0.5;
}

.social-section ul {
    list-style: none;
}

section.social-section {
    border-bottom: 1px solid #d6dadd;
    padding-bottom: 10px;
    padding-top: 5px;
}



@media (max-width:1499px) {


    #slider .text-cover {
        padding-left: 64px;
        padding-right: 64px;
        max-width: 600px;
    }
    #pr #slider .slider-img img {
        max-width: 50%;
        padding-right:25px;
        margin-bottom: -6px;
    }
    .item h2.banner_head_1 {
        font-size: 40px;
    }
}

.products-section {
    background-color: #f6f8fa;
    display: inline-block;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}

#flexSwitchCheckChecked {
    height: 42px;
    width: 80px;
    cursor: pointer;
}

.form-check-input {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.form-check.form-switch {
    width: 82px;
    height: 42px;
    margin-bottom: 0px;
}

.form-group table {
    width: auto;
    margin: 0px;
    border: 0px;
}

    .form-group table td {
        margin: 0px !important;
        padding: 0px 3px !important;
    }

.switch-label-right {
    line-height: 15px;
}

.form-group table tbody tr {
    border-bottom: 0px;
}

.check-group {
    width: 100%;
}

    .check-group label {
        white-space: nowrap;
        height: 42px;
        padding: 9px 12px;
        font-size: 14px;
    }

.btn {
    border-radius: 22px;
}

.form-select {
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: .65;
    background: #bfbfbf !important;
    color: #fff;
    border-color: #bfbfbf !important;
}*/

@media (max-width:1269px) {
    .footer-menu ul {
        display: flex;
    }

    .container {
        width: 100% !important;
    }

    .Slider-Bg {
        display: none !important;
    }

    .CookiesModal_box {
        position: fixed;
        z-index: 99999999;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        right: 0px;
        left: 0px;
    }
    #slider .text-cover {

        max-width: 48%;
    }
}

@media (max-width: 1199px) {
    #slider br {
        display: none;
    }

    .page-title {
        padding-top: 150px;
        margin-bottom: 0px;
        padding-bottom: 50px !important;
    }


    div#SearchModal .modal-dialog {
        margin-top: 70px !important;
    }



    .nav-side-menu-fixed {
        position: relative !important;
        max-width: 100% !important;
        top: 0px;
    }

    .nav-side-cover {
        max-width: 100% !important;
        width: 100% !important;
        display: inline-block !important;
    }

        .nav-side-cover a {
            width: 46%;
            float: left;
            margin-left: 2%;
            margin-right: 2%;
        }

    .nav-side-menu {
        display: none;
    }

    .menu-list {
        background-size: cover;
        background: none;
        background-color: #f6f6f6;
    }


    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 8px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #1961b2;
            width: 40px;
            height: 40px;
            padding-top: 8px;
            text-align: center;
            font-size: 24px;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }

    .abone-ad {
        height: 60px;
        padding-top: 22px;
    }

    .isim_harf {
        padding-top: 0px;
        height: 40px;
        width: 40px;
    }

    .sub-page #icerik {
        min-height: initial;
    }

    .nav-side-cover {
        float: none;
        width: 100%;
    }

    .sub-icerik-cover {
        float: none;
        padding: 0px !important;
        margin-bottom: 50px;
        width: 100%;
    }

    .nav-side-menu .menu-list .menu-content {
        min-height: initial;
    }

    .page-baslik2, #page-title h1 {
        text-align: center;
    }

    .triangle-topright {
        display: none;
    }

    .destek-detay-logo {
        display: none;
    }

    .satin-al-btn {
        margin-top: 0px;
        margin-bottom: 7px;
    }

    .social {
        margin-bottom: 11px;
        margin-top: 0px;
    }

    .page-name {
        padding: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        background: #1961b2;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nav-side-menu {
        top: 0px;
    }

    .text-cover {
        max-width: 45%;
    }

    #pr #slider .slider-img img {
        max-width: 50%;
    }
    #pr .item h2.banner_head_1 {
        font-size: 35px;
    }
}

@media (min-width:1199px) {
    .nav-side-menu .menu-list .menu-content {
        display: inline-block;
        width: 100%;
        padding: 15px 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto !important;
        /* min-height: 400px; */
        padding-bottom: 25px;
    }
}

@media (max-width:1024px) {
    #pr #slider .slider-img img {
        max-width: 48%;
        padding-right: 0px;
    }

    #search_input, #search_input {
        font-size: 15px;
        text-indent: 45px;
    }

    .modal-body {
        padding: 28px !important;
        padding-bottom: 50px !important;
    }

    .section-title, h2 {
        font-size: 28px;
    }

    .footer-menu ul li a {
        font-size: 12px;
    }

    .notify-footer {
        margin-bottom: 69px !important;
    }

    .Banner-btn {
        /*        padding: 7px 10px;
*/ text-align: center;
        border-radius: 25px;
        display: inline-block;
        margin-right: 10px;
    }

    .item h2.banner_head_1 {
        font-size: 30px !important;
    }

    .item .banner_content {
        font-size: 18px !important;
        font-weight: normal;
    }



    .page-title {
        padding-top: 150px;
    }

    .icerikContainer {
        top: -59px;
    }
    /*.sub-icerik-cover {
        float: none;
        width: 100%;
    }*/
    .owl-prev {
        height: 40px;
        width: 40px;
        background: url(../images/Sld_Left.png);
        background-size: 100%;
    }

    .owl-next {
        height: 40px;
        width: 40px;
        background: url(../images/Sld_Right.png);
        background-size: 100%;
    }




    .item h3.banner_head_2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    #slider .item {
        height: 100%;
    }
}


@media (max-width:991px) {
    #pr #slider .slider-img img {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    section.social-section {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .item h3.banner_head_2 {
        color: #0e0a3e !important;
    }

    .footer-menu .footer-cover {
        display: none;
    }

    .footer-menu .container {
        text-align: center;
    }

    .footer-logo {
        width: 130px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .Banner-btn:hover {
        background-position: 100% 0 !important;
        color: #FFFFFF !important;
    }

    .Banner-btn {
        box-shadow: 0 12px 15px 0 rgb(74 74 74 / 16%);
        background-image: linear-gradient(to right,#153eab,#346afb,#1d51dd,#346afb) !important;
        background-size: 300% 100% !important;
        transition: all .3s ease-in-out;
        color: #fff !important;
        padding: 10px 20px 9px 20px;
        text-align: center;
        border-radius: 25px;
        min-width: 200px;
        display: inline-block;
        margin-right: 10px;
        font-weight: 500;
        -webkit-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
        -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
        box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
    }

    .check-group label {
        white-space: break-spaces;
        height: auto;
    }

    #pr .item {
        max-height: none;
    }

    #pr {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        max-height: none;
        overflow: visible;
        z-index: 9;
    }

    #slider .TextContainer {
        position: relative;
        width: 100%;
        height: 100%;
        background: none;
        background-color: #f6f8fa;
        text-align: center;
        background-size: cover;
        padding-left: 0px;
        margin-top: -6px;
    }

    #slider .container {
        padding: 0px;
    }

    .container {
        width: 100% !important;
    }

    #slider .butonGroup {
        margin-bottom: 15px;
    }

    #slider .text-cover {
        background: none;
        padding: 15px;
        margin: 0px;
        color: #0e0a3e !important;
        z-index: 9;
    }

    #slider .text-cover {
        position: relative;
        top: 0;
        transform: translateY(0%);
        right: 0;
    }


    #slider .owl-item h2.banner_head_1 {
        margin-top: 5px;
        padding-top: 5px;
        font-size: 23px !important;
        padding-bottom: 0px;
        color: #0e0a3e !important;
    }

    #slider .item .banner_content {
        font-size: 16px !important;
        font-weight: normal;
        margin-bottom: 15px;
        color: #0e0a3e !important;
    }

        #slider .item .banner_content span, #slider .item .banner_content span {
            font-size: 16px !important;
            font-weight: normal;
            margin-bottom: 15px;
            color: #0e0a3e !important;
        }

        #slider .item h3.banner_head_2 {
            font-size: 20px;
            margin-bottom: 15px;
            color: #0e0a3e !important;
        }    

    #slider .Banner-btn {
        font-size: 16px !important;
        font-weight: normal;
    }



    #slider .text-cover {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 100%;
    }

    #slider .owl-next {
        right: 9px;
        width: 40px;
        height: 40px;
        top: 30%;
    }

    #slider .owl-prev {
        left: 9px;
        width: 40px;
        height: 40px;
        top: 30%;
    }


    .sub-icerik-cover {
        float: none;
    }

    .nav-side-footer {
        display: none;
    }

    .page-name {
        border-radius: 0px !important;
    }
}

@media (max-width:767px) {

    .title-menu {
        width: 100%;
        display: inline-block;
    }

    #neoportfoy-promotion .promotion-cover {
        text-align: center;
    }

    .section-title, h2 {
        font-size: 20px;
    }

    .form-group table {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .bulletin-detail {
        padding-right: 50px;
        padding-left: 0px;
    }

    .announcements-list {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    section.announcements {
        padding: 10px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .promotion-cover.cvr-01 img {
        display: none;
    }

    .promotion-cover.cvr-01 .ico-mobile {
        display: initial;
        width: 62px !important;
    }

    .promotion-cover img {
        display: initial;
        width: 62px !important;
    }

    .list-slider .owl-dots {
        display: none;
    }

    .subpage__divided .accordion-button {
        font-size: 18px;
    }

    .products-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #neoportfoy-promotion {
        padding: 40px 0px;
    }

    .Banner-btn {
        font-size: 13px;
    }


    .announcements .nav-tabs .nav-item .nav-link, .announcements .nav-tabs .nav-link {
        font-size: 20px;
    }

    .announcements .nav-tabs .nav-item {
        max-width: 137px;
    }

    div#FonGetiriHeader {
        padding: 10px;
    }

        div#FonGetiriHeader table tr:first-child td {
            font-weight: 500;
            font-size: 13px;
            line-height: 1.5;
        }

        div#FonGetiriHeader table tr:last-child td {
            font-size: 16px !important;
            font-weight: 600 !important;
            border: none;
        }

    .sub-icerik-cover {
        margin-bottom: 20px;
    }

    #neoportfoy-promotion .promotion-cover {
        padding: 30px !important;
    }

    .HaberListButtonCover a {
        padding: 7px 14px;
        font-size: 13px;
        min-width: 120px;
    }

    div#SearchModal .modal-content {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    h3.HaberListHead {
        font-size: 16px;
    }

    .search-shortcut-cover {
        display: none;
    }

    img.footer-logo {
        float: none;
    }

    ul#ul_footermenu_main {
        display: none;
    }

    .footer-menu {
        text-align: center;
    }

    .page-title h1 {
        font-size: 30px;
    }

    .copyright-section {
        padding-bottom: 62px;
    }

    .ProductSlider .item img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .text-cover {
        position: relative;
        top: auto;
        transform: none;
        margin-bottom: 25px;
    }

    .phone-number {
        padding-right: 59px;
        background: url(../images/headset.svg) no-repeat top right;
        background-size: 40px 40px;
        height: auto;
        text-align: right;
        color: #425968;
    }

        .phone-number .number-bold {
            font-size: 18px;
            font-weight: 600;
            color: #425968;
        }

    .mail-contact {
        padding-left: 59px;
        background: url(../images/email.svg) no-repeat top left;
        height: auto;
        background-size: 40px 40px;
        text-align: left;
        color: #425968;
    }

        .mail-contact .mail-bold {
            font-size: 18px;
            font-weight: 600;
            color: #425968;
        }


    img.surec-right-img {
        max-width: 150px;
        width: 100%;
    }

    img.surec-left-img {
        max-width: 150px;
        width: 100%;
    }

    .surec-message h2 {
        font-size: 1.2rem !important;
    }

    /*    .g-recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }*/

    .xzoom-preview {
        display: none !important;
    }

    #icerik .Banner-btn {
        min-width: 135px !important;
    }


    .page-title .container {
        padding-bottom: 0px;
    }

    .nav-side-menu .toggle-btn {
        right: 23px !important;
    }


    /*.Slider-Bg {
        display: none !important;
    }*/

    .icerikContainer {
        padding: 0px !important;
        padding-top: 20px !important;
        top: 0px !important;
    }

    .nav-side-menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    #slider br {
        display: block;
    }

    /*.TextContainer {
        position: relative;
        width: 100%;
        height: 100%;
        background: none;
        text-align: center;
        background-size: cover;
    }

    .owl-item h2.banner_head_1 {
        margin-top: 5px;
        padding-top: 5px;
        font-size: 24px !important;
        padding-bottom: 0px;
        color: #fff !important;
    }

    .text-cover {
        position: relative;
        top: 0;
        transform: translateY(0%);
        right: 0;
    }

    .Banner-btn {
        background: #ffffff;
        color: #0e0a3e;
        padding: 7px 12px;
        font-size: 14px;
        text-align: center;
        border-radius: 25px;
        min-width: auto;
        display: inline-block;
        margin-right: 10px;
        font-weight: normal;
    }

    .BlueBtn {
        background: #373444;
        color: #fff;
        padding: 7px 12px;
        font-size: 15px;
        text-align: center;
        border-radius: 25px;
        min-width: 120px;
        display: inline-block;
        font-weight: normal;
    }*/

    /*.logo-list ul li {
        float: left;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .item .BlueBtn {
        margin-top: 10px;
    }




    .text-cover {
        background: none;
        padding: 15px;
        margin: 0px;
        color: #ffffff !important;
        z-index: 9;
    }

    #slider .slider-img {
        position: relative;
        top: 0px;
    }

    #slider .item {
        background-repeat: no-repeat;
        background-size: cover;
    }


    .item .banner_content {
        font-size: 16px;
        margin-bottom: 15PX;
        z-index: 0;
        font-weight: normal;
        color: #ffffff !important;
    }

    #slider .owl-nav {
        display: none;
    }

    #slider .container {
        padding: 0px;
    }

    .Slider-Bg {
        display: none;
    }

    #slider .butonGroup {
        margin-bottom: 5px;
    }

    .butonGroup a:last-child {
        margin-right: 0px;
    }*/
}

@media (max-width:598px) {
    .HaberListImg {
        width: 35%;
        float: left;
        height: auto;
        display: none;
    }

    .HaberListButtonCover {
        text-align: center;
    }

    .footerLink ul li {
        text-align: center;
        width: 100%;
    }

    .HaberListCover {
        width: 100%;
        float: left;
    }

    .HaberList li {
        flex-wrap: wrap;
        display: flex;
    }

    #ProductSlider {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .FonListeTable tbody tr td, .FonListeTable tbody tr th {
        display: grid;
    }

    .rapor-table tbody tr td, .rapor-table tbody tr th {
        display: table-cell !important;
    }
}

@media (max-width:575px) {
    .mb-center-btn {
        text-align: center;
    }

        .mb-center-btn label {
            display: none;
        }

    table th, table td {
        padding: 5px !important;
    }
}

.FonSmartCard {
    background: #1d51dd;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 11px !important;
    color: #fff;
    -webkit-box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 22%);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
    box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 22%);
}

.FonSmartCard-deger {
    color: #ffffff;
    text-align: center;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.FonSmartCard table, .FonSmartCard table td {
    margin: 0px !important;
    padding: 0px !important;
}

    .FonSmartCard table tbody tr {
        border-bottom: 0px;
    }

.FonSmartCard-Head {
    font-size: 15px;
}

.fon-title .FonKodu {
    background: #1d51dd;
    padding: 19px 4px;
    margin-right: 10px;
    text-align: center;
    border-radius: 461px !important;
    width: 70px;
    color: #fff;
    height: 70px;
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    float: left;
    -webkit-box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 22%);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
    box-shadow: 6px 6px 20px 0px rgb(0 37 96 / 22%);
    float: left;
}

.fon-title .FonAdi {
    width: calc(100% - 80px);
    float: left;
}

.fon-title .trading-hour {
    padding-left: 15px;
    margin-bottom: 15px;
}

.fon-title {
    display: inline-block;
    width: 100%;
}

.FonSmartCard i.glyphicon.glyphicon-chevron-up {
    color: #52ddca;
}


.fon-title .title-menu {
    padding-left: 0px;
    padding-bottom: 0px;
}

i.glyphicon.glyphicon-chevron-down {
    color: #f7719c;
}

.trading-hour {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.footer-main .has-sub {
    float: left;
    text-align: left;
    font-weight: bold !important;
    width: 23%;
}

.ValidityMessage {
    color: #109f64;
    font-weight: 500;
    line-height: 1em;
    color: #ef748b;
    padding: 15px;
    padding-left: 34px;
    align-items: center;
    font-size: 13px;
    margin-left: 0;
    border-radius: 8px !important;
    position: absolute;
    width: 95%;
    top: 100%;
    margin-top: -8px;
    z-index: 3;
    background: #fff;
    box-shadow: 0 1px 16px 0 rgba(41,53,108,.25);
    left: 0px;
}

    .ValidityMessage:before {
        position: absolute;
        content: "!";
        left: 10px;
        width: 18px;
        height: 18px;
        background: #ef748b;
        color: #fff;
        font-weight: 900;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 16px;
        line-height: 1em;
        top: 50%;
        transform: translateY(-50%);
    }

    .ValidityMessage:after {
        content: '';
        border-bottom: 4px solid #fff;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-width: 7px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateY(-100%) translateX(-50%);
    }

.loading-cover {
    width: 100%;
    display: inline-block;
    position: relative;
}

chart {
    width: 100%;
    height: 100%;
}

.highcharts-container {
    width: 100% !important;
}

/*.highcharts-root {
    width: 100% !important;
}
*/
.field-validation-error {
    color: #d44646;
    font-weight: bold;
}

/*error page star*/
/*error page star*/
/*error page star*/
.error-page {
    position: relative;
    min-height: 650px;
    margin-bottom: 150px;
}

.error-cover {
    width: 100%;
    border-radius: 7px 7px 0px 0px;
    max-width: 677px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 11px 13px 38px 1px rgba(58,87,62,0.10);
    -moz-box-shadow: 11px 13px 38px 1px rgba(58,87,62,0.10);
    box-shadow: 11px 13px 38px 1px rgba(58,87,62,0.10);
}

.error-page .top-bar {
    height: 55px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: #1d51dd;
    border-radius: 7px 7px 0px 0px;
}

.error-page .footer-bar {
    text-align: center;
}

.top-bar ul li {
    float: left;
    height: 23px;
    width: 23px;
    margin-right: 10px;
    list-style: none;
    border-radius: 50%;
    margin-top: 15px;
    margin-top: 15px;
}

.message-bar {
    background: #fff;
    padding: 25px;
    text-align: center;
}

.error-number {
    font-size: 70px;
    font-weight: 600;
    text-align: center;
}

.error-message {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
/*error page end*/
/*error page end*/
/*error page end*/
.GetiriTable tr td.SecilenTarih, .GetiriTable tr th.SecilenTarih {
    background: #d6dbe7 !important;
}

.contact-form .mb-center-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 30px !important;
}




/*bağlantılı fonlar css start*/
/*bağlantılı fonlar css start*/
/*bağlantılı fonlar css start*/

.baglantili-fonlar {
    margin-bottom: 30px;
}

    .baglantili-fonlar .owl-item {
        border-radius: 5px;
        background: #fff;
    }

    .baglantili-fonlar .BorclanmaAracFon .slider-img svg path {
        fill: #dd871d;
    }

    .baglantili-fonlar .DegiskenFon .slider-img svg path {
        fill: #8abf4e;
    }

    .baglantili-fonlar .FonSepetiFon .slider-img svg path {
        fill: #f64852;
    }

    .baglantili-fonlar .GayrimenkulFon .slider-img svg path {
        fill: #5888d4;
    }

    .baglantili-fonlar .GirisimFon .slider-img svg path {
        fill: #f59833;
    }

    .baglantili-fonlar .HisseSenediFon .slider-img svg path {
        fill: #26b1a4;
    }

    .baglantili-fonlar .ParaPiyasaFon .slider-img svg path {
        fill: #be2d62;
    }

    .baglantili-fonlar .SerbestFon .slider-img svg path {
        fill: #015cee;
    }

    .baglantili-fonlar .highcharts-container {
        width: auto !important;
    }


    .baglantili-fonlar .item .slider-img {
        background: #ffffff;
        width: 59px;
        height: 59px;
        border-radius: 100%;
        padding: 15px 10px;
    }

    .baglantili-fonlar .item object {
        width: 39px;
        height: 29px;
    }

    .baglantili-fonlar .item img {
        max-width: 405px;
        margin-left: auto;
        margin-right: auto;
    }

    .baglantili-fonlar .item .baglantili-fonlar-cover {
        background: #f2f5f8;
        border-radius: 7px;
        padding: 10px;
        transition: all .3s ease-in-out;
    }

        .baglantili-fonlar .item .baglantili-fonlar-cover:hover {
            -webkit-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
            -moz-box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
            box-shadow: 6px 6px 20px 0px rgba(0,37,96,0.22);
            transition: all .3s ease-in-out;
        }


    .baglantili-fonlar product-ico.svg .st0 {
        fill: #ff7d00 !important;
    }

    .baglantili-fonlar table {
        margin: 0px;
        padding: 0px;
    }

        .baglantili-fonlar table td {
            padding: 0px !important;
            vertical-align: top;
        }

        .baglantili-fonlar table tbody tr {
            border-bottom: none;
        }

    .baglantili-fonlar .products-Category {
        color: #0e0a3e;
        font-size: 26px;
        margin-bottom: 3px;
        font-weight: 600;
        padding-left: 9px;
    }

    .baglantili-fonlar .products_head_1 {
        margin-bottom: 5px;
        color: #7885a0;
        padding-left: 9px;
    }

    .baglantili-fonlar .products-value {
        color: #7885a0;
    }

    .baglantili-fonlar .products-link {
        text-align: right;
    }

    .baglantili-fonlar .products-label {
        color: #0e0a3e;
        font-weight: 600;
    }

    .baglantili-fonlar .item {
        padding: 15px;
        padding-bottom: 0px;
    }

    .baglantili-fonlar table tr td:first-child {
        width: 59px;
    }

/*bağlantılı fonlar css end*/
/*bağlantılı fonlar css end*/
/*bağlantılı fonlar css end*/

#slider .Banner-btn, p .ContentBtn {
    margin-bottom: 10px;
}


#IsKisiselVeriKabulDiv input[type=checkbox] {
    display: inline-block;
    margin-bottom: 0px;
}


div#IsKisiselVeriKabulDiv {
    text-align: center;
    margin-bottom: 10px;
}

#IsAydinlatmaMetniKabulDiv input[type=checkbox] {
    display: inline-block;
    width: 18px !important;
    margin-bottom: 0px;
}

.contact-form input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
}

div#IsAydinlatmaMetniKabulDiv {
    text-align: center;
    margin-bottom: 10px;
}

#IsAcikRizaMetniKabulDiv input[type=checkbox] {
    display: inline-block;
    margin-bottom: 0px;
}

div#IsAcikRizaMetniKabulDiv {
    text-align: center;
    margin-bottom: 10px;
}

#IsIletisimOnayDiv input[type=checkbox] {
    display: inline-block;
    margin-bottom: 0px;
}

div#IsIletisimOnayDiv {
    text-align: center;
    margin-bottom: 10px;
}

div#OnayBaslik {
    text-align: center;
    margin-bottom: 10px;
}

#sliderVideo {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    color: #fff;
    z-index: -9;
}



.notify-footer {
    position: fixed;
    bottom: 15px;
    width: 100%;
    max-width: 400px;
    left: 15px;
    z-index: 99;
    margin-bottom: 0px !important;
    font-size: 15px;
    padding: 15px 7px;
    background-color: #0000004a;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: #fff;
    box-shadow: 10px 10px 25px 0px rgb(0 18 46 / 18%);
}

    .notify-footer button.close {
        background: url(../images/close_bg.png) no-repeat center center;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        padding-top: 0px;
        margin-top: 8px;
    }

.notify-message-btn-cover {
    padding-left: 40px;
    padding-top: 10px;
}

.notify-footer button.close span {
    display: none;
}

.notify-content {
    /*    background: url(../../images/settings.png) no-repeat left center;
*/ padding-left: 40px;
}

.notify-message i.glyphicon.glyphicon-cog {
    font-size: 28px;
    padding: 4px;
    color: #0d6efd;
    position: absolute;
    top: 20px;
    left: 13px;
}

.notify-message-btn-cover button {
    font-size: 14px;
    font-weight: 600;
}


.row {
    margin: 0px;
}

.modal-dialog button.close {
    text-align: right;
}

#cookieIcon {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999999999;
    background: #fff;
    border-radius: 35px;
    border: 2px solid #1d51dd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}

    #cookieIcon a {
        display: inline-block;
    }

    #cookieIcon i.glyphicon.glyphicon-cog {
        font-size: 28px;
        padding: 4px;
    }

#notify-message-popup .modal-dialog {
    width: 100% !important;
    max-width: 770px !important;
}

    #notify-message-popup .modal-dialog h2 {
        color: #1d51dd;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }

#notify-message-popup label.custom-control-label {
    min-width: 113px;
}

.modal-dialog {
    margin: 100px auto !important;
    background: #ffffff;
    border-radius: 5px;
}

    .modal-dialog h2 {
        color: #1d51dd;
        font-weight: 600;
        text-align: center;
    }


/*.custom-control label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 10px;
    width: 100%;
}*/

/*input[type=checkbox], input[type=radio] {
    height: 25px;
    width: 25px;
    margin-left: 10px;
}
*/
/*input, .form-control, select {
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: 2px solid #d4d4d4;
    background-color: #fff !important;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    color: #8a8a8a;
}
*/

#notify-message-popup .form-check-input {
    height: 25px;
    width: 34px;
    cursor: pointer;
}

#notify-message-popup .form-check.form-switch {
    width: 0px;
    height: 0px;
    margin-bottom: 0px;
}

#notify-message-popup .switch-label-right {
    min-width: 113px;
}

#ul_footermenu_main ul.col li {
    font-weight: bold;
}

#ul_footermenu_main ul.col:nth-of-type(4) li a {
    font-weight: bold !important;
}
