body {
    position: relative;
    background-color: #000;
    color: #fff;
    font-family: Inter;
}

.logos img {
    max-width: 210px;
}


.hero {
    background-image: url(../../../media/img/olyv-pl/heroBg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.heroLeft p {
    font-weight: 200;
    font-size: 42px;
    color: #ABB0AA;
}

h1 {
    font-weight: 700;
    font-size: 58px;
    color: #fff;
}

h1 span {
    position: relative;
}

h1 span img {
    position: absolute;
    bottom: -30px;
    right: 0px;
    width: 100%;
}

.heroImgDesktop {
    margin-top: 50px;
    max-width: 100%;
    display: inline-block;
    margin-left: auto;
}

.formWrapper {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}

.formWrapper h2 {
    font-weight: 600;
    font-size: 20px;
    color: #002D5C;
    ;
}

.btns button {
    background-color: #76B006;
    padding: 11px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    outline: none;
    border: none;
    box-shadow: none;
}

.btns button img {
    margin-left: 10px;
}

.has-error .help-block {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: red;
}

.spinner-border {
    height: 1rem;
    width: 1rem;
}

.spinnerBtn {
    display: none;
}

/* bottom sec */
.featureWrapper {
    background-color: #292929;
}

.feature {
    width: 50%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.feature:first-child {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.feature:nth-child(2) {
    border-bottom: 1px solid #000;
    border-bottom: 1px solid #000;
}

.feature:nth-child(3) {
    border-right: 1px solid #000;
}

.feature img {
    max-width: 55px;
    height: 52px;
}

.feature p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    color: #E8E8E8;
}


.about {
    background-color: #000;
    padding: 20px;
    border-radius: 22px;
    height: 100%;
    align-content: center;
}

.about h2 {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
}

.about h2 strong {
    font-weight: 700;
}

.about p {
    font-weight: 400;
    font-size: 16px;
    margin: 25px 0px;
}

.stats {
    display: flex;
    align-items: center;
}

.stats img {
    max-width: 20px;
    margin-right: 15px;
}

.stats span {
    font-weight: 700;
    font-size: 24px;

}

.stats span:last-child {
    color: #74C442;
    padding-left: 2px;
}

.applyNowImg {
    position: absolute;
    left: 10px;
    bottom: -40px;
    max-width: 110px;
}

@media screen and (max-width:1199.98px) {
    .heroLeft p {
        font-size: 35px;
    }

    h1 {
        font-size: 50px;
    }
}

@media screen and (max-width:991.98px) {
    header {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: transparent;
        z-index: 9999;
        text-align: left;
        box-shadow: none;
    }
}



@media screen and (max-width:576.98px) {
    .logos img {
        max-width: 180px;
    }

    .heroLeft p br {
        display: none;
    }

    .heroLeft p {
        font-size: 24px;
        margin: 0;
    }

    h1 {
        font-size: 34px;
    }

    h1 span img {
        bottom: -20px;
    }

    .heroImgDesktop {
        margin-top: 30px;
    }

    input[type=checkbox]+i {
        margin-top: 3px;
    }

    .form-group.consent-box {
        margin-bottom: 0;
    }

    .stats span {
        font-size: 20px;
    }

    .feature {
        width: 100%;
    }

    .feature:nth-child(3),
    .feature:first-child,
    .feature:nth-child(2) {
        border: none;
    }
    .applyNowImg {
        left: 23px;
    }
    

}

@media screen and (max-width:374.98px) {
    .heroLeft p {
        font-size: 21px;
    }
    .applyNowImg {
        left: 0px;
    }
    h1 {
        font-size: 29px;
    }

    .stats span {
        font-size: 18px;
    }
}






/* =====================      OTP  ============ */

/* popup css */
.otpPopup {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);

    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.otpWrapper {
    position: relative;
    border: 1px solid #787373;
    background: #FFF;
    box-shadow: 0px 4px 23px 0px #00000012;
    margin: auto;
    padding: 50px;
    border-radius: 12px;
}

.otpPopup .topMsg {
    font-size: 13px;
    font-weight: 500;
    color: #64748B;
}

#otp_counter {
    color: #6F7380;
}

.closePopup {
    position: absolute;
    right: 3px;
    top: 2px;
    width: 40px;
    cursor: pointer;
}

.otpWrapper img {
    max-width: 80px;
}

.otpWrapper img.otpIcon {
    max-width: 150px;
}

.otpWrapper h2 {
    margin-top: 30px;
    font-weight: 500;
    font-size: 22px;
    font-family: "Inter", sans-serif;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #000;
}

.otpWrapper p {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #000;
    font-family: "Inter", sans-serif;
}

.otpWrapper a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #000;
}

.inputWrapper {
    text-align: center;
}

.otp_error_box {
    color: red !important;
}

.inputWrapper input {
    margin: 0px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    border-radius: 9px;

    border: 1px solid #C4C4C4;
    outline: none;
    box-lines: none;
    font-weight: 400;
}

.__theme_color {
    color: #26282E;
    font-size: 13px;
    font-weight: 500;
}


/* .inputWrapper input:hover,
.inputWrapper input:active,
.inputWrapper input:focus {
    border: 1px solid #F97B48;
} */





.btnFroup button {
    transition: all 0.3s ease;
    color: #26282e;
    outline: none;
    border: 0;
    padding: 10px 80px;
    margin: 10px 0px;
    border-radius: 4px;
    background: #76B006;
    color: #fff;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    border: 0;
}

.btnFroup .otpSpinnerBtn {
    display: none;
}

.btnFroup img {
    width: 15px;
    margin-left: 3px;
}

.otpPopup .has-error .help-block {
    display: block;
}

@media screen and (max-width:400px) {
    .otpWrapper {
        padding: 30px 8px;
    }

    .btnFroup button {
        padding: 10px 0;
        width: 90%;
    }
}

/* popup css end */