.page-featured-title {
    background-color: #003760;
    color: #2e96db;
    line-height: 35px;
    padding: 30px 10px;
    text-align: center;
    text-transform: uppercase;
}

#ealbform h3 {
    font-size: 22px !important;
    color: #1f77bd;
    text-transform: uppercase;
}

#ealbform .payor_d {
    font-size: 17px !important;
    color: #ff0000;
    text-transform: capitalize;
    margin-top: 15px;
}

.step-nos p {
    text-align: inherit !important;
}

form#ealbform {
    border: 1px solid #e6e6e6;
    padding: 35px;
    margin: auto;
}

/*New Styles*/

.step-nositem a:hover {
    text-decoration: none;
}

.step-nositem:not(:last-child) {
    border-right: 1px solid #e8e8e8;
}

.step-nositem p:hover {
    cursor: no-drop;
}

.step-nositem a.finished p {
    color: #1fa024;
}

.step-nositem a.finished p:hover {
    cursor: inherit !important;
}

.step-nositem a.current p:hover {
    cursor: inherit !important;
}

.step-nositem a.current p, .step-nositem a.finished p:hover span {
    color: #1f77bd;
    transition: .5s;
}

.step-nositem p {
    font-weight: bold;
    color: #b1b1b1;
}

.step-nositem span {
    font-size: 30px;
}

.step-nositem small {
    font-size: 10px;
    text-transform: uppercase;
    color: #5f5f5f;
}

.m-small {
    display: none;
    font-size: 12px !important;
    font-weight: 300;
    text-transform: uppercase;
}

.error-msg-div {
    border: 1px solid #ff9f9f;
    border-radius: 20px;
    display: none;
}

.error-msg-div p {
    line-height: 27px;
    font-size: 13px;
}

.error-msg-div strong {
    font-size: 18px;
}

.error-msg-div span, .error-msg-div strong {
    color: red;
}

#bs-table tr td, #bs-table tr th {
    text-align: center;
}

#bs-table tr td input {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin: 0px;
    padding: 0px;
    position: relative;
}

.cash-in-chb {
    -ms-transform: scale(1.3) !important;
    -moz-transform: scale(1.3) !important;
    -webkit-transform: scale(1.3) !important;
    -o-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
}

.t-c-fw {
    max-width: 46rem;
}

@media (max-width: 768px) {

    .step-nositem span {
        line-height: 25px;
    }

    .step-nositem small {
        display: none;
    }

    .m-small {
        display: inherit;
    }
}