.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0px;
    border-radius: .25rem;
  }

  /* .list-group.list-group-horizontal {
    position: relative;
    left: 11.5em;
    text-indent: 15px;
    
  } */

  hr{
      width: 50%;
      display: block;
      margin: 0 auto !important;    
  }
 .side-background {
    background-image: url("../image/Group 192.png");
    background-size: 200% 100%;
    width: 100%;
    height: 100%;
 }

 .logo{
     width: 70px;
     position: relative;
     bottom: 10px;
 }

 .side-background.background-1 {
    transform: scaleX(-1);
    background-size: 300% 100%;
  }

  .side-background.background-2 {
    transform: scaleX(1);
    background-size: 300% 100%;
  }

  button{
      background: transparent;
      border: 2px solid rgba(153, 149, 149, 0.781);
      border-radius: 5px !important;
  }

  .container ul li{
      list-style-type: none;
      font-family:'Poppins', sans-serif !important;
  }

  .container ul li a{
      text-decoration: none; 
      color: rgb(97, 93, 93);
  }
ul li a:active{
    color: black;
}
  
  .navbar ul li{
      list-style-type: none;
      text-align: center;
      
  }

  h3{
      text-align: center;
  }

  p{
      color: rgb(97, 93, 93);
  }

  label{
      color:rgb(97, 93, 93) ;
  }

  .nav-mobile {
      display: none !important;
  }

  ul li a:hover{
    color:black;
   
}


  @media (max-width:750px) {
    .nav-mobile {
        display: block !important;
    }

    .nav-desktop {
        display: none !important;
    }
}

