 /* facilityTab */
  .facilityTab .tab-content {
    width: 100%;
  }
  
  
  .facilityTab .headerText {
    width: 50%;
  }
  
  .facilityTab .nav-link{
    color:  black;
    border-right: 1px solid #444444;
    border-top: 1px solid #444444;
    border-left: 1px solid #444444;
    border-radius: 0px;
    font-size: 1.5rem;
  }

  .nav-link-end {
    border-bottom: 2px solid #444444;
  }
  
  /* Change background color of buttons on hover */
  .facilityTab .nav a:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .facilityTab .nav a.active {
    background-color: #C42528;
    border-radius: 0px;
  }
  
  /* 360facility */
  .cameras360 {
    width: 3rem;
    height: 3rem;
    background-image: url(https://tookteecomhome.files.wordpress.com/2019/03/360.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  
  /* fl1 */
  /* laptop&PC */
  /* pin1 */
  #fl1-pin-1 {
    top: 290px;
    right:auto;
    left: 120px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
  @media screen and (min-width: 320px) and (max-width:900px) {
    .cameras360 {
      width: 2rem;
      height: 2rem;
    }
    #fl1-pin-1 {
        top: 115px;
        right:auto;
        left: 70px;
        bottom: auto;
        opacity: 1;
        position: absolute;
      }
  }   
  

  
  #fl1-pin-1:hover {
    opacity: 0.6;
  }
  
  /* pin2 */
  
  #fl1-pin-2 {
  top: 350px;
  left: 420px;
  opacity: 1;
  position: absolute;
  }
  
  @media screen and (min-width: 320px) and (max-width:900px) {
    .cameras360 {
      width: 2rem;
      height: 2rem;
    }
    #fl1-pin-2 {
        top: 100px;
        right:auto;
        left: 60px;
        bottom: auto;
        opacity: 1;
        position: absolute;
      }
  }   
     
 
  #fl1-pin-2:hover {
    opacity: 0.6;
  }
  
  /* pin3 */
  #fl1-pin-3 {
    top: 350px;
    left: 420px;
    opacity: 1;
    position: absolute;
  }

  @media screen and (min-width: 320px) and (max-width:900px) {
    .cameras360 {
      width: 2rem;
      height: 2rem;
    }
    #fl1-pin-3 {
        top: 140px;
        right:auto;
        left: 150px;
        bottom: auto;
        opacity: 1;
        position: absolute;
      }
  }   
    
  #fl1-pin-3:hover {
    opacity: 0.6;
  }
  
#surroundingIndex .bulletPic p{
  font-size: 1.5rem;
    color: white;
    background:rgba(0,0,0, 0.5);
    background-size: contain, cover;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
}