* {
  box-sizing: border-box;
}
@font-face { font-family: 'Noto Serif' ;src: url('../fonts/NotoSerif-Bold.woff'); } 
@font-face { font-family: 'Noto Serif' ;src: url('../fonts/NotoSerif-BoldItalic.woff'); } 
@font-face { font-family: 'Noto Serif' ;src: url('../fonts/NotoSerif-Italic.woff'); } 
@font-face { font-family: 'Noto Serif' ;src: url('../fonts/NotoSerif-Regular.woff'); } 
@font-face { font-family: 'Courgette' ;src: url('../fonts/Courgette-Regular.woff'); } 
@font-face { font-family: 'Slabo 27px' ;src: url('../fonts/Slabo27px-Regular.woff'); } 

body {
    background-color:aliceblue ;
    font-family: 'Noto Serif', serif !important;
    font-size: 14px!important;
    color: black!important;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    background-color:white;
}
.form-control{
    height: 35px;
    margin-bottom: 15px;
}
.captcha-image{
    width: 100%;
}
.card{
    background: white;
    margin-top:50px;
    padding: 20px;
    border-radius: 15px;
}
.college-name{
    color: #4a92af;
    font-size: 16px;
}
.collage-heading{
    background: #3685ca;
    padding:10px;
    text-align: center; 
    border-bottom: 2px solid #094676;
}
.collage-heading h1{
    color: white;
    font-size: 25px;    
    text-shadow: 1px 1px 2px black, 0 0 25px #00BCD4, 0 0 5px #2196F3;
}
.collage-heading p{
    font-size: 12px;
    color: white;
    margin-bottom: 0px;
}
/*registration */
.registred{
    background: aliceblue;
    padding-top: 30px;
    padding-bottom: 60px;
}
.block{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border:1px solid #ddd;
    border-radius: 12px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.mandetory{
    color: red;
    font-size: 14px;
    font-weight: 600;
}
label{
    color: black;
}
.mand-sign{
    color: red;
    font-size: 14px;
    margin-left: 3px;
}
.heading{
     border-bottom:1px solid #ddd;
     margin-right: -20px;
     margin-left: -20px;
     margin-bottom: 10px;
}
.bottom{
     border-top:1px solid #ddd;
     margin-right: -20px;
     margin-left: -20px;
     margin-bottom: 10px;
     padding-top: 20px;
}
.block h5{
    margin-top: 0px;
    padding-left: 20px;
    color: black;
}
.footer{
    background-color: #fff;
    color: black;
    padding-top: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #777;
    margin-top: 20px;
    font-weight: 600;
}
.footer-qi{
    color: #3685ca;
}

/*home page*/
.equal-div { width: 30%; height: 80px; float: left;text-align: center;padding-top: 16px;color: white;font-size: 31px; }
.equal-div1 { width: 70%; height: 80px; float: left;text-align: center;padding-top: 25px;color: white;font-size: 17px;}

.font-style{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.topic{
    font-size: 14px;
    font-weight: 600;
}
li{
    font-size: 12px;
}
.form-heading{
    /*background: #2196F3;*/
    background-color: #78bcf2;
    color: white;
    padding:7px 3px;    
    border-radius: 3px;
    font-size: 16px;
}
.sub-heading{
    background: #ddd;
    padding: 5px;
    /*margin-left: 15px;*/
    width: 135px;
    margin-bottom: 20px;
}
.fees-name-body{
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:10px 2px; 
}
.fees-name{
    float: right;
    color: skyblue;
}
.note li{
    color: red;line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}
.note-num li{
list-style-type: decimal;
}

/*arf report*/
.arf-equal-div { width: 50%; float: left; }
.right{
    float: right;
    margin-right: 25px;
}
.arf-heading{
    border-bottom: 1px solid black;font-weight: bold;
}
.navbar-container .col-sm-10{
    padding-left:0px;
    /*padding-right:0px;*/
}
.div-content{
    background-color:white;
    border:1px solid skyblue;
    padding:12px;
    border-radius:4px;
    margin-top:50px;
}
.sidebar{
    background-color:white;
    border:1px solid skyblue;
    padding:5px;
    border-radius:4px;
    margin-top:50px;
}
.sidebar ul{
    margin-left:-20px;
    list-style: none; /* Remove default bullets */
}

.sidebar ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #eaa618; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size:17px;
}
.sidebar ul li{
    line-height:30px;
    padding-bottom:5px;
    border-bottom:1px dashed;
}
.mb-10{
    margin-bottom:10px;
}
.red{color:red;}
.blue{color:blue;}
fieldset{
    border:1px solid #3685ca!important;
}
legend{
    color:#3685ca!important;
}