﻿p {
    color: #333;
}

h2 {
    margin-bottom: 30px;
}

.subTitle {
    color: #b5272d;
    margin-bottom: 20px !important;
    margin-top: -24px;
}

.navbar-brand {
    padding: 15px 0;
    display: inline-block;
    color: white;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        color: white;
    }

    .navbar-brand .date {
        text-transform: uppercase;
        margin-left: 15px;
        background: #1e7ba8;
        padding: 2px 5px;
        text-align: center;
        margin-top: 3px;
    }

    .navbar-brand img {
        max-width: 150px;
    }

.Main-Logo {
    display: inline-block;
}

    .Main-Logo .Main-Title {
        background: #b52228;
        color: #FDFEFE;
        text-align: center;
        margin-left: 24px;
        margin-top: 2px;
        padding: 2px;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }

.zirox-footer, .zirox-footer p,
.zirox-footer__explore ul li a,
.zirox-footer__explore ul li a:visited,
.zirox-footer__explore ul li a:focus,
.zirox-footer__explore ul li a:focus-visible {
    color: rgba(255,255,255,0.9);
}

.zirox-header-3__navbar .ud-main-menu__links li a:hover {
    color: #b52228;
}

.ud-main-menu--home-3 ul > li > a:hover {
    color: #b52228;
}

.zirox-footer__about-text {
    margin: 10px 0 30px 0;
}

.footer-icon {
    color: #eab84e;
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 2px;
}

.zirox-section {
    padding: 40px 0;
}

.zirox-footer__about p {
    padding-left: 23px;
}

.hide {
    display: none;
}

.zirox-testimonials--home-3 .zirox-testimonials__text h2 {
    color: #b52228;
}

.Login-Button {
    background: #fab126;
    color: white;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 5px;
}

    .Login-Button a {
        color: white;
    }

.ud-main-menu ul > li > a {
    line-height: normal;
}

.zirox-header-3, .sticky-top {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

.innerPages {
    padding-top: 70px;
    padding-bottom: 100px;
}

.zirox-side-popup--home-3 {
    background-color: #125c80;
    box-shadow: 1px 0 8px rgba(0,0,0,0.25);
}

.zirox-side-popup__header-logo .Main-Logo {
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.zirox-side-popup__header {
    margin-bottom: 20px;
}

.zirox-side-popup--home-3 .zirox-side-popup__body ul li a {
    color: #fff;
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
    margin-bottom: 5px;
    line-height: normal;
}

    .zirox-side-popup--home-3 .zirox-side-popup__body ul li a.attend {
        background: #0e4d6b;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    }

    .zirox-side-popup--home-3 .zirox-side-popup__body ul li a i {
        /*display: none;*/
    }

/*side menu accordion effect*/
/* Accordion submenu */
#side-menu .ud-main-menu__sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    will-change: max-height;
    position: relative;
    z-index: 1; /* ensures no overlapping over next items */
    margin-top: 0; /* remove any top margin that could cause flicker */
    padding-left: 15px; /* optional indentation */
}

    /* When open */
    #side-menu .ud-main-menu__sub-menu.open {
        overflow: visible;
    }

/* Space between top-level menu items so they don’t overlap during open/close */
#side-menu > li {
    margin-bottom: 5px;
}

    /* Optional: ensure links stay above the submenu visually */
    #side-menu > li > a.attend {
        position: relative;
        z-index: 2;
        background: transparent;
    }

.signature {
    color: #125c80;
    font-weight: bold;
    font-size: 24px;
}

    .signature .role {
        display: block;
        margin-top: 5px;
        font-size: 16px;
        color: #000;
        font-weight: normal;
    }

.greyBox {
    background-color: #fafafa;
    border: 1px solid #e7e7e7;
    padding: 15px;
    border-radius: 0;
}

    .greyBox .h5 {
        color: #1e7ba8;
    }

    .greyBox li,
    .alert li {
        padding-bottom: 10px;
        list-style: disc;
        margin-left: 15px;
        line-height: normal;
    }

.submissionForm .form-note {
    display: inline-block;
}

.submissionForm ol li {
    list-style: decimal;
}

.submissionForm .h5 {
    color: #b52228;
}

.impNote {
    font-size: 24px;
    margin-top: 60px;
}

.note {
    margin-bottom: 5px;
}

    .note h4 {
        font-size: 18px;
        font-weight: 500;
        color: #1e7ba8;
    }

.website a {
    display: block;
    font-size: 16px;
    color: #1e7ba8;
    font-weight: normal;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 22px;
}

.red {
    color: #c0252b;
}

.changePassword {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    padding: 20px;
}

.onlinePayment {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #337ab7;
}

    .onlinePayment:hover {
        text-decoration: underline;
        color: #23527c;
    }

.accepted {
    background-color: #dff0d8;
    border: 1px solid #cedfc7;
    color: #333 !important;
    padding: 10px;
    text-align: center;
    display: inherit;
}

.rejected {
    background-color: #F2DEDE;
    border: 1px solid #DAC6C6;
    color: #b42228 !important;
    padding: 10px;
    text-align: center;
    display: inherit;
}

.registrationBox {
    background-color: #f5f5f5;
    border: 1px dotted #d9d9d9;
    padding: 20px;
}

    .registrationBox ul li {
        padding: 5px 0;
    }

        .registrationBox ul li ul {
            background-color: #ffffff;
            border: 1px solid #dbdbdb;
            display: inline-block;
            margin: 10px 0 0;
            padding: 10px;
        }

            .registrationBox ul li ul li {
                list-style: none;
            }

.CustomTable th,
.CustomTable td {
    padding: 8px;
    border-color: #d0d0d0;
    box-sizing: content-box;
    line-height: 1.42857;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.CustomTable table {
    border: none !important;
}

.form-note {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #575757;
}

.CustomTable th table {
    border: none;
}

.CustomTable table tr:nth-child(even) { /*(even) or (2n+0)*/
    background: #F8F9FA;
    border-top: 1px solid #d0d0d0;
}

.CustomTable table tr:nth-child(odd) { /*(odd) or (2n+1)*/
    background: #fff;
    border-top: 1px solid #d0d0d0;
}

.CustomTable th table th,
.CustomTable td table td {
    padding: 8px;
    border-color: transparent;
    box-sizing: content-box;
    line-height: 1.42857;
    border-left: 1px solid #d0d0d0;
    border-right: none;
    border-bottom: none;
}

.CustomTable th {
    color: #2b425b;
    font-size: 1.05em;
    font-weight: 600;
    vertical-align: bottom;
}

.CustomTable tr:nth-child(even) { /*(even) or (2n+0)*/
    background: #F8F9FA;
}

.CustomTable tr:nth-child(odd) { /*(odd) or (2n+1)*/
    background: #fff;
}

.form-check label {
    margin-left: 5px;
    margin-right: 30px;
}

.vertical-check-form td {
    padding: 5px 0;
}

.form-check label {
    line-height: normal;
}

.btn-block {
    display: block;
    width: 100%;
}

.login {
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: -3px -2px 4px rgba(0, 0, 0, 0.04);
    padding: 50px 40px;
}

    .login .btn-danger {
        background: #c82c3b;
    }

.btn-primary {
    background-color: #1e7ba8;
    border-color: #1e7ba8;
}

    .btn-primary:hover {
        background-color: #106d9a;
        border-color: #106d9a;
    }

btn-yellow {
    cursor: pointer;
}

.fee .date {
    color: #bd242a;
    font-size: 16px;
}

.fee .zirox-box--home-3:hover i,
.fee .zirox-box--home-3 i {
    color: #bd242a;
    font-size: 18px;
}

.fee .zirox-box--home-3:hover {
    background-color: white;
}

    .fee .zirox-box--home-3 h3,
    .fee .zirox-box--home-3:hover h3 {
        color: #1e7ba8;
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 5px;
    }

    .fee .zirox-box--home-3:hover p {
        color: #fff;
    }

.fee .zirox-box--popular-services {
    cursor: auto;
}

.fee h4 {
    color: #000;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
    text-decoration: underline;
}

.value {
    background: #ffd045;
    padding: 10px 15px;
    margin-top: 5px;
    color: #333;
    width: 80px;
}

.currancy {
    border-bottom: 1px solid;
}

.category {
    background-color: #f5f5f5;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.shadedTitle {
    background-color: #237eaa;
    padding: 15px;
    color: white;
}

.form-check .form-check-input {
    border: none;
    background-color: transparent;
}

    .form-check .form-check-input input {
        display: block;
        margin-top: 2px;
    }

.text01 {
    font-size: 40px;
    text-transform: uppercase;
    color: #125c80;
}

.text02 {
    text-align: center !important;
    color: #b52228;
    font-size: 30px;
}

.message {
    background-color: #fdfdfd;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

    .message .subTitle{
        margin-top:0;
    }
    /**  =====================
      Data Tables css start
==========================  **/
    .custom th {
        color: #1e7ba8 !important;
        background-color: #e8f1f4;
    }

.custom td, .custom th {
    border-top: 1px solid #e2e5e8;
    padding: 1.05rem 0.75rem;
    border-bottom: none;
}

.custom > :not(caption) > * > * {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.custom thead th {
    border-bottom: 1px solid #e2e5e8;
    font-size: 13px;
    color: white !important;
    background: #1e7ba8;
    text-transform: uppercase;
}

.custom > tbody > tr:nth-of-type(2n+1) > * {
    --bs-table-bg-type: rgb(250, 250, 250);
}

.shadedRow{
    background-color: #f5f5f5;
    margin-bottom: 1px;
}

    .shadedRow .form-check {
        padding-top: calc(.375rem + var(--bs-border-width));
        padding-bottom: calc(.375rem + var(--bs-border-width));
        margin-bottom: 0;
        font-size: inherit;
        line-height: 1.5;
    }

    .shadedRow .col-form-label{
        background-color: #fafafa;
    }

.viewReg{
    padding: 0 15px;
}
.TermsPage ul{
    list-style: disc;
    padding: 20px;
}
.TermsPage ul ul{
    list-style: circle;
}
.TermsPage table {
    border-color: #c5c5c5;
}