.login-bg {

    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}


/* Forget Password CSS Ends */
/* Media Query */
@media(max-width: 575px) {
    .w-25 {
        width: unset !important;
    }

    .cp-container {
        flex-direction: column;
    }

    .cp-container button {
        margin-bottom: 20px;
    }

    .login-three-social {
        justify-content: center;
    }

    .main-login-three {
        min-height: 100vh;
    }

    .login-three-container .center-area div {
        margin-top: 20px;
    }

    .big-nav {

        display: none;
    }

    .small-nav {
        position: relative;
        left: 37%;
        display: block;
    }

    .luvion-nav .navbar .others-options .login-btn {
        position: relative;
        right: 63px;
        bottom: 10px;
        color: #13c1a3;
        font-size: 15px;
        font-weight: 300;
    }

    .container1 {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: auto;
    }

}

.flaticon-user:before {
    content: "\f104";
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
}

@media only screen and (min-width: 768px) {
    .copyRight {
        font-size: 15px;
        color: #8d93a0;
    }

    .title-welcome {
        color: #00afaa;
    }

    .header-title {

        margin-top: 3rem !important;
    }

    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: 1;
        align-items: center;
    }

    .big-nav {

        display: block;
    }

    .small-nav {

        display: none;
    }

    .contain {

        max-width: 95%;
    }

    .others-options {
        display: none;
    }

    .luvion-nav .navbar .others-options .login-btn {
        font-size: 15px;
        font-weight: 300;

    }
}

@media only screen and (min-width: 769px) and (max-width: 1281px) {
    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }

    .others-options {
        display: block;
    }

    .luvion-nav .navbar .others-options {
        top: 0px !important;
        left: 0px !important;
        right: unset !important;
    }

    html[lang="en"] .luvion-nav .navbar .others-options {
        top: 0px !important;
        left: unset !important;
        right: 0 !important;
    }

    html[lang="en"] .container,
    html[lang="en"] .container-md,
    html[lang="en"] .container-sm {
        max-width: 960px !important;
    }

    html[lang="en"] .col-md-6 .left-side .individuals {
        font-size: 16px !important;
    }

    html[lang="en"] .col-md-6 .left-side .facilites {
        font-size: 16px !important;
    }

    .footer-area {
        display: none !important;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 765px !important;
    }

    .container-switch .row:first-child {
        margin-top: 15% !important;
    }

    .row .col-md-6 .back {
        font-size: 12px !important;
    }

    .row .col-md-6 .login {
        font-size: 12px !important;
    }

    .row .col-md-6 h4 {
        font-size: 25px !important;
    }

    .row .col-md-6 h2 {
        font-size: 22px !important;
    }

    .row .col-md-6 .note-1 h6 {
        font-size: 12px !important;
    }

    .col-md-6 .left-side .login-note {
        font-size: 12px !important;
    }

    .col-md-6 .left-side {
        padding-right: 5% !important;
    }

    .col-md-6 .left-side .individuals {
        font-size: 22px !important;
    }

    .left-side .individuals img {
        margin: 4.6% 8px !important;
        width: 50px !important;
        height: 58px !important;
    }

    .col-md-6 .left-side .facilites {
        font-size: 22px !important;
    }

    .left-side .facilites img {
        width: 60px !important;
        height: 70px !important;
    }
}

/* Tablet Media Query */
@media (min-width: 600px) and (max-width: 1068px) {
    .login-three-container .center-area {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
    }

    .login-three-container .right-area {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
    }

    .w-25 {
        width: unset !important;
    }

    .cp-container {
        flex-direction: column;
    }

    .cp-container button {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #getCodeButton {
        background-color: #037398;
        width: 50%;
        height: 100%;
        border-radius: 25px;
        font-size: 24px;
    }
}

.navbar-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: white;
    transition: 0.5s;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.luvion-nav {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler {
    border: none;
    padding: 7px;
    border-radius: 0;
}

.luvion-nav .navbar .others-options {
    margin-left: 0;
    position: absolute;
    top: 14px;
    right: 60px;
}

@media only screen and (max-width: 767px) {
    .navbar-area {
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        background-color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .luvion-nav .navbar .others-options {
        left: 60px;
        right: auto;
    }
}

.luvion-nav .navbar .others-options {
    margin-right: 25px;
    margin-left: 0;
}

.navbar-toggler .icon-bar {
    width: 28px;
    transition: all 0.3s;
    background: #039CA4;
    height: 2px;
    display: block;
}

.navbar-toggler .top-bar {
    transform: rotate(0);
    transform-origin: 10% 10%;
    left: 0;
    position: relative;
}

.navbar-toggler .middle-bar {
    opacity: 1;
    margin: 6px 0;
}

.navbar-toggler .icon-bar {
    width: 28px;
    transition: all 0.3s;
    background: #039CA4;
    height: 2px;
    display: block;
}

.navbar-toggler .bottom-bar {
    transform: rotate(0);
    transform-origin: 10% 90%;
    left: 0;
    position: relative;
}

.navbar-toggler .icon-bar {
    width: 28px;
    transition: all 0.3s;
    background: #039CA4;
    height: 2px;
    display: block;
}

/* new css */

body {
    background: #f7fafd;
}

.mapksa {
    width: 100%;
}

.container-switch .row:first-child {
    margin-top: 10%;
}

.container-switch .row .col-md-6:first-child {
    background-image: url('/assets/img/mapksa.png');
    padding-bottom: 18%;
}

.container-switch .row .col-md-6:last-child {
    display: inline-flex;
}

.container-switch .row .col-md-6:first-child>div {
    margin-top: 18%;
}

.row .col-md-6 .back {
    color: #969696;
    font-size: 14px;
    font-weight: 600;
}

.row .col-md-6 .login {
    color: #13c1a3;
    font-size: 14px;
    font-weight: 600;
}

.row .col-md-6 i {
    font-size: 22px;
}

.row .col-md-6 .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: -1px 12px;
    background: #969696;
}

.row .col-md-6 h4 {
    color: #13c1a3;
    font-size: 32px;
    font-weight: 600;
    margin-top: 14%;
}

.row .col-md-6 h2 {
    color: #37383a;
    font-weight: 600;
    margin-top: 18px;
    font-size: 35px;
}

[lang="en"] .row .col-md-6 h2 {
    font-size: 32px;
}

.row .col-md-6 .note-1 {
    background-color: #13c1a3;
    padding: 10px;
    margin-left: 19%;
    margin-top: 4% !important;
}

[lang="en"] .row .col-md-6 .note-1 {
    margin-right: 19%;
    margin-left: 0%;
}

.d-none2 {
    display: none;
}

.row .col-md-6 .note-1 h6 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 2px;
}

.v-hr {
    background-color: #e3e7ea;
    width: 1px;
    margin-top: 22%;
    height: 340px;
}

.col-md-6 .left-side {
    width: 100%;
    padding-right: 10%;
    margin-top: 18%;
}

[lang="en"] .col-md-6 .left-side {
    width: 100%;
    padding-left: 10%;
    margin-top: 18%;
}

.col-md-6 .left-side .login {
    font-size: 18px;
    color: #13c1a3;
    font-weight: 600;
}

.col-md-6 .left-side .login-note {
    color: #949597;
    padding-right: 40px;
    font-weight: 600;
}

[lang="en"] .col-md-6 .left-side .login-note {
    color: #949597;
    padding-left: 40px;
    padding-right: 0px;
    font-weight: 600;
    font-size: 15px;
}

.col-md-6 .left-side .login-note span {
    color: #13c1a3;
}

.col-md-6 .left-side .login i {
    transform: rotate(180deg);
    font-size: 35px;
    color: #13c1a3;
    vertical-align: middle;
    padding-right: 8px;
}

.col-md-6 .left-side hr {
    margin-left: 25%;
    margin-right: 8%;
    border-top: 2px solid #e7ebee;
}

[lang="en"] .col-md-6 .left-side hr {
    margin-left: 8%;
    margin-right: 25%;
    border-top: 2px solid #e7ebee;
}

.col-md-6 .left-side .btn-div {
    align-items: center;
    display: flex;
    margin-top: 12%;
}

.col-md-6 .left-side hr {
    margin-left: 4%;
    margin-right: 0%;
}

[lang="en"] .col-md-6 .left-side hr {
    margin-left: 0%;
    margin-right: 4%;
}

.col-md-6 .left-side .btn-div a:hover {
    color: #fff;
    background-color: #13c1a3;
    border: 1px solid #13c1a3;
}

.col-md-6 .left-side .btn-div a:hover img {
    filter: brightness(0) invert(1);
}

.col-md-6 .left-side .facilites {
    border: 1px solid #13c1a3;
    padding: 10px;
    border-radius: 16px;
    width: 45%;
    display: inline-flex;
    font-size: 35px;
    font-weight: 600;
    color: #13c1a3;
    align-items: self-end;
}

[lang="en"] .col-md-6 .left-side .facilites {
    font-size: 20px;
}

.left-side .facilites img {
    width: 100px;
    height: 100px;
    filter: invert(25%) sepia(93%) saturate(3314%) hue-rotate(130deg) brightness(100%) contrast(85%);
}

.col-md-6 .left-side .individuals {
    border: 1px solid #13c1a3;
    padding: 10px;
    border-radius: 16px;
    width: 45%;
    display: inline-flex;
    font-size: 35px;
    font-weight: 600;
    color: #13c1a3;
    align-items: self-end;
    margin-right: 8%;
}

[lang="en"] .col-md-6 .left-side .individuals {
    margin-left: 8%;
    font-size: 20px;
    margin-right: 0%;
}

.left-side .individuals img {
    margin: 4.6% 20px;
    width: 80px;
    height: 80px;
    filter: invert(25%) sepia(93%) saturate(3314%) hue-rotate(130deg) brightness(100%) contrast(85%);
}

[lang="en"] .left-side .individuals img {
    margin: 4.6% 5px;
}

@media only screen and (max-width: 600px) {

    .row .col-md-6 h4 {
        font-size: 25px;
    }

    .row .col-md-6 h2 {
        font-size: 20px;
    }

    .col-md-6 .left-side .btn-div {
        margin-top: 16%;
        text-align: center;
        display: block;
    }

    .left-side .facilites img {
        width: 90px;
        height: 93px;
    }

    .row .col-md-6 .back {
        font-size: 12px;
    }

    .row .col-md-6 .login {
        font-size: 12px;
    }

    .row .col-md-6 .note-1 {
        margin-left: 0px;
    }

    [lang="en"] .row .col-md-6 .note-1 {
        margin-right: 0px;
    }

    .col-md-6 .left-side .login {
        font-size: 18px !important;
    }

    .row .col-md-6 .note-1 h6 {
        font-size: 14px;
    }

    .v-hr {
        display: none;
    }

    .container-switch .row .col-md-6:first-child {
        padding-bottom: 0%;
    }

    .col-md-6 .left-side .login-note {
        padding-right: 0px;
        font-size: 14px;
    }

    .col-md-6 .left-side .login i {
        font-size: 25px;
    }

    .col-md-6 .left-side {
        padding-right: 0px;
        margin-top: 10%;
    }

    [lang="en"] .col-md-6 .left-side {
        padding-left: 0px;
        margin-top: 10%;
    }

    [lang="en"] .col-md-6 .left-side .individuals {
        margin-left: 0%;
    }

    [lang="en"] .col-md-6 .left-side .facilites {
        font-size: 35px;
    }

    [lang="en"] .col-md-6 .left-side .individuals {
        font-size: 35px;
    }

    .col-md-6 .left-side .facilites {
        display: block;
        width: 100%;
        height: 135px;
        padding-top: 18px;
    }

    .col-md-6 .left-side .individuals {
        width: 100%;
        height: 135px;
        display: block;
        margin-right: 0px;
        margin-top: 25px;
    }

    .left-side .individuals img {
        position: relative;
        right: -20px
    }

    [lang="en"] .left-side .individuals img {
        position: relative;
        left: -20px
    }
}

/* end new css */