* {
    font-family: "Inter", sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
    position: relative;
    color: #000;
    margin: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

img {
    display: block;
    width: 100%;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-6 {
    width: 50%;
    padding: 10px;
}

/* Login/Home Page CSS Start */
.form-col {
    padding: 50px 100px 50px 50px;
    align-self: center;
}

.glb_form {
    margin-top: 30px;
}

.form-grp {
    margin-bottom: 20px;
    position: relative;
}

.form-grp label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-grp input[type="text"],
.form-grp input[type="email"],
.form-grp input[type="number"],
.form-grp input[type="tel"],
select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 13px;
    outline: none;
}

.form-grp input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 13px;
    outline: none;
}

.form-grp input[type="text"]:hover,
.form-grp input[type="email"]:hover,
.form-grp input[type="password"]:hover {
    border: 1px solid #B7C0F9;
    box-shadow: 0 0 5px 0 rgb(158 171 255 / 50%);
}

.form-grp .toggle-password {
    position: absolute;
    top: 48px;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.passwrd label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.glb-link {
    text-decoration: none;
    color: #4253F0;
    font-size: 13px;
    font-weight: 500;
}

.terms {
    font-size: 14px;
    margin-bottom: 20px;
}

.terms label {
    vertical-align: text-bottom;
}

.terms a {
    font-weight: 600;
    color: #000;
}

.glb-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #4253F0;
    border-radius: 13px;
    border: 1px solid #4253F0;
    padding: 12px 30px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    transition: all .5s ease-in-out;
}

.glb-btn:hover,
.glb-btn:focus {
    background-color: #fff;
    color: #4253F0;
}

.bg-col {
    background-color: #4253F0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.bg-col h1 {
    color: #fff;
    margin-bottom: 15px;
}

/* Login/Home Page CSS End */

/* Footer CSS Start */
footer p {
    text-align: center;
    padding: 10px;
}

/* Footer CSS End */

/* Header CSS Start */
header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
}

.head-cont {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 10px;
}

.head-cont .row-flex {
    align-items: center;
}

.col-3 {
    width: 20%;
}

.col-9 {
    width: 80%;
    justify-content: end;
}

.reg-col {
    width: 25%;
    text-align: end;
}

.reg_btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    background: #FA9746;
    border: 2px solid #FA9746;
    padding: 12px 23px;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}

.reg_btn:hover,
.reg_btn:focus {
    background: #fff;
}

.profile-col {
    width: 18%;
}

.profile_img {
    width: 30%;
}

.profile_dtl {
    width: 70%;
    padding-left: 8px;
}

.profile_dtl p {
    font-size: 13px;
}

h3 {
    font-size: 16px;
}

.nav-list {
    list-style: none;
    display: flex;
    justify-content: end;
}

.nav-list li {
    padding: 0 10px;
}

.nav_links {
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.nav_links:hover,
.nav_links:focus {
    color: #FA9746;
}

.mbl-menu,
.mbl-close {
    display: none;
}

/* Header CSS End */

/* Signup Form CSS Start */
.inr-Section {
    padding: 40px;
}

.frm-cont {
    max-width: 750px;
    margin: 0 auto;
    border: 1px solid #4253F0;
    box-shadow: 0 8px 25px 0 #ECE9F4;
    background-color: #fff;
    padding: 30px 20px;
}

.frm-cont h1 {
    text-align: center;
}

.reg-frm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reg-frm .form-grp {
    width: 49%;
}

.reg-frm .reg-Sub {
    width: 100%;
}

/* Signup Form CSS End */

/* School Detail Form CSS Start */
.school-frm h1 {
    text-align: center;
}

.school-frm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.school-frm .form-grp {
    width: 49%;
}

.school-frm .reg-Sub {
    width: 100%;
}

/* School Detail Form CSS End */

/* Upload Document Form CSS Start */
.doc-frm h1 {
    text-align: center;
}

.doc-frm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.doc-frm .form-grp {
    width: 49%;
}

.doc-frm .reg-Sub {
    width: 100%;
}

/* Upload Document Form CSS End */

/* Successfull Message CSS Start */
.seccessMessage {
    text-align: center;
    padding: 100px 20px;
}

.seccessMessage h2 {
    margin-top: 40px;
    font-weight: 500;
    line-height: 1.3;
}

.seccessMessage h2 span {
    font-weight: 700;
    color: #4253F0;
}

.seccessMessage .glb-link {
    font-size: 24px;
    color: #000;
    text-decoration: underline;
}

/* Successfull Message CSS End */

/* Forgot Password CSS Start */
.frgtPass {
    max-width: 500px;
}

.frgtPass .form-grp {
    width: 100%;
}

/* Forgot Password CSS End */

/* OTP CSS Start */
.digit-group .form-grp {
    width: auto;
    margin: 0 auto 20px;
}

.digit-group .form-grp input {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 2px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
}

/* OTP CSS End */

/* Alert Message CSS Start */
.alert-danger {
    text-align: left;
    font-size: 13px;
    color: #fff;
    background: #e2401c;
    padding: 10px;
    margin-top: 15px;
    border-left: 5px solid #c03618;
}

/* Alert Message CSS End */

/* Login Success Message CSS Start */
.loginSuccess {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    /* border: 1px solid #4253F0; */
    box-shadow: 0 8px 25px 0 #ECE9F4;
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
}

.grnCheck {
    background-color: #8bc349;
    padding: 30px 20px;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.grnCheck p {
    font-size: 50px;
}

.grnCheck h2 {
    color: #fff;
}

.logMess {
    padding: 20px 20px 30px;
}

.logMess .reg_btn {
    margin-top: 20px;
    padding: 12px 40px;
}

/* Login Success Message CSS End */

@media screen and (max-width: 992px) {

    /* Login/Home Page CSS Start */
    .form-col {
        padding: 40px;
    }

    /* Login/Home Page CSS End */

    /* Header CSS Start */
    .reg-col {
        width: 30%;
    }

    .profile-col {
        width: 25%;
    }

    .nav-col {
        width: 75%;
    }

    /* Header CSS End */

}

@media screen and (max-width: 767px) {

    /* Login/Home Page CSS Start */
    .form-col {
        order: 2;
        padding: 20px;
    }

    .bg-col {
        order: 1;
        padding: 40px 20px 0;
    }

    .col-6 {
        width: 100%;
    }

    /* Login/Home Page CSS End */

    /* Header CSS Start */
    .reg-col {
        width: 70%;
    }

    .profile-col {
        width: 50%;
    }

    .nav-col {
        width: 50%;
        text-align: end;
    }

    .nav-list {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        padding: 20px;
        background-color: #fff;
        width: 100%;
        height: 100%;
        margin-right: -100%;
        transition: all 0.5s ease-in-out;
    }

    .show-menu .nav-list {
        margin-right: 0;
    }

    .show-menu .nav-list li {
        padding: 0;
    }

    .mbl-close {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .mbl-menu,
    .mbl-close {
        color: #FA9746;
        font-size: 20px;
        margin-bottom: -5px;
        display: inline-block;
        line-height: 14px;
    }

    /* Header CSS End */

    /* Signup Form CSS Start */
    .inr-Section {
        padding: 40px 20px 10px;
    }

    .frm-cont {
        padding: 30px 20px 10px;
    }

    .reg-frm .form-grp {
        width: 100%;
    }

    .reg-frm .reg-Sub {
        width: 100%;
    }

    /* Signup Form CSS End */

    /* School Detail Form CSS Start */

    .school-frm .form-grp {
        width: 100%;
    }

    /* School Detail Form CSS End */

    /* Upload Document Form CSS Start */

    .doc-frm .form-grp {
        width: 100%;
    }

    /* Upload Document Form CSS End */

    /* Successfull Message CSS Start */
    .seccessMessage {
        text-align: center;
        padding: 60px 20px;
    }

    .seccessMessage h2 {
        font-size: 22px;
    }

    .seccessMessage .glb-link {
        font-size: 22px;
    }

    /* Successfull Message CSS End */

    /* OTP CSS Start */
    .digit-group .form-grp {
        width: auto;
        margin: 0 auto 20px;
    }

    .digit-group .form-grp input {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    /* OTP CSS End */

}