/* Main CUstom CSS */


@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: 600;
}

body {
    background: #EEE;
    /* font-family: Poppins; */
    /* font-family: system-ui,
        -apple-system, 'Segoe UI', Roboto,
        Helvetica,
        Arial,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji'; */
    font-family: system-ui,
        -apple-system, BlinkMacSystemFont ,'Segoe UI', Roboto,
        Helvetica,
        Arial,
        sans-serif,
        Noto Sans,
        Segoe UI Symbol,
        Noto Color Emoji,
        Apple Color Emoji,
        Segoe UI Emoji,
        'Helvetica Neue';
}

p {
    color: #555;
    /* font-family: Poppins; */
    /* font-size: 16px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h3 {
    color: #000;
    /* font-family: Poppins; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

header {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

input.form-control {
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background-color: #F9F9F9;
}

input.form-control:visited,
input.form-control:valid {
    background-color: #fff;
}

.card {
    display: flex;
    padding: 60px 80px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 32px;  */
    border-radius: 4px;
    /* max-width: 1000px; */
    margin: auto;
}

.form {
    min-width: 50%;
}

.service_number {
    font-size: 12px;
}

.submit_btn {
    padding: 12px;
    border-radius: 4px;
    background: #1A3661;
    color: #fff;
}

.home-submit_btn {
    padding: 12px;
    border-radius: 4px;
    background: #1A3661;
    color: #fff;
    /* width: 50%; */
    width: 20%;
}

.cms-widget-desc {
    min-height: auto;
}

.theme_btn {
    padding: 12px;
    border-radius: 4px;
    background: #1A3661;
    color: #fff;
}

.myLoader {
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.myLoader span {
    color: #ffdfce;
    width: 50px;
    height: 50px;
}

.btn {
    background: #1A3661;
    border: 0;
    padding: 15px 35px;
    line-height: 20px;
    font-size: 18px;
}

.cms-widget-title {
    display: block;
    /* max-width: 85%;  */
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: inherit;
}

#eligibilityCheck input.btn.submit_btn:hover {
    border: 1px solid #1A3661;
}

#checkeligibitycode input.btn.submit_btn:hover {
    border: 1px solid #1A3661;
}

#eligibilityCheck input.btn.home-submit_btn:hover {
    border: 1px solid #1A3661;
}

#checkeligibitycode input.btn.home-submit_btn:hover {
    border: 1px solid #1A3661;
}


@media only screen and (max-width: 1199px) {
    /* .cms-widget-desc {
        min-height: 450px;
    }    */

}

@media only screen and (max-width: 991px) {
    .card {
        padding: 30px 30px;
    }

    /* .cms-widget-desc {
        min-height: 525px;
    } */

    .custom-height {
        height: auto;
    }
}


@media only screen and (max-width: 767px) {
    /* .cms-widget-desc {
        min-height: auto;
    } */

    .card {
        padding: 30px 15px;
    }

    .cards-nav {
        align-items: center;
    }

    .home-submit_btn {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {

    .cards-nav {
        padding: 10px;
    }

    .nav-justified.cards-nav .nav-item,
    .nav-justified.cards-nav>.nav-link {
        flex-grow: unset;
        flex-basis: auto;
        width: 100%;
    }
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}