﻿@media screen and (max-width:1024px) {
    .billpay .footer-text img {
        width: 60px;
        margin-right: 5px;
    }

    .billpay .footer-text p {
        font-size: 13px;
    }
}

@media screen and (max-width:992px) {
    .billpay .footer-text {
        justify-content: center;
    }
}


    @media screen and (max-width:767px) {
        .billpay .footer-text p{
            margin:5px 0;
        }
        .companylogo{
            margin-bottom:5px;
        }
    }

    @media screen and (max-width:525px) {

        .billpay .nav-tabs > li > a {
            padding: 10px;
            font-size: 14px;
        }

        .billpay .sr-only-new {
            font-size: 14px;
        }

        .billpay input[type="text"],
        .billpay textarea,
        .billpay select,
        .billpay textarea.form-control {
            height: 40px;
        }
    }
