@font-face {
    font-family: "poppins";
    src: url(../font/Poppins-Bold.ttf);
}

@font-face {
    font-family: "poppins-medium";
    src: url(../font/Poppins-Medium.ttf);
}

.font-style-medium {
    font-family: "poppins-medium";
}

/* ---------- poorvik page css -------------- */
.body-cont-poorvika {
    background-image: url(../images/poorvik_background.png);
    background-size: 100% 100%;
    background-position:inherit;
    background-attachment: fixed;
}

.poorvik-top-logo-cont {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.poorvik-logo {
    max-width: 55%;
}


/* ----------- Download Page Css ------------- */

.body-cont {
    background-image: url(../images/layer.png);
    background-size: 100% 100%;
    background-position:inherit;
    background-attachment: fixed;
}

.thank-register {
    font-size: 1rem;
    font-family: "poppins";
    color: #DE413E;
}

.scrldown-img {
    width: 15%;
}

.download-btn {
    background-color: #DE413E; 
    font-family: "poppins-medium";
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.download-container-w {
    width: 30%;
    border-radius: 15px;
    padding-left: 3rem;
    padding-right: 3rem;
}

/* --------- End Download Page CSS --------------- */

@media screen and (width: 1024px) {
    .download-container-w {
        width: 40%;
    }
}

@media screen and (width: 768px) {
    .download-container-w {
        width: 50%;
    }
}

@media screen and (max-width: 430px) {
    .download-container-w {
        width: 97%;
    }
}


/* ------------ Register Page Css -------------- */

.bilimbe-logo {
    width: 20%;
}

.col-sm-5 {
    border-radius: 17px;
}

.input-contaner {
    position: relative;
}

.inp-logo {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 25%;
    left: 2%;
}

.inp-logo1 {
    color: #737a85;
}

.err-logo {
    position: absolute;
    top: 21%;
    right: 0.5rem;
    display: none;
}

.form-select:focus, .form-control:focus {
    box-shadow: none;
}

.submit-btn {
    background-color: #E54647;
    border-radius: 10px;
}

.upload-file-inp {
    position: absolute;
    top: 0.1rem;
    opacity: 0;
}

.space-1 {
    margin-right: 1.1rem;
}

.error-font {
    color: #E54647;
    font-size: 0.8rem;
}

.dummy-upld {
    color: #737a85;
}

.phone-no-error, .email-id-error {
    display: none;
}

.err-logo-photo {
    position: absolute;
    top: 0.8rem;
    right: 0.5rem;
    display: none;
}

@media screen and (max-width: 430px) {
    .w-150 {
        width: 16.7rem;
    }

    .bilimbe-logo {
        width: 40%;
    }
}

/* ------------- End Register Page css */