/* style added for menu 14-09-23 START */
  .follow-us .social-follow{
    letter-spacing: 2.1px;
      color: #BA4717;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 21px;
      font-family: 'Yantramanav';
      padding-bottom: 15px;
      margin:0px!important;
  }
  .admission-btn .dropdown {
      position: relative;
      display: inline-block;
  }
  .admission-btn .dropdown-content {
     top: 33px;
      left: 0;
      display: none;
      position: absolute;
      background-color: #ffffff;
      min-width: 180px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 222;
  }
  #list-items a:hover{
     color: #a80f18;  
  }
  .admission-btn .dropdown-content a {
      font-size: 13px;
      line-height: 14px;
      font-weight: 500;
      display: block;
      padding: 15px 20px;
      text-align: left;
      color: #1d2143;
      border-top: 1px solid rgb(0 43 92 / 13%);
      border-radius: 0;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
  }
  /*position of dropdown */
  .dropdown {
        position: absolute;
        display: block;
     }
     /* set the size and position of button on web */
     /* provide css to background of list items */
     #list-items {
        display: none;
        position: absolute;
        background-color: white;
        width: 156.5px;
     }
     /* provide css to list items */
     #list-items a {
        display: block;
        font-size: 15px;
        background-color: white;
        color: black;
        text-decoration: none;
        padding: 10px;
        text-align: center;
     }
  /* style added 14-09-23 END */