* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}
.aster-main{
    background: #f5f9fc;
    font-family: 'Roboto';
}
.regis-head{
    border-bottom: 2px solid #064066;
    background: #D2DDE3;
    margin-top: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
}
.regis-head-inner{
    /* display: flex;
    text-align: center;
    justify-content: center; */
}

.list{
    position: absolute;
    background-color: #d9effd;
    width: 31%;
    padding: 15px 26px;
}

.form-area form{
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form-area-inner{
    padding: 15px;;
}
.logo-area{
    display: flex;
    justify-content: end;
}
.logo-area img{
    width: 180px;
    height: 80px;
}
.logo-cont-area h2{
    margin-top: 0px;
    margin-left: 3%;
    font-size: 30px;
    text-transform: uppercase;
    color: #064066;
    font-weight: 700;
}
.logo-cont-area h3{
    color: #467595;
    margin-left: 20%;
    margin-top: -8px;
    font-size: 20px;
}
.logo-cont-area p{
    color: #467595;
    margin-left: 4%;
    margin-top: -10px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.session-area{
    margin: 10px 0px;
}
.session-area h3{
    color: #064066;
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}
.session-area p {
    font-size: 15px;
    font-weight: 700;
    color: #467595;
    text-align: center;
    margin: 5px 0;
}
.applic-area{
    display: flex;
    justify-content: center;
}
.applic-area-inner{
    width: 40%;
    padding: 10px 20px 20px 20px;
    text-align: center;
}
.form-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px !important;
    color: #064066;
    /* color: #5a5a5a; */
}
.form-control, .form-select {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.stu-dtls-area{
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 10px;
    border: 1px solid #064066;
}
.crd-title {
    padding: 5px 10px;
    background: #064066;
    margin-bottom: 10px;
}
.crd-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-family: 'Cabin Condensed', sans-serif;
}
.stu-dtls-inner{
    margin-bottom: 10px;
}
.dob-inpt{
    display: flex;
    gap: 15px;
}
.dob-inpt input{
    width: 32%;
    padding: 10px;
}
.dob-days{
    display: flex;
    gap: 10px;
}
.dob-days span{
    margin-top: 3px;
    color: #467595;
    font-size: 14px;
    font-weight: 500;
}
.dob-days input{
    width: 78%;
}
.radio-area{
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 5px;
    padding: 5px 10px;
}
.btn-add-sibling{
    display: none;
    color: #fff;
    background-color: #064066;
    border: 1px solid transparent;    
    border-radius: .25rem;  
    padding: 1px 10px;
    font-size: 13px;  
    /* border-color: #0d6efd; */
}
.fat-details h5{
    font-size: 13px;
    font-weight: 500;
    background: #3c6986;
    color: #fff;
    text-align: center;
    padding: 4px;
}
.mics-area{
    text-align: center;
    color: #064066;
    font-weight: 700;
}
.mics-area label{
    margin-bottom: 5px !important;
}
.medical-remarks-area textarea{
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none !important;
    padding: 5px;
}
textarea::placeholder{
    color: #467595;
}
.upld-doc-area {
    margin-bottom: 5px;
}
.upld-doc-area label{
    margin-bottom: 5px;
    color: #064066;
    font-weight: 700;
    font-size: 14px;
}
.docs-file-inpt{
    border: 1px solid #064066;
    padding: 5px;
    border-radius: 5px;
}
input::file-selector-button {
    font-weight: bold;
    color: #467595;
    padding: 0.2em;
    height: 30px;
    font-size: 16px;
    border: thin solid grey;
    border-radius: 3px;
}
.submit-frm-btn{
    margin-top: 40px;
}
.submit-frm-btn button{
    background: transparent;
    border: 1px solid #064066;
    color: #064066;
    font-size: 16px;
    font-weight: 700;
}
.submit-frm-btn button:hover{
    background: #064066;
    color: #fff;
    box-shadow: 0 0 10px #064066;
    transition: box-shadow 0.3s ease-in-out;
}


@media only screen and (max-width: 768px){
    .logo-area {
        display: flex;
        justify-content: center;
       /* margin-right: 10% !important; */
    }
    .logo-cont-area h2 {
        margin-top: 15px;
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        color: #064066;
        font-weight: 700;
    }
    .logo-cont-area h3 {
        color: #467595;
        margin-left: 0%;
        text-align: center !important;
        margin-top: -2px;
        font-size: 20px;
    }
    .logo-cont-area p {
        color: #467595;
        margin-left: 0%;
        margin-top: -10px;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
        text-align: center;
    }
    .session-area p {
        font-size: 15px;
        font-weight: 700;
        color: #467595;
        text-align: center;
        margin: 5px 0;
    }
    .applic-area-inner {
        width: 80%;
        padding: 10px 20px 20px 20px;
        text-align: center;
    }
    .medical-remarks-area textarea{
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        outline: none !important;
        padding: 5px;
    }
    .list{
        position: absolute;
        background-color: #d9effd;
        width: 72%;
        padding: 15px 26px;
    }
}