*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* .container{
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 80px;
} */
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.textc{
    text-align: center;
}

label,td{
    font-size: 18px;
}
th{
    font-size: 22px;
}
form{
    padding: 20px;
    background-color: #eee;
    box-shadow: 0px 2px 5px inset #000;
    border-radius: 10px;
}
.head{
    padding: 20px;
    margin: 10px 0px;
}
.head-left{
    width: 35%;
}
.head-right{
    width: 60%;
    padding-top: 44px;
    line-height: 45px;
}
.student-details,.family-income-details,.siblings-details,.std-edu-details,.std-propose-course,.std-acc-details,.doc-submit{
    margin: 30px 0px 5px 0px;
}
.heading h2{
    font-size: 24px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px 0px;
    /* border-radius: 10px; */
}
.std-left,.std-right{
    width: 50%;
    padding: 20px;
}
.field, textarea{
    width: 98%;
    padding:10px 5px;
    margin: -2px 0px;
}
.pull-right{
    text-align: center;
    padding: 20px 0px;
}
.form-group{
    margin: 10px 0px 5px 0px;
    padding: 0px 10px;
    position: relative;
}


.form-group select{
    padding: 10px 5px;
    margin: 2px 0px;
}
table th,td{
    padding: 5px;
    margin: 10px 5px;
}
.sibling-details-left{
    width: 50%;
    padding: 20px;
}
.sibling-details-right{
    width: 50%;
    padding: 20px;
}
.std-edu-right,.std-edu-left{
    width: 45%;
    padding: 20px;
    vertical-align: middle;
}
.std-edu-details{
    display: flex;
    align-items: center;
}
.std-edu-left select{
    width: 98%;
}
.std-prop-left,.std-prop-right{
    width: 45%;
    padding: 20px;
}
.std-acc-left,.std-acc-right{
    width: 50%;
    padding: 20px;
}
.doc-submit-details{
    display: flex;
    padding: 20px;
    margin: 0 auto;
}
.doc-submit-details input[type="file"]{
    margin: 5px 5px 5px 0px;
    width: 100%;
}
.upload-files img{
    width: 150px;
    height: 150px;
}
#imgInp{
    margin: 10px 0px 5px;
}
.upload-files input[type="file"]{
    cursor: pointer;
}
.doc{
    width: 33%;
    display: inline-block;
}
.form-group input,.form-group textarea, .form-group select{
    box-shadow: 0px 1px 0px 0px #efac20;
    background: transparent;
    border: 1px solid #efac20;
}

 .form-group{
    position: relative;
} 

.incom-title{
    width: 20%;
    padding: 0px 30px;
}
.incom-title h4,.incom-desc h4{
    text-align: center;
    margin: 20px 0px 5px 0px;
}
.incom-title h5{
    font-size: 15px;
    margin: 40px 0px 0px 20px;
}
.incom-desc{
    width: 40%;
}
/* @media screen and (max-width:768px){
    .std-left{
        float: none;
        margin: 0 auto;
    }
} */
.form-group input[type="submit"]{
    background: #2d6842;
    width: unset;
    padding: 10px 20px;
    color: #fff;
}
.form-group input,.form-group textarea, .form-group select{
    width: 100%;
    padding: 15px 10px;
}
.col-3{position: relative;z-index:5;}
.effect-16, 
.effect-17, 
.effect-18{border: 0; padding: 4px 0; border-bottom: 1px solid #ccc; background-color: transparent;}

.effect-16 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #F1C40F; transition: 0.4s;}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border{width: 100%; transition: 0.4s;}
.effect-16 ~ label{position: absolute; left: 10px; width: 100%; top: 11px; color: #000; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;width: auto;padding: 5px 0px;border-radius: 5px;}
.effect-16:focus ~ label, .has-content.effect-16 ~ label{ top: -18px;left: 0; font-size: 12px;font-weight: 600; color: #fff; transition: 0.3s;background: #2d6842;z-index: 1;padding: 5px 10px;}
