footer {
    color: #fff !important;
    font-size: 14px;
}

.border-right {
    border-right: 1px solid #fff;
}

.border-btm {
    border-bottom: 1px solid #fff;
}

.footer-copyright{
    font-size: 12px !important;
}

.webtemple {
    text-align: right;
}


@media only screen and (max-width: 991px) {
    .border-right{
       border: 0 !important;
    }

    .footer-copyright ,.webtemple {
        text-align: center;
    }

}

@media only screen and (max-width: 508px) {
    .dsa-footer img{
        width: 100%;
    }
}