footer{
    background: #f0f0f0;
    padding: 25px 0 25px;
}
footer p{
    font-size: 10.5px;
    line-height: 12px;
}
.ftr-btm-links a{
    font-size: 10px;
    color: #000000;
    /* border-right: 1px solid #333; */
    /* padding-right: 10px; */
    /* padding-left: 10px; */
    text-decoration: underline;
}
.ft-mb{margin-bottom: 16px !important;}
.ft-mb1{margin-bottom: 9px !important;}

/*Error page*/
.footercon{    width: 100%;
    max-width: 70%;
}
.ftr-btm-links a{
    font-size: 10px;
    color: #000000;
    padding-right: 2px;
    padding-left: 2px;
    text-decoration: underline;
}
.ftr-btm-links a:first-child {
    padding-left: 0px;
}
.ftr-btm-links a:last-child{
    border:none
}

@media (max-width:1000px) {
     .ft-mb,.ftr-btm-links a,footer p{font-size: 13px; line-height: 17px;}
}
@media screen and (max-width: 991px) and (min-width: 768px) { .ft-mb,.ftr-btm-links a,footer p{font-size: 11px; line-height: 16px;}}
@media (max-width:767px) {
   
    
    /* footer{
        background: #fff;
    } */
    .ftr-btm-links a{
        display: block;
        text-decoration: underline;
        padding: 0px;
        border: none;
    }
    .ftr-btm-links{margin-top: 6%;}
    footer .mt-5{
        margin-top: 15px !important;
    }
    .logo-order{
        order: 1;
        -webkit-order: 1;
    }
    footer ul{
        display: block;
    }
    footer ul li{
        line-height: 20px;
        border: none;
        padding: 0px;
    }
    footer{
        padding-bottom: 35px;
    }
}
@media (max-width:500px) { 
    .ft-mb, .ftr-btm-links a, footer p {
    font-size: 12.38px;
    line-height: 17px;}}

