#custom-alert-modal {
    z-index: 1100;
}

#custom-modal-content {
    margin-top: -29px;
    height: fit-content;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

#custom-modal-header {
    height: 30%;
    border-bottom: 0rem;
}

#custom-alert-title {
    font-weight: 750;
}

#custom-modal-body {
    height: 20%;
    font-weight: 480;
    padding-top: 0px;
    padding-bottom: 5px;
}

#custom-modal-image {
    width: 22px;
    height: 20px;
    margin-right: 8px;
    margin-top: -1%;
}

#custom-modal-footer {
    margin-top: inherit;
    border-top: none;
}
#custom-modal-ok {
    font-size: 14px;
    border: none;
    border-radius: 4px;
    background-color: #0069d9;
    color: white;
    cursor: pointer;
    width: 80px;
    height: 35px;
}

.close {
    display: block;
    right: -15px;
    position: absolute;
    top: -3%;
    z-index: 1;
    float: right;
    opacity: inherit;
}

.announcement {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 100000;
    /*overflow: hidden;*/
    font-size: 1.4rem !important;
    /*height: 50px;*/
}

#announcement-homepage {
    z-index: 1052;
}

#announcement-site {
    z-index: 5000;
}

#body-row {
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

.announcement > div {
    margin: 0;
    color: #fff;
    background-color: #e11b22;
    border: none;
    padding: 12px 10px;
}

    .announcement > div a {
        color: #fff;
    }

    .announcement > div p {
        padding: 0;
        margin: 0;
        max-width: calc(100% - 80px);
        font-size: 15px;
    }

@media (max-width: 767px) {
    .announcement > div .container {
        padding: 0;
    }

    .announcement > div p, .announcement > div .dismiss {
        font-size: 12px;
    }
}

.announcement > div .dismiss {
    color: #c5ecfb;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}

    .announcement > div .dismiss span {
        float: left;
    }

        .announcement > div .dismiss span i {
            float: right;
        }

.announcement.hide {
    display: none;
    height: 0;
}

.container-announcement {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1440px;
}

    .container-announcement:before, container-announcement:after {
        content: " ";
        display: table;
    }

container-announcement:after {
    clear: both;
}

@media (min-width: 768px) {
    #announcement-txt {
        font-size: 14px;
    }
}

.alert-inform {
    border-radius: 1px;
    background-color: #003B75 !important;
    float: left;
    width: 100%;
    line-height: 1.3 !important;
    letter-spacing: 0.004em;
    font-size: 1.000em !important;
    padding: 17px 0px !important;
}

button.dismiss {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.dismiss {
    float: right;
    font-size: 15px;
    line-height: 1;
    margin-top: 2px;
}

/*Nav CSS*/
.nav-container {
    /* position: fixed;*/
    background-color: #F3F9FA;
    z-index: 10000;
    top: 0;
}


.mb-2 {
    margin-top: 80px;
}
.nav-scroller {
    margin-top: 13px !important;
}
    .nav-scroller .nav-link {
        margin-right: 2px;
    }

.navbar-nav {
    gap: 10px;
}

.url-target:hover {
    color: #007585 !important;
}

.nav-item.dropdown:hover .nav-link,
.nav-item.dropdown:hover > svg {
    color: #007585 !important;
    fill: #007585 !important;
}

.nav-item.dropdown:hover > svg {
    cursor: pointer;
    transform: scaleY(-1);
    transition: 0.5s ease-in-out;
}

.aon-logo {
    font-size: 28px;
    color: #e11b22;
    top: -5px;
    position: relative;
}

.dropdown-menu a > span {
    margin-left: 12px;
    vertical-align: middle;
    display: inline-block;
}
@media (max-width: 991px) {
    .nav-scroller {
        margin-top: 17px !important;
    }
}
@media (max-width: 575px) {
    .dropdown-menu a > span {
        white-space: normal;
    }
}

/*Banner CSS*/
.banner {
    width: 100%;
    border-radius: 0rem;
    margin-bottom: 0px;
}

    .banner h1 {
        color: #262836;
        font-weight: bolder;
    }

    .banner h5 {
        color: #262836;
        font-weight: bolder;
    }

.banner-subtitle {
    color: #787373;
}

.banner-cta {
    width: 100%;
    border-radius: 0rem;
    margin-bottom: 0px;
}

#redirect-banner-links {
    color: #9db1c0;
    gap: 20px;
    align-items: center;
    font-size: 16px;
    margin-top: 15px;
}

    #redirect-banner-links a {
        color: #084883;
    }

#bottom-banner {
    color: #9da8af;
    font-size: 12px;
    padding: 5px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 1440px;
    background-color: #eef6f8;
}

.link-column {
    padding: 10px 0;
}

.vertical-link:first-child .link-column span {
    color: #272936;
}

.link-column span {
    color: #000000b0;
}


#rowbanner {
    position: relative;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.60); /* Corrected the background property */
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
}

    #rowbanner::before {
        content: "";
        position: absolute;
        width: 45%;
        height: 100%;
        background: rgba(255, 255, 255, 0.85); /* Corrected the background property */
        z-index: 1;
    }

.banner-section {
    position: relative;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.60); /* Corrected the background property */
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
}

    .banner-section::before {
        content: "";
        position: absolute;
        width: 45%;
        height: 100%;
        background: rgba(255, 255, 255, 0.85); /* Corrected the background property */
        z-index: 1;
    }

.content {
    position: relative;
    width: 40%;
    padding-left: 30px;
    z-index: 2;
}

.con-logo {
    border-radius: 100%;
}

.con-logo-text {
    margin-left: 10px;
    font-size: 32px;
    color: #272936;
    font-weight: 600;
}

.bi-envelope-paper, .bi-telephone {
    color: #e11b22;
}

@media (max-width: 575px) {
    #rowbanner::before {
        width: 100%;
    }

    .content {
        width: 100%;
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .banner-section::before {
        width: 100%;
    }

    .content {
        width: 100%;
        padding-left: 15px;
    }
}

@media only screen and (max-width:768px) {

    .content {
        padding-left: 0px;
    }

        .content .vertical-separator {
            display: none;
        }

        .content span {
            display: none;
        }

    #redirect-banner-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 15px;
    }

        #redirect-banner-links a:nth-child(n+2) {
            text-align: center;
        }

    #rowbanner .banner::before {
        background-position-x: 75%;
    }

    .banner-section .banner::before {
        background-position-x: 75%;
    }
}

/*Home Page Card Changes*/

.icon-card {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s;
}

    .icon-card:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

    .icon-card img {
        width: 100px;
    }

    .icon-card h5 {
        margin-top: 15px;
        font-size: 1.1rem;
        font-weight: bold;
        color: #084883;
    }

    .icon-card p {
        margin-top: 10px;
        font-size: 0.9rem;
        color: #5D6D78;
    }

.icon-heading {
    color: #262836 !important;
}

.acc-heading {
    color: #262836;
}

.heading-text a {
    color: #5D6D78;
}

.form-heading {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 10px;
}

.card-title {
    font-size: 1.2rem;
}

.otp-heading {
    color: black !important;
    font-size: 22px;
    margin-top: 10px;
}

.profile-heading {
    font-family: Helvetica Now;
    font-size: 28px;
    font-weight: 1000;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.82;
    letter-spacing: normal;
    color: #34aeeb;
    padding-top: 35px;
}

.line {
    height: 2px;
    background-color: #9db1c0;
    margin-bottom: 10px;
    width: 100%;
}

.table td:first-child {
    font-weight: 1000;
}

.m-b-0 {
    margin-bottom: 0;
}

@media (min-width: 481px) and (max-width: 990px) {
    #con-logo {
        width: 40%;
    }

    .con-logo-text {
        margin-left: 5px;
        font-size: 22px;
    }
}