/** =======================
 * Contenedor Principal
 ===========================*/




@media only screen and (max-width: 991px) {
#shortcutDropdown .submenu li:nth-child(6),
li:nth-child(7),
li:nth-child(10),
li:nth-child(11),
li:nth-child(13) {
    padding-left: 10px !important;
}
}

.shortcut-dropdown {
    width: 100%;
    max-width: 100%;
    background: #FFF;
    border: solid #a0acbd 1px;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 10px;
}

.shortcut-dropdown li {
    list-style-type: none;
    padding: 0;
}

.shortcut-dropdown .link .fa-chevron-down::after {
    position: absolute;
    right: 0;
    top: -5px;
    content: "\e90b";
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.429rem;
}

.shortcut-dropdown .open .fa-chevron-down::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shortcut-dropdown .link {
    position: relative;
}

.shortcut-dropdown .link span.title {
    cursor: pointer;
    display: block;
    padding: 25px 15px 10px 12px;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    position: relative;
}

.shortcut-dropdown li:last-child .link {
    border-bottom: 0;
}


/**
 * Submenu
 -----------------------------*/

.submenu {
    display: none;
    font-size: 14px;
    border-top: solid #a0acbd 1px;
    padding-inline-start: 0px;
}

.submenu li {
    border-bottom: solid #a0acbd 1px;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 12px;
}

.submenu a:hover {
    background-color: #F5F5F5 !important;
}

.submenu .last {
    border: 0px;
}

.DropDownTitle {
    position: absolute;
    font-size: 12px;
    margin-left: 13px;
    margin-top: 8.5px;
}

.pointer-events-none {
    pointer-events: none!important;
}

.cookie-sticky-flex {
    display: flex!important;
}

.cookie-sticky-wrap {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.050);
    -moz-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.050);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.050);
}

.cookie-sticky-container {
    width: 70%;
}

.cookie-sticky-body {
    display: flex;
    justify-content: space-between;
}

.cookie-sticky-body p {
    font-size: 16px;
}

.cookie-sticky-body>a {
    color: #ffffff!important;
    font-weight: bold;
    background-color: #002855;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    line-height: 8px;
    width: 200px;
    text-align: center;
    justify-content: center;
}

.cookie-sticky-body>a:hover {
    background-color: #0082ca;
}

.magiclick-ui-accordion-content {
    padding-bottom: 1rem;
}

.cookie-input-group {
    display: flex;
}

.switch {
    margin: 0;
    padding: 0;
}

.cookie-input {
    width: 50%;
    display: flex;
    align-items: center;
}

.cookie-input>label {
    font-weight: normal;
    font-size: 16px;
    color: #002855;
    margin-left: 0.5rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #cedc00;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ffffff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.slider.round {
    border-radius: 18px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}


/* New customer selection */

#energy-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    top: 0;
}

#energy-saving {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.new-customer-selection {
    background: #cedc00;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.new-customer-selection .customer-selection-switcher {
    display: inline-block;
    height: 30px;
}

.new-customer-selection .customer-selection-switcher .selection-item,
.new-customer-selection .customer-selection-switcher .switcher {
    display: block;
    float: left;
}

.new-customer-selection .customer-selection-switcher .selection-item,
.new-customer-selection .customer-selection-switcher .switcher .circle {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.new-customer-selection .customer-selection-switcher .selection-item {
    color: #002855;
    line-height: 30px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-size: 18px;
    font-family: 'CentraleSansBook', Verdana, sans-serif;
    cursor: pointer;
}

.new-customer-selection .customer-selection-switcher .selection-item.selected {
    opacity: 1;
    filter: alpha(opacity=100);
    font-family: 'CentraleSansBold', Verdana, sans-serif;
    cursor: default;
}

.new-customer-selection .customer-selection-switcher .switcher {
    width: 80px;
    height: 30px;
    background: #fff;
    border-radius: 15px;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
}

.new-customer-selection .customer-selection-switcher .switcher .circle {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    left: 56px;
    top: 6px;
    background: #08bec9;
}

.new-customer-selection .customer-selection-switcher .switcher.selected .circle {
    left: 6px;
}

.new-customer-selection .customer-selection-switcher .switcher .circle:after,
.new-customer-selection .customer-selection-switcher .switcher .circle:before {
    width: 1px;
    height: 6px;
    background: #fff;
    position: absolute;
    content: "";
    top: 6px;
}

.new-customer-selection .customer-selection-switcher .switcher .circle:before {
    left: 7px;
}

.new-customer-selection .customer-selection-switcher .switcher .circle:after {
    right: 7px;
}

@media(max-width:767px) {
    .new-customer-selection {
        position: relative;
    }
    .new-customer-selection .customer-selection-switcher {
        height: auto;
        display: block;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }
    .new-customer-selection .customer-selection-switcher .selection-item {
        width: 50%;
        font-size: 1rem;
        line-height: 1.1;
    }
    .new-customer-selection .customer-selection-switcher .selection-item.isCustomer {
        padding-right: 50px;
    }
    .new-customer-selection .customer-selection-switcher .selection-item.notCustomer {
        padding-left: 50px;
    }
    .new-customer-selection .customer-selection-switcher .switcher {
        position: absolute;
        float: none;
        left: 50%;
        margin: 0 0 0 -40px;
        z-index: 10;
    }
}

@media(max-width:320px) {
    .new-customer-selection .customer-selection-switcher .selection-item {
        font-size: .82rem;
        line-height: 1.2;
    }
    .new-customer-selection .customer-selection-switcher .selection-item.isCustomer {
        padding-left: 10px;
    }
    .new-customer-selection .customer-selection-switcher .selection-item.notCustomer {
        padding-right: 10px;
    }
    .calisanlara-ozel .packets .item span.price {
        padding: 35px 10px 20px 5px;
    }
    .calisanlara-ozel .modal .modalBox-outer {
        margin-top: 3px;
        padding: 30px 15px 0px 15px !important;
    }
    .MtsForm.mobil .form-group label {
        line-height: 20px;
    }
    .MtsForm.mobil .capcha label,
    .MtsForm.mobil .interCaptchaDiv,
    .MtsForm.mobil .form-area label.error {
        line-height: 10px;
    }
}


/* New Customer Selection Modal */

.customer-modal-overlay {
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #aaa;
    z-index: 998;
}

.customer-select-modal {
    width: 540px;
    position: relative;
    top: 20px;
    height: auto;
    text-align: center;
    z-index: 1001;
}

.customer-select-modal .customer-select-inner {
    background: #fff;
    position: relative;
    padding: 40px 20px;
}

.customer-select-modal .customer-select-inner h3 {
    font-size: 1.5rem;
    margin-bottom: 40px;
    line-height: 1.2;
}

.customer-select-modal .customer-select-inner p {
    font-size: 1.1rem;
}

.customer-select-modal .customer-select-inner:before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #ffffff transparent;
    content: "";
}

.customer-select-modal .customer-select-inner .customer-select-btn {
    text-align: center;
    margin-bottom: 40px;
}

.customer-select-modal .customer-select-inner .customer-select-btn a {
    max-width: 360px;
    display: block;
    background-color: #05b4c7;
    margin: 10px auto;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.customer-select-modal .customer-select-inner .customer-select-btn a:hover {
    background: #0082ca;
}

.information-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #515151;
    text-align: center;
    line-height: 26px;
    font-size: 1.286rem;
    vertical-align: middle;
}

.customer-select-modal .customer-select-inner .information-icon {
    margin-right: 10px;
}

@media(max-width:991px) {
    .customer-select-modal {
        max-width: 540px;
        right: auto;
        left: 50%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .customer-select-modal {
        top: 133px;
    }
}

@media(max-width:767px) {
    .customer-select-modal {
        max-width: 90%;
        width: auto;
        left: 0px;
        right: 0px;
        margin-left: 0;
        top: 20px;
    }
    .customer-select-modal .customer-select-inner p {
        text-align: left;
        line-height: 1.4;
    }
    .customer-select-modal .customer-select-inner .information-icon {
        float: left;
        display: block;
        margin-top: 3px;
    }
    .new-customer-selection .customer-selection-switcher .selection-item {
        min-height: 30px;
    }
}

@media (max-width:424px) {
    .customer-select-modal .customer-select-inner {
        padding: 25px 15px;
    }
    .customer-select-modal .customer-select-inner h3 {
        font-size: 1.3rem;
    }
    .customer-select-modal .customer-select-inner .customer-select-btn,
    .customer-select-modal .customer-select-inner h3 {
        margin-bottom: 30px;
    }
    .customer-select-modal .customer-select-inner p {
        font-size: 1rem;
    }
}

.banner-text.text-white {
    color: #ffffff!important;
}

.banner-special-img {
    margin-top: 80px;
    margin-left: 0!important;
    max-width: 310px;
}

.banner-special-img-10 {
    margin-top: 80px;
    margin-left: 0!important;
    max-width: 390px!important;
}

.banner-special-text {
    display: none!important;
}


/* LIGHTBOX STYLE'S */

.lightbox-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 40, 85, 0.8)
}

#lightbox {
    width: 1024px;
    height: 576px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 150px auto 0 auto;
    position: relative;
    border: 15px solid #ffffff;
    background-color: #ffffff;
}

#lightbox-close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: #0082ca;
    position: absolute;
    top: -55px;
    right: -15px;
}

#lightbox-header {
    background-color: #ffffff;
    width: 100%;
    height: auto;
}

#lightbox-header h2 {
    color: #002855;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1rem;
}

#lightbox-main {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding-right: 2px;
    /*overflow-y: auto;*/
}

#lightbox-main::-webkit-scrollbar {
    width: 12px;
}

#lightbox-main::-webkit-scrollbar-track {
    background-color: rgba(0, 40, 85, 0.8)
}

#lightbox-main::-webkit-scrollbar-thumb {
    background-color: rgba(0, 40, 85, 0.8)
}

@media only screen and (max-width: 1366px) {
    #lightbox {
        width: 640px;
        height: 360px;
    }
}

@media only screen and (max-width: 765px) {
    /*Band Banner */
    .hersey-hayal-etmekle-baslar.mid-banner,
    .hersey-hayal-etmekle-baslar.mid-banner:hover {
        background: unset!important;
    }
}

@media only screen and (max-width: 768px) {
    .cookie-sticky-wrap {
        padding: 0.5rem;
        bottom: 48px;
        height: auto!important;
    }
    .cookie-sticky-container {
        width: 90%;
    }
    .cookie-sticky-body {
        align-items: center;
    }
    .cookie-sticky-body p {
        font-size: 10px;
    }
    .cookie-sticky-body>a {
        height: 50px;
        padding: 0.25rem;
    }
    .cookie-input>label {
        font-size: 12px;
    }
    .banner-hidden-text {
        display: none!important;
    }
    /*Band Banner end */
    #lightbox {
        width: 320px;
        height: 180px;
    }
    #lightbox-header h2 {
        font-size: 16px;
    }
}


/*div#AnnouncementWrap {
    display: none;
    opacity: 1;
    justify-content: center;
    align-items: center;
    background-color: rgba(50, 50, 50, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999;
}

div#AnnouncementBorder {
    width: 55%;
    background-color: #ffffff;
    position: relative;
    padding: 2rem;
}

div.AnnouncementHeader {
    display: flex;
    flex-direction: row-reverse;
}

div.AnnouncementHeader button {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
    color: #002855;
    font-weight: bold;
}

div.AnnouncementHeader button:hover {
    color: #000000;
}
div.AnnouncementBody img {
    display: block;
    width: 10%;
    margin: 0 auto 1rem auto;
}
div.AnnouncementBody p {
    margin: 0.5rem 0;
}
*/

.footer-right>ul>li.f-all-sites.active span {
    right: unset!important;
}

@media only screen and (max-width: 767px) {
    .banner-text.text-white {
        color: #002855!important;
    }
}

@media only screen and (max-width: 768px) {
    .office-result-i a {
        display: block;
        width: 100%;
        text-align: left;
    }
    .office-result-i a img {
        width: 100%;
    }
    .banner-special-day {
        display: none!important;
    }
    div#AnnouncementBorder {
        width: 75%;
        height: 500px;
        overflow: auto;
    }
    .flex-container img {
        width: 100%!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/15-temmuz-2021-bg.jpg);"] {
        background-image: url(/assets/img/banner/15-temmuz-2021-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/05072021-prime-efsane-bg.jpg);"] {
        background-image: url(/assets/img/banner/05072021-prime-efsane-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202104-ramazan-bg.jpg);"] {
        background-image: url(/assets/img/banner/202104-ramazan-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202103-milyonlarca-evde-bg.jpg);"] {
        background-image: url(/assets/img/banner/202103-milyonlarca-evde-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202103-silsupur-bg.jpg);"] {
        background-image: url(/assets/img/banner/202103-silsupur-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202101-online-basvuru-bg.jpg);"] {
        background-image: url(/assets/img/banner/202101-online-basvuru-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202012-tivibu-bg.jpg);"] {
        background-image: url(/assets/img/banner/202012-tivibu-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/sporun-her-cesidi-bg.jpg);"] {
        background-image: url(/assets/img/banner/sporun-her-cesidi-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/10-kasim-2020.jpg);"] {
        background-image: url(/assets/img/banner/10-kasim-2020-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/29-ekim-2020.jpg);"] {
        background-image: url(/assets/img/banner/29-ekim-2020-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202011-istanbulkart-bg.jpg);"] {
        background-image: url(/assets/img/banner/202011-istanbulkart-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/erdi-kampanya-bg.jpg);"] {
        background-image: url(/assets/img/banner/erdi-kampanya-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/kenan-kampanya-bg.jpg);"] {
        background-image: url(/assets/img/banner/kenan-kampanya-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/gamer-bg.jpg);"] {
        background-image: url(/assets/img/banner/gamer-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/hatay-a-nefes-bg.jpg);"] {
        background-image: url(/assets/img/banner/hatay-a-nefes-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/2020-geceler-uzuyor-bg.jpg);"] {
        background-image: url(/assets/img/banner/2020-geceler-uzuyor-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/hep-bir-arada-kalalim-bg.jpg);"] {
        background-image: url(/assets/img/banner/hep-bir-arada-kalalim-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202004-efsane-tarifeler-bg.jpg);"] {
        background-image: url(/assets/img/banner/202004-efsane-tarifeler-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/oim-hub-bg.jpg);"] {
        background-image: url(/assets/img/banner/oim-hub-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/yuksek-hiza-hosgeldin.jpg);"] {
        background-image: url(/assets/img/banner/yuksek-hiza-hosgeldin-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/20200228-banner-desktop.jpg);"] {
        background-image: url(/assets/img/banner/20200228-banner-mobile.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/faturasiz-20gb-20tl-bg.jpg);"] {
        background-image: url(/assets/img/banner/faturasiz-20gb-20tl-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/20200123-banner-bg.jpg);"] {
        background-image: url(/assets/img/banner/20200123-banner-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/giga-star-bg.jpg);"] {
        background-image: url(/assets/img/banner/giga-star-bg-m.jpg)!important;
    }
    img[src="/assets/img/banner/giga-star-m.png"] {
        width: 100%!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/faturali-3gb-10tl-bg.jpg);"] {
        background-image: url(/assets/img/banner/faturali-3gb-10tl-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/okul-yili-bg.jpg);"] {
        background-image: url(/assets/img/banner/okul-yili-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/yilin-firsatlari-2019-bg.jpg);"] {
        background-image: url(/assets/img/banner/yilin-firsatlari-2019-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/selfy-20191112-bg.jpg);"] {
        background-image: url(/assets/img/banner/selfy-20191112-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/29-ekim-2019-bg.jpg);"] {
        background-image: url(/assets/img/banner/29-ekim-2019-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/gelecege-nefes-bg.jpg);"] {
        background-image: url(/assets/img/banner/gelecege-nefes-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/10-kasim-2019-bg.jpg);"] {
        background-image: url(/assets/img/banner/10-kasim-2019-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/10-kasim-2019-bg.jpg);"] {
        background-image: url(/assets/img/banner/10-kasim-2019-bg-m.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/47-1-imaj-bg.jpg);"] {
        background-image: url(/assets/img/banner/47-1-imaj-bg-m.jpg)!important;
    }
    .banner-special-img {
        display: none!important;
    }
    .banner-special-img-10 {
        display: none!important;
    }
    .banner-special-text {
        display: block!important;
    }
    a:focus {
        outline: none!important;
    }
    .banner-img.ekim-29 {
        margin-left: -210px!important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .banner-owl.owl-carousel .owl-item .banner-special-img {
        margin-left: 0!important;
    }
    .banner-owl.owl-carousel .owl-item .banner-special-img-10 {
        margin-left: 0!important;
    }
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/20200228-banner-mobile.jpg);"] {
    background-image: url(/assets/img/banner/20200228-banner-desktop.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/20200123-banner-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/20200123-banner-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/giga-star-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/giga-star-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/faturali-3gb-10tl-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/faturali-3gb-10tl-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/faturasiz-20gb-20tl-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/faturasiz-20gb-20tl-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/selfy-20191112-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/selfy-20191112-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/okul-yili-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/okul-yili-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/29-ekim-2019-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/29-ekim-2019-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/gelecege-nefes-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/gelecege-nefes-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/10-kasim-2019-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/10-kasim-2019-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/yilin-firsatlari-2019-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/yilin-firsatlari-2019-bg.jpg)!important;
}

.banner-bg-slider[style="background-image: url(/assets/img/banner/47-1-imaj-bg-m.jpg);"] {
    background-image: url(/assets/img/banner/47-1-imaj-bg.jpg)!important;
}

#footer-left {
    display: flex;
    justify-content: center
}


/*.going-arrow{display:none!important}*/

.img-a-visible {
    display: block!important
}

.item-lg-visible {
    display: table-cell!important;
}

.img-a-hidden {
    display: none!important
}

@media only screen and (max-width:767px) {
    .push-url-hide {
        display: none!important
    }
    .going-arrow {
        display: none!important;
    }
    #planli-iframe {
        overflow: auto!important;
        -webkit-overflow-scrolling: touch!important
    }
    .img-a-visible {
        display: none!important
    }
    .img-a-hidden {
        display: block!important
    }
    .item-lg-visible {
        display: none!important;
    }
    .promo-height {
        height: 110px
    }
    .anno-btn {
        width: 100%!important;
        margin: 7.5px 0!important
    }
}

.snow,
.winter-is-coming {
    z-index: 100;
    pointer-events: none
}

.winter-is-coming {
    display: none!important;
    overflow: hidden;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: 0 0
}

.snow--far,
.snow--mid,
.snow--near {
    background-size: contain
}

.snow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: falling linear infinite both;
    animation: falling linear infinite both;
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0)
}

.snow--near {
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    background-image: url(/Assets/img/snow-large.png)
}

.snow--near+.snow--alt {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.snow--mid {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    background-image: url(/Assets/img/snow-medium.png)
}

.snow--mid+.snow--alt {
    -webkit-animation-delay: 12s;
    animation-delay: 12s
}

.snow--far {
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    background-image: url(/Assets/img/snow-small.png)
}

.snow--far+.snow--alt {
    -webkit-animation-delay: 17s;
    animation-delay: 17s
}

@-webkit-keyframes falling {
    0% {
        -webkit-transform: translate3D(-7.5%, -100%, 0);
        transform: translate3D(-7.5%, -100%, 0)
    }
    100% {
        -webkit-transform: translate3D(7.5%, 100%, 0);
        transform: translate3D(7.5%, 100%, 0)
    }
}

@keyframes falling {
    0% {
        -webkit-transform: translate3D(-7.5%, -100%, 0);
        transform: translate3D(-7.5%, -100%, 0)
    }
    100% {
        -webkit-transform: translate3D(7.5%, 100%, 0);
        transform: translate3D(7.5%, 100%, 0)
    }
}

div#tt-event-modal {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -999;
    flex-direction: row-reverse;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 100vh
}

div#tt-event-modal iframe#tt-event-video {
    width: 80%;
    height: calc(100vh - 200px);
    padding: 5px;
    background-color: #fff
}

div#tt-event-modal .modal-close {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    height: calc(100vh - 100px);
    margin-bottom: 15px
}

div#tt-event-modal .modal-close span {
    font-size: 3rem;
    position: relative;
    right: 25px;
    cursor: pointer;
    color: #fff
}

div#tt-event-modal .modal-close span:hover,
span:focus {
    color: #e63322
}

.modal-show {
    display: flex!important;
    visibility: visible!important;
    z-index: 9999!important;
    transition: all .3s ease
}

.event-overflow {
    overflow: hidden
}

.office-result-i a {
    display: block;
    width: 100%;
    text-align: right;
}


/* 2020 start */

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.flex-container img {
    margin: 1rem 0px 0px 0px!important;
}

.flex-container a {
    font-family: CentraleSansBold;
    font-size: 1.1rem;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    z-index: 1;
}

.flex-container a:after {
    font-family: icon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 10px;
    font-size: .7143rem;
}

@media only screen and (max-width: 860px) {
    .flex-container img {
        max-width: 600px;
    }
}


/* Banner opt. */


/* Extra small devices (phones, 600px and down) */

@media only screen and (min-width: 200px) and (max-width: 320px) {
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-xs.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-xm.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-sm.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-xm.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-md.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-xm.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-lg.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-xm.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202008-30-agustos-zafer-bayrami-bg.jpg);"] {
        background-image: url(/assets/img/banner/202008-30-agustos-zafer-bayrami-bg-m-new.jpg)!important;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 321px) and (max-width: 767px) {
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-xm.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-xs.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-sm.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-xs.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-md.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-xs.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-lg.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-xs.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/202008-30-agustos-zafer-bayrami-bg.jpg);"] {
        background-image: url(/assets/img/banner/202008-30-agustos-zafer-bayrami-bg-m-new.jpg)!important;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-xm.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-sm.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-xs.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-sm.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-md.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-sm.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-lg.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-sm.jpg)!important;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-xm.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-md.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-xs.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-md.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-sm.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-md.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-lg.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-md.jpg)!important;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1366px) {
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-xm.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-lg.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-xs.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-lg.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-sm.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-lg.jpg)!important;
    }
    .banner-bg-slider[style="background-image: url(/assets/img/banner/live-sen-iste-md.jpg);"] {
        background-image: url(/assets/img/banner/live-sen-iste-lg.jpg)!important;
    }
}


/* Band Banner */

.hersey-hayal-etmekle-baslar.mid-banner,
.hersey-hayal-etmekle-baslar.mid-banner:hover {
    /*background: rgb(17,90,125);
	background: radial-gradient(circle, rgba(17,90,125,1) 0%, rgba(55,143,175,1) 35%, rgba(140,191,208,1) 100%);*/
    background-image: url('/Assets/img/mid-banner/202103-selfy-bg.jpg');
}

#dataPanel .input-group {
    z-index: 5;
}

#BottomZone .input-group {
    z-index: 1;
}

.banner-owl-item.banner-center-zone {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.banner-owl-item.banner-center-zone .banner-img {
    margin: 0px!important;
    position: relative!important;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
}


/* 2020 end */

.col-2-container {
    margin-top: 15px;
    margin-bottom: 45px;
}

.col-2-container .col-md-6 .card {
    background-color: #f6f6f6;
    padding: 35px 30px;
}

.col-2-container .col-md-6 .card .card-body {
    position: relative;
}

.col-2-container .col-md-6 .card .card-body p.card-content-title {
    font-size: 26px;
    color: #002855;
    font-family: 'CentraleSansBold';
    margin-bottom: 10px;
}

.col-2-container .col-md-6 .card .card-body p.card-content-description {
    width: 60%;
    font-family: 'CentraleSansBook';
    margin-bottom: 30px;
}

.col-2-container .col-md-6 .card .card-body a {
    font-size: 16px;
    background-color: #05b4c7;
    padding: 14px 20px;
    font-family: 'CentraleSansBold';
    color: #ffffff;
}

.col-2-container .col-md-6 .card .card-body a::after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    padding-left: 10px;
    font-size: 0.7143rem;
    font-family: icon !important;
    font-variant: normal;
}

.col-2-container .col-md-6 .card .card-body img {
    width: 150px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -50px;
}

.oim-container {
    background-color: #f7f8fa;
    padding: 25px 0px 0px 0px;
    position: relative;
    margin-bottom: 45px;
}

.oim-container img {
    width: 100%;
}

.oim-container>.row>div:first-child {
    text-align: center;
}

.oim-container>.row>div:last-child h2 {
    font-size: 32px;
    font-family: 'CentraleSansBold';
    color: #002855;
    display: block;
}

.oim-container>.row>div:last-child p.text-weight {
    font-size: 15px;
    color: #002855;
    font-family: 'CentraleSansBold';
}

.oim-container>.row>div:last-child p {
    font-size: 13px;
}

.oim-container>.row>div:last-child .row {
    margin-bottom: 20px;
}

.oim-container>.row>div .row:nth-child(1) {
    margin-top: 70px;
}

.oim-container>.row>div .row:nth-child(4) {
    margin-bottom: 40px;
}

.oim-container .download a.app-link {
    font-size: 16px;
    background-color: #05b4c7;
    padding: 14px 20px;
    font-family: 'CentraleSansBold';
    color: #ffffff;
    cursor: pointer;
}

.oim-container .download {
    display: inline-block;
}

.oim-container .download a.app-link::after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    padding-left: 10px;
    font-size: 0.7143rem;
    font-family: icon !important;
    font-variant: normal;
}

.oim-container a.detail {
    font-size: 16px;
    background-color: #fff;
    padding: 14px 20px;
    font-family: 'CentraleSansBold';
    color: #05b4c7;
    margin-left: 15px;
    cursor: pointer;
}

.oim-container a.detail::after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    color: #05b4c7;
    padding-left: 10px;
    font-size: 0.7143rem;
    font-family: icon !important;
    font-variant: normal;
}

.container.oim-container::before {
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 75px;
    display: flex;
    z-index: 0;
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .col-2-container .col-md-6 .card {
        padding: 20px 20px;
    }
    .col-2-container .col-md-6:first-child {
        margin-bottom: 30px;
    }
    .col-2-container .col-md-6 .card .card-body p.card-content-title {
        font-size: 20px;
    }
    .col-2-container .col-md-6 .card .card-body p.card-content-description {
        font-size: 12px;
        width: 60%;
    }
    .col-2-container .col-md-6 .card .card-body a {
        font-size: 14px;
        background-color: #05b4c7;
        padding: 10px 14px;
        font-family: 'CentraleSansBold';
        color: #ffffff;
        display: inline-block;
    }
    .col-2-container .col-md-6 .card .card-body img {
        width: 135px;
        position: absolute;
        right: -5px;
        top: 50%;
        margin-top: -50px;
    }
    .col-md-6.app {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .oim-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .oim-container img {
        width: 80%;
    }
    .oim-container>.row>div:last-child h2 {
        font-size: 15px;
        font-family: 'CentraleSansBold';
        color: #002855;
        display: block;
    }
    .oim-container>.row>div:last-child p.text-weight {
        font-size: 14px;
    }
    .oim-container>.row>div .row:nth-child(1) {
        margin-top: 30px;
    }
    .oim-container>.row>div .row:nth-child(2) {
        margin-top: 30px;
    }
    .oim-container>.row>div .row:nth-child(4) {
        margin-bottom: 15px;
    }
    .oim-container .row .col-md-6 {
        margin-bottom: 20px;
    }
    .oim-container>.row>div:last-child .row {
        margin-bottom: 0px;
    }
    .container.oim-container::before {
        margin-left: -15px;
    }
    .oim-container a.detail {
        font-size: 12px;
        padding: 14px 10px;
        width: 140px;
        min-width: 140px;
    }
    .oim-container .download img {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .oim-container .download a.app-link {
        display: block;
        min-width: 130px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .col-2-container .col-md-6 .card .card-body img {
        width: 100px;
    }
}


/*Müşteri İade Duyuruları*/

@font-face {
    font-family: 'one-icon';
    src: url('webfonts/one-icon.eot?evc8o');
    src: url('webfonts/one-icon.eot?evc8o#iefix') format('embedded-opentype'), url('webfonts/one-icon.ttf?evc8o') format('truetype'), url('webfonts/one-icon.woff?evc8o') format('woff'), url('webfonts/one-icon.svg?evc8o#one-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

#accordion-container [class^="icon-"],
#accordion-container [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'one-icon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 6px;
    font-size: 26px;
}

.icon-telefon:before {
    content: "\e9100";
}

.icon-mobil:before {
    content: "\e9200";
}

.icon-internet:before {
    content: "\e9300";
}

.icon-tv:before {
    content: "\e9400";
}

#accordion-container {
    width: 825px;
}

#accordion-container .accordion-nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 6px solid #05b4c7;
}

#accordion-container .accordion-nav ul li {
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002855;
    text-decoration: none;
    flex-direction: column;
    transition: 0.3s all ease;
    cursor: pointer;
}

#accordion-container .accordion-nav ul li span {
    display: block;
}

#accordion-container .accordion-nav ul li:hover {
    background-color: #05b4c7;
    color: #ffffff;
}

#accordion-container .accordion-nav ul li.active {
    background-color: #05b4c7;
    color: #ffffff;
}

#accordion-container .accordion-section {
    background-color: #f9f9f9;
    padding: 10px;
    margin-top: 10px;
    display: none;
    height: 0;
    transition: 0.3s all ease;
}

#accordion-container .accordion-section.active {
    display: block;
    height: auto;
}

#accordion-container .accordion-section .accordion-header h2 {
    color: #002855;
    font-family: 'CentraleSansBold';
}

#accordion-container .accordion-section .accordion-block {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease;
}

#accordion-container .accordion-section .accordion-block.active {
    visibility: visible;
    opacity: 1;
}

#accordion-container .accordion-section table {
    border-collapse: collapse;
    width: 100%;
}

#accordion-container .accordion-section table thead {
    background-color: #0082ca;
}

#accordion-container .accordion-section table thead th {
    color: #ffffff;
    border: 1px solid #dddddd;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'CentraleSansBold';
}

#accordion-container .accordion-section table tbody td {
    border: 1px solid #dddddd;
    padding: 10px;
    vertical-align: middle;
}

#accordion-container .accordion-section table tbody td:first-child {
    background-color: #e6f8f9;
    width: 50%;
}

#accordion-container .accordion-section table tbody td:first-child p {
    color: #002855;
    font-family: 'CentraleSansBold';
    margin: 0px;
    font-size: 12px;
}

#accordion-container .accordion-section table tbody td:last-child p {
    color: #002855;
    font-size: 12px;
    margin-bottom: 10px;
}

#accordion-container .accordion-section table tbody td:last-child p a {
    color: #002855;
    text-decoration: underline;
}


/* Online Alışveriş Modal */

#onlineAlisverisModal .modal-title {
    text-align: center;
    font-size: 20px
}

#onlineAlisverisModal .modal-body {
    position: relative;
    padding: 15px 15px 5px 15px;
    text-align: left;
    line-height: 1.24;
    font-size: 14px
}

#onlineAlisverisModal .modal-content {
    background-color: #fff;
    border: 2px solid red!important;
    border-radius: 0;
    outline: 0;
    width: 427px;
    position: relative;
    margin: 50% auto
}

#onlineAlisverisModal .title-text {
    font-size: 17px!important
}

#onlineAlisverisModal .modal-header .close {
    background: red;
    border: 0;
    float: right;
    position: absolute;
    top: -33px;
    right: -2px
}

#onlineAlisverisModal .modal-footer {
    padding: 0 15px 21px 15px;
    background-color: #fff;
    border: none!important;
    display: flex;
    justify-content: space-between
}

#onlineAlisverisModal .btn {
    border-radius: 3px;
    width: 178px;
    font-size: 14px;
    padding: 10px 14px;
    margin: 0 9px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent
}

#onlineAlisverisModal .btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

#onlineAlisverisModal .btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

#onlineAlisverisModal .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

#onlineAlisverisModal .btn-1 {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

#onlineAlisverisModal .btn-1:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

#onlineAlisverisModal .btn-info {
    color: #fff!important;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

#onlineAlisverisModal .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

#onlineAlisverisModal .btn-outline-dark {
    background-color: transparent!important;
    border-color: #212529;
    font-weight: 700!important
}

#onlineAlisverisModal .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529!important;
    border-color: #212529
}

#onlineAlisverisModal .text-underline {
    text-decoration: underline!important;
    color: #0dcaf0!important
}

#onlineAlisverisModal .button-online {
    display: none!important;
    background: #83c30a;
    width: 255px;
    height: 48px;
    font-family: CentraleSansBold;
    font-size: 1.3rem;
    color: #fff!important;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    display: block;
    margin-bottom: 20px
}

@media (max-width:991px) {
    #onlineAlisverisModal .button-online {
        display: block!important;
        width: 100%;
        position: fixed;
        margin: 0;
        z-index: 999;
        bottom: 0;
        left: 0
    }
}

@media (max-width:450px) {
    #onlineAlisverisModal .modal-content {
        position: relative;
        width: 270px
    }
    #onlineAlisverisModal .btn {
        width: 99px;
        padding: 14 px 14px
    }
    #onlineAlisverisModal .modal-header .close {
        top: 1px;
        right: -1px
    }
}

#onlineAlisverisModal .homepage .button-online {
    background: #83c30a
}

#onlineAlisverisModal .button-online span {
    padding: 17px 25px 14px 20px;
    display: block;
    text-align: center
}

#onlineAlisverisModal .modal-header {
    background-color: #fff
}

@media only screen and (max-width: 768px) {
    #accordion-container {
        width: 100%;
    }
    #accordion-container .accordion-nav ul li {
        font-size: 12px;
        padding: 10px 4px;
    }
    #accordion-container .accordion-section .accordion-header h2 {
        font-size: 18px;
    }
    #accordion-container .accordion-section table thead th {
        font-size: 14px;
    }
}


/* FOOTER DESIGN */

.col-lg-8.col-md-8.col-sm-12.col-xs-12.footer-nav.col-lg-pull-4.col-md-pull-4 .pull-left ul li {
    height: 40px;
    line-height: 50px;
}

.col-lg-8.col-md-8.col-sm-12.col-xs-12.footer-nav.col-lg-pull-4.col-md-pull-4 .pull-left>ul:nth-child(2) {
    margin-bottom: 30px;
}

#footer-left {
    margin-top: 55px;
}

.footer-bottom .col-md-12 {
    position: relative;
}

.footer-bottom .border-bottom {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    top: 100px;
}

.footer-right>ul>li:last-child>a {
    padding-right: 0px!important;
}

#footer-left {
    justify-content: flex-end!important;
}

@media only screen and (max-width: 768px) {
    .col-lg-8.col-md-8.col-sm-12.col-xs-12.footer-nav.col-lg-pull-4.col-md-pull-4 .pull-left ul:first-child {
        position: relative;
        margin-bottom: 20px;
    }
    .col-lg-8.col-md-8.col-sm-12.col-xs-12.footer-nav.col-lg-pull-4.col-md-pull-4 .pull-left ul:first-child::before {
        content: " ";
        width: 100vh;
        height: 1px;
        background-color: #f2f2f2;
        position: absolute;
        left: -15px;
        bottom: -20px;
    }
    #footer-left {
        justify-content: center!important;
    }
}

.Rectangle {
    /* width: 160px; */
    height: 40px;
    padding: 8px 8px 8px 7px;
    float: right;
    margin-right: 180px;
}

.triangleOrange {
    width: 26px;
  height: 24px;
  margin: 0 7px 0 0;
  object-fit: contain;
  float:left;
    background-image: url("/Assets/img/group-5.png"); */
}



.ucretsizTeslimat {
    width: 125px;
    height: 14px;
    margin: 5px 0 5px 5px;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #012850;
}
.triangleBlue{
    width: 26px;
  height: 24px;
  margin: 0 7px 0 0;
  object-fit: contain;
float:left;
  background-image: url("/Assets/img/brand-img.png");
}

@media only screen and (max-width: 321px) {
  .Rectangle {
    /* width: 100px; */
    margin-right: -17px;
    float: none;
}
.ucretsizTeslimat {
    width: 120px;
    font-size: 10px;
    line-height: 1.57;
    /* float: none; */
}
.col-2-container .col-md-6 .card .card-body img{
	 width: 80px;
}
}
@media screen and (min-device-width: 321px) and (max-device-width: 356px) { 

  .Rectangle {
    /* width: 50%; */
    margin-right: -32px;
}
.ucretsizTeslimat {
    width: 115px;
    font-size: 9.5px;
    line-height: 1.75;
}

.col-2-container .col-md-6 .card .card-body img{
	 width: 88px;
}
   
}

@media screen and (min-device-width: 357px) and (max-device-width: 374px) { 

  .Rectangle {
    /* width: 50%; */
    margin-right: -10px;
}
.ucretsizTeslimat {
    width: 130px;
    font-size: 10px;
    line-height: 1.55;
}

.col-2-container .col-md-6 .card .card-body img{
	 width: 85px;
}
   
}


@media screen and (min-device-width: 375px) and (max-device-width: 380px) { 

  .Rectangle {
    /* width: 50%; */
    margin-right: 0px;
}
.ucretsizTeslimat {
    width: 130px;
    font-size: 10px;
    line-height: 1.55;
}

.col-2-container .col-md-6 .card .card-body img{
	 width: 85px;
}
   
}
@media screen and (min-device-width: 381px) and (max-device-width: 425px) { 

  .Rectangle {
    /* width: 130px; */
    margin-right: 10px;
}
.ucretsizTeslimat {
    width: 130px;
    font-size: 10px;
    line-height: 1.7;
}

.col-2-container .col-md-6 .card .card-body img{
	 width: 90px;
}
   
}

@media screen and (min-device-width: 426px) and (max-device-width: 465px) { 

  .Rectangle {
    /* width: 200px; */
    margin-right: 10px;
}
.ucretsizTeslimat {
    width: 130px;
}

.col-2-container .col-md-6 .card .card-body img{
	 width: 90px;
}
   
}
@media screen and (min-device-width: 466px) and (max-device-width: 550px) { 

  .Rectangle {
    /* width: 240px; */
    margin-right: 80px;
}
.ucretsizTeslimat {
    width: 130px;
}

.col-2-container .col-md-6 .card .card-body img{
	 width: 90px;
}
   
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 

  .Rectangle {
    /* width: 240px; */
    margin-right: 350px;
}
.ucretsizTeslimat {
    width: 130px;
}

.col-2-container .col-md-6 .card .card-body img{
	 width: 120px;
}
   
}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) { 

  .Rectangle {
    /* width: 220px; */
    margin-right: 50px;
}
.ucretsizTeslimat {
    width: 130px;
}

.col-2-container .col-md-6 .card .card-body img{
	 width: 115px;
}
   
}