 /* 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: 1rem;
  }

  .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: 1.5rem;
    height: 1.5rem;
    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 */
  #fl1-pin-1 {
    top: 80px;
left: 250px;
opacity: 1;
    position: absolute;
  }

  #fl1-pin-2 {
    top: 80px;
left: 310px;
    opacity: 1;
    position: absolute;
    }

    #fl1-pin-3 {
      top: 80px;
      left: 415px;
      opacity: 1;
      position: absolute;
    }

    #fl1-pin-4 {
      top: 80px;
      left: 472px;
      opacity: 1;
      position: absolute;
    }

    /* Fl1 */
  #fl1-pin-1:hover {
    opacity: 0.3;
  }
  #fl1-pin-2:hover {
    opacity: 0.3;
  }
  #fl1-pin-3:hover {
    opacity: 0.3;
  }  
  #fl1-pin-4:hover {
    opacity: 0.3;
  }


  @media screen and (min-width: 320px) and (max-width:900px) {
    .cameras360 {
      width: 2rem;
      height: 2rem;
    }
    /* FL1 */
    #fl1-pin-1 {
        top: 32px;
        left: 152px;
      }
      #fl1-pin-2 {
        top: 32px;
        left: 192px;
      }   
      #fl1-pin-3 {
        top: 37px;
        left: 252px;
      }  
      #fl1-pin-4 {
        top: 37px;
        left: 292px;
      }
  }
  

  @media screen and (min-width: 1000px) and (max-width:1100px) {
    #fl1-pin-1 {
      top: 90px;
      left: 380px;
      opacity: 1;
      position: absolute;
    }
  
    #fl1-pin-2 {
      top: 90px;
      left: 485px;
      opacity: 1;
      position: absolute;
      }
  
      #fl1-pin-3 {
        top: 100px;
        left: 645px;
        opacity: 1;
        position: absolute;
      }
  
      #fl1-pin-4 {
        top: 100px;
        left: 745px;
        opacity: 1;
        position: absolute;
      }
    }  
    
  
  
#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;
}

#surroundingIndex p {
  font-size: 1.5rem;
}
