#footer p,
#footerMiddle ul li a {
    line-height: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.newsletterMain ::placeholder,
.newsletterMain .form-control {
    color: white;
}

#footer .icon-plus:before {
    content: url(/Data/EditorFiles/designs/icons/down.svg);
    filter: invert(1);
}

#footer .icon-minus:before {
    content: url(/Data/EditorFiles/designs/icons/up.svg);
    filter: invert(1);
}

.signature {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}

.adresFooter {
    color: white;
    line-height: normal;
}

.footerPhone {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

#footer-social h3,
#footer-newsletter h3 {
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#footer-social p,
#footer-newsletter p {
    line-height: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

#social {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    box-sizing: border-box;
}

#social ul {
    padding-top: 10px;
}

#social li a,
#social li a img {
    float: left;
}

[dir="rtl"] #social li,
[dir="rtl"] #social li a,
[dir="rtl"] #social li a img {
    float: right;
}

#social li {
    display: inline-block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: left;
}

[dir="rtl"] #social li {
    padding-right: 0;
    padding-left: 10px;
}

#footer .newsletterMain {
    position: relative;
}

#footer .newsletterMain .sub-email {
    height: 50px;
    line-height: 48px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    background-color: #0059a9;
}

#footer .newsletterMain .placeholder {
    right: 40px;
    line-height: 34px;
    padding-left: 10px;
}

[dir="rtl"] #footer .newsletterMain .placeholder {
    right: 1px;
    left: 40px;
    padding-right: 5px;
    padding-left: 25px;
}

#footer .newsletterMain input[type="button"] {
    height: 50px;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    background: url(/Data/EditorFiles/designs/icons/submit.svg) no-repeat center;
    width: 60px;
}

#footer-newsletter {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #0059a9;
}

#footer-newsletter h3 {}

#footer-newsletter p {}

#footerMiddle {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0059a9;
    border-top: 1px solid #e5e5e5;
}

#footerMiddle h3 {
    line-height: 20px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

#footerMiddle ul li {
    display: block;
}

#footerMiddle ul li a,
#footerMiddle p {
    display: block;
}

#footerMiddle ul li a {
    padding-bottom: 8px;
    padding-top: 8px;
}

#footerMiddle ul li a:hover {
    color: #efc75e;
    font-weight: bold;
    padding-left: 5px;
}

#footerMiddle p {
    padding-bottom: 0;
}

#footerContact {
    background: url('footerContact.png') no-repeat center center;
}

#contactInfo strong {
    color: #393939;
}

#contactInfo i {
    display: inline-block;
    width: 25px;
}

#footerBottom {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f7f7f7;
}

#footerSecurity img {
    padding-right: 10px;
}

#footerCards {
    flex-direction: row-reverse;
}

#footerCards img {
    max-width: 60px;
    padding-left: 10px;
}

#tsoft-eticaret-sistemleri {
    line-height: 50px;
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
    background: #fff;
}

#footer {
    z-index: 9;
}

@media screen and (max-width: 1000px) {
    #footerMiddle {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #footerMiddle .col-2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #footerMiddle .col-2:nth-child(3n+1) {
        clear: both;
    }
    #footerIcons {
        flex-wrap: wrap;
    }
    #footerSecurity,
    #footerCards {
        width: 100%;
        justify-content: center;
    }
    #footerSecurity {
        padding-top: 10px;
    }
    #footerCards {
        padding-bottom: 10px;
    }
    #footerSecurity img,
    #footerCards img {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 769px) {
    #footerMiddle ul li div {
        display: block !important;
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    #footer-social {
        padding-left: 20px;
    }
    #footerTop p {
        font-size: 13px;
    }
    #footer .newsletterMain {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    #footer .newsletterMain .sub-email {
        font-size: 15px;
        box-sizing: border-box;
    }
    #footer .newsletterMain input[type="button"] {
        font-size: 15px;
    }
    #footerMiddle {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #0059a9;
        border-top: 0;
    }
    #footerMiddle .col-2 {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    #footerMiddle ul li {
        float: left;
    }
    #footerMiddle .col-4>ul>li {
        border-bottom: 1px solid white;
    }
    #footerMiddle ul ul li {
        float: none;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    #footerMiddle h3 {
        line-height: 50px;
        padding-left: 5px;
        padding-right: 5px;
        background: #0059a9;
        margin-bottom: 1px;
        cursor: pointer;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }
    #footerMiddle h3.active {}
    [dir="rtl"] #footerMiddle h3 {
        background-position: 10px center;
    }
    #footerMiddle h3+div {
        display: none;
    }
    #footerMiddle ul li a,
    #footerMiddle p {
        line-height: 35px;
        font-size: 17px;
    }
    #footerMiddle p {
        padding-left: 20px;
        padding-right: 20px;
    }
    #footerBottom .col {
        text-align: center;
    }
    #footerBottom .col img {
        padding-right: 5px;
        padding-left: 5px;
    }
    #footerContact {
        background: none;
    }
    #contactInfo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #contactInfo i {
        font-size: 15px;
    }
    #footer-social .d-flex {
        display: inherit;
    }
    #social {
        text-align: left;
        box-sizing: border-box;
    }
    #social li,
    #social li a {}
    #social li a {
        display: flex;
        align-items: center;
    }
    #social li a img {
        margin-right: auto;
        margin-left: auto;
    }
    #footerIcons,
    #footerIcons .d-flex {
        display: inherit;
    }
}

@media screen and (max-width: 540px) {
    #footer h3 {}
    #footerMiddle ul li a,
    #footerMiddle p {
        line-height: 17px;
        font-size: 13px;
    }
    #social li {
        padding-top: 0;
    }
    #footer .newsletterMain .sub-email {
        height: 40px;
        line-height: 38px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    #footer .newsletterMain input[type="button"] {
        height: 40px;
        font-size: 13px;
    }
}