.innerWindow {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  position: fixed;
  overflow: auto;
  padding: 50px;
  direction: ltr;
}

.dynamicInfo {
  margin: 0 auto;
  width: 70%;
  min-width: 300px;
  background-color: #FFF;
  position: relative;
  padding: 5px;
  direction: rtl;
  font-size: 18px;
  line-height: 1.6;
}

.exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -17px;
  right: -17px;
  background-color: #910000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.5) inset,
              0 -2px 0 0 rgba(0, 0, 0, 0.2) inset,
              0 2px 2px 0 rgba(0, 0, 0, 0.5),
              0 0 0 5px #FFF;
          box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.5) inset,
              0 -2px 0 0 rgba(0, 0, 0, 0.2) inset,
              0 2px 2px 0 rgba(0, 0, 0, 0.5),
              0 0 0 5px #FFF;
}

.exit__text {
  font-weight: 900;
  font-size: 25px;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.dynamicContent {
  border: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 15px;
}

.dynamicContent--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dynamicItem {
  padding: 20px;
}

.picture {
  width: 100%;
  object-fit: contain;
}

.contentBorder {
  position: absolute;
  top: 0;
  width: 100%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  height: 860px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.contentItem {
  padding: 10% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
}

.contentItem--doctors {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(2/3*100%);
  height: 100%;
}

.contentItem--menu {
  width: calc(1/3*100%);
}

.mobileMenu{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 150px;
  border-radius: 50px;
  padding: 5px;
  position: absolute;
  top: -60px;
  left: -40px;
  background: #FFF;
  border: 5px solid #380000;
  background: #910000;
  -webkit-box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.2),
              0 5px 5px -1px rgba(0, 0, 0, 0.2) inset,
              0 -5px 5px -1px rgba(0, 0, 0, 0.3) inset,
              -1px 1px 0 1px rgba(255, 255, 255, 1),
              -1px 1px 8px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.2),
              0 5px 5px -1px rgba(0, 0, 0, 0.2) inset,
              0 -5px 5px -1px rgba(0, 0, 0, 0.3) inset,
              -1px 1px 0 1px rgba(255, 255, 255, 1),
              -1px 1px 8px 3px rgba(0, 0, 0, 0.3);
}

.note__text {
  font-size: 14px;
  text-align: center;
  color: #FFF;
  font-weight: 900;
}

.doctorsBorder {
  width: 100%;
  height: 100%;
  position: relative;
}

.doctors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top: 3px solid #164D80;
  -webkit-box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.3);
}

.docHeader {
  color: #FFF;
  background: #2B5C8A;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.1) inset,
              0 2px 3px -1px rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.1) inset,
              0 2px 3px -1px rgba(255, 255, 255, 0.3) inset;
}

.docList {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.docList::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.docList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey; 

}
 
/* Handle */
.docList::-webkit-scrollbar-thumb {
  background: #2E679E; 
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); 
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); 

}

/* Handle on hover */
.docList::-webkit-scrollbar-thumb:active {
  background: #224D76; 
}

.docLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  overflow: hidden;
}

.divider {
  background: #2E679E;
  height: 5px;
}

.docLine--grey {
  background-color: rgba(0, 0, 0, 0.1);
}

.docItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  overflow: hidden;
}

/*.docItem--name {
  width: calc(1/3*100%);
}

.docItem--job {
  flex: calc(2/3*100%);
}*/

.docItem__name {
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
}

.docItem__job {
  font-size: 20px;
  color: #FFF;
  background: #2E679E;
  border-radius: 15px;
  padding: 7px 10px;
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05) inset;
          box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05) inset;
  border: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.docItem__job--softBlue {
  background: #66B5FF;
}

.verticalMenu {
  border: 2px solid #FFF;
  -webkit-box-shadow: -13px 0px 15px -3px rgba(0, 0, 0, 0.15),
              13px 0px 10px -3px rgba(0, 0, 0, 0.15);
          box-shadow: -13px 0px 15px -3px rgba(0, 0, 0, 0.15),
              13px 0px 10px -3px rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.verticalMobileMenu {
  height: 75%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.vMobileMenuItem {
  flex-grow: 1;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.vMenuItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-shadow: -13px 0px 15px -5px rgba(0, 0, 0, 0.15) inset,
              13px 0px 10px -5px rgba(0, 0, 0, 0.15) inset;
          box-shadow: -13px 0px 15px -5px rgba(0, 0, 0, 0.15) inset,
              13px 0px 10px -5px rgba(0, 0, 0, 0.15) inset;
}

.vMenuItem--blue {
  background: #2E679E;
}

.vMenuItem--white {
  background: #FFF;
}

.vMenuItem__text {
  font-size: 18px;
}

.vMenuItem__text--blue {
  color: #2E679E;
}

.vMenuItem__text--white {
  color: #FFF;
}

.vMenuItem__text--black {
  color: black;
}

.vImgBorder__pic:hover {
  background: black;
  -webkit-filter: opacity(30%);
          filter: opacity(30%);
}

.background {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 480px;
}

.background_slideImg {
  background-image: url("../images/slider-img.jpg");
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.2) inset,
              0 5px 5px -1px rgba(0, 0, 0, 0.2) inset,
              0 2px 0 -1px #FFF,
              0 5px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, 0.2) inset,
              0 5px 5px -1px rgba(0, 0, 0, 0.2) inset,
              0 2px 0 -1px #FFF,
              0 5px 5px -1px rgba(0, 0, 0, 0.2);
}



/* ####################################################################### */

/* Large devices (desktops, 992px and up) */
@media only screen and (max-width: 1199px) {
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (max-width: 991px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1000px;
  }

  .doctorsBorder {
    max-height: 1000px;
  }

  .contentItem {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .dynamicContent--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .background {
    grid-auto-rows: 480px calc(1090px - 480px);
  }

  .note {
    left: 0;
  }

  .vMenuItem__text {
    font-size: 22px;
  }

  .docHeader {
    padding-left: 200px;
  }

  .docLine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .docItem {
    width: 100%;
  }

  .contentItem--menu{
    display: none;
  }

  .docItem__name {
    font-size: 16px;
  }

  .docItem__job {
    font-size: 16px;
  }

}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 767px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575px) {
}