#footer {
    background: url(/Data/EditorFiles/ba-files/footer-bg.png) no-repeat center top;
    margin-top: 40px;
    padding-top: 64px;
}
 

 
#footer-social {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.footer-left-area {
    display: flex;
    align-items: flex-start;
}
.footer-logo {
    margin-right: 70px;
}
.social-area {}
.social-area h3{
    font-size: 33px;
    font-weight: bold;
    line-height: normal;
    color: #f48635;
    margin-bottom: 5px;
    margin-top: 0;
}
.social-area p {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #878787;
    padding: 0;
    margin-bottom: 20px;
}
.social-area ul {} 
.social-area ul li {
    float: left;
    margin-right: 30px;
}
.social-area ul li a {}
.social-area ul li a img{}

.musteri {}
.musteri h3{
    font-size: 33px;
    font-weight: bold;
    line-height: normal;
    color: #f48635;
    margin-bottom: 5px;
    margin-top: 0;
}
.musteri a { 
    font-size: 39px;
    font-weight: 500; 
    line-height: normal; 
    color: #151616;
    margin-top: 42px;
}
.musteri a img {
    margin-right: 20px;
}

 
[dir="rtl"] #social li, 
[dir="rtl"] #social li a, 
[dir="rtl"] #social li a img{
    float:right;
}
 
[dir="rtl"] #social li{
    padding-right:0;
    padding-left:10px;
}
  

#footerMiddle h3{
    line-height:20px;
    font-size:13px;
    color:#393939;
    font-weight:700;
    text-transform:uppercase;
    word-break:break-all;
    margin-top:0;
    margin-bottom:0;
    display: none;
}

#footerMiddle {}
#footerMiddle ul {
    text-align: center;
}
#footerMiddle ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}
#footerMiddle ul li a {
    font-size: 13px;
    font-weight: normal;  
    line-height: normal; 
    color: #151616;
}
 
#footerBottom{
    padding-top:10px;
    padding-bottom:10px;
    background:#f7f7f7;
}
 

.copy {
    font-size: 13px;
    font-weight: normal;  
    line-height: normal; 
    color: #868686;
    text-align: center;
    margin: 90px 0 115px;
}
.copy span{
    color:#f48635;
}

#tsoft-eticaret-sistemleri{
    line-height:50px;
    font-size:12px;
    color:#6c6c6c;
    text-align:center;
    background:#fff;
}



.fxd-contact {
    width: 204px;
    height: 78px;
    border-radius: 10px 0 0 10px;
    background-color: #f48635;
    position: fixed;
    z-index: 9;
    right: 0;
    top: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.fxd-contact img{}
.fxd-contact .text {
    display: flex;
    flex-direction: column;
}
.fxd-contact .text span{
    color: #ffffff;
    line-height: normal; 
    font-weight: 500;  
}
.fxd-contact .text span:first-child {
    font-size: 13px;
}
.fxd-contact .text span:last-child {
    font-size: 19px;
}


@media (min-width: 1366px) and (max-width:1919px){
 
}   /*(min-width: 1366px) and (max-width:1919px)*/
 
@media (min-width: 1024px) and (max-width:1365px){
  
}   /*(min-width: 1024px) and (max-width:1365px)*/
 
@media (min-width: 768px) and (max-width: 1023px) {
    .footer-logo {
        margin-right: 15px;
    }
    .social-area h3,
    .musteri h3,
    .musteri a {
        font-size: 24px; 
    }
    .social-area ul li { 
        margin-right: 15px;
    }
    .copy { 
        margin: 0 0 56px;
    }
    .fxd-contact {
        width: 180px;
        height: 60px; 
    }
}/* (min-width: 768px) and (max-width: 1023px)*/
 
@media (max-width: 767px) {
    .footer-left-area { 
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-logo {
        margin-right: 15px;
    }
    #footer-social { 
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .social-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .social-area h3,
    .musteri h3,
    .musteri a {
        font-size: 24px; 
    }
    .social-area ul li {
        margin: 0 5px;
    }
    .musteri {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .musteri a { 
        margin-top: 0;
    }
    .copy {
        margin: 0 0 8px;
    }
    .fxd-contact {
        width: 140px;
        height: 45px;
    }
    .fxd-contact .text span:first-child {
        font-size: 10px;
    }
    .fxd-contact .text span:last-child {
        font-size: 14px;
    }
}/*(max-width: 767px)*/











@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;
    }

}

@media screen and (min-width: 769px) {

    #footerMiddle ul li div{
        display:block !important;
        height:auto !important;
    }

}

@media screen and (max-width: 768px) {

    #footer-social p, 
    #footer-newsletter p{
        font-size:15px;
    }

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

    #footer .newsletterMain{
        padding-top:10px;
        padding-right:20px;
        padding-bottom:10px;
        padding-left:20px;
    }

    #footer .newsletterMain .sub-email{
        font-size:15px;
        box-sizing:border-box;
    }

    #footer .newsletterMain input[type="button"]{
        font-size:15px;
    }

    #footerMiddle{
       
    }

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

    #footerMiddle ul li{
        float:left;
    }

    #footerMiddle ul ul li{
        float:none;
        width:auto;
        padding-left:20px;
        padding-right:20px;
        border-bottom:1px solid #fff;
            display: block;

    }

    #footerMiddle h3{
        line-height:60px;
        color:#fff;
        font-size:20px;
        font-weight:600;
        padding-left:20px;
        padding-right:20px;
        background:#444;
        margin-bottom:1px;
        cursor:pointer;
    }

    #footerMiddle h3.active{
        background:#e35252;
    }

    [dir="rtl"] #footerMiddle h3{
        background-position:10px center;
    }

    #footerMiddle h3 + div{
          padding-bottom: 10px;
    }

    #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;
    }

    #footerSecurity{
        padding-top:10px;
    }

    #footerCards{
        padding-bottom:10px;
    }

    #footerSecurity img,
    #footerCards img{
        padding-top:10px;
        padding-bottom:10px;
        padding-left:10px;
    }
  
 

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

}

@media screen and (max-width: 540px) {

    #footer	h3{
        line-height:45px;
        font-size:15px;
    }

    #footerMiddle ul li a, 
    #footerMiddle p{
        line-height:25px;
        font-size:13px;
    }
 
    #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;
    }

}