/*! CSS Used from: https://www.vakifbank.com.tr/Templates/Default/assets/scss/plugins.min.css?v=1.0.0 */
*, *::before, *::after {
    box-sizing: border-box;
}

footer {
    display: block;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .container {
        min-width: 992px !important;
    }
}

/*! CSS Used from: https://www.vakifbank.com.tr/Templates/Default/assets/scss/sass.min.css?v=1.0.0 */
[class*=" icon-"] {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-language:before {
    content: "";
}

.icon-file:before {
    content: "";
}

*:hover:before, *:hover:after, *:before, *:after {
    text-decoration: underline;
}

*:hover:before, *:hover:after, *:before, *:after {
    text-decoration: none;
}
.footer a, footer p {
    font-size: 12px !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    /*color: #5f5f5f;*/
    /*font-weight: 300;*/
    /*font-size: 16px;*/
    /*line-height: 26px;*/
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.svg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    display: block;
    flex-shrink: 0;
}

.svg--phone {
    background-image: url("https://www.vakifbank.com.tr/Assets/img/icon/phone-24.svg");
    margin-right: 8px;
    width: 25.2px;
    height: 24px;
}

.svg--social {
    width: 25.2px;
    height: 24px;
}

.svg--social--facebook {
    background-image: url("https://www.vakifbank.com.tr/Assets/img/icon/facebook.svg");
}

.svg--social--instagram {
    background-image: url("https://www.vakifbank.com.tr/Assets/img/icon/instagram.svg");
}

.svg--social--youtube {
    background-image: url("https://www.vakifbank.com.tr/Assets/img/icon/youtube.svg");
}

.svg--social--linkedin {
    background-image: url("https://www.vakifbank.com.tr/Assets/img/icon/linkedin.svg");
}

.svg--social--twitter {
    background-image: url("https://www.vakifbank.com.tr/Assets/img/icon/twitter.svg");
}

@media (max-width: 991px) {
    .container {
        max-width: none !important;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

img {
    border-radius: 8px;
}

.footer {
    background-color: #f0f0f0;
    padding: 0 0 26px;
}

@media (min-width: 768px) {
    .footer {
        padding-top: 50px;
    }
}

.footer__grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows:repeat(5, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    height: 250px;
}

@media (max-width: 767px) {
    .footer__grid {
        grid-template-columns:1fr;
        grid-template-rows:88px auto 60px 90px;
        grid-auto-flow: row;
        height: auto;
        grid-template-areas:"." "." "." ".";
    }
}

.footer__logo {
    grid-area: 1/1/2/2;
}

@media (min-width: 768px) {
    .footer__logo {
        outline: 0;
        justify-self: flex-start;
        margin-right: 24.15px;
    }
}

@media (max-width: 767px) {
    .footer__logo {
        grid-area: auto;
        order: 30;
        align-self: center;
        justify-content: center;
        display: flex;
        margin-top: 18px;
    }
}

.footer__logo img {
    border-radius: 0;
}

.footer__phone {
    grid-area: 3/1/4/2;
    display: flex;
    align-items: center;
    color: #414141;
    border-bottom: 2px solid transparent;
    outline: 0;
}

@media (min-width: 768px) {
    .footer__phone {
        justify-self: flex-start;
    }
}

@media (max-width: 340px) {
    .footer__phone {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .footer__phone {
        grid-area: auto;
        order: 20;
        font-size: 2.4rem;
        line-height: 28.13px;
        justify-content: center;
        font-weight: 500;
        border-bottom: 1px solid #dedede;
    }
}

.footer__social {
    grid-area: 4/1/5/2;
    display: flex;
    align-items: center;
}

.footer__social a {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    outline: 0;
    justify-self: flex-start;
}

.footer__social a:not(:last-child) {
    margin-right: 24.15px;
}

@media (max-width: 991px) {
    .footer__social a:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .footer__social {
        grid-area: auto;
        order: 1;
        justify-content: center;
        border-bottom: 1px solid #dedede;
    }

    .footer__social .svg--social {
        margin: 0 13px;
    }
}

.footer__copyright {
    grid-area: 5/1/6/2;
    align-self: end;
    font-size: 1.4rem;
    color: #414141;
}

@media (max-width: 767px) {
    .footer__copyright {
        grid-area: auto;
        order: 40;
        text-align: center;
        margin-bottom: 30px;
    }
}

.footer__sitemap {
    grid-area: 1/2/6/4;
}

@media (max-width: 767px) {
    .footer__sitemap {
        grid-area: auto;
        order: 10;
    }
}

@media (max-width: 767px) {
    .footer .container {
        padding: 0;
    }
}

.footer__sitemap {
    flex: 1;
}

.footer__sitemap__top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(65, 65, 65, .1);
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .footer__sitemap__top {
        display: block;
        padding-top: 16px;
    }
}

@media (max-width: 340px) {
    .footer__sitemap__top {
        margin-bottom: 11px;
    }
}

.footer__sitemap__top ul:first-child {
    width: 170.62px;
}

.footer__sitemap__top ul:nth-child(2) {
    width: 137.72px;
}

.footer__sitemap__top ul:last-child {
    width: 146.39px;
}

@media (max-width: 767px) {
    .footer__sitemap__top ul {
        width: auto !important;
        display: flex;
        flex-direction: column;
    }

    .footer__sitemap__top ul:first-child li:first-child {
        order: 1;
    }

    .footer__sitemap__top ul:first-child li:nth-child(2) {
        order: 3;
    }

    .footer__sitemap__top ul:first-child li:nth-child(3) {
        order: 4;
    }

    .footer__sitemap__top ul:first-child li:last-child {
        order: 2;
    }

    .footer__sitemap__top ul:last-child li:first-child {
        order: 3;
    }

    .footer__sitemap__top ul:last-child li:nth-child(2) {
        order: 4;
    }

    .footer__sitemap__top ul:last-child li:nth-child(3) {
        order: 1;
    }

    .footer__sitemap__top ul:last-child li:last-child {
        order: 2;
    }
}

.footer__sitemap__top ul li {
    margin-bottom: 21px;
    font-size: 1.2rem;
    line-height: 22px;
}

@media (max-width: 767px) {
    .footer__sitemap__top ul li {
        font-size: 1.4rem;
        line-height: 26px;
        margin-bottom: 16px;
        text-align: center;
    }
}

.footer__sitemap__top ul li a {
    color: #414141;
    border-bottom: 2px solid transparent;
    outline: 0;
}

.footer__sitemap__top ul li a:hover, .footer__sitemap__top ul li a:focus, .footer__sitemap__top ul li a:active {
    border-bottom: 2px solid #7d7d7d;
}

@media (max-width: 767px) {
    .footer__sitemap__bottom {
        padding-bottom: 21px;
        border-bottom: 1px solid #dedede;
    }
}

@media (max-width: 340px) {
    .footer__sitemap__bottom {
        padding-bottom: 11px;
    }
}

.footer__sitemap__bottom ul {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer__sitemap__bottom ul {
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .footer__sitemap__bottom ul {
        text-align: center;
    }
}

.footer__sitemap__bottom ul li {
    font-weight: normal;
    line-height: 22px;
}

.footer__sitemap__bottom ul li a {
    color: #414141;
    border-bottom: 2px solid transparent;
    outline: 0;
}

.footer__sitemap__bottom ul li a:hover, .footer__sitemap__bottom ul li a:focus, .footer__sitemap__bottom ul li a:active {
    border-bottom: 2px solid #7d7d7d;
}

.footer__sitemap__bottom ul li:first-child {
    width: 170.62px;
}

@media (max-width: 1024px) {
    .footer__sitemap__bottom ul li:first-child {
        width: 29%;
    }
}

@media (max-width: 767px) {
    .footer__sitemap__bottom ul li:first-child {
        width: unset;
    }
}

.footer__sitemap__bottom ul li:nth-child(2) {
    width: 137.72px;
}

@media (max-width: 1024px) {
    .footer__sitemap__bottom ul li:nth-child(2) {
        width: 24%;
    }
}

@media (max-width: 767px) {
    .footer__sitemap__bottom ul li:nth-child(2) {
        width: unset;
    }
}

.footer__sitemap__bottom ul li:last-child {
    width: 146.39px;
}

@media (max-width: 1024px) {
    .footer__sitemap__bottom ul li:last-child {
        width: 24%;
    }
}

@media (max-width: 991px) {
    .footer__sitemap__bottom ul li:last-child {
        width: 28%;
    }
}

@media (max-width: 767px) {
    .footer__sitemap__bottom ul li:last-child {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .footer__sitemap__bottom ul li:last-child {
        width: unset;
    }
}

.footer__mobile__links {
    display: flex;
    justify-content: center;
    background-color: #fdb913;
    padding: 11px 0;
}

@media (min-width: 768px) {
    .footer__mobile__links {
        display: none;
    }
}

.footer__mobile__links-link {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.footer__mobile__links-link:hover {
    text-decoration: none;
}

.footer__mobile__links-icon {
    font-size: 16px;
    height: 100%;
}

.footer__mobile__links-text {
    margin-left: 4px;
}

/*! CSS Used from: https://apigw.vakifbank.com.tr/vibi/bot/css/cbot-vakifbank-custom.min.css?client=vakifbank */
*, ::after, ::before {
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

/*! CSS Used fontfaces */
