.loginWrapper {
    display: block;
    position: relative;
    width: 100% !important;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    top: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
    z-index: 1000;
    padding: 20px;
    transition: box-shadow 1s;
}

.logginFormFooter {
    text-align: center;
    color: #777;
    width: 100%;
    font-size: 12px;
    position: fixed;
    bottom: 10px;
}

    .logginFormFooter a {
        color: #777;
        font-weight: 600;
    }

        .logginFormFooter a:hover {
            color: #aaa;
        }

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

nav {
    z-index: 9;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.tabs {
    display: table;
    width: 50%;
    transform: translateY(5px);
}

    .tabs > li {
        transition-duration: 0.25s;
        display: table-cell;
        list-style: none;
        position: relative;
        cursor: pointer;
        color: var(--Main-Green, #62a08b);
        font-family: Poppins;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
    }

        .tabs > li:before {
            z-index: -1;
            position: absolute;
            content: "";
            width: 100%;
            height: 120%;
            color: #fff;
            top: 0;
            left: 0;
            /* background-color: #DDD; */
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition-duration: 0.25s;
            border-radius: 8px 8px 0 0;
        }

        .tabs > li:hover:before {
            -webkit-transform: translateY(70%);
            transform: translateY(70%);
        }

        .tabs > li.active {
            color: #000;
            font-family: Poppins;
            font-size: 27px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-left: 10px;
            text-transform: uppercase;
            border-bottom: 2px solid #62a08b;
            text-align: center;
        }

            .tabs > li.active:before {
                transition-duration: 0.5s;
                /* background-color: #444; */
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

.tab__content {
    position: relative;
    width: 100%;
    /*height:900px !important*/
}

.about-three3 {
    position: relative;
    overflow: hidden;
    padding: 10px 0 70px;
}

.tab__content > li {
    width: 100%;
    position: absolute;
    border-radius: 5px;
    color: #fff;
    top: 0;
    left: 0;
    background-color: #4440;
    display: none;
    list-style: none;
}

    .tab__content > li .content__wrapper {
        text-align: left;
        border-radius: 5px;
        padding-top: 24px;
        background-color: #4440;
    }

form input {
    outline: none;
    border-radius: 90px;
    border: 1px solid var(--Main-Green, #62a08b);
    background: var(--White, #fff);
    padding: 11px 6px;
    color: #5D5D5D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 24px;
}

    form input:first-child {
        margin-top: 15px;
    }

    form input:last-child {
        margin-right: 3px;
        margin-bottom: 1px;
        border-radius: 91px;
    }

    form input:focus {
        background-color: #fff;
    }

    form input:hover {
        background-color: #fff;
    }

    form input:placeholder {
        color: blue;
    }

form [type="submit"]:focus,
form [type="submit"]:hover {
    background: #026443;
}

form [type="submit"] {
    color: var(--White, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: #62A08B;
    border-radius: 91px !important;
}

::-webkit-input-placeholder {
    color: #ddd;
}

:-moz-placeholder {
    color: #ddd;
}

::-moz-placeholder {
    color: #ddd;
}

:-ms-input-placeholder {
    color: #ddd;
}

.eamil_phone {
    color: var(--Main-Green, #62a08b);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


ol,
ul {
    padding-left: 0rem !important;
}

.flex_wrapper {
    display: flex;
    list-style: none;
    margin-top: -22px;
}

.remember_me {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 12px;
    margin-left: 10px;
}

.flex_wrapper_1 {
    color: var(--Mid-Gray, #A0A0A0);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
    margin-top: -20px;
}

.login_btn {
    border-radius: 91px;
    margin-top: 10px;
}

.field-icon {
    float: right;
    bottom: 55px;
    position: relative;
    z-index: 2;
    left: -20px;
    color: #A0A0A0;
}

.or_btn {
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}


.social_btn {
    width: 100%;
    color: var(--Main-Green, #62A08B);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 91px;
    padding: 6px;
    border: 1px solid var(--Main-Green, #62A08B);
}

.input-lg {
    padding: 10px 30px !important;
    margin-top: 0px !important;
}



.otp_btn {
    position: absolute;
    top: 429px;
    right: 0%;
    padding: 9px 24px;
    font-size: 16px !important;
    border: none !important;
    border-radius: 40px;
    color: #ffffff;
    background: #62A08B;
}

.otp_btn_1 {
    position: fixed;
    top: 445px;
    right: 0%;
    padding: 13px 24px;
    font-size: 14px !important;
    border: none !important
}

.male {
    color: var(--Main-Green, #62A08B);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    justify-content: center;
    display: flex;
}

.malefemale {
    margin-right: 18px !important;
    margin-top: 0px !important;
    border-radius: 50px !important;
}

.mail_img {
    background: #62a08b00;
    border: 0px solid #62a08b;
    border-radius: 8px;
    text-align: center;
    width: 60%;
    height: auto;
}

.kp-n {
    margin-top: -57px;
}

.clock {
    text-align: right;
}

.vt {
    margin-top: 14px;
    width: 50%;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .otp_btn {
        position: relative;
        right: 0%;
        top: 15px;
        padding: 12px 24px;
        font-size: 14px !important;
        border: none !important;
    }

    .otp_btn_1 {
        position: static;
        padding: 12px 24px;
        font-size: 14px !important;
        border: none !important;
        margin-top: 21px;
    }

    .tabs {
        display: table;
        width: 100%;
        transform: translateY(5px);
    }

    .form-subscribe .btn {
        border-radius: 107.78px 107.779px 107.779px 107.779px;
        background: var(--Main-Green, #62A08B);
        color: var(--White, #FFF);
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        border: none;
        margin-right: 0px;
        position: relative;
        right: 25px;
    }

    .flex_wrapper_1 {
        color: var(--Mid-Gray, #A0A0A0);
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        margin-top: 1px;
    }

    .mail_img {
        background: #ffffff00;
        border: 0px solid #62a08b;
        border-radius: 2px;
        text-align: center;
        width: 25%;
        height: auto;
    }


    .kp-n {
        margin-top: 0px;
    }

    .kn {
        margin-top: 24px;
    }

    .clock {
        margin-left: 0%;
    }

    .vt {
        width: 100%;
    }

    .about-three3 {
        position: relative;
        overflow: auto;
        padding: 5px 0 60px;
    }
    /*.tab__content {
        position: relative;
        width: 100%;
        height: 215vh !important;
    }*/
}
