body {
    font-family: outfit !important;
    margin: 0px;
}

@font-face {
    font-family: Proxima nova;
    src: url(https://scv35.empowerlearning.net/css/fonts/font/Proximanova-bold.otf);
    font-weight: bold;
   
}

@font-face {
    font-family: Proxima nova;
    src: url(https://scv35.empowerlearning.net/css/fonts/font/Proximanova-medium.otf);
    font-weight: medium;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1390px;
    margin: 0 auto;
}

p {
    color: #5F5F5F;
    line-height: 1.6;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

header .row {
    justify-content: space-between;
    align-items: center;
}

.navigation {
    display: flex;
    align-items: center;
    padding: 15px;
}

.login-fields input::placeholder {
    color: #2B2930;
    font-weight: 600;
}

.nav-links a {
    text-decoration: none !important;
    color: #373737 !important;
    display: inline-block !important;
    font-size:16px !important;
}
.navigation .nav-links a:hover {
    color: #94C83F;
    text-decoration: none;
}

    .logo {
        padding: 15px;
    }

.nav-btn a {
    display: inline-flex;
    text-decoration: none;
    background: #94C83F;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    align-items: center;
    font-family: "open sans",sans-serif;
    font-weight: 700;
    font-size:17px !important;
} 
.nav-links a:hover {
    text-decoration: none;
    color: #94c83f;
}

    .nav-btn a img {
        margin-right: 9px;
    }

.nav-links a {
    margin: 5px 20px;
}

.hero-banner {
    background-image: url(https://scv35.empowerlearning.net/images/EmpowerLogin/banner.png);
    background-size: cover;
    background-position: bottom;
}

.col-12 {
    padding: 15px;
}

.col-7 {
    padding: 15px;
}

.col-5 {
    padding: 15px;
}

h1, h4 {
    font-family: Proxima nova;
}

h1 {
    font-size: 50px !important;
    font-weight: 700 !important;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

.banner-text {
    color: #fff;
    text-align: center;
    max-width: 1139px;
    margin: 0 auto;
}

    .banner-text h1 {
        margin: 0;
    }

    .banner-text h3 {
        margin-top: 10px;
    }

    .banner-text p {
        font-weight: 500;
        margin: 10px 0px;
        color: #fff;
        line-height: 1.6;
    }

.list-section {
    display: grid;
    grid-gap: 30px;
    margin-bottom: 20px;
}

    .list-section h4 {
        margin: 0;
        color: #fff;
    }

    .list-section ul {
        padding: 0;
        list-style: none;
    }

        .list-section ul li {
            background-image: url(https://scv35.empowerlearning.net/images/EmpowerLogin/fa-check.png);
            color: #fff;
            background-repeat: no-repeat;
            background-position: 0px 12px;
            padding: 5px 0px 5px 30px;
            margin: 14px 0px;
            line-height: 1.6;
            font-size:16px;
        }

.click-here {
    background: #93C741;
    color: #fff;
    padding: 17px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: 1px;
    max-width: 100%;
    font-size: 20px !important;
    width: 435px;
}

    .click-here:hover {
        background: #eaa725;
    }

section.hero-banner {
    padding-top: 30px;
}

.contact-from iframe {
    border: none;
    min-height: 627px;
}

.col-4 {
    padding: 15px;
}

footer h4 {
    margin: 0;
    color: #006FAF;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    width: fit-content;
}

.top-footer a {
    display: flex;
    align-items: center;
}

footer a {
    color: #5F5F5F;
    text-decoration: none;
}

.quick-links a {
    margin: 25px 0px;
}
    
.top-footer {
    display: grid;
    padding: 0px 15px;
}

.seprator hr {
    border-color: #dddddd57;
}
footer{
    font-size:16px !important;
}
footer .top-footer a:hover {
        text-decoration: none;
        color: #94C83F;
    }
.footer-logo p {
    max-width: 387px;
    margin-top:15px;
}

.infomartion a {
    margin: 30px 0px;
}

.social-icons a {
    margin: 25px 0px;
}

.bottom-footer {
    padding: 0px 15px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

.infomartion a img {
    margin-right: 20px;
}
/* Form-css-start */
.login-fields label {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    text-transform: capitalize;
    color: #8F8F8F;
    width: 100%;
    float: left;
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
}

.contact-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 40px 20px;
    font-family: 'Outfit';
}

.login-main-form {
    max-width: 356px;
    margin: 0 auto;
}

input#pwd::placeholder {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.login-fields input {
    background: #FFFFFF;
    border: 1px solid #E1E6EF;
    border-radius: 8px;
    height: 50px;
    width: 100%;
    font-size: 17px;
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    color: #2B2930;
    padding: 0 10px;
}

    .login-fields input:focus {
        outline: none;
        border: 2px solid black;
     
    }

    .login-fields input::placeholder {
        font-weight: 600;
        font-size: 16px;
        color: #2B2930;
    }

.login-fields {
    margin-bottom: 13px;
}

    .login-fields span {
        text-decoration-line: underline;
        text-transform: capitalize;
        color: #8F8F8F;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 25px;
        text-align: right;
        width: 100%;
        float: left;
        font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
        margin: 3px 0px 15px;
    }

.nav-btn a:hover {
    background: #7DB424;
    cursor: pointer;
}

.submit-button input {
    background: #94C83F;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 10px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    cursor: pointer;
}
.freeResources {
    cursor: context-menu;
}
    .freeResources:hover {
        color: #373737 !important
    }
    .or-text {
        text-align: center;
        margin: 5px 0;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.01em;
        text-transform:capitalize;
        color: rgba(92,90,96,0.6);
    }

.sign-with-google-button button {
    background: #F0F0F0;
    border-radius: 5px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: #2B2930;
    padding: 10px 0;
    cursor: pointer;
    border: none;
    gap: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.login-and-term-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

    .login-and-term-main a {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.01em;
        color: rgba(92,90,96,0.6);
        font-family: 'Proxima nova';
    }

.login-and-term-left a {
    color: #167EE6;
}

.login-form-logos-left, .login-form-logos-right {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 18px;
}

.login-form-logos-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    padding-top: 23px;
    max-width: 357px;
    margin: 0 auto;
}

    .login-form-logos-main img {
        max-width: 94px;
        display: block;
        margin: 0 auto;
    }

.submit-button input:hover {
    background: #EAA725;
}

.login-main-form.contact-form {
    max-width: 100%;
}
#cloneSSO2 .termsOFUse a {
    background: transparent;
}
.termsOFUse {
    display: flex;
}
#cloneSSO2 .termsOFUse .terms_and_conditions {
    justify-content: right;
    color: rgba(92,90,96,0.6);
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    }
.termsOFUse #loginDifferentAccount {
    justify-content: start;
    color: rgba(92,90,96,0.6);
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
   }
/* Form-css-end */
@media(min-width:768px) {
    .logo {
        width: 163px;
    }

    div#panel {
        width: calc(100% - 163px);
    }

    .nav-links {
        width: calc(100% - 180px);
        text-align: center;
    }

    .seprator {
        padding: 60px 15px 40px;
    }

    .banner-text p {
        font-size: 23px;
    }

    .col-5 {
        width: 50%;
    }

    .col-7 {
        width: 50%;
    }

    section.hero-banner {
        padding-bottom: 120px;
    }

    .list-section {
        grid-template-columns: 1fr 1fr;
    }

    .col-4 {
        width: 25%;
    }

    .top-footer {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    footer {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}

@media(max-width:767px) {
    .nav-links a {
        display: flex;
        margin: 15px 0px;
    }

    .nav-btn {
        margin: 0;
    }

    #panel {
        width: 100%;
    }
    .seprator {
        padding: 15px;
    }

    footer {
        padding: 20px 0px;
    }

    .banner-text p {
        font-size: 18px;
    }

    .col-5 {
        width: 100%;
    }

    .col-7 {
        width: 100%;
    }

    .col-4 {
        width: 100%;
    }
    .account-popoup {
        width: calc(100% - 30px) !important;
    }
        .account-popoup .account-label {
            font-size: 16px !important;
        }
        .account-popoup .select-account {
            width: 100%;
            margin-left: 0;
            text-align: center;
            margin-bottom: 15px;
        }
    #account-list li {
        margin-bottom: 15px;
    }
    #divWait {
        font-size: 16px;
        margin-top: 4px;
        background: #fff;
    }
    .bottom-footer p {
        line-height: 1.6;
        margin: 1em 0;
    }
    .bottom-footer {
        color: #5F5F5F;
    }
    .termsOFUse #loginDifferentAccount {
        white-space: normal;
    }
}

@media(min-width:1100px) {
    .top-footer {
        grid-template-columns: 37% 21% 21% 21%;
        grid-gap: 0px;
    }
    .col-5 {
        width: 38%;
    }
    section.hero-banner {
        padding-bottom: 30px;
    }
    .col-7 {
        width: 62%;
    }
    .social-icons div {
        max-width: 140px;
        margin-left: auto;
    }
    .infomartion {
        padding-left: 10%;
    }
}
    #flip i {
        background: #94c83f;
        color: #fff;
        padding: 10px;
        font-size: 21px;
        margin-right: 15px;
        cursor: pointer;
    }

    footer a:hover, .nav-links a:hover {
        text-decoration: underline;
    }

    @media(max-width:500px) {
        .bottom-footer {
            display: block;
            text-align: center;
        }
    }

.forgotPassword {
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #8F8F8F;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-align: right;
    width: 100%;
    float: left;
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    margin: 3px 0px 15px;
}

    #cloneSSO2 a {
        background: #F0F0F0;
        border-radius: 5px;
        width: 100%;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        color: #2B2930;
        padding: 10px 0;
        cursor: pointer;
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 12px;
        font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    }

    #loginDifferentAccount {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 62px;
        letter-spacing: 0.01em;
        color: rgba(92, 90, 96, 0.6);
        font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    }

    .terms_and_conditions {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 62px;
        letter-spacing: 0.01em;
        color: rgba(92, 90, 96, 0.6);
        font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    }

    .right_top_validation {
        width: 90%;
        float: left;
        font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif !important;
        font-size: 18px !important;
        padding: 10px 0 10px 0;
    }

#cloneSSO2 .googleLogin {
    text-decoration: none;
    font-weight: 500;
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    border: 2px solid;
}

    .menu-dropdown {
        position: absolute;
        text-align: center;
        width: auto;
        left: 50%;
        transform: translate(-50%);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px;
        padding: 0 5px 5px 5px;
        background: #fff;
        display: none;
        border-radius: 10px;
    }

        .menu-dropdown ul li {
            margin-bottom: 0px;
            white-space: nowrap;
        }

            .menu-dropdown ul li:last-child {
                margin-bottom: 0;
            }

    .navmneu-list {
        display: flex;
        justify-content: center;
    }

        .navmneu-list li {
            position: relative;
        }

        .navmneu-list .nav-link {
            padding: 18px 0;
        }

header {
 
    background: #fafafa;
    padding: 0 0px 0 !important;
    box-shadow: none !important;
}

    .pclass {
        margin: 5px 20px !important;
        font-size: 16px !important;
        color: black;
    }

    .navigation .nav-links a:hover {
        color: #94C83F;
        text-decoration: none;
    }

    .account-popoup {
        background-color: #fff;
        border-radius: 5px;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        text-align: left;
        top: 3px;
        width: 100%;
        z-index: 11000;
    }

    .account-label {
        display: block;
        margin-left: 50px;
        margin-top: 5px;
    }

    .select-account {
        display: block;
        font-size: 18px !important;
        font-weight: bold;
        margin-left: 21%;
        width: 30%;
    }

    .account-image {
        float: left;
        padding-right: 5px;
    }

    .main-div {
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 10999;
    }

.no-accounts {
    color: #000000;
    display: table-cell;
    float: left;
    font-family: proxima-n-w01-reg,proxima-n-w05-reg,sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

    .menu-dropdown a {
        margin: 5px;
    }

    .d-none {
        display: none;
    }

    .d-block {
        display: block;
    }

    .validation {
        color: red;
    }

    .instruction {
        color: #94c83f;
    }

@media screen and (max-width:1024px) {
    #panel {
        display: none;
    }

    .navmneu-list {
        display: block;
        text-align: left;
    }

        .navmneu-list .nav-link {
            padding: 7px 0;
            margin: 4px 0;
        }

    .menu-dropdown {
        position: relative;
        text-align: left;
        width: 100%;
        left: 0;
        transform: none;
        box-shadow: none;
        padding: 0 5px 5px 5px;
        background: #fafafa;
    }
    div#panel {
        width: 100%;
    }
    .nav-links {
        width: 100%;
    }
    .dropdown-toggle {
        display: flex;
        align-items: center;
    }
    .dropdown-arrow {
        margin-left: 4px;
    }
    .menu-dropdown a {
        margin: 10px 0;
    }
    .navigation .nav-btn {
        margin-top: 6px;
    }
    .quick-links {
        margin-top: 15px;
    }
    footer h4 {
        font-size: 20px;
    }
}

@media screen and (min-width:1025px) {
    div#flip {
        display: none;
    }
    .navmneu-list li:hover > .menu-dropdown {
        display: block;
    }
    .dropdown-toggle .dropdown-arrow {
        display: none;
    }

}

@media (min-width:1025px) and (max-width:1199px) {
    .nav-links .navmneu-list a {
        margin: 5px 10px;
    }
}

@media screen and (max-width:575px){
    .click-here {
        font-size: 16px;
        width: 100%;
    }
}

@media screen and (max-width:300px){
    #cloneSSO2 .termsOFUse a {
        width: auto;
    }
}
.dropdown-arrow-width{
width:16px;
}
.privacy-policy-text {
    text-decoration: none !important;
    cursor: pointer !important;
}
.contact-request-modal-close {
    margin: auto;
    max-width: 600px;
    text-align: right;
    position: relative;
    margin-bottom: -43px;
    padding-right: 41px;
}
.contact-request-modal {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    padding-top: 10px;
    background-image: url(https://scv35.empowerlearning.net/images/EmpowerLogin/popupbackgroundimage.png);
}
.contact-request-modal-close svg {
    width: 30px;
    height: 30px;
    cursor: pointer !important;
    stroke: white;
    stroke-width: 6px;
    top: 60px;
    position: relative;
    z-index: 9;
}
.contact-request-modal iframe {
    border: none;
    width: 100%;
    height: 92vh;
    padding-top: 18px;
    max-width: 605px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#currentUsername {
    font-size: 12px !important;
}
