 p{
        text-align: justify;
    }
    .btn-form {
        background: #FFC107;
        border-radius: 50px;
        color: #fff;
        padding: 10px 15px;
        width: 220px;
        height: 50px;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500;
    }
    .social-icons .fa-facebook, .social-icons .fa-twitter, .social-icons .fa-google-plus {
        color: #000;
    }
    .fa-facebook:hover {
        color: #3b5998 ;
    }
    .fa-twitter:hover {color: #0084b4;}
    .fa-google-plus:hover {
        color: red;
    }
    
    
 ul.social-icons li{
    background-color: #FFF;
    display: inline-block;
    margin: 1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    transition: all 0.3s ease;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
      }  
      .fa {
          margin-left: 7px;
      }
      .anouncement {
                width: 100%;
            } 
.scroll_news_div_left {
    background: #06712d ;
    float: left;
    width: 10%;
    min-width: 144px;
    height: 35px;
    margin: 5px 1px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    padding: 3px 5px 5px 7px;
}
.scroll_news_div_left p {
    font-size: 16px;
    color: #fff;
}
.scroll_news_div_right {
    background: #000;
    float: left;
    width: 80%px;
    min-width: 1190px;
    padding: 8px 10px;
   margin: 5px 1px 0px 5px;
    height: 35px;
    color: #FFF;
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.white-text {
    color: #fff;
    margin-top: 10px;
}
#dirmsg h4 {
    color: #fff;
    
}
input[type="checkbox"]{
    margin-left: 10px;
}
label {
    cursor: pointer;
}
  input[name="state"], input[name="block"], input[name="district"]{
          text-transform: uppercase;
      }


    @media screen and (min-width: 769px){
        .admissionform {
            position: relative;
            float: right;
            margin-right: -100px;
            margin-top: 30px;
        }   
    }
