/*# sourceMappingURL=custom.min.css.map */
.frontend-footer {
    background-color: #d7d9dc;
}

.frontend-footer .footer-list li a {
    color: #000
}

.frontend-footer .footer-list li a:hover {
    color: #23376d;
    font-weight: 600;
}

.hero-section {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 60px);
    min-height: 540px;
    background-image: url('../images/icmr-hq.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-caption {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-landing .navbar-nav .nav-item .nav-link {
    font-size: 14px;
}

.inner-page .breadcrumb {
    width: auto;
}

.inner-page .breadcrumb .breadcrumb-item {
    color: #f15a29;
}

.inner-page .breadcrumb .breadcrumb-item a {
    color: #FFFFFF;
}

.inner-page .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}

fieldset {
    min-width: auto;
    padding: 30px 20px 20px;
    margin: 0;
    border: 1px solid #ced4da;
    position: relative;
    border-radius: 12px;
    margin-bottom: 25px;
}

legend {
    position: absolute;
    left: 25px;
    top: -12px;
    width: auto;
    padding: 2px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    background-color: #FFF;
}

form label {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px !important;
    font-weight: 400;
}

@media (max-width:580px) {
    .navbar-toggler {
        padding: 10px;
        height: auto;
        line-height: inherit;
    }

    .hero-section img {
        height: 80vh;
        width: auto;
        margin-left: -100%;
    }

    .inner-page.hero-section img {
        height: 150px !important;
        width: auto !important;
        margin-left: -150px !important;
    }
}

.responsive-table {
    border: 1px solid #ced4da;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    table-layout: fixed;
}

.responsive-table tr {
    border: 1px solid #ced4da;
    padding: .35em;
}

.responsive-table th,
.responsive-table td {
    padding: .625em;
    text-align: center;
}

.responsive-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .responsive-table {
        border: 0;
        margin-top: 20px;
        border-radius: 0px;
    }

    .table-bordered>:not(caption)>*>* {
        border-width: 0 0px;
    }

    .responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .responsive-table tr {
        display: block;
        margin-bottom: .625em;
    }

    .responsive-table td {
        border-bottom: 0px solid #ced4da;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 5px;
    }

    .responsive-table td:last-child {
        border-bottom: 0;
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.header.is-sticky {
    -webkit-box-shadow: 0 1px 16px -2px rgba(56, 65, 74, 0.15);
    box-shadow: 0 1px 16px -2px rgba(56, 65, 74, 0.15);
}

.contact-form-area {
    padding: 30px;
    border-radius: 12px;
}

.data-pagination .pagination {
    margin-bottom: 0px !important;
}

.data-pagination .pagination-link nav {
    display: flex;
    justify-content: end;
}

.data-pagination .page-link {
    padding: 3px 10px !important;
    font-size: 12px !important;
}

.form-v-space {
    display: block;
    width: 100%;
    height: 14px;
}

.date .input-group-text {
    cursor: pointer;
}

/*== validation for select2 ===*/
.was-validated select.select2:invalid+.select2.select2-container.select2-container--default span.select2-selection,
select.select2.is-invalid+.select2.select2-container.select2-container--default span.select2-selection {
    border-color: var(--vz-form-invalid-border-color);
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.was-validated select.select2:invalid+.select2.select2-container.select2-container--default .select2-selection__arrow,
select.select2.is-invalid+.select2.select2-container.select2-container--default .select2-selection__arrow {
    right: 25px !important;
}

.was-validated select.select2:valid+.select2.select2-container.select2-container--default span.select2-selection,
select.select2.is-valid+.select2.select2-container.select2-container--default span.select2-selection {
    border-color: var(--vz-form-valid-border-color);
    padding-right: calc(1.5em + 1rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230ab39c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

.was-validated select.select2:valid+.select2.select2-container.select2-container--default .select2-selection__arrow,
select.select2.is-valid+.select2.select2-container.select2-container--default .select2-selection__arrow {
    right: 25px !important;
}

.no-wrap {
    white-space: nowrap !important;
}

button.custom-close-btn {
    float: right;
    position: relative;
    z-index: 99;
    right: -30px;
    top: -30px;
    background-color: red;
    border-radius: 30px;
    border: 0px;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
}

button.custom-close-btn * {
    color: #FFF !important;
    font-size: 16px
}

.bg-blue {
    background-color: var(--vz-blue);
}

.bg-indigo {
    background-color: var(--vz-indigo);
}

.bg-purple {
    background-color: var(--vz-purple);
}

.bg-pink {
    background-color: var(--vz-pink);
}

.bg-red {
    background-color: var(--vz-red);
}

.bg-orange {
    background-color: var(--vz-orange);
}

.bg-yellow {
    background-color: var(--vz-yellow);
}

.bg-green {
    background-color: var(--vz-green);
}

.bg-teal {
    background-color: var(--vz-teal);
}

.bg-cyan {
    background-color: var(--vz-cyan);
}

.text-blue {
    color: var(--vz-blue);
}

.text-indigo {
    color: var(--vz-indigo);
}

.text-purple {
    color: var(--vz-purple);
}

.text-pink {
    color: var(--vz-pink);
}

.text-red {
    color: var(--vz-red);
}

.text-orange {
    color: var(--vz-orange);
}

.text-yellow {
    color: var(--vz-yellow);
}

.text-green {
    color: var(--vz-green);
}

.text-teal {
    color: var(--vz-teal);
}

.text-cyan {
    color: var(--vz-cyan);
}

td.colspan_all {
    text-align: center !important;
    color: crimson !important;
    font-weight: 400 !important;
    font-size: 12px;
}

.va-middle {
    vertical-align: middle !important;
}

.zoom-2 {
    zoom: 1.2;
}

.bg-select-dark {
    background-color: #23376d !important;
    border-color: #838fb9 !important;
    color: #838fb9 !important;
    --vz-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23838fb9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.mvh-calc {
    min-height: calc(100vh - 377px);
}

.card.card-animate {
    margin: 0;
    padding: 0;
}