.active .nav-link{
    font-weight: bold!important;
    font-size: 22px;
  }

.topbar , .navbar{
  background:#00183d 0 0 no-repeat padding-box!important;
}
.tobar a, .navbar .nav-link{
  color:white!important;
}
.list-group-item a{
    color:#00183d;
}
.swiper{
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background:none;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

      .control-overflow {
        overflow: hidden;
        white-space: nowrap;
      }

      .list-vertical{
        max-height: 450px;
        overflow: hidden;
        overflow-y: auto;
        font-size:13px;
      }
      body{
        font-family:   arial;
      }



      /*List group  */

      .list-group-item{
        background: none!important;
        border-color: rgb(249 249 249)!important;
      }










      .card-doctor .header{
        height: auto!important;
      }



      /* width */
::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #cbcbcb;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(36, 42, 70);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(9, 6, 39);
  }

  .dark-text{
    color:#00183d;
  }