.certificate {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
}

.certificate a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.certificate a img {
    width: calc(100% / 3 - 10px);
    height: 100%;
}

.site-info {
    background-color: #f5f5f5;
    padding: 50px 0;
}

div#contactInfo {
    display: grid !important;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: hsl(0, 0%, 60%);
    font-size: 0.75rem;
    font-weight: 400;
}

.contact-item svg {
    flex-shrink: 0;
}

.contact-item:first-child {
    color: hsl(0, 0%, 100%);
    font-size: 0.938rem;
    font-weight: 500;
}

.info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    border-right: 1px solid hsl(0, 2%, 18%);
}

.info-modal {
    border-bottom: 1px solid hsl(0, 2%, 18%);
    padding-block: 3rem; }

.info-modal .row > .col:last-child .info-box {
    border-right: none;
}

.info-text {
    color: hsl(0, 0%, 100%);
    font-size: 0.813rem;
    font-weight: 400;
}

.procsin-apps {
    display: flex;
    align-items: center;
    gap: 30px;
}

.procsin-apps a:hover {
    filter: invert(1);
}

#footer .newsletterMain .sub-email:hover {
    filter: invert(1);
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-bottom {
    font-size: 0.75rem;
    font-weight: 400;
    padding-block: 10px; color: hsl(0, 0%, 60%);
}

.footer-bottom a {
    color: hsl(0, 0%, 100%);
}

.footer-bottom a:hover {
    text-decoration: underline;
}

#footer-newsletter label.form-control.tooltipWrapper {
    color: #fff ;
    text-align: left;
}

#footer-newsletter a.warning.popupWin {
    color: wheat ;
}

#tsoft-eticaret-sistemleri {
    background-color: transparent !important;
}

div#socialIcons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    gap: 15px;
}

div#socialIcons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: hsl(0, 2%, 18%);
}

div#socialIcons a:hover {
    filter: invert(1);
    transition: all 300ms ease;
}

.footer-bottom-info {
    display: flex;
    align-items: center;
}

.site-info .info-model {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.site-info .info-model span {
    font-size: 15px;
    font-weight: 700;
}

.site-info-modal {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.site-info .info-model p {
    font-size: 13px;
    font-weight: 400;
}

#footer .newsletterMain {
    position: relative;
}

#footer .newsletterMain .sub-email {
    height: 50px;
    border: none;
    width: 100%;
    background-color: hsl(0, 2%, 18%);
    color: hsl(0, 0%, 60%);
    font-size: 0.75rem;
    font-weight: 400;
}

#footer .newsletterMain .sub-email::placeholder {
    color: hsl(0, 0%, 60%);
    font-size: 0.75rem;
    font-weight: 400;
}

div#footerMiddle p {
    color: hsl(0, 0%, 60%);
    font-size: 0.75rem;
    font-weight: 400;
}

#footer .newsletterMain input[type="button"] {
    border: none;
    height: 100%;
    cursor: pointer;
    font-size: 0;
    background: url(/Data/EditorFiles/procsin/assets/news.svg) no-repeat center;
    position: absolute;
    right: 0;
    width: 50px;
}

#footerMiddle {
    padding-top: 50px;
    padding-bottom: 50px;
}

#footerMiddle .footer-toggle {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: hsl(0, 0%, 100%);
    font-size: 0.938rem;
    font-weight: 500;
}

#footerMiddle .icon-plus:before {
    content: url('/Data/EditorFiles/procsin/assets/footer-down-w.svg');
}

#footerMiddle .icon-minus:before {
    content: url('/Data/EditorFiles/procsin/assets/footer-up-w.svg');
}

#footer .newsletterMain .footer-toggle {
    text-transform: capitalize;
    color: hsl(0, 0%, 100%);
    font-size: 1.875rem;
    font-weight: 500;
}

#footerMiddle ul li a {
    color: hsl(0, 0%, 60%);
    font-size: 0.75rem;
    min-height: 30px;
    display: flex;
    align-items: center;
    width: fit-content;
    font-weight: 400;
}

#footerMiddle ul li a:hover {
    color: hsl(0deg 0% 100%);
}

#footerCards {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

#footerCards img {
    /* max-width: 100px; */
    object-fit: contain;
}

#tsoft-eticaret-sistemleri {
    line-height: 50px;
    font-size: 12px;
    color: hsl(0deg 0% 90%) !important;
    text-align: center;
    background: hsl(0, 2%, 10%) !important;
}

#footer {
    z-index: 9;
    background: hsl(0, 2%, 10%);
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    #footerMiddle {
        padding-block: 20px;
    }

    #footerMiddle .col-2 {
        padding-right: 0;
    }

    #footerMiddle .col-6 {
        padding-left: 0;
    }

    #footerMiddle .col-2:nth-child(3n+1) {
        clear: both;
    }

    #footerIcons {
        flex-wrap: wrap;
    }

    #footerSecurity {
        padding-top: 10px;
    }
}

@media screen and (min-width: 769px) {
    #footerMiddle ul li div {
        /* display:block !important; */
    }

    div#footerContact {
        width: 30%;
    }

    div#footerMiddle .row > .col-4:not(:first-child) {
        width: 23%;
        clear: initial;
        padding-left: 40px;
    }

    #footerMiddle > .row > .inner > .col-2 {
        width: 20%;
    }

    #footerMiddle > .row > .inner > .col-6 {
        width: 40%;
        clear: initial;
    }
}

@media screen and (max-width: 768px) {
    .info-box {
        height: 115px;
        border-bottom: 2px solid hsl(0, 2%, 18%);
        flex-direction: column;
        border-right: 2px solid hsl(0, 2%, 18%);
    }

    .info-modal .col {
        padding: 0;
    }

    .info-modal {
        padding-top: 0;
        border: 0;
    }

    #footerCards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    #footerCards img {
        width: 100%;
    }

    .footer-bottom-info {
        flex-direction: column-reverse;
    }

    div#socialIcons {
        gap: 20px;
        margin-bottom: 20px;
    }

    div#socialIcons img {
        max-width: 20px;
        max-height: 15px;
        object-fit: contain;
    }

    .site-info .info-model span {
        font-size: 14px;
    }

    .site-info .info-model p {
        color: #afafaf;
        font-size: 12px;
    }

    .site-info {
        padding: 30px 0;
    }

    #footer-social p, #footer-newsletter p {
        color: #afafaf;
        font-size: 12px;
        font-weight: 400;
    }

    #footerTop p {
        font-size: 13px;
    }

    #footerMiddle .col-2 {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    #footerMiddle ul li {
        float: left;
    }

    #footerMiddle ul ul li {
        padding-left: 10px;
        padding-right: 20px;
    }

    #footer .newsletterMain .footer-toggle {
        color: hsl(0, 0%, 100%);
        font-size: 1.25rem;
        font-weight: 500;
    }

    #footerMiddle .footer-toggle {
        margin-bottom: 0;
        cursor: pointer;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 2px solid hsl(0, 2%, 18%);
        min-height: 70px;
    }

    #footerMiddle .footer-toggle + div {
        display: none;
    }

    #footerMiddle ul li a, #footerMiddle p {
        padding-left: 0;
        color: hsl(0, 0%, 60%);
        font-size: 0.75rem;
        font-weight: 400;
    }

    #footerMiddle p {
        padding-right: 25px;
    }

    #footerContact {
        background: none;
    }

    #contactInfo {
        padding: 15px 0;
    }

    #contactInfo i {
        font-size: 15px;
    }

    #footerIcons, #footerIcons .d-flex {
        display: inherit;
    }
}