html, body {
    height: 100%;
    width: 100%;
    font-style: normal;
    background: #f5f5f5;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

a {
    color: #696969;
    text-decoration: none;
}

    a:hover {
        color: #696969;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Interstate-Regular'
}

@font-face {
    font-family: 'Interstate-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/fonts/Interstate-Light.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../assets/fonts/Interstate-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Interstate-ExtraLight';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/fonts/Interstate-ExtraLight.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../assets/fonts/Interstate-ExtraLight.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Interstate-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/fonts/Interstate-Regular.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../assets/fonts/Interstate-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Interstate-Bold';
    src: url('../assets/fonts/Interstate-Bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Interstate-Bold.woff') format('woff'), url('../assets/fonts/Interstate-Bold.ttf') format('truetype'), url('../assets/fonts/Interstate-Bold.svg#Interstate-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate-Black';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/fonts/Interstate-Black.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../assets/fonts/Interstate-Black.ttf') format('truetype'), /* Safari, Android, iOS */
}


html, body {
    margin: 0;
    padding: 0;
    font-family: "Interstate-Regular", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f5f5f5;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

h3 {
    font-size: 3rem;
    font-family: 'Interstate-Regular', sans-serif;
    font-weight: 400;
    line-height: 1.04;
}

/* */

.darkbordered .mdl-textfield__input {
    background: rgba(0, 0, 0, 0.09);
    padding: 16px 10px 0px 10px;
    border-radius: 4px 4px 0 0;
    height: 56px;
    border-bottom: solid 1px #666366;
}

.darkbordered .mdl-textfield__label {
    margin: 0;
    top: 35px;
    padding: 0 10px;
    color: #555;
}

    /*added ruby raaz srivastava for  phone  number overlapping  27-06-2020*/
    .darkbordered .mdl-textfield__label.textFormat {
        margin: 0;
        top: 20px;
        padding: 0 10px;
        color: #555;
    }


.darkbordered .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.darkbordered .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.darkbordered .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #696969;
    font-size: 12px;
    top: 20px;
    visibility: visible;
}

.darkbordered .mdl-textfield, .darkbordered .md-input-container {
    width: 100%;
    padding: 15px 0 15px 0;
}

.darkbordered .mdl-textfield__label:after {
    bottom: 15px;
}

.darkbordered .mdl-textfield .mdl-button {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.darkbordered {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .darkbordered .getmdl-select .mdl-icon-toggle__label {
        margin-top: -40px;
        float: right;
    }

.mdl-checkbox__label {
    color: #696969;
}

.mdl-button {
    font-family: 'Interstate-Regular'
}

.darkbordered fieldset[disabled] .mdl-textfield .mdl-textfield__input, .darkbordered .mdl-textfield.is-disabled .mdl-textfield__input {
    background-color: #f0f0f0;
    border-bottom: 0px dotted rgba(0,0,0, 0.12);
}

/* Footer CSS */
.FooterMain {
    padding: 1rem;
    padding-top: 3rem;
}

section.skinny-footer {
    padding: 0;
    display: flex;
    width: 100%;
}

.group-links {
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    flex-wrap: wrap;
}

    .group-links > li {
        display: inline-block;
        padding: 0 .5rem;
    }

        .group-links > li > a {
            color: #666666;
            padding: .5rem 0;
            font-size: 14px;
            text-decoration: underline;
            font-family: "Interstate-Light";
        }

.copyright {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

    .copyright > p {
        color: #696969;
        margin: 0;
        font-size: 12px;
    }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 100% !important;
    border-radius: 0;
    opacity: 1;
    /*min-height: 72px;*/
}

.toast.toast-error {
    background-color: #AF0220;
}

#toast-container > div {
    opacity: 1;
    padding: 26px 15px 26px 50px;
    box-shadow: none !important;
    margin: 0;
}

.toast-message {
    font-size: 16px;
}

#toast-container > .toast-error {
    background-image: url(../images/error.svg) !important;
}


/******** Full Width Modal Popup **********/
.modalNoti.modal {
    padding-right: 0px !important;
    background: #fff;
}

    .modalNoti.modal .modal-dialog {
        margin: 0;
        height: 100%;
        max-width: 100vw;
        width: 100%;
    }

    .modalNoti.modal .modal-content {
        border-radius: 0;
        background-clip: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        min-height: 100%;
        padding: 60px 0;
        text-align: center;
        position: relative;
    }

    .modalNoti.modal .modal-body h4 {
        color: #4C4C4C;
        font-size: 20px;
        letter-spacing: 0.25px;
        line-height: 24px;
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

.modalNoti .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #4D4D4D;
    opacity: 1;
    font-size: 28px;
    font-family: initial;
}

    .modalNoti .close span {
        font-size: 12px;
        display: block;
        letter-spacing: 0.4px;
        line-height: 16px;
        font-family: 'Interstate-Regular';
    }

.modalNoti .modal-footer {
    padding: 0px;
    border: 0px;
    text-align: center;
    justify-content: center;
}

    .modalNoti .modal-footer button {
        float: none;
    }

.btnsbtGreen {
    display: inline-block;
    background: #007A53;
    color: #fff;
    min-width: 133px;
    padding: 10px;
    border-radius: 8px;
}

.btnGreenbox {
    text-align: right;
    margin-top: 30px;
    float: left;
    width: 100%;
}

    .btnGreenbox > button {
        margin-left: 20px;
    }

.centerpopup {
    margin: auto;
    text-align: left;
}

.btncancelGreen {
    color: #007A53;
}

/******** End Full Width Modal Popup **********/
/* Select Dropdown Box */

.ngapp_wrapper {
    width: 100%;
    float: left;
}

.profiletxtfieldnew {
    width: 100%;
    float: left;
    padding: 15px 0 0;
    background: rgba(0, 0, 0, 0.09);
    border-radius: 4px 4px 0 0;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

    .profiletxtfieldnew.profile-feild {
        padding-top: 0;
    }

        .profiletxtfieldnew.profile-feild md-select {
            padding-top: 15px;
        }

        .profiletxtfieldnew.profile-feild .md-input-has-value label {
            transform: translate3d(0,20px,0) scale(.75);
        }

    .profiletxtfieldnew .dropdown_boxp {
        width: 100%;
        float: left;
        margin: 0px !important;
        padding: 0px !important;
        color: #333233;
        font-size: 15px;
    }

        .profiletxtfieldnew .dropdown_boxp .md-select-value > span {
            padding-left: 10px;
            color: #555;
        }

        .profiletxtfieldnew .dropdown_boxp .md-select-value, .profiletxtfieldnew .dropdown_boxp .md-select-value {
            padding-bottom: 10px !important;
            padding-top: 4px !important;
        }

        .profiletxtfieldnew .dropdown_boxp label {
            padding-left: 15px !important;
            margin-bottom: -4px;
            color: #666366 !important;
            font-size: 15px;
        }

.md-select-menu-container {
    z-index: 99999 !important;
}

md-backdrop.md-select-backdrop {
    z-index: 9999 !important;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom-color: rgb(97, 97, 97);
}

.modal-body .form-group {
    margin-bottom: 0rem;
}
/* End Select Dropdown Box */

/* End Select Dropdown Box */
.error-invalid {
    border-color: rgb(213,0,0) !important;
    box-shadow: none;
}

.strong-font {
    font-size: 40px;
}



/* Skip nav styles from Liam */
.skipnav {
    position: absolute;
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: normal !important;
}
/*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {
    display: block
}
/*Switch on for IE6 and below*/
* + html .skipnav {
    display: block
}
/*Switch on for IE7*/
:root .skipnav {
    display: block
}
/*Switch on for Moz, FF and Safari*/
.skipnav p {
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    font-size: 2em
}

.skipnav a {
    width: 200px;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    padding: 6px;
    position: absolute;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
}

    .skipnav a:visited {
        color: #fff
    }

    .skipnav a:focus, .skipnav a:active {
        z-index: 99;
        top: 0;
        left: 10px;
        border: solid #777 1px;
        color: #fff;
        background: #088856 !important;
        font-weight: normal;
    }
    /*Note IE bug that requires use of :active to mimic effect of :focus*/

    .skipnav a:hover {
        cursor: default
    }

.mid_sec_wrp {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.darkbordered .mdl-textfield__input:focus, md-select:focus, .btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .11rem rgba(0,0,0,.9) !important;
}

.mdl-radio input.mdl-radio__button:focus ~ .mdl-radio__inner-circle {
    box-shadow: 0 0 0 0.7rem #dfdfdf !important;
}

.is-focused .mdl-textfield__label {
    color: #007A53 !important;
}

.mdl-button {
    text-transform: capitalize !important;
}

.preloginLettesSec .preloginBack button {
    margin-right: 10px;
}
