html, body {
    height: 100%;
}

footer.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.availablecss {
    background-color: #CEFFCE;
    border: 1px solid green;
}

#infoIdno {
    font-size: 11px !important;
}

.notavailablecss {
    background-color: #FFD9D9;
    border: 1px solid red;
}

.registration_process {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    min-height: 100%;
    background-color: #f4f4f4;
}

    .registration_process .card-header {
        color: #333;
        padding: 0;
        font-family: 'poppinsbold';
        font-size: 20px;
        background: no-repeat;
        border-bottom: none;
        margin-bottom: 15px;
    }

    .registration_process .card-b {
        padding: 0;
    }

#msform {
    text-align: center;
    position: relative;
    margin-top: 15px;
}

    #msform fieldset {
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left;
    width: 100%;
    float: left;
}

.form-control:focus {
    border-color: #e31837;
    outline: 0;
    box-shadow: none;
}

.mid-sec {
    position: absolute;
    width: 100%;
    float: left;
    top: 100px;
    overflow: auto;
    z-index: -1;
    bottom: 70px;
    left: 0;
    right: 0;
    padding-top: 10px;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #f9f9f9;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
}

#msform select {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #f9f9f9;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
}

#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #f9f9f9;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
    line-height: 29px;
}

#msform input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e31837;
    outline-width: 0
}

#msform select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e31837;
    outline-width: 0
}

.action-button {
    background: #e31837 !important;
    color: #fff !important;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 32px;
    font-size: 16px;
}

.action-Skipbutton {
    background: #061a40 !important;
    color: #fff !important;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 32px;
    font-size: 16px;
}

.action-button:disabled {
    background-color: grey !important;
    color: lightgrey;
    cursor: not-allowed;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    background-color: transparent !important;
}

.fs-title {
    font-size: 25px;
    color: green;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: green;
    font-weight: normal
}

.steps {
    font-size: 15px;
    color: gray;
    margin-bottom: 1px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

    #progressbar li {
        list-style-type: none;
        width: 24.5%;
        float: left;
        position: relative;
        font-weight: 400;
        padding-bottom: 32px;
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f073"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f2bb"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #progressbar li:before {
        width: 35px;
        height: 35px;
        line-height: 30px;
        display: inline-block;
        font-size: 18px;
        color: #b0b0b0;
        border-radius: 50%;
        margin: 0 auto 0px auto;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 8px;
        background: lightgray;
        position: absolute;
        left: -22px;
        bottom: 0px;
        z-index: -1;
    }

    #progressbar li.active:before {
        color: #e31837;
    }

    #progressbar li.inactive:before {
        color: #b0b0b0;
    }

    #progressbar li.active:after {
        background: #e31837;
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite;
    }

    #progressbar li.inactive:after {
        background: #e31837;
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite;
    }

    #progressbar li span {
        font-size: 15px;
        color: #b0b0b0;
    }

    #progressbar .active span {
        color: #555;
        font-family: 'poppinssemibold';
    }

    #progressbar .inactive span {
        font-weight: normal;
        color: #b0b0b0;
    }

    #progressbar .active .tooltip {
        position: absolute;
        display: inline-block;
        margin: 0;
        opacity: 1;
        padding: .5rem 0;
        bottom: 11px;
        right: -8px;
    }

        #progressbar .active .tooltip i.arrow {
            left: calc(50% - 1rem / 2);
            bottom: 0;
        }

        #progressbar .active .tooltip .arrow:before {
            border-top-color: #e1143b !important;
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
            top: 0;
            border-width: .5rem .5rem 0;
            left: 0;
            transform: none;
            background-color: transparent;
        }

        #progressbar .active .tooltip .arrow:after {
            content: none;
        }

        #progressbar .active .tooltip .tooltip-inner {
            background-color: #e1143b;
            color: #fff;
            font-size: 12px;
            font-family: 'poppinsmedium';
            font-style: normal;
        }

.progress_1 {
}

.pbar {
    background-color: green
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.registration_process .card .card-body label {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: 'poppinsmedium';
    line-height: 24px;
    width: 100%;
    float: left;
}

.registration_process .card .card-body .custom-control-inline {
    margin-right: 1.2rem;
}

.registration_process .card .card-body .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e31837;
    background-color: #e31837;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.registration_process .card .card-body .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e31837;
    border-color: #e31837;
}

.registration_process .card .card-body label span {
    color: #e31837;
}

.registration_process .card .card-body input::placeholder {
    color: #c6c6c6;
    font-size: 15px;
}

.registration_process .card .card-body textarea::placeholder {
    color: #c6c6c6;
    font-size: 15px;
}

.registration_process .card .card-body .form-control {
    height: calc(2.1em + .75rem + 2px);
    font-size: 14px;
}

    .registration_process .card .card-body .form-control:disabled, .form-control[readonly] {
        cursor: no-drop;
    }

.registration_process .card-body p {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

    .registration_process .card-body p a {
        z-index: 2;
        position: relative;
        color: #e31837 !important;
        font-family: poppinsmedium;
        padding-bottom: 2px;
        display: inline-block;
        background-color: transparent !important;
    }

.card-body .card-spc p {
    background-color: #f2f2f2;
    padding: 7px 15px;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
}

.registration_process .card-body .radio_chkd label {
    margin-right: 12px;
}

.form-card .card .form-group {
    margin-bottom: 1.8rem;
}

.registration_process .custom-file-label {
    border: 1px solid #e6e6e6;
}

    .registration_process .custom-file-label::after {
        background: rgb(151 151 151);
        color: #fff;
    }

.registration_process .btn_register input.grey {
    background: #2d3941 !important;
    margin-right: 20px;
    opacity: .5;
    cursor: not-allowed
}

.registration_process .form-card .table .acrd_sec {
    margin-top: 0;
}

.pay_cd .table tr th {
    text-align: left;
    padding-left: 15px;
}

.result {
    background-color: #dedede;
    color: #555;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
}

.amt_dt tr:last-child {
    background-color: #2d3941 !important;
    color: #fff;
}

.read-more-content {
    display: none;
    padding-top: 0;
}

.read-more {
    display: inline-block;
    margin-top: 0;
}

.test_details .fa {
    font-size: 20px;
    padding-right: 8px;
    vertical-align: middle;
}

.test_details span {
    font-size: 17px;
}

.test_details {
    margin-bottom: 1.1rem;
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.btn_add {
    border: none;
    margin-top: 25px;
    display: block;
    border-radius: 4px;
    color: #fff;
    float: left;
}

    .btn_add a {
        color: #fff;
        position: relative;
        padding: 14px 30px;
        float: left;
        border-radius: 4px;
        background: rgb(227, 24, 55);
        background: linear-gradient(122deg, rgba(227, 24, 55, 1) 28%, rgba(227, 62, 24, 1) 90%);
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        z-index: 0;
    }

.card-body {
    box-shadow: 0px 2px 12px rgb(228 228 228 / 61%);
    float: left;
    width: 100%;
    padding: .5rem 1rem !important;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    background-color: #fff;
}
.card-body .card-spc {
  padding: 15px 0;
  width: 100%;
  float: left;
}
.card {
    width: 100%;
    float: left;
    position: relative;
}
.card.card_header {
  background-color: #fff !important;
  box-shadow: 0px 2px 20px rgb(182 182 182 / 32%);
  border-radius: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  right: 0;
  left: 0;
}

    .card.card_header {
        background-color: #fff !important;
        box-shadow: 0px 2px 20px rgb(182 182 182 / 32%);
        border-radius: 0;
        position: fixed;
        top: 0;
        width: 100%;
        overflow: hidden;
        right: 0;
        left: 0;
    }

.form-card .card {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.logo_d {
    display: inline-block;
    float: left;
}

    .logo_d a {
        line-height: 0px;
    }

    .logo_d img {
        width: 170px;
    }

.logo_d_sp {
    width: 100%;
}

    .logo_d_sp img {
        width: 170px;
        margin-bottom: 15px;
    }

.btn_bk {
    float: left;
    padding-top: 13px;
}

.btn_nxt {
    float: right;
    padding-top: 13px;
}

.btn_bk .pre {
    background: none;
    color: #333 !important;
    padding: 12px 30px 12px 10px !important;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    border: none;
    vertical-align: middle;
}

.btn_bk .fa-long-arrow-left {
    font-size: 18px;
    vertical-align: middle;
}

.btn_skp {
    float: right;
    margin-top: 13px;
}

    .btn_skp .skip {
        color: #333541 !important;
        padding: 12px 20px !important;
        position: relative;
        display: inline-block;
        background-color: transparent !important;
        border: 1px solid #cecece !important;
    }

.card .card-body .custom-file-label {
    height: calc(2.1em + .75rem + 3px);
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
}

.card .card-body .custom-file-label {
    color: #c6c6c6;
    font-size: 15px !important;
    font-family: 'poppinsregular' !important;
    line-height: 28px !important;
}

    .card .card-body .custom-file-label::after {
        height: calc(2.1em + .75rem + 3px);
        padding: 0.75rem .75rem;
    }

.card .card-b .btn_nxt .next {
    padding: 16px 30px !important;
}

#msform .other {
    visibility: hidden;
}

#msform .other_vis {
    visibility: visible;
}

.register_main {
    margin-top: 0;
    margin-bottom: 0;
}

.register_f {
    padding: 15px 8px;
    border: none;
    border-left: none;
    border-radius: 5px;
}

    .register_f select.form-control {
        border: none;
        border-bottom: none;
        background-color: #f4f4f4;
        border-radius: 3px;
    }

.form-card .card .register_f .form-group {
    margin-bottom: 0;
}

.form-card .tabs .selector {
    height: 60px;
    top: 0px;
    min-width: 235px;
    box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.11);
}

.form-card .nav-tabs .nav-link.active {
    padding: 12px 0;
    display: flex;
}

.form-card #tabs .nav-tabs .fa-angle-down {
    font-size: 30px;
}

.form-card #tabs .nav-tabs span {
    font-size: 18px;
}

.form-card .project-tab .nav-link {
    max-width: 30%;
    height: 60px;
    bottom: 0;
    background-color: #eaeaea;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-card #calendar {
    display: inline-block;
    width: auto;
}

    .form-card #calendar .placeholder {
        display: none;
        width: 300px;
    }

    .form-card #calendar .flatpickr-calendar {
        background: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        top: 0;
    }

        .form-card #calendar .flatpickr-calendar .flatpickr-innerContainer {
            overflow: visible;
        }

            .form-card #calendar .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
                overflow: visible;
            }

        .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-month {
            color: inherit;
            margin-bottom: 10px;
        }

            .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
                font-size: 16px;
            }

                .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
                    display: none;
                }

.flatpickr-current-month span.cur-month {
    font-size: 18px;
}

.form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    top: -18px;
    height: 50px;
}

    .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg, .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
        height: 30px;
        width: 30px;
    }

        .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg path, .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg path {
            fill: #333541;
        }

.form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    left: -35px;
}

.form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    right: -50px;
}

.form-card #calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
    max-width: 307.875px;
    padding: 0 10px;
    position: relative;
}

.form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
    display: none;
}

.form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg {
    display: none;
}

.form-card #calendar .flatpickr-calendar .flatpickr-months span.flatpickr-next-month:before {
    content: "\f178";
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    color: #e31837;
    right: 12px;
    top: 8px;
}

.form-card #calendar .flatpickr-calendar .flatpickr-months span.flatpickr-prev-month:before {
    content: "\f177";
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    color: #e31837;
    left: 12px;
    top: 8px;
}

.form-card #calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer::after {
    content: "";
    background: #c7c7c7;
    position: absolute;
    top: -55px;
    bottom: 0px;
    right: 0;
    width: 1px;
    height: 300px;
}

.form-card #calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer:last-child::after {
    content: none;
}

.form-card #calendar .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
    color: #333;
    font-weight: 700;
}

.form-card #calendar .flatpickr-calendar .dayContainer {
    box-shadow: none;
    padding: 0 10px;
    position: static;
}

    .form-card #calendar .flatpickr-calendar .dayContainer:last-child::after {
        content: none;
    }

.form-card #calendar .flatpickr-calendar .flatpickr-day {
    background: #3DAE2B;
    border: 0;
    color: #fff;
    transition: color 0.1s, background 0.1s;
    margin: 2px 1px;
}

    .form-card #calendar .flatpickr-calendar .flatpickr-day.flatpickr-disabled.red-disabled:not(.hidden),
    #calendar .flatpickr-calendar .flatpickr-day.flatpickr-disabled.red-disabled:not(.hidden):hover {
        background: #d08383;
        border: 0;
        color: #fff;
        transition: color 0.1s, background 0.1s;
        margin: 2px 1px;
    }

    .form-card #calendar .flatpickr-calendar .flatpickr-day:hover {
        background: #3e3b3b;
        color: #fff;
    }

    .form-card #calendar .flatpickr-calendar .flatpickr-day.flatpickr-disabled, #calendar .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
        background: none;
        color: #333;
        cursor: default;
        margin: 3px 0;
    }

    .form-card #calendar .flatpickr-calendar .flatpickr-day.selected:not(.hidden), #calendar .flatpickr-calendar .flatpickr-day.selected:not(.hidden):hover, #calendar .flatpickr-calendar .flatpickr-day.selected:not(.hidden):focus {
        background: #3f4042;
        color: #fff;
    }

    .form-card #calendar .flatpickr-calendar .flatpickr-day.nextMonthDay, #calendar .flatpickr-calendar .flatpickr-day.prevMonthDay {
        background: none;
        color: rgba(207, 210, 211, 0.1) !important;
        cursor: default;
        visibility: visible;
    }

.form-card #calendar .calendar-events {
    display: block;
    justify-content: space-around;
    margin-top: 30px;
    min-height: 36px;
}

    .form-card #calendar .calendar-events .event {
        font-size: 29px;
    }

        .form-card #calendar .calendar-events .event .date {
            color: #fff;
            font-weight: 600;
        }

        .form-card #calendar .calendar-events .event .location {
            color: #3DAE2B;
            font-weight: 800;
            letter-spacing: -0.8px;
        }

.form-card .city_clndr {
    background-color: #fff;
    padding: 12px 32px;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgb(143 143 143 / 42%);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0;
    color: #333;
    font-size: 18px;
}

    .flatpickr-current-month span.cur-month:hover {
        background: none !important;
    }

.date_avb {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f4f4f4;
    height: auto;
    min-height: 260px;
    border-radius: 8px;
    max-height: 300px;
}

.module_details {
    background-color: #333541;
    padding: 12px 10px;
    border-radius: 8px 8px 0px 0px;
}

    .module_details h4 {
        color: #fff;
        font-family: 'poppinssemibold';
        display: inline-block;
    }

        .module_details h4:last-child {
            float: right;
        }

.time_slots {
    padding: 10px;
    float: left;
    width: 100%;
}

    .time_slots span {
        font-size: 15px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 4px 0;
    }

        .time_slots span.avab {
            float: right;
        }

            .time_slots span.avab .fa-check-circle-o {
                color: #1aa31c;
                font-size: 18px;
                vertical-align: middle;
                margin-right: 5px;
            }

.time_slot_bx {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #d7d3d3;
}

    .time_slot_bx:last-child {
        border-bottom: none;
    }

.registration_process .card .card-body .time_slot_bx .custom-control-inline {
    margin-right: .9rem;
    vertical-align: middle;
    min-height: 1.8rem;
}

.other_details {
    padding: 15px 10px;
    float: left;
    width: 100%;
}

    .other_details span {
        font-size: 15px;
    }

        .other_details span:last-child {
            float: right;
        }

        .other_details span .fa {
            margin-right: 4px;
        }

.book_nw {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
}

    .book_nw a {
        background-color: #e31837;
        color: #fff !important;
        padding: 20px;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

.form-card .test_dates_color {
    padding: 8px 0;
    margin-top: 12px;
    border-radius: 8px;
}

    .form-card .test_dates_color span {
        display: inline-block;
        font-size: 14px;
        text-align: left;
        font-family: 'poppinsmedium';
        width: auto;
        padding-left: 10px;
        vertical-align: middle;
        padding-top: 2px;
    }

.form-card .date_color_grey {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    vertical-align: middle;
}

.form-card .date_color_lGrey {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    vertical-align: middle;
}

.form-card .date_color_lRed {
    background-color: rgb(166 18 66);
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.form-card .date_color_red {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    vertical-align: middle;
}

.test_dates_color .row .col-sm-6.col-6:last-child {
    text-align: right;
}

.form-card .test_dates_color .col-sm-3.col-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-card .acrd_sec {
    margin-top: 0;
}

.btn_fix_b {
    position: fixed;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 65px;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0px 2px 20px rgb(182 182 182 / 40%);
    right: 0;
    overflow: hidden;
}

input:checked ~ .custom-control-label::after {
    height: 22px;
    width: 22px;
}

.custom-control-label::after {
    top: .20rem;
    left: -1.60rem;
}

.custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.28rem;
}

.registration_process .card .card-body label a {
    color: #e31837;
    text-decoration: underline;
}

.agree_chkbx .label_a {
    font-family: 'poppinsregular' !important;
    padding-top: 0;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-size: 15px !important;
}

.toast_cntr {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.toast {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 12px;
    background: #fff;
    padding: 30px 20px 30px 15px;
    box-shadow: 0px 0px 25px 12px rgb(124 124 124 / 12%);
    overflow: hidden;
    transform: translateX(calc(300% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    opacity: 1;
    max-width: 32%;
    backdrop-filter: none;
    border: none;
}

    .toast .toast-content img {
        width: 100px;
        margin-bottom: 15px;
    }

    .toast.active {
        transform: translateX(0%);
    }

    .toast .toast-content {
        display: block;
        width: 100%;
        text-align: center;
    }

.toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #2770ff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

    .message .text.text-1 {
        color: #333;
        font-family: 'poppinsbold';
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

.toast .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

    .toast .close:hover {
        opacity: 1;
    }

.toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
}

    .toast .progress:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: #e1143b;
    }

.progress.active:before {
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

button {
    padding: 12px 20px;
    font-size: 20px;
    outline: none;
    border: none;
    background-color: #2770ff;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

    button:hover {
        background-color: #2770ff;
    }

.toast.active ~ button {
    pointer-events: none;
}

.card-b .vl {
    border-left: 1px solid #dbdfe1;
    height: 10px;
    margin-left: 15px;
    padding: 15px 8px 15px 0;
    display: inline-block;
    float: left;
}

.card .card-spc li.nav-item {
    margin: 0;
    margin-bottom: 12px !important;
    width: 100%;
}

.card .card-spc .nav-link {
    padding: .9rem 1rem;
    font-size: 16px;
}

.card .card-spc #home-tab {
    background: url("../images/upi_grey.svg") no-repeat;
    padding-left: 70px;
    background-size: 18px;
    background-position: 7% 50%;
}

    .card .card-spc #home-tab:hover {
        color: #e31837
    }

    .card .card-spc #home-tab.active:hover {
        color: #fff
    }

    .card .card-spc #home-tab.active {
        background: url(../images/upi.svg) no-repeat #e31837;
        background-size: 18px;
        background-position: 7% 50%;
    }

.card .card-spc #profile-tab {
    background: url("../images/credit_card_grey.svg") no-repeat;
    padding-left: 70px;
    background-size: 20px;
    background-position: 7% 50%;
}

    .card .card-spc #profile-tab:hover {
        color: #e31837
    }

    .card .card-spc #profile-tab.active:hover {
        color: #fff
    }

    .card .card-spc #profile-tab.active {
        background: url(../images/credit_card.svg) no-repeat #e31837;
        background-size: 20px;
        background-position: 7% 50%;
    }

.card .card-spc #contact-tab {
    background: url("../images/net_banking_grey.svg") no-repeat;
    padding-left: 70px;
    background-size: 30px;
    background-position: 4% 50%;
}

    .card .card-spc #contact-tab:hover {
        color: #e31837
    }

    .card .card-spc #contact-tab.active:hover {
        color: #fff
    }

    .card .card-spc #contact-tab.active {
        background: url(../images/net_banking.svg) no-repeat #e31837;
        background-size: 30px;
        background-position: 4% 50%;
    }

.card .card-spc #branchTab a {
    background: url("../images/net_banking_grey.svg") no-repeat;
    padding-left: 70px;
    background-size: 30px;
    background-position: 4% 50%;
}

    .card .card-spc #branchTab a:hover {
        color: #e31837
    }

    .card .card-spc #branchTab a.active:hover {
        color: #fff
    }

.card .card-spc #branchTab li a.active {
    background: url(../images/net_banking.svg) no-repeat #e31837;
    background-size: 30px;
    background-position: 4% 50%;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-fill {
    display: flex;
    flex: 1 1;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.card-data > div {
    padding-bottom: 2em;
}

    .card-data > div:first-child {
        padding-top: 0;
    }

.card-property-title {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    margin-right: 0.5em;
}

    .card-property-title strong {
        padding-bottom: 0.5em;
        font-size: 0.85em;
    }

    .card-property-title span {
        color: var(--secondary-text);
        font-size: 0.75em;
    }

.card-property-value {
    flex: 1 1;
}

.m-md {
    margin: 1em;
}

.card-number {
    background: #fafafa;
    border: var(--field-border);
    border-radius: var(--field-border-radius);
    padding: 0.5em 1em;
}

.card-number-field * {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.card-number-field input {
    width: 100%;
    height: 100%;
    padding: 0.5em 1rem;
    margin: 0 0.75em;
    border: none;
    color: #888888;
    background: transparent;
    font-family: inherit;
    font-weight: 500;
}

.timer span {
    background: #311b92;
    color: #ffffff;
    width: 1.2em;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

    .timer span + span {
        margin-left: 2px;
    }

.timer em {
    font-style: normal;
}

.card-body .card-spc ul {
    width: 100%;
    float: left;
}

    .card-body .card-spc ul li {
        float: left;
        list-style-type: none;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
        padding: 16px 0;
    }

.card .card-spc #branchTab li.nav-item {
    margin-bottom: 0 !important;
    padding: 12px 0 !important;
}

.card-body .card-spc ul li p {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    font-size: 15px;
    font-family: 'poppinsmedium';
    margin-bottom: 0;
}

.card-body .card-spc ul li h3 {
    font-size: 16px;
    display: inline-block;
    font-family: 'poppinssemibold';
    float: right;
}

    .card-body .card-spc ul li h3 span {
        font-size: 16px;
        display: inline-block;
        font-family: 'poppinssemibold';
        float: right;
    }

.card-body .card-spc ul li:last-child {
    border-bottom: none;
}

.card-body .card-spc ul li p img {
    width: 17px;
    vertical-align: middle;
    margin-right: 10px;
}

.register_main .register_f select {
    padding: 0 10px;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(https://images.ctfassets.net/unrdeg6se4ke/4N6w5ToogUutXW76HeyMj1/d669a6db77ee5e1a8454ba900e0dc5d8/down_Arrow.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 0.75em top 50%, 0 0;
    background-size: .90em auto, 100%;
}

.clndr_sec .cnt_com {
    margin-top: 12px;
}

.form-card #calendar .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
    color: #c7c7c7;
}

.popover-body p:first-child {
    padding-top: 2px;
}

.popover-body p {
    padding: 7px 0;
    font-size: 13px;
    border-bottom: 1px solid #eeeeee;
}

.card-header i {
    font-size: 14px;
    padding: 0;
    color: #e31837;
    border-radius: 2px;
    display: block;
    padding-top: 2px;
    font-family: 'poppinsmedium';
}

.popover {
    border: 1px solid rgba(224, 224, 224, 0.80);
}

.popover-header {
    padding: .7rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background: rgb(227, 24, 55);
    background: linear-gradient(122deg, rgba(227, 24, 55, 1) 28%, rgba(227, 62, 24, 1) 90%);
    color: #fff;
    font-family: 'poppinsmedium';
}

.popover-body p {
    padding: 7px 0;
    font-size: 14px;
    border-bottom: none;
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-style: solid;
    transform: none;
    background-color: transparent;
}

.field-validation-error {
    color: #e31837;
    font-size: 14px;
    padding-top: 8px;
    display: block;
}

#div_other .other, #div_other_n .other {
    visibility: hidden;
}

.agree_chkbx .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    float: left;
}

.line a:after {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 0.5s ease 0s;
}

.registration_process .custom-file-label::after {
    background: #333541 !important;
    color: #fff;
}

.custom-file-input {
    display: none; /* Hide the actual file input */
}

/* Style the label that shows the file name */
.custom-file-label {
    display: block;
    background-color: #f8f9fa; /* Optional: background color for the label */
    padding: 10px;
    border: 1px solid #ced4da;
    cursor: pointer;
    color: black; /* Set default color for text */
}

/* Optional: Change the label color when file is selected */
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: inset 0 0 0 .2rem rgba(38, 143, 255, .25);
}

/* Optional: Change the file name text color after selection */
.custom-file-input:valid ~ .custom-file-label {
    color: black; /* Black color for the selected file name */
}

.ptb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

#yourSpModal p {
    line-height: 22px;
    padding-bottom: 8px;
}

.yes_red {
    background-color: #e31837;
    border: none;
}

div#PaymentNote {
    box-shadow: 0px 2px 12px rgb(228 228 228 / 61%);
    float: left;
    width: 100%;
    padding: .5rem 1rem !important;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

#PaymentNote p {
    line-height: 14px;
}
#yourNonResModal h3#exampleModalLabel {
    font-family: 'poppinssemibold';
    font-size: 18px !important;
}
#yourNonResModal button.close {
    outline: none;
    opacity:1;
}
#yourNonResModal button.close span {
    color: #fff;
    opacity: 1;
    font-size: 28px;
}
#yourNonResModal .modal-body p {
    font-size: 15px;
    line-height: 22px;
}
.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto !important;
}
#yourNonResModal button.close:hover {
    background-color: transparent;
}
#yourNonResModal .modal-body P a {
    color: #326efe;
    background: none; 
    padding: 0; 
    border-radius: 0;
    float: none; 
    margin: 0;
    cursor: pointer;
}
#yourNonResModal .modal-body a {
    background-color: #e31837;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    margin: 12px 0;
    float: left;
    cursor: pointer;
}
.user_type_minor p {
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-family: 'poppinsmedium';
    margin-right: 6px;
}

.user_type_minor img {
    width: 32px;
    vertical-align: middle;
}

.user_type_adult p {
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-family: 'poppinsmedium';
    margin-right: 6px;
}

.user_type_adult img {
    width: 32px;
    vertical-align: middle;
}

.parent .card-spc span.gard {
    font-size: 13px;
    margin-top: 15px;
    display: block;
}

#infoBox {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
    background-color: #f9f9f9;
    padding: 0 15px;
    margin-top: 10px;
    border-left: 4px solid #007BFF;
}

    #infoBox.show {
        max-height: 300px; /* Adjust height as needed */
        padding: 15px;
    }
.minor_consent {
    background-color: #eeeeee;
    float: left;
    padding: 8px 15px;
    border-radius: 8px;
}
.minor_consent ul {
    margin: 0 12px;
}
.minor_consent li {
    border: none !important;
    padding: 6px 0 !important;
    list-style-type: disc !important;
    display: list-item;
    font-size: 14px;
}
@media screen and (min-width: 992px) {
    .form-card #calendar .calendar-events {
    display: flex;
    justify-content: space-around;
  }
}
/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
  .registration_process .card-header {
    line-height: 20px;
  }
  .registration_process .form-card .col-sm-2 {
    padding: 0;
  }
  .registration_process .form-card .col-sm-3 {
    padding: 0;
  }
  .registration_process .form-card .col-sm-4 {
    padding: 0;
  }
  .registration_process .form-card .col-sm-5 {
    padding: 0;
  }
  .registration_process .form-card .col-sm-6 {
    padding: 0;
  }
  .registration_process .form-card .col-sm-7 {
    padding: 0;
  }
  .registration_process .form-card .col-sm-8 {
    padding: 0;
  }
  .registration_process .form-card .col-sm-12 {
    padding: 0;
  }

#yourNonResModal h3#exampleModalLabel {
    font-family: 'poppinssemibold';
    font-size: 18px !important;
}

#yourNonResModal button.close {
    outline: none;
    opacity: 1;
}

    #yourNonResModal button.close span {
        color: #fff;
        opacity: 1;
        font-size: 28px;
    }

#yourNonResModal .modal-body p {
    font-size: 15px;
    line-height: 22px;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto !important;
}

#yourNonResModal button.close:hover {
    background-color: transparent;
}

#yourNonResModal .modal-body P a {
    color: #326efe;
    background: none;
    padding: 0;
    border-radius: 0;
    float: none;
    margin: 0;
    cursor: pointer;
}

#yourNonResModal .modal-body a {
    background-color: #e31837;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    margin: 12px 0;
    float: left;
    cursor: pointer;
}

.user_type_minor p {
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-family: 'poppinsmedium';
    margin-right: 6px;
}

.user_type_minor img {
    width: 32px;
    vertical-align: middle;
}

.user_type_adult p {
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-family: 'poppinsmedium';
    margin-right: 6px;
}

.user_type_adult img {
    width: 32px;
    vertical-align: middle;
}

.parent .card-spc span.gard {
    font-size: 13px;
    margin-top: 15px;
    display: block;
}

#infoBox {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
    background-color: #f9f9f9;
    padding: 0 15px;
    margin-top: 10px;
    border-left: 4px solid #007BFF;
}

    #infoBox.show {
        max-height: 300px; /* Adjust height as needed */
        padding: 15px;
    }

.minor_consent {
    background-color: #eeeeee;
    float: left;
    padding: 8px 15px;
    border-radius: 8px;
}

    .minor_consent ul {
        margin: 0 12px;
    }

    .minor_consent li {
        border: none !important;
        padding: 6px 0 !important;
        list-style-type: disc !important;
        display: list-item;
        font-size: 14px;
    }

@media screen and (min-width: 992px) {
    .form-card #calendar .calendar-events {
        display: flex;
        justify-content: space-around;
    }
}
/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
    .registration_process .card-header {
        line-height: 20px;
    }

    .registration_process .form-card .col-sm-2 {
        padding: 0;
    }

    .registration_process .form-card .col-sm-3 {
        padding: 0;
    }

    .registration_process .form-card .col-sm-4 {
        padding: 0;
    }

    .registration_process .form-card .col-sm-5 {
        padding: 0;
    }

    .registration_process .form-card .col-sm-6 {
        padding: 0;
    }

    .registration_process .form-card .col-sm-7 {
        padding: 0;
    }

    .registration_process .form-card .col-sm-8 {
        padding: 0;
    }

    .registration_process .form-card .col-sm-12 {
        padding: 0;
    }

    .registration_process .form-card .col-md-2 {
        padding: 0;
    }

    .registration_process .form-card .col-md-3 {
        padding: 0;
    }

    .registration_process .form-card .col-md-4 {
        padding: 0;
    }

    .registration_process .form-card .col-md-5 {
        padding: 0;
    }

    .registration_process .form-card .col-md-6 {
        padding: 0;
    }

    .registration_process .form-card .col-md-7 {
        padding: 0;
    }

    .registration_process .form-card .col-md-12 {
        padding: 0;
    }

    .test_details {
        display: block;
        padding-bottom: 0;
        margin-bottom: 0;
        padding: .7rem 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .btn_add {
        margin-top: 0;
        float: left !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
    }

        .btn_add a {
            padding: 14px 30px;
        }

    .btn_register a.grey {
        margin-bottom: 20px;
    }

    #msform {
        margin-top: 0;
        display: flex;
        flex-wrap: unset;
        padding-left: 0;
    }

    #progressbar {
        width: 65%;
    }

        #progressbar li {
            width: unset;
            float: left;
            display: inline-block;
            padding: 10px 12px;
        }

            #progressbar li:after {
                height: 3px;
                left: 0;
                bottom: 0;
                z-index: -1;
            }

            #progressbar li:before {
                width: 32px;
                height: 32px;
                vertical-align: middle;
                line-height: 30px;
            }

            #progressbar li span {
                display: none;
            }

            #progressbar li.inactive:after {
                background: lightgray;
                background-image: none;
            }

            #progressbar li.active:after {
                background-image: none;
            }

    .custom-control-label::before {
        top: 0 !important;
    }

    .custom-control-label::after {
        top: -0.12rem;
        left: -1.60rem;
    }

    .logo_d {
        width: 35% !important;
        padding-bottom: 0 !important;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 8px;
    }

        .logo_d a img {
            padding-top: 0;
            width: 110px;
        }

    #progressbar li.logo_d:after {
        display: none;
    }

    .registration_process .card .container {
        padding-right: 0;
        padding-left: 0;
    }

    .tooltip {
        display: none !important;
    }

    .mid-sec {
        top: 60px;
    }

    .form-card .card .register_f .form-group {
        margin-bottom: 15px;
    }

    .registration_process .card .card-body .form-control {
        padding: 0 10px;
    }

    .form-card .tabs .selector {
        min-width: 100%;
    }

    .form-card .project-tab .nav-link {
        max-width: 100%;
        z-index: 999;
    }

    .form-card .date_color_grey {
        width: 28px;
        height: 28px;
    }

    .form-card .date_color_lGrey {
        width: 28px;
        height: 28px;
    }

    .form-card .date_color_lRed {
        width: 28px;
        height: 28px;
    }

    .form-card .date_color_red {
        width: 28px;
        height: 28px;
    }

    .form-card .test_dates_color span {
        font-size: 13px;
    }

    .form-card .test_dates_color .col-sm-3.col-6 {
        justify-content: left;
        padding: 4px 10px;
    }

    .accordion-header {
        padding: 1.2em 0.8em !important;
    }

    .registration_process .card .card-body label {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 20px;
    }

    .registration_process .card .card-body .label_a {
        margin-bottom: 5px !important;
    }

    .registration_process .card-body p {
        margin-bottom: 15px;
    }

    .form-card .card .form-group {
        margin-bottom: 1.1rem;
    }

    .agree_chkbx {
        margin-top: 15px;
    }

    .clndr_sec {
        margin-bottom: 10px;
    }

    .registration_process .card .card-body input::placeholder {
        font-size: 14px;
    }

    .registration_process .card .card-body textarea::placeholder {
        font-size: 14px;
    }

    .test_details .fa {
        font-size: 16px;
    }

    .test_details span {
        font-size: 15px;
    }

    .card-spc .col-sm-6.mrg-t-2 {
        margin-top: 20px;
    }

    .action-button {
        padding: 12px 15px;
        font-size: 14px;
    }

    .btn_bk .pre {
        padding: 12px 8px !important;
        font-size: 14px;
    }

    .btn_skp.mr-5 {
        margin-right: 10px !important;
    }

    .btn_skp .skip {
        padding: 11px 10px !important;
    }

    .card-b .vl {
        margin-left: 0px;
        padding: 12px 5px 20px 0;
        display: inline-block;
        margin-top: 10px;
    }

    .card-body .card-spc {
        padding: 0;
    }

    .form-card .card.mt-5 {
        margin-top: 20px !important;
    }

    .card-body .card-spc ul li {
        padding: 15px 0;
        width: auto !important;
        border-bottom: none;
    }

    .card .card-spc li.nav-item {
        margin-bottom: 0px !important;
    }

    .card .card-spc .nav-link {
        padding: .6rem .3rem;
        font-size: 13px;
        margin: 0 3px;
    }

    .card .card-spc #home-tab {
        padding-left: 23px;
        background-size: 12px;
        background-position: 7% 50%;
    }

    .card .card-spc #profile-tab.active {
        background-size: 16px;
        background-position: 6% 50%;
    }

    .card .card-spc #contact-tab.active {
        background-size: 16px;
        background-position: 4% 50%;
    }

    .card .card-spc #home-tab.active {
        background-size: 16px;
        background-position: 7% 50%;
    }

    .card .card-spc #profile-tab {
        padding-left: 30px;
        background-size: 18px;
    }

    .card .card-spc #contact-tab {
        padding-left: 30px;
        background-size: 25px;
        background-position: 4% 50%;
    }

    .card-body .card-spc ul {
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 20px;
    }

    .card-data > div:first-child {
        padding-bottom: 1em;
    }

    .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
        right: -15px;
        top: -20px;
    }

        .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg, .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
            height: 20px;
            width: 20px;
        }

    .form-card .city_clndr {
        padding: 28px 0px;
    }

    .form-card #calendar .flatpickr-calendar .flatpickr-innerContainer {
        overflow: hidden;
    }

    .flatpickr-calendar.open, .flatpickr-calendar.inline {
        max-height: 320px !important;
    }

    .flatpickr-rContainer {
        padding: 0 10px !important;
    }

    .form-card .project-tab .nav-link {
        background-color: #f5f5f5;
    }

    .nav-tabs .nav-link.active {
        box-shadow: 0px 0px 8px 2px rgb(110 110 110 / 16%);
    }

    .card-b .register_f .form-group {
        padding: 0;
    }

    .form-card .test_dates_color {
        margin-bottom: 15px;
    }

    .date_avb {
        min-height: 180px;
        max-width: 400px;
        height: auto;
    }

    .form-card #calendar .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
        left: 0;
    }

    .card mt-4 mb-5 d-block float-left {
    }

    .card.mt-4.mb-5.d-block.float-left {
        margin-top: .5rem !important
    }

    .card-header img {
        width: 18px;
        margin-left: 6px;
        cursor: pointer;
        display: inline-block !important;
    }

    .mobile_v .navbar-nav {
        margin-top: 0 !important
    }

    .mobile_v .dropdown-menu {
        transition: all .5s;
        left: 0px !important;
        position: absolute !important;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
        min-width: 10rem !important;
        top: 100% !important;
        padding: 0 10px !important;
    }

    .mobile_v {
        display: inline-block;
        width: auto;
        right: 0;
    }

        .mobile_v .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .mobile_v .navbar-nav {
            box-shadow: none;
            border-radius: 5px;
            padding: 0px 15px 0px 8px;
        }

            .mobile_v .navbar-nav li.nav-item {
                padding-right: 10px;
                margin-bottom: 0 !important;
            }

        .mobile_v.navbar-light .navbar-nav .nav-link {
            font-size: 13px;
        }

        .mobile_v .nav-link.dropdown-toggle:after {
            font-size: 18px;
            color: #333333;
        }

        .mobile_v .test_details {
            display: block;
            padding-bottom: 0;
            margin-bottom: 0;
            padding: .7rem 0;
            border-bottom: 1px solid #d9d9d9;
        }

        .mobile_v .navbar-nav .nav-item .dropdown-item:last-child {
            border-bottom: none;
        }
}
