.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
  }
  
  .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
  }
  
  
  /* ---------------------------------------------------
      SIDEBAR STYLE
  ----------------------------------------------------- */
  
  .wrapper {
    display: flex;
    align-items: stretch;
  }
  
  #sidebar {
    border-left: 5px solid #df1e1f;
    min-width: 100%;
    max-width: 100%;
    background: #353743;
    color: #fff;
    transition: all 0.3s;
  }
  
  #sidebar a,
  #sidebar a:hover,
  #sidebar a:focus {
    color: inherit;
  }
  
  #sidebar.active {
    margin-left: -250px;
  }
  
  #sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
  }
  
  #sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #353743;
  }
  
  #sidebar ul p {
    color: #fff;
    padding: 10px;
  }
  
  #sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
  }
  
  #sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
  }
  
  #sidebar ul li.active > a,
  #sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
  }
  
  #sidebar a[data-toggle="collapse"] {
    position: relative;
  }
  
  #sidebar a[aria-expanded="false"]::before,
  #sidebar a[aria-expanded="true"]::before {
    content: '\F282';
    display: block;
    position: absolute;
    right: 20px;
    font-family: bootstrap-icons !important;
    font-size: 0.6em;
  }
  
  #sidebar a[aria-expanded="true"]::before {
    content: '\F286';
  }
  
  #sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
  }
  
  #sidebar ul.CTAs {
    padding: 20px;
  }
  
  #sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  
  #sidebar  a.download {
    background: #fff;
    color: #7386D5;
  }
  
  #sidebar a.article,
  #sidebar a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
  }
  
  
  /* ---------------------------------------------------
      CONTENT STYLE
  ----------------------------------------------------- */
  
  #sidebar #content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
  }
   
  
  
  /* ---------------------------------------------------
      MEDIAQUERIES
  ----------------------------------------------------- */
  
  @media (max-width: 768px) {
    #sidebar {
      margin-left: -250px;
    }
    #sidebar.active {
      margin-left: 0;
    }
    #sidebarCollapse span {
      display: none;
    }
  }
  .collapse.in {
    display: block;
}

.doctor-img{
  width: 250px;
  height: 250px;
  overflow: hidden;
  border: 1px solid #CCC;
  border-radius: 100%;
  padding: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.doctor-img img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor-header-area{
  background: #f3f3f3;
  padding: 10px 0px 10px 0px;
  border-top: 2px solid #CCC;
}
.profile-contact{
  margin-top: 30px;
}