@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

p {
    font-size: 14px;
}

.sub-btn {
    background-color: #b12436;
    border-color: #b12436;
    border-radius: 0 50px 50px 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 1% 7%;
}

.sub-btn:hover {
    background-color: #fcc14b;
    border-color: #fcc14b;
    border-radius: 0 50px 50px 50px;
    font-size: 20px;
    font-weight: 600;
    padding: 1% 7%;
}


.admision-first-pg {
    padding: 5% 0;
    background-color: #efef;
}

.admision-first-pg .front-con {
    /*background: url('../image/banner.jpg')no-repeat;*/
    background: url('../image/back-student-bg.jpg')no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
    padding: 0;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.6);
}

.opacity {
    background-color: #020b47;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    z-index: 10;
}

.admision-first-pg .box-container {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
    margin: 0;
    gap: 0;
    align-items: center;
}


.welcome-con {
    background-size: cover;
    background-position: left;
    text-align: center;
    padding: 5%;
    /* box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.6); */
    position: relative;
    z-index: 15;
}

.welcome-con h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.welcome-con h2 span {
    color: #b12436;
    font-size: 50px;
}

.welcome-con p {
    color: #eee;
}


.admision-first-pg .box-container .form-first {
    background-color: #fff;
    z-index: 15;
    margin: 0;
    padding: 5%;
}

.admision-first-pg .box-container .heading {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
    gap: 5px;
}

.admision-first-pg .box-container .heading h3 {
    color: #b12436;
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 2% 0;
}

.admision-first-pg .box-container .heading img {
    width: 100%;
}

.social-media {
    padding: 5% 0 0 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.social-media a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 16px;
    text-decoration: none;
    color: #fcc14b;
    margin: 1%;
}

.front-con .form-first .form-label {
    color: #000;
    font-weight: 600;
}

.front-con .form-first .form-control {
    border-radius: 10px;
    border: 1px solid #aaa;
    box-shadow: none;
    /* border-bottom: 1px solid #aaa; */
}

.front-con .form-first .form-control:hover {
    border-color: #b12436;
}
.rules-box .check-lists .points img{
    height: 15px;
    width: 15px;
    margin: 2px 0 0 0;
}
/* second form stage start */
.stage-two-form .heading-box {
    text-align: center;
}

.stage-two-form .heading-box h1 {
    color: #b12436;
    font-size: 70px;
    font-weight: 700;
}
.reset_div{
    padding: 0;
    margin: 0;
}
.stage-two-form .box-con {
    border: 2px solid #b12436;
    padding: 5% 0.5%;
}
.middle-head{
    font-size: 25px;
    padding: 2% 4%;
    margin: 3% 0 8%;
    color: #fff;
    text-align: center;
    background-color: #b12436;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.6);
}

.form-details-field .form-label{
    font-weight: 600;
    font-size: 16px;
}
.form-details-field .form-control{
    border-radius: 0;
    margin: 0 0 5% 0;
    line-height: 2;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #b12436;
    transition: 0.6s;

}
.form-details-field .form-control:hover{
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.4);
    border-color: #b12436;
    transition: 0.6s;
}

.form-details-field .form-select{
    border-radius: 0;
    margin: 0 0 5% 0;
    line-height: 2;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #b12436;
    /* transition: 0.3s; */
}
.form-details-field .form-control::placeholder{
    font-size: 14px;
}
.form-details-field .form-select:hover{
    border: 2px solid #b12436;
    border-color: #b12436;
    /* transition: 0.3s; */
}

td{
    border: 1px solid #eee;
}
.stage-two-form{
    padding: 5% 2.5% 10%;
}
.points{
    display: flex;
    gap: 10px;
}






.thanks-sec .box-container{
    text-align: center;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
    border: 1px solid #aaa;
    padding: 5% 0;
}

.thanks-sec .box-container .box img{
    width: 10%;
}
.thanks-sec .box-container .box h1{
    font-size: 50px;
    padding: 3% 0 1%;
}
.back-btn{
    border-radius: 0 25px 25px 25px;
    background-color: #ff250c;
    border-color: #ff250c;
    margin: 3% 0% 0;
    padding: 1% 5%;
    color: #fff;
    font-size: 18px;
}
.back-btn:hover{
    color: #ff250c;
    border-color: #ff250c;
}











/* MOBILE VIEW CSS START */
@media only screen and (max-width: 900px) {
    p {
        font-size: 12px;
    }
   .thanks-sec .box-container .box h1{
       font-size: 25px;
   }
    .admision-first-pg .box-container .heading h3 {
        font-size: 16px;
    }

    .front-con .form-first .form-label {
        font-size: 12px;
    }
    .form-text{
        font-size: 12px;
    }
    .welcome-con {
        padding: 10% 5%;
    }

    .admision-first-pg {
        padding: 0;
    }
    .stage-two-form .heading-box h1{
        font-size: 50px;
    }
    .middle-head {
        font-size: 18px;
    }
    .form-details-field .form-label{
        font-size: 14px;
    }
    .admision-first-pg .box-container {
        grid-template-columns: 100%;
    }
    .text-success{
        font-size: 14px;
    }
    .welcome-con h2 {
        font-size: 35px;
    }
    .form-details-field .form-control::placeholder{
        font-size: 12px;
    }
    .form-details-field .form-select::placeholder{
        font-size: 12px;
    }
    .form-details-field .form-select .font-sml{
        font-size: 12px !important;
    }
    .welcome-con h2 span {
        font-size: 40px;
    }

    .form-check-label {
        font-size: 12px;
    }

    .sub-btn {
        font-size: 14px;
    }
    .table-box{
        overflow-x: scroll;
    }
    th, td{
        font-size: 12px;
    }
}
.help-block {
    color: red;
    font-size: 14px;
}