#side-menu .nav-item {
    margin-bottom: 0;
    margin-top: 0;
  }
  
  #side-menu .nav-item p {
    font-size:12px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    padding: .5rem 1rem;
  }
  
  
  
  #side-menu .nav-item .nav-link.active {
    color: rgb(0, 0, 0);
  }
  
  
  #tab1-programs.show {
    display: block;
  }
  
  #tab1-programs {
    display: none;
  }
  
  #tab1-programs .nav-link {
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
  }
  
  #tab1-programs .nav-link.active {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 1) !important;
  }
  
  .side-menu__title {
    border-bottom: solid 2px white;
    color: white;
  }
  
  h2 {
    font-size: 3rem;
    margin-bottom: 2%;
  }
  
  .banner__content {
    font-size: 1.1rem;
  }
  
  .margin-Top200 {
    margin-top: 90px;
    /* padding-bottom: 50px; */
    border-top: 1px solid black;
  }
  
  
  
  @media (min-width:765px) {
    .overFlowAuto {
      overflow-y: scroll;
      height: 75vh;
    }
    .rightScroolBar ::-webkit-scrollbar {
        width: 0px;
      }
    /*
   *  STYLE 5
   */
   #style-5::-webkit-scrollbar
   {
     width: 0px;
   }
   
  .pageHeadingSection{
    font-size: 30px;
    margin-bottom: 2%;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
  }
  .PageTitle{
    font-size: 25px;
    font-weight: 700;
  }
  
  /*
   *  STYLE 4
   */
  
   #style-4::-webkit-scrollbar-track
   {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
   }
   
   #style-4::-webkit-scrollbar
   {
     width: 06px;
     background-color: #F5F5F5;
   }
   
   #style-4::-webkit-scrollbar-thumb
   {
     background-color: #000000;
     border: 2px solid #555555;
   }
   .paddingLeftRight30{
    padding-left: 30px;
    padding-right: 30px;
   }
  }
  .MainRow p{
    text-align: justify;
  }