﻿.bg-blue {
    background: url(/images/cust-img/blue-bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.wrap-cust-bg-page {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 40px;
    border: 1px solid #245597;
}

table.no-styling-table > tbody > tr > td {
    padding: 0;
    border: none;
}

table.no-styling-table,
table.no-styling-table > tbody,
table.no-styling-table > tbody > tr,
table.no-styling-table > tbody > tr > td {
    width: 100%;
    display: block;
}

.cust-serv-header .cust-serv-heading span {
    display: block;
    text-align: center;
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    letter-spacing: var(--h4-lspacing);
}

.cust-serv-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #245597;
    align-items: center;
}

    .cust-serv-header .phed-logo {
        width: 75px;
        display: inline-block;
    }

    .cust-serv-header .govt-logo a {
        width: 50px;
    }

        .cust-serv-header .govt-logo a:first-child {
            margin-right: 10px;
        }

        .cust-serv-header .phed-logo img,
        .cust-serv-header .govt-logo a img {
            display: block;
            width: 100%;
        }

    .cust-serv-header .govt-logo {
        display: flex;
        align-items: center;
    }

.toplink-box img {
    width: 24px;
    margin-right: 4px;
}

.toplink-box a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    color: #165197;
    font-weight: 500;
    text-decoration: underline;
}

    .toplink-box a:hover {
        text-decoration: none;
    }

.toplink-box {
    padding: 3px 10px;
    background: #ffffff;
    /* border-radius: 10px; */
    margin-top: 17px;
    margin-bottom: 0;
}

.main-heading .heading-h4 {
    color: #fff;
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
    letter-spacing: var(--h6-lspacing);
    margin-bottom: 0;
}

.main-heading {
    text-align: center;
    background: #1c569a;
    color: #fff;
    margin-bottom: 30px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.cust-form-row {
    display: flex;
}

    .cust-form-row .cust-form-cell {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .cust-form-row .cust-form-label {
        font-weight: 500;
        padding-right: 10px;
        width: 200px;
        text-align: right;
    }

    .cust-form-row .cust-form-input {
        width: calc(100% - 200px);
    }

.wrap-cust-bg-page.consumer-page table.no-styling-table .cust-form-row {
    justify-content: center;
}

.wrap-cust-bg-page.consumer-page .cust-form-row .cust-form-cell {
    width: 100%;
}

.wrap-cust-bg-page.consumer-page .cust-form-row .cust-form-label {
    width: 40%;
}

.wrap-cust-bg-page.consumer-page .cust-form-row .cust-form-input {
    width: 37%;
}

.cust-form-label *,
.cust-form-label {
    font-size: var(--md-font-size);
    line-height: var(--md-line-height);
    letter-spacing: var(--md-lspacing);
    font-weight: 500;
    color: var(--dark);
}

.btn-box.footer-btn-box {
    border-top: 2px solid #eee;
    margin-top: 10px;
    padding-top: 20px;
    justify-content: center;
}

.wrap-cust-bg-page.consumer-page .btn-box.footer-btn-box {
    border-top: 2px solid #ffffff;
    background: #fff;
    padding: 11px 11px 5px;
    border-radius: 20px;
}

.cust-form-cell.captcha-cell .cap-img {
    margin-bottom: 10px;
    background: #000;
    display: inline-block;
    padding: 1px;
}

.custom-modal .modal-dialog,
.custom-modal.modal.fade .modal-dialog {
    border-radius: 30px;
    max-width: 890px;
    transform: none;
    margin: 0 auto;
    margin-top: 30px;
    width: 95%;
    margin-bottom: 30px;
}

.custom-modal .modal-content {
    /* width: 100%; */
    /* padding: 30px; */
    padding: 20px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0 0 20px 20px rgb(0 0 0 / 6%);
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}

.custom-modal .close {
    border: none;
    outline: 0;
    padding: 7px;
    font-size: 0;
    line-height: 0;
    height: auto;
    width: auto;
    background: #245596 url(/images/cust-img/close.png) no-repeat center;
    background-size: 15px;
    padding: 15px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
}

.custom-modal .modal-body {
    padding: 0;
}

.modal.custom-modal .content-table .heading-h6 {
    text-transform: lowercase;
}

    .modal.custom-modal .content-table .heading-h6::first-letter {
        text-transform: uppercase;
    }

.modal.custom-modal .modal-header {
    border: none;
    padding: 0;
}

.modal.custom-modal .content-table ul {
    padding-left: 21px;
}

.modal.custom-modal .logo-box img {
    width: 70px;
    margin-right: 10px;
}

.modal.custom-modal .logo-box {
    display: flex;
}

.custom-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0000006b;
}
