@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');

@media only screen and (max-width: 767px) {
    .search-from {
        margin-bottom: 30px;
    }

    .page-title {
        font-size: 26px;
        font-weight: 500;
    }

    .page-title::after {
        width: 40px;
    }

    .header {
        text-align: center;
        padding: 15px 0 10px 0;
    }

    .logo {
        float: none;
        padding-bottom: 10px;
    }

    .contact {
        float: none;
    }

    .payment-type {
        margin: 0 auto;
        width: 100%;
    }

    .payment-type .payby-block {
        width: 100%;
        margin-bottom: 50px;
    }

    .payment-type .payby-block:last-child {
        margin-bottom: 0;
    }

    .payment-step li.stepone::after {
        width: 25%;
    }

    .payment-step li.steptwo::before {
        width: 25%;
    }

    .search-from-inner {
        position: relative;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .amount-due {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        height: unset;
    }

    .search-from form input {
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }

    .search-from-inner .input-holder label {
        min-width: 120px;
    }

    .search-from-inner .error {
        padding: 15px 15px 15px 55px;
    }

    .search-from form button {
        width: 50px;
        line-height: 50px;
    }

    .search-from form button img {
        width: 32px;
    }

    .field input {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 5px 12px;
    }

    .field {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .fields.half.left {
        width: 100%;
    }

    .fields .field {
        width: 48% !important;
    }

    .action-toolbar {
        padding-top: 0;
    }

    .invoice-charge .total-pay-amount {
        margin: 20px 0 30px 0;
    }

    .invoice-charge span {
        display: block;
        margin: 0 0 5px 0;
    }

    .payment-card .action-toolbar {
        width: 100%;
        margin-top: 20px;
    }

    .payment-card .action-toolbar .action {
        width: 100%;
    }

    .payment-card .checkbox label {
        width: 185px;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
    }

    .thankyou {
        font-size: 22px;
        line-height: 24px;
    }

    .thankyou .action {
        width: 100%;
    }

    #SearchInvoiceForm .input-holder {
        margin-bottom: 0;
    }
    
    .half.left, .half.right {
        width: 100%;
    }
}
