* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}


/* ----------------logo starts---------------  */

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

.logo1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}


/* ----------------logo end--------------- */

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mainlogo {
    background-color: rgb(247, 249, 251);
}


/*------------------slick silder starts---------------   */

.abc {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}

.abc .img1 {
    width: 300px;
    max-width: 300px;
    padding: 1rem;
}

.abc .img1 .img01 {
    display: flex;
    justify-content: center;
}

.abc .img1 .img01 img {
    padding: 0.50rem;
}

.abc .img1 .center {
    display: flex;
    justify-content: center;
}

.abc .img1 .center h2 {
    letter-spacing: inherit;
    font-weight: 700;
    font-size: 21px;
    margin: 10px 0;
    color: rgb(0, 41, 77);
}

.abc .img1 .center h4 {
    text-align: center;
    margin: 16px auto 40px auto;
    color: rgb(126, 148, 167);
}


/* ------------------slick silder ends---------------  */


/* ------------------------mobile number verify start--------------------- */

.verify {
    position: relative;
    max-width: 310px;
    margin: auto;
    text-align: left;
    padding: 0.50rem;
}

.mobile-no {
    width: 100%;
}

.mobile-no label {
    font-size: 18px;
    font-weight: 700;
    margin: 13px 0;
}

.input-grp {
    display: table;
    width: 100%;
    margin-top: 13px;
}

.input-grp>div {
    display: table-cell;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.input1 {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input {
    padding: 13px;
    color: rgb(126, 148, 167);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.input1 input {
    border: 0;
    display: block;
    width: 100%;
    outline: none;
    padding: 13px;
    border: none;
    margin: 0px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #00294d;
    background: none;
    transition: all 1s ease 0s;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-grp:hover input,
.input:active {
    background-color: #d0d8dea9;
}

.term {
    margin: 12px 0 16px 0;
    font-size: 13px;
}

.term a {
    text-decoration: none;
    color: rgb(0, 137, 255);
}

.btn {
    width: 100%;
    border-radius: 8px;
    border: none;
    background-color: white;
    padding: 10px 10px;
    border: 1px solid black;
}

.disbled {
    color: #7e94a7;
    background-color: #e1e0e6;
    border-color: #e1e0e6;
    cursor: not-allowed;
}

.login_link {
    display: grid;
    padding: 10px;
}

.login_link a {
    font-weight: 700;
    text-decoration: none;
    ;
}

.active {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    margin: 4px 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    font-weight: 500;
    height: 40px;
    color: #fff;
    background: #0089ff;
    border: 1px solid #E1E0E6;
    border-radius: 8px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
}


/* ------------------------mobile number verify ends--------------------- */

.otp {
    position: relative;
    max-width: 310px;
    margin: auto;
    display: none;
    text-align: left;
    padding: 0.50rem;
}

.otp .mobile-otp h2 {
    font-weight: 700;
}

.otp .mobile-otp h4 {
    margin: 0;
    margin-top: 16px !important;
    color: rgb(126, 148, 167)
}

.otp .mobile-otp .mno {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-top: 16px;
}

.otp .mobile-otp .mno a {
    text-decoration: none;
    color: #0089ff;
    text-align: right;
}

.otpvalue {
    display: flex;
    justify-content: center;
    position: relative;
}

.otpvalue .otp1 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    height: 2.875rem;
}

.otpvalue .otp1 input {
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    /* margin: 0 3.5px; */
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid rgb(225, 224, 230);
    text-align: left;
}

.otpvalue .otp1 input::placeholder {
    color: rgba(128, 128, 128, 0.534) !important;
}


/* .Otp_input {
    position: absolute;
    top: 30%;
    left: 5%;
    padding: 5px 10px;
} */

.second {
    font-weight: 500;
    gap: 8px;
    position: absolute;
    /* line-height: 2.875rem; */
    top: 48%;
    left: 65%;
    color: black;
}

.expires_time {
    margin: 12px 0 20px 0;
    font-weight: 500;
    color: rgb(126, 148, 167);
}

@media screen and (max-width: 691px) and (min-width: 275px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 692px) and (max-width:991px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 100vh;
    }
    .abc {
        margin-top: 300px;
    }
    .verify {
        max-width: 310px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1em;
        /* height: 100vh; */
    }
    .abc {
        margin-top: 0px;
        height: 70vh;
    }
    .verify {
        max-width: 310px;
    }
}