:root {
    --main-yellow-color: #D92B81;
    --main-yellow-light-color: #fda509;
}

body {
    font-family: 'Roboto', sans-serif !important;
    /*background-color: white !important;*/
}

div#red-line {
    border: 1px solid #d90000;
    background: #d90000;
}

div#yellow-line {
    border: 1px solid #fcdc04;
    background: #fcdc04;
}

div#black-line {
    border: 1px solid black;
    background: black;
}

header {
    background-color: white !important;
    width: 100%;
    /*       position: fixed;
           width: 100%;
           z-index: 999;
           top: 6px;*/
}


/*.header-img img{width: 100%;}*/

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.f-right {
    float: right !important;
}

.f-left {
    float: left;
}

.header-img {
    padding-top: 15px;
    padding: 20px 0;
}

.main-title {
    color: var(--main-yellow-color);
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.5px;
    margin: 0;
}

.sub-title {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
    color: #5d5d5d;
}

.toppadding {
    padding-top: 20px;
}

.brown-bg {
    background-color: var(--main-yellow-color);
    margin: 0;
}

.brown-bg h4 {
    padding-top: 15px;
    font-size: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

.brown-bg .col-sm-2,
.brown-bg .col-md-2 {
    width: 18%;
    max-width: 18%;
}

.brown-bg .col-sm-2:nth-child(4),
.brown-bg .col-md-2:nth-child(4) {
    width: 20%;
    max-width: 20%;
}

.topmarginsm {
    margin-top: 10px;
}

.right-menu li {
    float: left;
}

.dots {
    height: 7px;
    width: 7px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.header-img h2,
.header-img h3 {
    font-family: Poppins, Helvetica, "sans-serif";
}

.newLookbg {
    background: url(../assets/login/banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 20% 20%;
}

.newLookbg h5 {
    color: var(--main-yellow-color);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}

.newLookbg h2 {
    color: white;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.para1 {
    color: #bababa;
    width: 350px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.job {
    text-align: center;
    color: black;
    letter-spacing: 0.5px;
    font-size: 20px;
    padding-top: 18px;
}

.job-form {
    background-color: white;
    padding: 35px;
    box-shadow: 1px 1px 10px 1px #8a8a8a4f;
    margin-bottom: 15px;
}

.job-form input {
    background-color: #ededed !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #757575 !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.job-form input.form-control {
    height: 50px !important;
}

.job-form label {
    font-size: 16px;
    color: #939393;
    letter-spacing: 1px;
    padding-left: 1.5rem;
}

.btn-signIn {
    width: 100%;
    background-color: var(--main-yellow-color) !important;
    border-color: var(--main-yellow-color) !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    border-radius: 0px;
    line-height: 1 !important
}

.forget-pas {
    text-align: right;
    float: right;
    font-size: 15px;
    color: #939393 !important;
    font-weight: 500;
}

.bottommargin-xs {
    margin-bottom: 5px !important;
}

.no-margin {
    margin: 0;
}

.reg {
    font-size: 17px;
    color: #939393 !important;
    letter-spacing: 0.5px;
}

.reg:hover {
    color: var(--main-yellow-color) !important;
}

a.forget-pas:hover {
    color: var(--main-yellow-color) !important;
}

.dr-job {
    font-weight: 600;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 2;
}

.first-para {
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-size: 14px;
    color: #727272d9;
    font-weight: 500;
}

.welcome-text {
    font-size: 20px;
    color: #383838e0;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.job-section {
    margin-top: -85px;
    padding-bottom: 75px;
    background-color: #fff;
}

.quick-link li {
    float: left;
    width: 50%;
}

.quick-div {
    margin-top: 60px;
    padding: 35px;
}

.quick-link {
    padding-left: 18px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
}

.quick-link li:nth-child(5) {
    width: 100%;
}

.quick-link li a:hover {
    color: var(--main-yellow-color);
}

.quick-link li a {
    color: #939393;
}

.quick-link li:hover {
    color: var(--main-yellow-color);
}

.job-form input:focus,
.job-form input:active {
    box-shadow: 3px 3px 5px 2px rgb(243, 240, 240) !important;
    background-color: white !important;
    border: 0px !important;
}

.footer-content {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    background-color: var(--main-yellow-color);
}

.bottompaddingxs10 {
    padding-bottom: 10px;
}

.copy-sec p {
    color: #ffffffe0;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0;
}

.toppaddingsm {
    padding-top: 10px;
}

.search-input {
    border-radius: 0px !important;
    height: 60px !important;
    box-shadow: 1px 3px 8px 1px #00000078 !important;
    padding-left: 45px !important;
    color: #757575 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}

.search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    letter-spacing: 1px;
}

.no-padd-right {
    padding-right: 0px;
}

.no-padd-left {
    padding-left: 0px !important;
}

.search-btn {
    padding: 15px 30px 15px 30px;
    border: 0px;
    background-color: #7f7f7f;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.min-left {
    margin-left: -45px;
}

.min-left .fa-search {
    color: #fff;
    letter-spacing: 3px;
}

.signup-form {
    width: 650px;
}

.bottompadding {
    padding-bottom: 20px;
}


/*.top-lines{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}*/

@media only screen and (min-width:769px) and (max-width:990px) {
    .header-img img {
        width: 100%;
    }
    .search-btn {
        padding: 15px 20px 15px 20px;
    }
    .quick-link li {
        width: 95%;
    }
    .brown-bg h4 {
        font-size: 11px;
    }
    .signup-form {
        width: 100%;
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .quick-link li {
        width: 95%;
    }
    .brown-bg h4 {
        font-size: 13px;
    }
    .signup-form {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .brown-bg .col-sm-2,
    .brown-bg .col-md-2 {
        width: 100%;
        max-width: 100%;
    }
    .col-md-2:nth-child(4) {
        width: 100% !important;
        max-width: 100% !important;
    }
    .brown-bg h4 {
        padding-top: 10px;
        padding-bottom: 3px;
    }
    .min-left {
        margin-left: 0px;
    }
    .search-btn {
        margin-top: 10px;
        width: 100%;
    }
    .mbl-no-pad-right {
        padding-right: 0px !important;
    }
    .job-section {
        margin-top: 0px;
        padding-bottom: 100px;
    }
    .quick-div {
        margin-top: 0px;
        padding: 10px;
    }
    .quick-link li {
        width: 90%;
    }
    .para1 {
        width: auto;
    }
    .copy-sec p {
        text-align: center;
    }
    .mobileHead .col-xs-6 {
        margin: 0 auto;
        text-align: center;
    }
    .signup-form {
        width: 100%;
    }
}


/**************** Signup screen********************/

.sign-bottompadd {
    padding-bottom: 40px;
}

.sign-head {
    font-family: 'Roboto', sans-serif !important;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.text-acc {
    color: #bababa;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.al-sign span,
.al-sign a {
    font-size: 15px;
    color: #939393 !important;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif !important;
}

.al-sign a:hover {
    color: var(--main-yellow-color) !important;
}

.signuprow .btn.btn-primary {
    color: #FFFFFF !important;
    background-color: var(--main-yellow-color) !important;
    border-color: var(--main-yellow-color) !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.signuprow .btn.btn-light-primary {
    color: #FFFFFF !important;
    background-color: var(--main-yellow-color) !important;
    border-color: var(--main-yellow-color) !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.signuprow .btn.btn-light-primary:hover {
    background-color: #233d8b !important;
    border-color: #233d8b !important;
}

.signuprow .btn.btn-primary:hover {
    background-color: #233d8b !important;
    border-color: #233d8b !important;
}

.attach-btn {
    position: absolute;
    color: #6d6d6d !important;
    background-color: #e8e8ea !important;
    border-color: transparent;
    padding: 10px 11px 10px 11px !important;
    border-radius: 0.42rem;
    height: 40px;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.attach-btn:hover {
    background-color: #233d8b !important;
    color: white !important;
}

.job-desc {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.admission .lessthan .progress-indicator>li .bubble1:before {
    width: 60%;
}

.admission .lessthan .progress-indicator>li {
    width: 15%;
}

.admission .progress-indicator {
    padding: 0px;
}


/*.admission .progress-indicator>li .bubble1:before{background-color: #233d8b;}*/

.admission .progress-indicator>li p {
    margin-left: 57px;
}

.aplno span {
    font-size: 14px;
    letter-spacing: 0.5px;
}


/*.form-group a{color: #233d8b;}*/

.ed-in input {
    margin-top: 0px;
}

.chek-flex .checkbox-inline {
    display: flex !important;
}

.chek-flex p {
    margin: 0;
    padding-left: 5px;
}

.for-shortlist #table_data thead tr th {
    padding: 7px 8px 7px;
    font-size: 12px;
}

.for-shortlist #table_data tbody tr td {
    padding: 5px 5px 5px;
    /*font-size: 12px;*/
}

.aside-minimize .flex-column-fluid .container {
    padding: 0;
    width: 1230px !important;
    max-width: 1230px;
}

.aside-minimize .flex-column-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.min-left input.form-control {
    height: 60px !important;
    border-radius: 0px !important;
}

.completed .progress-indicator li a {
    color: #D92B81;
}

.applnum {
    padding-bottom: 10px;
    margin-left: -15px;
}

.contact-part .la {
    font-size: 26px;
}

.completed .progress-indicator li a {
    color: #D92B81;
}

@media only screen and (width:1280px) and (max-width:5000px) {
    .admission .progress-indicator>li p {
        margin-left: 80px;
    }
    .admission .progress-indicator>li.firstBasic p {
        margin-left: 57px;
    }
}

@media (max-width:767px) {
    .s-signup-form .col-sm-6 {
        padding-left: 12.5px !important;
        padding-right: 12.5px !important;
    }
    .s-signup-form .form-group {
        margin-bottom: 15px !important;
    }
    .s-reset-pass .col-sm-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .s-reset-pass .s-reset-btn {
        margin-top: 10px;
    }
}

@media (max-width:487px) {
    .header-img {
        padding: 0;
    }
}

/* login ui changes */

.login-ui .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-ui{
    height: 100vh;
}

.sign-head{
    color: #222;
}

@media (max-width:487px){
    .login-ui .p273{
        width: auto;
    }

    .login-ui .mb-p-0{
        padding: 0 !important;
    }
}

@media (max-width:360px){
    .otp-ui{
        padding-top: 30px;
    }
}

@media (max-width:360px){
    .otp-ui{
        padding-top: 85px;
    }
}

/* otp-ui */

.login-ui .btn-otp{
    padding: 11px 17px;
    margin: 10px;
}

.login-ui .br-4{
    border-radius: 4px !important;
}