﻿/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.Privacy-header {
    font-size: 2em !important;
    font-weight: 400 !important;
    line-height: 1.357em !important;
}

.Privacy-header-ques {
    font-size: 20px !important;
    line-height: 24px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 800 !important;
}

.Privacy-header-section {
    font-size: 2em !important;
    line-height: 1.361em;
    font-weight: 400 !important;
}

.custom-spacing {
    margin-top: 0.938em !important;
    margin-bottom: 0.938em !important;
}

.error-text {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: red !important;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 8px 8px 8px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #fff;
            border: 1px #4e667d solid;
            color: #000;
            display: block;
            line-height: 1.8em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #126F9E;
                color: #fff;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #126F9E;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

@media only screen and (max-width: 480px) {
    .header-border:after {
        display: none;
    }
}

.header-border {
    position: relative;
}

/*.header-border:after
        {
            content: '';
            height: 80%;
            width: 2px;
            position: absolute;
            right: 0;
            top: 15px;
            background-color: #000000;
        }*/
.required:after {
    content: "*";
    font-weight: bold;
    color: Red;
    margin-left: 5px;
}

.headcard {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: .25rem;
}

.caption-text {
    font-weight: bold;
    color: #126F9E;
}

.site-header {
    padding: 0.3rem 1rem;
    margin-bottom: 1rem;
    background-color: #126F9E;
    color: #fff;
}

.site-header-text {
    color: #fff !important;
    font-weight: bold;
    text-transform: capitalize;
    font-family: Arial;
}

.btn {
    background-color: #126F9E;
}

.bottom-text {
    color: #6f7275;
    font-size: 0.8rem;
    margin-left: 5px;
}

.form-group {
    margin-bottom: 15px !important;
}
/*.form-control
{
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}*/
/*DataGridView
----------------------------------------------------------*/
body {
    width: 100%;
}

.table-condensed tr th {
    border: 1px solid #FFF;
    color: white;
    background-color: #126F9E;
    text-align: center;
    font-size: 12px;
}

.table-condensed, .table-condensed tr td {
    border: 1px solid #cfcbcb;
    font-size: 12px;
}

tr:nth-child(even) {
    background: #f8f7ff
}

tr:nth-child(odd) {
    background: #fff;
}

/*Textbox
----------------------------------------------------------*/

div.input-block {
    position: relative;
}

    div.input-block input {
        font-weight: 500;
        font-size: 1.2rem;
        color: #495055;
        /*border-radius: 0.5rem;*/
        outline: none;
    }

    div.input-block span.placeholder {
        position: absolute;
        margin: 12px 0;
        padding: 0 4px;
        font-family: Roboto, sans-serif;
        color: #6c757d;
        display: flex;
        align-items: center;
        font-size: 1rem;
        top: 0;
        left: 17px;
        transition: all 0.2s;
        transform-origin: 0% 0%;
        background: none;
        pointer-events: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
    }


    div.input-block input:focus + span.placeholder {
        transform: scale(0.8) translateY(-30px);
        background: #fff;
    }

.valid-input {
    transform: scale(0.8) translateY(-30px);
    background: #fff !important;
}

div.input-block input:focus {
    color: #284B63;
    border-color: #284B63;
}

    div.input-block input:focus + span.placeholder {
        color: #284B63;
    }

.combined-header {
    font-family: courier;
    font-weight: bolder;
    text-align: center;
    font-size: 2rem;
}

.card-header-style {
    font-size: 24px;
    text-align: center;
    color: #126F9E;
}

.top_bar {
    width: 100%;
    height: 35px;
    background: #126F9E;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    z-index: 2;
    text-align: center;
}

.top-bar-text {
    font-family: 'Courier New', sans-serif;
    font-style: normal;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-top: -5px;
    margin-left: 20.333333%;
    white-space: nowrap;
}

.page-header-text {
    font-family: "Arial Bold", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

.page-content-text {
    font-size: 14px;
    color: #333333;
}

.amynta-page {
    font-size: 14px !important;
    line-height: 1.6em;
    color: #333333;
}

.hamburger {
    background: none;
    position: relative;
    top: -16px;
    right: 0;
    line-height: initial;
    padding: 5px 15px 0px 15px;
    color: #fff;
    border: 0;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    outline: transparent none 0px;
    z-index: 9;
    float: right;
}

.cross {
    background: none;
    position: relative;
    top: -5px;
    right: 0;
    padding: 5px 15px 0px 15px;
    color: #fff;
    border: 0;
    font-size: 3em;
    line-height: 45px;
    font-weight: bold;
    cursor: pointer;
    outline: transparent none 0px;
    z-index: 9;
    float: right;
}

.menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 200px;
    background: #f1f1f1;
    position: absolute;
    text-align: center;
    font-size: 12px;
    right: 10px;
    top: 30px;
}

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .menu li {
        display: block;
        /*padding: 15px 0 15px 0;*/
        border-bottom: #dddddd 1px solid;
        text-align: start;
    }

        .menu li:hover {
            display: block;
            background: #ffffff;
            /*padding: 15px 0 15px 0;*/
            border-bottom: #dddddd 1px solid;
        }

    .menu ul li a {
        text-decoration: none;
        margin: 0px;
        color: #666;
    }

        .menu ul li a:hover {
            color: #666;
            text-decoration: none;
        }

    .menu a {
        text-decoration: none;
        color: #666;
    }

        .menu a:hover {
            text-decoration: none;
            color: #666;
        }

.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}

.menu-button-style {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
}

.body-content {
    margin-bottom: 30px;
}

.footer-style {
    background-color: rgba(85, 85, 85, 1);
    height: auto;
    color: #fff !important;
    font-family: "Arial", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 13px !important;
}

    .footer-style a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .footer-style .logo {
        width: 70%;
        filter: brightness(0) invert(1);
    }

hr.style {
    border-top: 2px solid #555555;
}

.card-text {
    font-size: 12px;
    margin-bottom: 5px;
}

.card-title {
    font-weight: bolder;
    color: #126F9E;
}

.service-header-text {
    color: #D9001B;
}

.theme-bg {
    color: #126F9E;
}

.serviceperformed tr:nth-child(even) {
    background: #fff;
}

.serviceperformed label {
    margin-left: 10px;
}

#error-message {
    padding: 5px;
    border: 1px solid red;
    color: red;
    display: none;
    margin-bottom: 10px;
}

.menu-icon {
    vertical-align: middle;
    margin-top: -3px;
}

.valsummary {
    margin-bottom: 10px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    font-size: 12px;
    color: red;
    padding: 0px 10px 0px 0px;
}

    .valsummary::before {
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        content: "\f12a";
        background: red;
        padding: 10px;
        color: #fff;
        margin-right: 10px;
        font-size: 16px;
    }

@media print {
    input#printButton {
        display: none;
    }



    input#closeButton {
        display: none;
    }

    .button-c {
        display: none !important;
    }

    .hamburger {
        display: none !important;
    }

    .cross {
        display: none !important;
    }

    .combined-header {
        font-size: 28px !important;
        text-decoration: none !important;
    }

    a {
        text-decoration: none !important;
    }

    .footer-style .logo {
        filter: none !important;
    }
    .icard {
        display: none !important;
    }
    #adminLogin {
        display: none !important;
    }
    .print-fix{
        left:35%;
    }
}

.valsummary ul {
    display: none;
    visibility: hidden;
}

.multi_step_form {
    /*background: #f6f9fb;*/
    display: block;
    overflow: hidden;
}

    .multi_step_form #msform {
        text-align: center;
        position: relative;
        padding-top: 20px;
        /* min-height: 820px; */
        max-width: 100%;
        margin: 0 auto;
        background: #ffffff;
        z-index: 1;
    }

        .multi_step_form #msform .tittle {
            text-align: center;
            padding-bottom: 55px;
        }

            .multi_step_form #msform .tittle h2 {
                font: 500 24px/35px "Roboto", sans-serif;
                color: #3f4553;
                padding-bottom: 5px;
            }

            .multi_step_form #msform .tittle p {
                font: 400 16px/28px "Roboto", sans-serif;
                color: #5f6771;
            }

        .multi_step_form #msform fieldset {
            border: 0;
            padding: 20px 105px 0;
            position: relative;
            width: 100%;
            left: 0;
            right: 0;
        }

            .multi_step_form #msform fieldset:not(:first-of-type) {
                display: none;
            }

            .multi_step_form #msform fieldset h3 {
                font: 500 18px/35px "Roboto", sans-serif;
                color: #3f4553;
            }

            .multi_step_form #msform fieldset h6 {
                font: 400 15px/28px "Roboto", sans-serif;
                color: #5f6771;
                padding-bottom: 30px;
            }

            .multi_step_form #msform fieldset .intl-tel-input {
                display: block;
                background: transparent;
                border: 0;
                box-shadow: none;
                outline: none;
            }

                .multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
                    padding: 0 20px;
                    background: transparent;
                    border: 0;
                    box-shadow: none;
                    outline: none;
                    width: 65px;
                }

                    .multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
                        border: 0;
                    }

                        .multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
                            content: "";
                            position: absolute;
                            top: 0;
                            right: 0;
                            font: normal normal normal 24px/7px Ionicons;
                            color: #5f6771;
                        }

            .multi_step_form #msform fieldset #phone {
                padding-left: 80px;
            }

            .multi_step_form #msform fieldset .form-group {
                padding: 0 10px;
            }

            .multi_step_form #msform fieldset .fg_2, .multi_step_form #msform fieldset .fg_3 {
                padding-top: 10px;
                display: block;
                overflow: hidden;
            }

            .multi_step_form #msform fieldset .fg_3 {
                padding-bottom: 70px;
            }

            .multi_step_form #msform fieldset .form-control, .multi_step_form #msform fieldset .product_select {
                border-radius: 3px;
                border: 1px solid #d8e1e7;
                padding: 0 20px;
                height: auto;
                font: 400 15px/48px "Roboto", sans-serif;
                color: #5f6771;
                box-shadow: none;
                outline: none;
                width: 100%;
            }

                .multi_step_form #msform fieldset .form-control.placeholder, .multi_step_form #msform fieldset .product_select.placeholder {
                    color: #5f6771;
                }

                .multi_step_form #msform fieldset .form-control:-moz-placeholder, .multi_step_form #msform fieldset .product_select:-moz-placeholder {
                    color: #5f6771;
                }

                .multi_step_form #msform fieldset .form-control::-moz-placeholder, .multi_step_form #msform fieldset .product_select::-moz-placeholder {
                    color: #5f6771;
                }

                .multi_step_form #msform fieldset .form-control::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
                    color: #5f6771;
                }

                .multi_step_form #msform fieldset .form-control:hover, .multi_step_form #msform fieldset .form-control:focus, .multi_step_form #msform fieldset .product_select:hover, .multi_step_form #msform fieldset .product_select:focus {
                    border-color: #126F9E;
                }

                    .multi_step_form #msform fieldset .form-control:focus.placeholder, .multi_step_form #msform fieldset .product_select:focus.placeholder {
                        color: transparent;
                    }

                    .multi_step_form #msform fieldset .form-control:focus:-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
                        color: transparent;
                    }

                    .multi_step_form #msform fieldset .form-control:focus::-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
                        color: transparent;
                    }

                    .multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
                        color: transparent;
                    }

                .multi_step_form #msform fieldset .product_select:after {
                    display: none;
                }

                .multi_step_form #msform fieldset .product_select:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 20px;
                    font: normal normal normal 24px/48px Ionicons;
                    color: #5f6771;
                }

                .multi_step_form #msform fieldset .product_select .list {
                    width: 100%;
                }

            .multi_step_form #msform fieldset .done_text {
                padding-top: 40px;
            }

                .multi_step_form #msform fieldset .done_text .don_icon {
                    height: 36px;
                    width: 36px;
                    line-height: 36px;
                    font-size: 22px;
                    margin-bottom: 10px;
                    background: #126F9E;
                    display: inline-block;
                    border-radius: 50%;
                    color: #ffffff;
                    text-align: center;
                }

                .multi_step_form #msform fieldset .done_text h6 {
                    line-height: 23px;
                }

            .multi_step_form #msform fieldset .code_group {
                margin-bottom: 60px;
            }

                .multi_step_form #msform fieldset .code_group .form-control {
                    border: 0;
                    border-bottom: 1px solid #a1a7ac;
                    border-radius: 0;
                    display: inline-block;
                    width: 30px;
                    font-size: 30px;
                    color: #5f6771;
                    padding: 0;
                    margin-right: 7px;
                    text-align: center;
                    line-height: 1;
                }

            .multi_step_form #msform fieldset .passport {
                margin-top: -10px;
                padding-bottom: 30px;
                position: relative;
            }

                .multi_step_form #msform fieldset .passport .don_icon {
                    height: 36px;
                    width: 36px;
                    line-height: 36px;
                    font-size: 22px;
                    position: absolute;
                    top: 4px;
                    right: 0;
                    background: #126F9E;
                    display: inline-block;
                    border-radius: 50%;
                    color: #ffffff;
                    text-align: center;
                }

                .multi_step_form #msform fieldset .passport h4 {
                    font: 500 15px/23px "Roboto", sans-serif;
                    color: #5f6771;
                    padding: 0;
                }

            .multi_step_form #msform fieldset .input-group {
                padding-bottom: 40px;
            }

                .multi_step_form #msform fieldset .input-group .custom-file {
                    width: 100%;
                    height: auto;
                }

                    .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
                        width: 168px;
                        border-radius: 5px;
                        cursor: pointer;
                        font: 700 14px/40px "Roboto", sans-serif;
                        border: 1px solid #99a2a8;
                        text-align: center;
                        transition: all 300ms linear 0s;
                        color: #5f6771;
                    }

                        .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
                            font-size: 20px;
                            padding-right: 10px;
                        }

                        .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover, .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
                            background: #126F9E;
                            border-color: #126F9E;
                            color: #fff;
                        }

                    .multi_step_form #msform fieldset .input-group .custom-file input {
                        display: none;
                    }

            .multi_step_form #msform fieldset .file_added {
                text-align: left;
                padding-left: 190px;
                padding-bottom: 60px;
            }

                .multi_step_form #msform fieldset .file_added li {
                    font: 400 15px/28px "Roboto", sans-serif;
                    color: #5f6771;
                }

                    .multi_step_form #msform fieldset .file_added li a {
                        color: #126F9E;
                        font-weight: 500;
                        display: inline-block;
                        position: relative;
                        padding-left: 15px;
                    }

                        .multi_step_form #msform fieldset .file_added li a i {
                            font-size: 22px;
                            padding-right: 8px;
                            position: absolute;
                            left: 0;
                            transform: rotate(20deg);
                        }

        .multi_step_form #msform #progressbar {
            margin-bottom: 30px;
            overflow: hidden;
            margin-left: -50px;
        }

            .multi_step_form #msform #progressbar li {
                list-style-type: none;
                color: #99a2a8;
                font-size: 9px;
                /*width: calc(100%/8);*/
                float: left;
                position: relative;
                font: 500 13px/1 "Roboto", sans-serif;
            }
            .multi_step_form #msform #progressbar.Pgbar3Steps li {
                width: calc(100%/3) !important;
            }
            .multi_step_form #msform #progressbar.Pgbar8Steps li {
                width: calc(100%/8) !important;
            }
                .multi_step_form #msform #progressbar li:nth-child(2):before {
                    content: "2";
                }

                .multi_step_form #msform #progressbar li:nth-child(3):before {
                    content: "3";
                }

                .multi_step_form #msform #progressbar li:nth-child(4):before {
                    content: "4";
                }

                .multi_step_form #msform #progressbar li:nth-child(5):before {
                    content: "5";
                }

                .multi_step_form #msform #progressbar li:nth-child(6):before {
                    content: "6";
                }

                .multi_step_form #msform #progressbar li:nth-child(7):before {
                    content: "7";
                }

                .multi_step_form #msform #progressbar li:nth-child(8):before {
                    content: "8";
                }

                .multi_step_form #msform #progressbar li::before {
                    content: "1";
                    font: normal normal normal 30px/50px Ionicons;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    display: block;
                    background: #eaf0f4;
                    border-radius: 50%;
                    margin: 0 auto 10px auto;
                    font-size: 14px;
                }


                .multi_step_form #msform #progressbar li::after {
                    content: "";
                    width: 100%;
                    height: 5px;
                    background: #eaf0f4;
                    position: absolute;
                    left: -50%;
                    top: 14px;
                    z-index: -1;
                    /* font-size: 12px; */
                }

                .multi_step_form #msform #progressbar li:first-child:after {
                    width: 0;
                }

                .multi_step_form #msform #progressbar li:last-child:after {
                    width: 100%;
                }

                .multi_step_form #msform #progressbar li.active {
                    color: #126F9E;
                }

                    .multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
                        background: #126F9E;
                        color: white;
                    }

        .multi_step_form #msform .action-button {
            background: #126F9E;
            color: white;
            border: 0 none;
            border-radius: 5px;
            cursor: pointer;
            min-width: 130px;
            font: 700 14px/40px "Roboto", sans-serif;
            border: 1px solid #126F9E;
            margin: 0 5px;
            text-transform: uppercase;
            display: inline-block;
        }

            .multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
                background: #405867;
                border-color: #405867;
            }

        .multi_step_form #msform .previous_button {
            background: transparent;
            color: #99a2a8;
            border-color: #99a2a8;
        }

            .multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
                background: #405867;
                border-color: #405867;
                color: #fff;
            }

.page-center-des {
    margin-right: 0;
}

table.dataTable thead th {
    border: 1px solid #FFF;
    color: white;
    background-color: #126F9E;
    text-align: center;
    font-size: 12px;
}

table.dataTable tbody td {
    border: 1px solid #cfcbcb;
    font-size: 12px;
}

.dataTables_info {
    display: none;
}

.hidden {
    display: none;
}

.text-link:hover {
    text-decoration: none !important;
}

.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    /*background: #2a2a2a55;*/
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 99;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 1
    }

/*It should add in media query*/
@media only screen and (min-width : 320px) {
    .combined-header {
        font-size: 1.7rem;
    }

    .top-bar-text {
        font-size: 23px;
    }
    .ielement {
        position: relative !important;
        margin-left: auto;
        margin-right: auto;
        width: 30% !important;
        right: 0 !important;
    }
}

@media only screen and (max-width : 480px) {
    .top-bar-text {
        margin: -5px 0px 5px 0px;
    }


    .hamburger {
        top: -10px !important;
    }

    div.input-block span.placeholder {
        font-size: 0.9rem;
    }

    .headcard .logo {
        width: 75%;
    }

    .multi_step_form {
        margin-left: -10px;
    }

    .contact-img {
        width: 100%;
    }

    .multi_step_form #msform #progressbar {
        margin-left: -30px;
    }

    .menu {
        top: 35px;
    }

    .cross {
        top: 0px;
    }
    
}

@media only screen and (max-width : 768px) {
    .hamburger {
        top: -13px;
    }
    
}

@media only screen and (max-width : 992px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .top-bar-text {
        margin-top: -1px;
        font-size: 24px;
    }

    .footer-content-center {
        margin-left: 0px;
    }

    .footer-style .logo {
        width: 70%;
        filter: brightness(0) invert(1);
    }

    .combined-header {
        font-size: 2rem;
    }

    .spacing {
        padding: 5px;
    }

    .headcard .logo {
        width: 75%;
    }

    .contact-img {
        width: 100%;
    }
    .ielement {
        position: relative !important;
        margin-left: auto;
        margin-right: auto;
        width: 30% !important;
        right: 0 !important;
    }
}

@media only screen and (min-width : 568px) {
    .combined-header {
        font-size: 1rem;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .top-bar-text {
        margin-top: -2px;
        font-size: 28px;
    }
    /*.footer-content-center {
        margin-left: -30px;
    }*/
    .footer-style .logo {
        width: 100%;
        filter: brightness(0) invert(1);
    }

    .combined-header {
        font-size: 1.3rem;
    }

    .spacing {
        padding: 15px;
        padding-bottom:0px;
    }

    .headcard .logo {
        width: 100%;
    }

    .contact-img {
        width: 50%;
    }
    .ielement {
        position: relative !important;
        margin-left: auto;
        margin-right: auto;
        width: 20% !important;
        right: 0 !important;
    }
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .top-bar-text {
        margin-top: -5px;
        font-size: 32px;
    }
    /*.footer-content-center {
        margin-left: -130px;
    }*/
    .page-center-des {
        margin-right: 10rem;
    }

    .footer-style .logo {
        width: 80%;
        filter: brightness(0) invert(1);
    }

    .combined-header {
        font-size: 2rem;
    }

    .headcard .logo {
        width: 75%;
    }

    .multi_step_form {
        margin-left: 3.3333%;
    }

    .contact-img {
        width: 25%;
    }
    .ielement {
        position: absolute !important;
        top: 0 !important;
        right: -56px !important;
        width: 14% !important;
        z-index: 999 !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .ielement {
        position: absolute !important;
        top: 0 !important;
        right: -24px !important;
        width: 14% !important;
        z-index: 999 !important;
    }
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.zoom-in {
    transform: scale(0) !important;
    opacity: 0;
    -webkit-transition: 1s all 0s;
    -moz-transition: 1s all 0s;
    -ms-transition: 1s all 0s;
    -o-transition: 1s all 0s;
    transition: 1s all 0s;
    display: block !important;
}

    .zoom-in.show {
        opacity: 1;
        transform: scale(1) !important;
        transform: none;
    }

.modal-content {
    border: 2px solid #dc3545;
    border-radius: 0rem;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

#ErrorPopup .error-header {
    margin-bottom: 5px;
    font-size: 22px;
}

#ErrorPopup .error-text {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: normal !important;
}

#DefaultPopup .error-header {
    margin-bottom: 5px;
    font-size: 22px;
}

#DefaultPopup .error-text {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: normal !important;
}

.Error-Banner-out-col {
    background: red;
    color: #fff !important;
    padding: 3px;
}

.Error-Banner-out-row {
    padding: 0px 15px 0px 15px !important;
}

.contactModal {
    background-color: rgba(242, 242, 242, 1);
    border-radius: 15px;
    border-width: 4px;
    border-color: rgba(18, 111, 158, 1)
}

#userPopup {
    background-color: rgba(18, 111, 158, 1);
    border: rgba(18, 111, 158, 1);
    border-radius: 15px;
    /*height: 280px;
    width: 500px;*/
    position: relative;
    box-shadow: none;
    overflow: hidden;
    border: none;
}

#vehicleOwnerDiv {
    width: 50%;
    float: left;
    padding-left: 30px;
}

#serviceDiv {
    width: 50%;
    float: right;
    padding-left: 75px
}


#adminDiv {
    border-width: 0px;
    position: absolute;
    left:820px; 
    top: 122px;
    width: 260px;
    height: 19px;
    display: flex;
    font-family: "Arial Bold", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #D9001B;
}

#adminDiv_img {
    border-width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 19px;
}



#adminDiv .text {
    
    position: absolute;
    align-self: center;
     padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
}
#adminDiv_text {
    border-width: 0px;
    word-wrap: break-word;
    text-transform: none;
}

#lblAdmin {
    
   
    margin: 0px;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#helloDiv {
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
#whoDiv {
    padding-left: 25px;
    font-weight: 700;
    color: white;
    margin-top: 15px;
    font-size: 14px;
}
#serviceFacilityDiv {
    color: white;
    text-align: center;
    margin-left: -55px;
}

#vehicleDiv {
    color: white;
    margin-left: -15px;
}
.icard {
    position: relative !important;
}


#sessionText {
    border: 1px solid red;
    padding: 5px;
    
}
.popup-close {
    font-size: 40px;
    color: rgba(18, 111, 158, 1);
    padding: 0.4rem 1rem !important;
}
.admin-text {
    font-family: "Arial Bold", "Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #D9001B;
    background: #fffc84; 
    margin-bottom: 0px;
}
