
/* @font-face {
    font-family: 'Gotham';
    src: url(./assets/fonts/GothamMedium.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url(./assets/fonts/GothamBold.ttf);
    font-weight: 700;
} */

body{
    font-family: 'Arial', sans-serif !important;
}
img{
    max-width: 100%;
}
.dflex{
        display: flex;
        align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 99;
    /* box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);    */
    border-radius: 5px;
    z-index: 1;
    width: calc(100vw - 30px);
    /* background:inherit; */
    overflow: hidden;
    margin: 15px;
    /* border: 1px solid #ffffff70; */
}

.dflex:before{
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* box-shadow: inset 0 0 200px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px; */
    /* box-shadow: inset 0 0 2000px rgba(255, 255, 255, 1); */
    /* filter: blur(20px); */
    margin: 2px;
}
.dflex img{
    max-height: 90px;
}
.nav-menu{
    position: absolute;
    /* left:15px; */
    /* transform: translate(17%, 0%); */
    margin:0 auto;
    width:100%;
    z-index: 9;
    bottom:20px;  
    display: flex;
    justify-content: center;
}
.nav-menu.hide-menu{
    display: none;
    /* bottom: 0; */
}
.mn-btn-wrap{
    position: fixed;
    right: 10px;
    height: 100vh;
    width: 54px;
    /* background-color: orange; */
    z-index: 99;
}
.nav-menu.hide-menu li{
    /* margin: 0; */
}
.mini-menu{
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 11px;
}
.mini-menu svg{
    display: block;
}
.mini-menu svg path{
    fill: #fff;
}
.mini-menu button{
    background-color: #fdaf17;
    border: 0;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    text-transform: uppercase;
}

.nav-menu ul{
    margin:0px; 
    padding:0px; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-menu li{              
    margin: 8px 0;
    position: relative;;
    list-style: none;
}
 

.nav-menu li.location ul {
    display: none;
}

.nav-menu li ul{
    position: absolute; 
    top:-87px;
    display: block;
    left: 0;
    right: 0;
}
.nav-menu li ul li{
    position: relative;
    /* width: max-content; */
    margin: 0px 0 1px;
    display: block;
}

.nav-menu  li a{
    display:flex;
    align-items: center;
    /* background: rgba(26, 26, 24, 0.85); */
    /* background-color: #63646699; */
    background-color: #34353699;
    padding: 10px 25px;  
    font-size: 15px;
    font-weight: 500;
    color:#fff;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 150ms linear;
    border-bottom: 3px solid transparent;
}
.nav-menu li ul li a{
    /* display:flex; */
        /* align-items: center;  */
    /* background: rgba(26, 26, 24, 0.85); */
    background-color: #34353699;
    padding: 9px 25px;  
        font-size: 15px;
    font-weight: 500;
    display: block;
    color:#fff;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 5px!important; 
    text-align: center;
}
.nav-menu li ul li::after{
    display: none;
}
.nav-menu  li a i{
    margin-right:10px;
    font-size:14px;
}
.nav-menu li:first-child a{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.nav-menu li:last-child a{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.nav-menu li:first-child:after{
    border:0px;
    background: transparent;
}
.nav-menu li:after {
    content: '';
    position: absolute;
    top: 15px;
    left: -5px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #636466;
    box-sizing: initial;
}
.nav-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 3px;
    background-color: #212121;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    }
    .nav-menu li a:hover {
    color: #fdaf17!important;
    /* background-color: #fdaf17; */
    border-color: #fdaf17;
    }
    .nav-menu li.active:hover ul{
        /* display: flex; */
    }
    .nav-menu li.active a.active {
    color: #fdaf17 !important;
    /* background-color: #fdaf17 !important; */
    border-color: #fdaf17 !important;
    /* border-bottom: none !important; */
    }
    .nav-menu li a.active.go-back{
        background-color: #fdaf17 !important;
        color: #fff!important;
    }
    .nav-menu li.active:before{
        content:'';
        position: absolute;
        top:5px;
        border-left:
        10px solid #fdaf17;
    border-right:
        10px solid #fdaf17;
    }
.go-back{
    background-color: #fdaf17;
    position: absolute;
    top: 130px;
    right: 30px;
    color: #fff;
    z-index: 99;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 12px;
    /* font-weight: bold; */
}
.home-ico{
    /* padding:19px 50px 18px 30px!important */
    padding:10.5px 25px 7px 25px  !important
}
.home-ico:hover > svg path{
    fill: #fdaf17;
}
.menu{
    position: absolute;
    right:15px;
    width:230px;
    z-index: 9;
    top:180px;
}
.menu ul{
    margin:0px; 
    padding:0px;
   
}
.menu ul > .sub{
    
    max-height:calc(100vh - 230px);
    overflow-x: hidden;
    position: relative;
 
}
.menu ul > .head{
    display:flex;
    align-items: center;
    color:#fff;
    font-size: 1.29rem;
    font-weight: 500;
    padding:8px 20px;
    width:100%;
    background: rgba(0,0,0,0.5);
    position: relative;

}
.menu ul  .floor{
    width:15%;
    text-align: center;
}
.menu ul   .t8{
     width:50%;
     text-align: center;
}
.menu ul > .t9{
     width:40%;
     text-align: center;
}
.menu ul > .sub li{
        margin:0px !important; 
        margin-bottom:1px !important;  
       
    }
    .menu ul > .sub li:after{
        background: none;
        border: 0px;
    }
       
    .menu ul > .sub li:hover{
        border-left:5px solid #000;
        /* padding-left:15px !important;  */
    }
    .menu ul > .sub li:hover a{
        padding-left:15px !important;  
        font-weight: 600;
    }

.menu ul > .sub li a{
    display:flex;
    align-items: center;
    color:#fff;
    font-size: 1.19rem;
    font-weight: 400;
    padding:5px 20px;
}

.menu ul > .sub .floor{
    width:15%;
    text-align: center;
}
.menu ul > .sub  .t8{
     width:50%;
     text-align: center;
}
.menu ul > .sub .t9{
     width:40%;
     text-align: center;
}

.mt-15{
    margin-top:10px !important;
}
.menu ul > .master li{
    margin:0px !important; 
    margin-bottom:1px !important;  
   
}
.menu ul > .master li:after{
    background: none;
    border: 0px;
}
   
.menu ul > .master li:hover{
    border-left:5px solid #000;
    /* padding-left:15px !important;  */
}
.menu ul > .master li:hover a{
    padding-left:15px !important;  
    font-weight: 600;
}

.menu ul > .master li a{
display:flex;
align-items: center;
color:#fff;
font-size: 1.19rem;
font-weight: 400;
padding:5px 20px;
}
.menu ul > .master .red{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(255, 102, 0);
    border-radius: 5px;
}
.menu ul > .master .per{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(74, 6, 169);
    border-radius: 5px;
}
.menu ul > .master .blue{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(0, 174, 255);
    border-radius: 5px;
}
.menu ul > .ms .t8{
    width:80%;
 text-align: left;
}
.menu ul > .master .green{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(66, 169, 6);
    border-radius: 5px;
}
.menu ul > .master .pink{
    position: relative;
    width:12px;
    height:12px;
    margin-right: 15px;
    background: rgb(228, 14, 78);
    border-radius: 5px;
}
.menu ul > .master .floor{
width:15%;
text-align: left;
}
.menu ul > .master {
    max-height:calc(100vh - 340px);
    overflow-x: hidden;
    position: relative;
}
.menu ul > .master  .no{
    width:30px;
    text-align: left;
   }
.menu ul > .master  .t8{
 width:80%;
 text-align: left;
}
.menu ul > .master .t9{
 width:40%;
 text-align: left;
}
.menu ul > .head:after{
    background: linear-gradient(to right,rgba(255,255,255,.8) 25%,transparent);
    border:0px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;  
    width:100%;
    top:32px;
    
}
.menu 
     li{
              
        margin: 8px 0;
        position: relative;;
        list-style: none;
    }
    .menu  li a{
         display:grid;
        background: rgba(0,0,0,0.5);
        padding: 9px 20px;  
         font-size: 15px;
        font-weight: 500;
        color:#fff;
        text-transform: capitalize;
        text-decoration: none;
    }
    .menu li:after {
        content: '';
        position: absolute;
        top: 15px;
        left: -5px;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #475259;
        box-sizing: initial;
    }
    .menu li a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 3px;
        background-color: #212121;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
      .menu li a:hover {
        color: #fff;
        background-color: #fdaf17;
        border-color: #fdaf17;
      }
      .menu li.active>* {
        color: #fff !important;
        background-color: #fdaf17 !important;
        border-color: #fdaf17 !important;
        border-bottom: none !important;
      }

      #tower{
          position: absolute;
          width:100%;
          height:100vh;
          overflow: hidden;          
      }
      #master{
        width: 100%;
        position: relative;
        /* overflow: scroll; */
        height: 100%;
      }
      /* #master .dflex{
        border: 1px solid #ffffff70;
          }
      #master .dflex:before{
        content: "";
        position: absolute;
        background: inherit;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 2000px rgba(255, 255, 255, 1);
        filter: blur(20px);
        margin: 2px;
        
    } */

    .slice-path{ cursor: pointer; fill:rgba(0,174,239,0.0)   }   
      .slice-path:hover{ fill:rgba(255, 102, 0,0.5);stroke-width:5; stroke:rgba(0, 0, 0,0.5); 
     }

     .slice-blur{ fill:rgba(255, 102, 0,0.2);stroke-width:5; stroke:rgba(0,0,0,0.5); 
     }

     .blur{fill:rgba(163, 127, 20, 0.45);stroke-width:1; stroke:rgba(163, 127, 20, 0.65)}
     .slice-layer{ cursor: pointer; fill:rgba(0,174,239,0.0) }
     .slice-layer:hover{ fill:rgba(253,175,23, 0.45);stroke-width:1; stroke:rgba(163, 127, 20, 0.65)}
     @media screen and (-webkit-min-device-pixel-ratio:0) {
      /* Safari and Chrome, if Chrome rule needed */
      svg {
       /* border: 0px solid #f00; position: absolute;  */
      }
   
      /* Safari 5+ ONLY */
      /*::i-block-chrome, svg {
         border: 1px solid #f00; position: relative; z-index: 9; display: inline-block; left: 0px; height: 100%
      }*/
  
    
  }
  
  a.svg {
    position: relative;
    display: inline-block; 
    z-index: 1;
  }
  a.svg:after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
  }
  
  svg {
     pointer-events: all;
  }
 
  .btntop{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom:8px;
}
.btntop i{
    margin-right:5px;
}
.btntop a{
    padding: 8px;
    background: rgba(0,0,0,0.5);
    width: 49%;
    text-align: center;
}
.btntop a:hover{
    color:#fff !important;
    background: #fdaf17;
   
}
.building-feature{
    position: absolute;
    width:400px;
    top:100px;
    right:-500px;
    /* background:rgba(0,0,0,0.7); */
    background-color: #34353695;
    /* border: 1px solid #000; */
    border-radius: 5px;
    padding:25px;
    z-index: 1;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 500ms;
}
.building-feature h2{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom:10px;
    margin-top:0px;
    margin-left: 50px;
    color:#fff;
    text-transform: uppercase;

}
.building-feature p{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom:5px;
    color:#fff;
    /*text-transform: uppercase;*/
}
.building-feature p b{
	text-transform: uppercase;
}
.building-feature span{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #fdaf17;
}

.close{
    padding: 11px !important;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    background: #ffffff !important;
    opacity: 0.4 !important;
}
.close:hover{
    opacity: 0.9 !important;
    outline: 0px;;
}
#myModal .modal-dialog {
    width: 1100px;
    
    overflow: hidden;
    margin: 5% auto;
}
#myModal .modal-body{
    padding:0px;
}

#plan .modal-dialog {
    width: 1100px;
    
    overflow: hidden;
    margin: 5% auto;
}
#plan .modal-body{
    padding:0px;
}
.modal-dialog video{
    width: 1100px;   
}
.modal-content{
 background: transparent !important;
}

#slide {
    position: absolute;
    right: -50px;
    width: 600px;
    height: 370px;
    background: blue;
    -webkit-animation: slide 0.5ms forwards;
    -webkit-animation-delay: 1ms;
    animation: slide 0.5ms forwards;
    animation-delay: 1ms;
}

@-webkit-keyframes slide {
    100% { right: 15px; }
}

@keyframes slide {
    100% { right: 15px; }
}

@keyframes popup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
   
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);        
    }
  }
 
  .tt{
    animation: popup 0s 0.5ms ease-in ;
  }
  .trex {   
    /* transform: translateY(150px); */
    animation: popup 2s 70ms ease-in ;   
  }
   #tower8-9 {   
    /* transform: translateY(150px); */
    animation: popup 2s 70ms ease-in ;   
  }
  #tower10 {   
    /* transform: translateY(150px); */
    animation: popup 2.2s 75ms ease-in ;   
  }
  #t-hub{
    
    animation: popup 2.3s 85.9ms ease-in ; 
  }
  #tower5-6{
    animation: popup 2.4s 110ms ease-in ; 
  }
  #tower7{
    animation: popup 2.5s 150ms ease-in ;   
  }
  #tower1-2-3-4{
    animation: popup 2.6s 200ms ease-in ; 
  }
  #bak{
    animation: popup 2.7s 250ms ease-in ; 
  }
  #lake{
    animation: popup 2.8s 300ms ease-in ; 
  }
  #tower14-15{
    animation: popup 2.8s 300ms ease-in ; 
  }
  #tower16-17{
    animation: popup 2.9s 350ms ease-in ; 
  }
  #tower18{
    animation: popup 3s 400ms ease-in ; 
  }


#microsoft{
    animation: popup 2s 70ms ease-in ; 
}
#iithy{
    animation: popup 2.3s 85.9ms ease-in ;  
}
#thub{
    animation: popup 3s 150ms ease-in ;   
}
#shotel{
    animation: popup 3.6s 180ms ease-in ;  
}
#wipro{
    animation: popup 4s 210ms ease-in ;  
}
#apple{
    animation: popup 4.5s 250ms ease-in ;  
}
#finace{
    animation: popup 5s 310ms ease-in ;  
}
#hospital{
    animation: popup 5.1s 350ms ease-in ;  
}
#garrotery{
    animation: popup 5.2s 400ms ease-in ;  
}

#aireport{
    animation: popup 2s 70ms ease-in ;
}

#outer{
    animation: popup 2s 70ms ease-in ; 
}
#isbroad{
    animation: popup 2s 70ms ease-in ; 
}

#cre {   
    /* transform: translateY(150px); */
    animation: popup 2s 70ms ease-in ;   
  }
  #gym {   
    /* transform: translateY(150px); */
    animation: popup 2.2s 75ms ease-in ;   
  }
  #court{
    
    animation: popup 2.3s 85.9ms ease-in ; 
  }
  #food{
    
    animation: popup 2.3s 85.9ms ease-in ; 
  }


#t_x5F_1234{
    animation: popup 2s 70ms ease-in ; 
}
#t_x5F_5{
    animation: popup 2.1s 75ms ease-in ; 
}
#t_x5F_6{
    animation: popup 2.2s 78ms ease-in ; 
}
#t_x5F_7{
    animation: popup 2.3s 80ms ease-in ; 
}
#t_x5F_8{
    animation: popup 2.5s 85ms ease-in ; 
}
#t_x5F_9{
    animation: popup 2.5s 90ms ease-in ; 
}
#t_x5F_10{
    animation: popup 2.6s 100ms ease-in ; 
}
#t_x5F_14{
    animation: popup 2.7s 105ms ease-in ; 
}
#t_x5F_15{
    animation: popup 2.8s 110ms ease-in ; 
}
#t_x5F_16{
    animation: popup 2.9s 115ms ease-in ; 
}
#t_x5F_17{
    animation: popup 3s 120ms ease-in ; 
}
#t_x5F_18{
    animation: popup 3.1s 125ms ease-in ; 
}
#t_x5F_19{
    animation: popup 3.2s 130ms ease-in ; 
}
#t_x5F_20{
    animation: popup 3.4s 135ms ease-in ; 
}
#t_x5F_21{
    animation: popup 3.5s 140ms ease-in ; 
}
#t_x5F_22{
    animation: popup 3.6s 145ms ease-in ; 
}
#t_x5F_23{
    animation: popup 3.7s 150ms ease-in ; 
}
#transt_x5F_hub{
    animation: popup 3.8s 155ms ease-in ; 
}



  #t_x5F_1234_x5F_text, #t_x5F_5_x5F_text, #t_x5F_6_x5F_text, #t_x5F_7_x5F_text, #t_x5F_8_x5F_text,
  #t_x5F_9_x5F_text,#t_x5F_10_x5F_text,#t_x5F_14_x5F_text,#t_x5F_15_x5F_text,#t_x5F_15_x5F_text,
  #t_x5F_16_x5F_text,#t_x5F_17_x5F_text,#t_x5F_18_x5F_text,#t_x5F_19_x5F_text,#t_x5F_20_x5F_text,
  #t_x5F_21_x5F_text,#t_x5F_22_x5F_text, #t_x5F_23_x5F_text, #t_x5F_hubb_x5F_text
  {
      display: none;
  }
  #t_x5F_1234_x5F_btn, #t_x5F_5_x5F_btn, #t_x5F_6_x5F_btn,#t_x5F_7_x5F_btn, #t_x5F_8_x5F_btn,
  #t_x5F_9_x5F_btn,#t_x5F_10_x5F_btn,#t_x5F_14_x5F_btn,#t_x5F_15_x5F_btn,#t_x5F_15_x5F_btn,
  #t_x5F_16_x5F_btn,#t_x5F_17_x5F_btn,#t_x5F_18_x5F_btn,#t_x5F_19_x5F_btn,#t_x5F_20_x5F_btn,
  #t_x5F_21_x5F_btn,#t_x5F_22_x5F_btn, #t_x5F_23_x5F_btn, #th_x5F_btn{
      cursor: pointer;
  }

  .fitout{
      background-color: #646663;
  }

  .tabbable-panel {
    /* border:1px solid #eee;
    padding: 10px; */
  }
  
  .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    position: absolute;
    z-index: 99999;
    top: 11px;
    left: 10px;
  }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
  }
  .tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #fffbfb;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 10px;
  }
  .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid rgb(80,144,247);
    background-color: #fff;
    border-radius: 4px;
  }
  .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
  }
  .tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #32465B;
    position: relative;
  }
  .tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
  }
  .tabbable-line > .tab-content {
    /* margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0; */
  }
  .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
  }

/*exta*/

#orientation{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,1);
    z-index: 999;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
}
.view-mode{
    position: absolute;
    top: 180px;
    right: 30px;
}
.view-mode button{
    /* padding: 10px; */
    height: 40px;
    width: 40px;
    border: 0;
    color: rgba(163, 127, 20, 1);
    background-color:#fdaf17;
    border-radius: 50%;
    margin-left: 15px;
}
.view-mode button svg{
    position: relative;
    top: 2px;
    
}
.view-mode button svg path{
    fill: #fff;
}
#view-mode-light{
    display: none;
}


.gl-switches{
    position: absolute;
    top: 180px;
    /* right: 30px; */
    left: 30px;
    z-index: 999;
}
.gl-switches ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.gl-switches ul li{
    margin-bottom: 10px;
}
.gl-switches ul li button, .gl-switches ul li a{
    width: 100%;
    background-color: #fdaf17;
    border: 0;
    outline: none;
    color: #fff;
    padding: 11px 25px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    transition: all 150ms linear;
    display: block;
}
.gl-switches ul li button:hover,
.gl-switches ul li button.gwl-active,
.gl-switches ul li a:hover,
.gl-switches ul li a.gwl-active{
    background-color: #fdaf17;
}
.floor-plan-details{
    position: absolute;
    top: 120px;
    left: 30px;
    width: 650px;
    background-color: #eee;
    /* background-color: #fdaf1750; */
    padding: 20px;
    border-radius: 5px;
    /* color: #fff; */
}
.floor-plan-details .back{
    color: #999;
    cursor: pointer;
}
.floor-plan-details h2{
    font-weight: 700;
    color: #fdaf17;
    margin-top: 10px;
}
.floor-plan-details .desc{
    font-size: 14px;
    font-weight: 500;
}
.floor-plan-details table{
    display: block;
    border-collapse: collapse;
    font-size: 11px;
}
.floor-plan-details table th{
    /* background-color: #f7f7f7; */
    /* color: #000;  */
}
.floor-plan-details table th, .floor-plan-details table td{
    border:1px solid #ccc;
    padding: 10px 5px;
    text-align: center;
}
.floor-plan-details table td{
    font-weight: 500;
}
.floor-plan-details .fl-table{
    margin:30px 0;
}
.floor-plan-details .fl-table p{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin: 0;
}
.box-menu{
    position: absolute;
    /* background-color: #eee; */
    top: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-menu ul{
    display: flex;
    background-color: #34353699;
    padding: 30px;
    flex-wrap: wrap;
    border-radius: 10px;
    margin: 0;
}
.box-menu ul li{
    flex: 45%;
    text-transform: uppercase;
    list-style: none;
    margin: 1%;
}
.box-menu ul li a{
    border:1px solid #eee;
    display: block;
    padding: 15px 0;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    transition: all 150ms linear;
    border-radius: 5px;
    color: #fff;
    background-color: #34353699;
    /* background-color: #fdaf17; */
}
.box-menu ul li a:hover{
    background-color: #fdaf17!important;
    border-color: #fdaf17;
    color: #fff!important;
}
.square-mark{
    width: 15px;
    height: 15px;
    /* border: 2px solid red; */
    border: 2px solid transparent;
    display: inline-block;
    position: relative;
    transition: all 150ms linear;
    border-radius: 3px;
}
.square-mark:hover, .square-mark.b-active{
    border-color: #fdaf17;
}
.square-mark-sm{
    width: 13px;
    height: 13px;
    /* border: 2px solid red; */
    border: 2px solid transparent;
    display: inline-block;
    position: relative;
    transition: all 150ms linear;
    border-radius: 3px;
}
.square-mark-sm:hover, .square-mark-sm.b-active{
    border-color: #fdaf17;
}
.grd-lvl-pt{
    position: relative;
    top: 100px;
    height:calc(100vh - 130px);
    min-width: 1400px;
}
.img-grd-pt-wrap{
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.img-grd-pt-wrap img{
    height: 100%;
    width: 100%;
}

.ground-level{
    position: absolute;
}
.mark-over{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
}
.glap-01{
    top: 31px;
    left: 272px;
}
.glap-001{
    top: 443px;
    left: 211px;
}
.glap-02{
    top: 56px;
    left: 312px
}
.glap-002{
    top: 386px;
    left: 177px
}
.glap-03{
    top: 401px;
    left: 141px
}
.glap-04{
    top: 73px;
    left: 246px
}
.glap-004{
    top: 421px;
    left: 182px
}
.glap-05{
    top: 471px;
    left: 110px
}
.glap-06{
    top: 471px;
    left: 128px
}
.glap-07{
    top: 459px;
    left: 196px
}
.glap-08{
    top: 440px;
    left: 202px
}
.glap-09{
    top: 413px;
    left: 214px
}
.glap-10{
    top: 386px;
    left: 226px
}
.glap-11{
    top: 371px;
    left: 184px
}
.glap-12{
    top: 368px;
    left: 208px
}
.glap-13{
    top: 341px;
    left: 201px
}
.glap-14{
    top: 287px;
    left: 190px
}
.glap-15{
    top: 209px;
    left:146px
}
.glap-16{
    top: 184px;
    left: 159px
}
.glap-17{
    top: 146px;
    left: 119px
}
.glap-18{
    top: 127px;
    left: -183px
}
.glap-19{
    top: 155px;
    left: -185px
}
.glap-20{
    top: 228px;
    left: -256px
}
.glap-21{
    top: 254px;
    left: -266px
}
.glap-22{
    top: 310px;
    left: -273px
}
.mark-over .list-hover{
    position: absolute;
    right: 114px;
    top: 78px;
    margin: 0;
    padding: 0;
}
.mark-over .list-hover li{
    list-style: none;
    /* margin-bottom: 5px; */
}
.mark-over .list-hover li a{
    display: block;
    /* background-color: red; */
    /* background-color: rgba(0,0,0,.2); */
    width: 150px;
    height: 10px;
}
.mark-over .list-hover li a.active{
    /* background-color: rgba(0,0,0,.2); */
    background-color: #fdaf1760;
}
.mark-over .list-hover li a:hover{
    /* background-color: rgba(0,0,0,.2); */
    background-color: #fdaf1760;
}
.tooltip .tooltip-inner{
    background-color: #fdaf17;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    min-width: 100px;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #fdaf17!important;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #fdaf17!important;
}
.tooltip.right .tooltip-arrow{
    border-right-color: #fdaf17!important;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #fdaf17!important;
}

.gwpl-hover-list-1{
    position: absolute;
    left: 26px;
    top: 54px;
    margin: 0;
    padding: 0;
}
.gwpl-hover-list-1 li{
    list-style: none;
}
.gwpl-hover-list-1 li a{
    display: block;
    width: 106px;
    height: 9px;
    /* background-color: rgba(0, 0, 0,0.5); */
}
.gwpl-hover-list-1 li a.active{
    /* background-color: rgba(0, 0, 0,0.5); */
    background-color: #fdaf1760;
}
.gwpl-hover-list-1 li a:hover{
    /* background-color: rgba(0, 0, 0,0.2); */
    background-color: #fdaf1760;
}

.gwpl-hover-list-2{
    position: absolute;
    left: 196px;
    top:54px;
    margin: 0;
    padding: 0;
}
.gwpl-hover-list-2 li{
    list-style: none;
}
.gwpl-hover-list-2 li a{
    display: block;
    width: 105px;
    height: 9px;
    /* background-color: rgba(0, 0, 0,0.5); */
    
}
.gwpl-hover-list-2 li a.active{
    /* background-color: rgba(0, 0, 0,0.2); */
    background-color: #fdaf1760;
}
.gwpl-hover-list-2 li a:hover{
    /* background-color: rgba(0, 0, 0,0.2); */
    background-color: #fdaf1760;
}

.plap-01{
    left:406px;
    top: 38px;
}
.plap-001{
    left: 347px;
    top: 453px;
}
.plap-02{
    left: 472px;
    top: 51px;
}
.plap-03{
    left: 342px;
    top: 125px;
}
.plap-003{
    left: 313px;
    top: 211px;
}
.plap-0003{
    left: 391px;
    top: 155px;
}
.plap-00003{
    left: 395px;
    top: 211px;
}
.plap-04{
    left: 434px;
    top: 111px;
}
.plap-004{
    left: 375px;
    top: 398px;
}
.plap-05{
    left: 187px;
    top: 219px;
}
.plap-06{
    left: 182px;
    top: 233px;
}
.plap-07{
    left: 197px;
    top: 184px;
}
.plap-08{
    left: 164px;
    top: 168px;
}
.plap-09{
    left: 150px;
    top: 144px;
}
.plap-10{
    left: 166px;
    top: 78px;
}
.plap-11{
    left: 170px;
    top: 88px;
}
.plap-12{
    left: 183px;
    top:95px;
}
.plap-13{
    left: 164px;
    top: 83px;
}
.plap-14{
    left: 211px;
    top: 129px;
}
.plap-15{
    left: 162px;
    top: 122px;
}
.plap-16{
    left: 204px;
    top: 157px;
}
.plap-17{
    left: 136px;
    top: 173px;
}
.plap-18{
    left: 205px;
    top: 264px;
}
.plap-19{
    left: 205px;
    top: 257px;
}

.plap-20{
    left: 46px;
    top: 190px;
}
.plap-020{
    left: 4px;
    top:315px;
}
.plap-21{
    left: 67px;
    top: 258px;
}
.plap-021{
    left: -5px;
    top: 112px;
}
.plap-0021{
    left:-99px;
    top: 234px;
}
.plap-22{
    left: -68px;
    top:119px;
}
.plap-23{
    left: -60px;
    top: 148px;
}
.plap-24{
    left: -107px;
    top: 178px;
}
.plap-25{
    left: -138px;
    top: 212px;
}
.plap-26{
    left: -104px;
    top: 175px;
}
.plap-27{
    left: -105px;
    top: 205px;
}
.plap-28{
    left: -149px;
    top: 223px;
}
.plap-29{
    left: -166px;
    top: 286px;
}
.plap-30{
    left: -206px;
    top: 229px;
}
.plap-31{
    left: -212px;
    top: 252px;
}
.plap-32{
    left: -200px;
    top: 242px;
}
.plap-33{
    left: -199px;
    top: 256px;
}
.plap-34{
    left: -312px;
    top: 237px;
}
.plap-35{
    left: -306px;
    top: 284px;
}
.plap-36{
    left: -309px;
    top: 293px;
}
.plap-37{
    left: -286px;
    top: 268px;
}
.plap-38{
    left: -293px;
    top: 288px;
}
.plap-39{
    left:462px;
    top: 284px;
}
.plap-40{
    left:620px;
    top: 292px;
}
.plap-41{
    left:595px;
    top: 263px;
}

.plap-42{
    left:568px;
    top: 182px;
}
.plap-43{
    left:570px;
    top: 154px;
}
.plap-44{
    left:530px;
    top: 129px;
}
.plap-45{
    left:239px;
    top: 117px;
}
.plap-46{
    left:232px;
    top: 126px;
}
.plap-47{
    left:182px;
    top: 207px;
}
.plap-48{
    left:507px;
    top: 126px;
}
.plap-49{
    left:180px;
    top: 205px;
}
.plap-50{
    left:89px;
    top: 201px;
}
.plap-51{
    left:103px;
    top: 208px;
}
.plap-52{
    left:71px;
    top: 243px;
}
.plap-53{
    left:75px;
    top: 254px;
}
.plap-54{
    left:80px;
    top: 265px;
}
.plap-55{
    left:84px;
    top: 249px;
}
.plap-56{
    left:34px;
    top: 243px;
}
.plap-57{
    left:30px;
    top: 231px;
}
.plap-58{
    left:42px;
    top: 222px;
}
.plap-59{
    left:-24px;
    top: 196px;
}
.lc-vd-action{
    position: absolute;
    top: 130px;
    right: 30px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.lc-vid{
    /* width: 100%; */
    /* height: 100vh; */
}
.lc-vd-action ul{
    padding: 0;
    margin: 0;
    list-style: none
}
.lc-vd-action ul li{
    margin: 5px 0;
}
.lc-vd-action button{
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 9px;
    /* max-width: 200px; */
}
.lc-vd-action button:hover{
    color: #fdaf17;
}
.modal-header{
    border-bottom: 0!important;
}
.modal-content{
    border: 0!important;
}
#myModal .modal-dialog,
#myModal1 .modal-dialog,
#myModal2 .modal-dialog,
#myModal3 .modal-dialog,
#myModal4 .modal-dialog,
#myModal5 .modal-dialog,
#myModal6 .modal-dialog,
#myModal7 .modal-dialog{
    width: 950px;
}
.modal-body{
    padding: 0!important;
}
.lc-vi-fr{
    width: 100%!important;
}
button.close{
    background-color: transparent!important;
    color: #fff !important;

}
.pd-actions{
    /* background-color: #fff; */
    /* position: absolute; */
    /* top: 0px; */
    /* height: 100vh; */
    background-color: transparent;
    /* right: 50px; */
    /* width: 100%; */
    /* padding-top: 150px; */

}
.pd-actions a{
    color: #000;
    /* background-color: #fdaf17; */
    background-color: #fed381;
    /* height: 30px; */
    display: inline-block;
    /* line-height: 25px; */
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 100ms linear;
    font-weight: bold;
}
.tower-action-orchid{
    position: absolute;
    /* top: 290px;
    left: 477px; */
    top: 259px;
    left: 614px;
    transform: rotate(-12deg);
    /* padding: 15px 26px 24px 26px!important; */
}
.tower-action-iris{
    position: absolute;
    /* top: 120px; */
    top: 191px;
    left: 746px;
    transform: rotate(-14deg);
    /* padding: 17px 26px 27px 26px!important; */
}
.tower-action-acacia{
    position: absolute;
    /* top: 374px;
    left: 1006px; */
    top: 331px;
    left: 827px;
    transform: rotate(15.9deg);
    /* padding: 11px 13px 20px 19px!important; */
}
.tower-select{
    position: absolute;
    /* top: 195px; */
    top: 148px;
    /* left: 502px; */
    left: 331px;
    /* background-color: #fff; */
    /* padding: 100px; */
}
.tdg-iris{
    /* background-color: #ffffff90; */
    /* top: 183px;
    left: 497px; */
    top: 142px;
    left: 329px;
}

.tdg-acacia{
  /* background-color: #ffffff90;   */
  /* top:148px;
  left: 515px; */
  /* top: 120px;
    left: 358px; */
    top: 113px;
    left: 340px;
}

.tower-select ul{
    padding: 0;
    margin: 0;
    list-style: none;
    
}
.tower-select li{
    /* width: 223px; */
    width: 158px;
    margin-bottom: 1px;
}
.tdg-iris li{
    /* width: 218px; */
    width: 152px;
}
.tdg-acacia li{
    /* width: 201px; */
    width: 134px;
}
.tower-select li a{
    display: block;
    height: 7px;
    /* background-color: #fdaf1790; */
}
.tower-select li a:hover{
    /* background-color: rgba(255,255,255,.5); */
    background-color: #fdaf1790;
}

.fadein {
    background-color: #fdaf1790;
    /* animation: fadeIn 0.9s infinite; */
    /* animation-fill-mode: forwards; */
}

@keyframes fadeIn {
    from {background-color: red!important;}
    to {background-color: blue;}
    /* 0% {
        background-color: red!important;
    }
    100% {
        background-color: orange!important;
    } */
}

.full-tower-wrap{
    width: 1440px;
    max-width: 1920px;
    height: 900px;
    position:absolute;
    top: 0;
}
.tow-wrp{
    width: 950px;
    height: 500px;
    /* margin: 120px auto 0; */
    /* margin-top: 120px; */
    position: relative;
    top: 40px;
    margin:auto;
}

.tower-plan-wrap{
    /* width: 1000px;  */
    width: 886px;
   margin: 120px auto 0;
    /* /* background-color: orange;  */
    height: calc(100vh - 200px);
    /* overflow: scroll; */
    position: relative;
    min-height: 499px;
}
.tp-actions{
    position: fixed;
    top: 150px;
    right: 5px;
}
.tp-actions ul{
    padding: 0;
    margin: 0;
}
.tp-actions ul li{
    display: block;
    list-style: none;
    margin-bottom: 10px;
	margin-left:5px;
}

.tp-actionss ul li{
    list-style: inherit;
    margin-bottom: 10px;
	margin-left:5px;
}
.tp-actions .towerss{
    background-color: #fdaf17;
    color: #fff;
    display: block;
    padding: 11px 25px;
    border-radius: 20px;
	margin-bottom:20px;
	width:150px;
}

.tp-actions ul li a.active{
    color: #000;
}


.tr-actions{
    position: fixed;
    top: 150px;
    left: 30px;
}
.tr-actions ul{
    padding: 0;
    margin: 0;
}
.tr-actions ul li{
    margin-top:4px;
    list-style: inherit;
    margin-bottom: 10px;
	margin-left:20px;
	font-size:12px;
	line-height:13px;
	
}
.tr-actions .towerss{
    background-color: #fdaf17;
    color: #fff;
    display: block;
    padding: 11px 25px;
    border-radius: 20px;
	margin-bottom:20px;
	width:150px;
}

.tr-actions ul li a.active{
    color: #000;
}
.tower-plan-wrap img{
    margin: auto;
    display: block;
    /* height: 100%; */
    /* cursor: zoom-in; */
}
._2dtpw{
    /* margin-top: 100px; */
}
._2dtpw img{
    height: 100%!important;
    /* width: 80%; */
    /* width: 100%; */
}
.zmcs img{
    /* cursor: zoom-in; */
}
.top-image-zoom,
.top-image-zoom-2d,
.top-image-zoom-iso{
    position: fixed;
    top: 100px;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    overflow: scroll;
    background-color: #fff;
    display: none;
    height: calc(100vh - 120px);
}
.top-image-zoom button,
.top-image-zoom-2d button,
.top-image-zoom-iso button{
    position: fixed;
    top: 100px;
    right: 0;
    padding: 7px 20px;
    background-color: red;
    border: 0;
    color: #fff;
}
.top-image-zoom img{
    /* cursor: zoom-out; */
}
.gallery-box{
    height: calc(100vh - 120px);
    width: 100%;
    margin-top: 120px;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.gallery-box a{
    width: 25%;
    margin: 15px;
    flex: 0 0 22%; /* explanation below */
}
.gallery-box a .img-wrap{
    margin: 15px;
}
.gallery-box .img-wrap img{
    max-width: 100%;
}

/**/
.tla-wrap{
    padding-left: 50px;
}
.tla{
    padding: 0 0 0 15px;
    margin: 10px 0 0;
}
.tla li{
    color: #fff;
}
.lc-vid{
    width: 100%;
}

.gwpl-hover-list-3{
    position: absolute;
    left: 32px;
    top: 23px;
    margin: 0;
    padding: 0;
    /* background-color: rgba(0, 0, 0,0.5); */
}
.gwpl-hover-list-3 li{
    list-style: none;
}
.gwpl-hover-list-3 li a{
    display: block;
    width: 145px;
    height: 9px;
    /* background-color: rgba(0, 0, 0,0.5); */
}
.gwpl-hover-list-3 li a.active{
    /* background-color: rgba(0, 0, 0,0.5); */
    background-color: #fdaf1760;
}
.gwpl-hover-list-3 li a:hover{
    /* background-color: rgba(0, 0, 0,0.2); */
    background-color: #fdaf1760;
}

.gwpl-hover-list-4{
    position: absolute;
    left: 220px;
    top: 38px;
    margin: 0;
    padding: 0;
}
.gwpl-hover-list-4 li{
    list-style: none;
}
.gwpl-hover-list-4 li a{
    display: block;
    width: 165px;
    height: 9px;
    /* background-color: rgba(0, 0, 0,0.5); */
}
.gwpl-hover-list-4 li a.active{
    /* background-color: rgba(0, 0, 0,0.5); */
    background-color: #fdaf1760;
}
.gwpl-hover-list-4 li a:hover{
    /* background-color: rgba(0, 0, 0,0.2); */
    background-color: #fdaf1760;
}

.sm-nw-plap-01{
    top:27px;
    left: 518px;
}
.sm-nw-plap-02{
    top:40px;
    left: 600px;
}
.sm-nw-plap-03{
    top:112px;
    left: 471px;
    height: 12px;
    width: 12px;
}
.sm-nw-plap-003{
    top: 142px;
    left: 539px;
}
.sm-nw-plap-0003{
    top:197px;
    left: 428px;
}
.sm-nw-plap-00003{
    top:197px;
    left: 527px;
}
.sm-nw-plap-04{
    top:98px;
    left: 566px;
    height: 12px;
}
.sm-nw-plap-05{
    top:205px;
    left: 340px;
    height: 12px;
}
.sm-nw-plap-06{
    top:218px;
    left: 335px;
    height: 12px;
}
.sm-nw-plap-07{
    top:170px;
    left:350px;
    height: 12px;
}
.sm-nw-plap-08{
    top: 154px;
    left: 317px;
    height: 12px;
}
.sm-nw-plap-09{
    top:131px;
    left: 303px;
    height: 12px;
}
.sm-nw-plap-10{
    top: 65px;
    left: 320px;
    height: 12px;
}
.sm-nw-plap-11{
    top: 76px;
    left: 323px;
    height: 12px;
}
.sm-nw-plap-12{
    top:82px;
    left: 337px;
    height: 12px;
}
.sm-nw-plap-13{
    top:70px;
    left: 318px;
    height: 12px;
}
.sm-nw-plap-14{
    top: 115px;
    left: 366px;
    height: 11px;
    width: 11px;
}
.sm-nw-plap-15{
    top:109px;
    left: 318px;
    height: 12px;
}
.sm-nw-plap-16{
    top: 144px;
    left: 360px;
    height: 12px;
}
.sm-nw-plap-17{
    top: 159px;
    left: 292px;
    height: 12px;
}
.sm-nw-plap-18{
    top: 248px;
    left: 360px;
    height: 12px;
}
.sm-nw-plap-19{
    top: 242px;
    left: 361px;
    height: 12px;
}
.sm-nw-plap-20{
    top: 176px;
    left: 204px;
    height: 12px;
}
.sm-nw-plap-020{
    top: 300px;
    left: 162px;
    height: 12px;
}
.sm-nw-plap-21{
    top: 99px;
    left: 170px;
    height: 12px;
}
.sm-nw-plap-021{
    top: 219px;
    left: 77px;
    height: 12px;
}
.sm-nw-plap-0021{
    top: 244px;
    left: 191px;
    height: 12px;
}
.sm-nw-plap-22{
    top: 106px;
    left: 92px;
    height: 12px;
}
.sm-nw-plap-23{
    top: 134px;
    left: 100px;
    height: 12px;
}
.sm-nw-plap-24{
    top: 164px;
    left: 54px;
    height: 12px;
}
.sm-nw-plap-25{    
    top: 198px;
    left: 25px;
    height: 11px;
    width: 11px;
}
.sm-nw-plap-26{
    top: 161px;
    left: 59px;
    height: 12px;
}
.sm-nw-plap-27{
    top: 190px;
    left: 58px;
    height: 12px;
}
.sm-nw-plap-28{
    top: 209px;
    left: 15px;
    height: 11px;
}
.sm-nw-plap-29{
    top: 271px;
    left: -2px;
    height: 12px;
}
.sm-nw-plap-30{
    top: 214px;
    left: -42px;
    height: 12px;
}
.sm-nw-plap-31{
    top: 237px;
    left: -48px;
    height: 12px;
}
.sm-nw-plap-32{
    top: 227px;
    left: -35px;
    height: 11px;
}
.sm-nw-plap-33{
    top: 241px;
    left: -35px;
    height: 12px;
}
.sm-nw-plap-34{
    top: 223px;
    left: -144px;
    height: 12px;
}
.sm-nw-plap-35{
    top: 269px;
    left: -139px;
    height: 12px;
}
.sm-nw-plap-36{
    top: 277px;
    left: -143px;
    height: 12px;
}
.sm-nw-plap-37{
    top: 254px;
    left: -120px;
    height: 12px;
}

.sm-nw-plap-38{
    top: 273px;
    left: -127px;
    height: 12px;
}
.sm-nw-plap-39{
    top: 292px;
    left: -162px;
    height: 12px;
}
.sm-nw-plap-40{
    top: 299px;
    left: -7px;
    height: 12px;
}
.sm-nw-plap-41{
    top: 271px;
    left: -31px;
    height: 12px;
}
.sm-nw-plap-42{
    top: 191px;
    left: -57px;
    height: 11px;
}
.sm-nw-plap-43{
    top: 163px;
    left: -56px;
    height: 12px;
}
.sm-nw-plap-44{
    top: 138px;
    left: -95px;
    height: 12px;
}
.sm-nw-plap-45{
    top: 127px;
    left: -383px;
    height: 11px;
}
.sm-nw-plap-46{
    top: 136px;
    left: -388px;
    height: 12px;
}
.sm-nw-plap-47{
    top: 216px;
    left: -439px;
    height: 12px;
}
.sm-nw-plap-48{
    top: 98px;
    left: 757px;
    height: 12px;
}

.image-zoom-btn{
    position: absolute;
    top: 10px;
    right: 65px;
    background-color: transparent;
    border: 0;
    outline: none;
}
.cs-pointer-actions{
    position: absolute;
    top: 70px;
    /* left: 370px; */
    left: 313px;
    /* background-color: rgba(255,255,255,.5); */
    height: 140px;
    width: 230px;
}
.cs-pointer-actions-acaia{
    top: 70px;
    left: 313px;
}
.cs-pointer-actions-iris{
    top: 70px;
    left: 336px;
}
.cs-pointer-actions a{
    width: 10px;
    height: 10px;
    /* background-color: rgba(255,255,255,.8); */
    display: block;
    border-radius: 50%;
    position: absolute;
}
.cs-pointer-actions a:hover{
    background-color: #fdaf1790;
    /* background-color: rgba(0,0,0,0.5); */
}
.cs-pointer-actions .cs-p-1{
    top: 109px;
    right: 117px;
}
.cs-pointer-actions .cs-p-2{
    top: 87px;
    right: 156px;
}
.cs-pointer-actions .cs-p-3{
    bottom: 96px;
    right: 174px;
}
.cs-pointer-actions .cs-p-4{
    bottom: 114px;
    right: 154px;
}
.cs-pointer-actions .cs-p-5{
    bottom: 114px;
    left: 136px;
}
.cs-pointer-actions .cs-p-6{
    bottom: 101px;
    left: 172px;
}
.cs-pointer-actions .cs-p-7{
    top: 87px;
    right: 29px;
}
.cs-pointer-actions .cs-p-8{
    top: 107px;
    right: 46px;
}
.cs-pointer-actions-acaia .cs-p-1{
    left: 81px;
    top: 84px;
}
.cs-pointer-actions-acaia .cs-p-2{
    left: 61px;
    top: 64px;
}
.cs-pointer-actions-acaia .cs-p-3{
    left: 58px;
    top: 19px;  
}
.cs-pointer-actions-acaia .cs-p-4{
    left: 76px;
    top: 7px;
}
.cs-pointer-actions-acaia .cs-p-5{
    left: 132px;
    top: 10px;
}
.cs-pointer-actions-acaia .cs-p-6{
    left: 157px;
    top: 34px;
}
.cs-pointer-actions-acaia .cs-p-7{
    left: 155px;
    top: 78px
}
.cs-pointer-actions-acaia .cs-p-8{
    left: 138px;
    top: 93px;
}
.cs-pointer-actions-iris .cs-p-1{
    left: 153px;
    top: 28px;
}
.cs-pointer-actions-iris .cs-p-2{
    left: 171px;
    top: 58px;
}
.cs-pointer-actions-iris .cs-p-3{
    left: 58px;
    top: 96px;  
}
.cs-pointer-actions-iris .cs-p-4{
    left: 52px;
    top: 63px;
}
.cspa-37 {
    top: 78px;
}
.cspa-36 {
    top: 86px;
}
.cspa-35 {
    top: 95px;
    left: 311px;
}
.cspa-rd-35 .cs-p-1{
    right: 108px;
    top: 108px;
}
.cspa-rd-35 .cs-p-2{
    right: 140px;
    top: 91px;
}
.cspa-rd-35 .cs-p-3{
    bottom: 89px;
    right: 158px;
}
.cspa-rd-35 .cs-p-4{
    bottom: 108px;
    right: 140px;
}
.cspa-rd-35 .cs-p-5{
    bottom: 112px;
    left: 142px;
}
.cspa-rd-35 .cs-p-6{
    bottom: 95px;
    left: 169px;
}

.cspa-34 {
    left: 311px;
    top: 103px;
}
.cspa-33 {
    left: 311px;
    top: 111px;
}
.cspa-32 {
    left: 311px;
    top: 119px;
}
.cspa-31 {
    left: 310px;
    top: 127px;
}
.cspa-30 {
    left: 310px;
    top: 135px;
}
.cspa-29 {
    left: 309px;
    top: 142px;
}
.cspa-28 {
    left: 309px;
    top: 150px;
}
.cspa-27 {
    left: 308px;
    top: 158px;
}
.cspa-26 {
    left: 308px;
    top: 165px;
}
.cspa-25 {
    left: 307px;
    top: 172px;
}
.cspa-24 {
    left: 308px;
    top: 180px;
}
.cspa-23 {
    left: 308px;
    top: 187px;
}
.cspa-22 {
    left: 307px;
    top: 194px;
}
.cspa-21 {
    left: 308px;
    top: 200px;
}
.cspa-20 {
    left: 307px;
    top: 208px;
}
.cspa-19 {
    left: 307px;
    top: 215px;
}
.cspa-18 {
    left: 307px;
    top: 221px;
}
.cspa-17 {
    left: 306px;
    top: 227px;
}
.cspa-16 {
    left: 306px;
    top: 234px;
}
.cspa-15 {
    left: 306px;
    top: 240px;
}
.cspa-14 {
    left: 305px;
    top: 247px;
}
.cspa-13 {
    left: 305px;
    top: 253px;
}
.cspa-12 {
    left: 304px;
    top: 260px;
}
.cspa-11 {
    left: 304px;
    top: 265px;
}
.cspa-10 {
    left: 303px;
    top: 272px;
}
.cspa-9 {
    left: 303px;
    top: 278px;
}
.cspa-8 {
    left: 302px;
    top: 284px;
}
.cspa-7 {
    left: 303px;
    top: 290px;
}
.cspa-6 {
    left: 303px;
    top: 296px;
}
.cspa-5 {
    left: 297px;
    top: 302px;
}
.cspa-rd-5 .cs-p-1 {
    right: 101px;
    top: 113px;
}
.cspa-rd-5 .cs-p-2 {
    right: 137px;
    top: 94px;
}
.cspa-rd-5 .cs-p-3 {
    bottom: 88px;
    right: 150px;
}
.cspa-rd-5 .cs-p-4 {
    bottom: 106px;
    right: 134px;
}
.cspa-rd-5 .cs-p-5 {
    bottom: 110px;
    left: 148px;
}
.cspa-rd-5 .cs-p-6 {
    bottom: 96px;
    left: 177px;
}
.cspa-rd-5 .cs-p-8 {
    top: 105px;
    right: 42px;
}
.cspa-4 {
    left: 304px;
    top: 308px;
}
.cspa-4 .cs-p-2 {
    right: 137px;
    top: 91px;
}
.cspa-4 .cs-p-5 {
    bottom: 109px;
    left: 139px;
}
.cspa-3 {
    left: 301px;
    top: 314px;
}
.cspa-3 .cs-p-1 {
    right: 108px;
    top: 82px;
}
.cspa-3 .cs-p-2 {
    right: 138px;
    top: 61px;
}
.cspa-3 .cs-p-3 {
    bottom: 87px;
    right: 157px;
}
.cspa-3 .cs-p-4 {
    bottom: 105px;
    right: 141px;
}
.cspa-3 .cs-p-5 {
    bottom: 107px;
    left: 138px;
}
.cspa-3 .cs-p-6 {
    bottom: 93px;
    left: 169px;
}

.cs-pointer-actions-orchid.cspa-3 .cs-p-1 {
	top: 111px;
	left: 112px;
}
.cs-pointer-actions-orchid.cspa-3 .cs-p-2 {
    top: 94px;
    left: 82px;
}


.cs-pointer-actions-acaia.cspa-37 {
    top: 80px;
}
.cs-pointer-actions-acaia.cspa-36 {
    top: 90px;
}
.cs-pointer-actions-acaia.cspa-35 {
    left: 312px;
    top: 99px;
}
.cs-pointer-actions-acaia.cspa-34 {
    left: 313px;
    top: 108px;
}
.cs-pointer-actions-acaia.cspa-33 {
    left: 313px;
    top: 118px;
}
.cs-pointer-actions-acaia.cspa-32 {
    left: 313px;
    top: 126px;
}
.cs-pointer-actions-acaia.cspa-31 {
    left: 313px;
    top: 136px;
}
.cs-pointer-actions-acaia.cspa-30 {
    left: 313px;
    top: 145px;
}
.cs-pointer-actions-acaia.cspa-29 {
    left: 313px;
    top: 153px;
}
.cs-pointer-actions-acaia.cspa-28 {
    left: 314px;
    top: 162px;
}
.cs-pointer-actions-acaia.cspa-27 {
    left: 315px;
    top: 171px;
}
.cs-pointer-actions-acaia.cspa-26 {
    left: 315px;
    top: 179px;
}
.cs-pointer-actions-acaia.cspa-25 {
    left: 315px;
    top: 188px;
}
.cs-pointer-actions-acaia.cspa-24 {
    left: 316px;
    top: 197px;
}

.cs-pointer-actions-acaia.cspa-23 {
    left: 316px;
    top: 205px;
}
.cs-pointer-actions-acaia.cspa-22 {
    left: 316px;
    top: 212px;
}
.cs-pointer-actions-acaia.cspa-21 {
    left: 316px;
    top: 220px;
}
.cs-pointer-actions-acaia.cspa-20 {
    left: 316px;
    top: 228px;
}
.cs-pointer-actions-acaia.cspa-19 {
    left: 317px;
    top: 235px;
}
.cs-pointer-actions-acaia.cspa-18 {
    left: 317px;
    top: 243px;
}
.cs-pointer-actions-acaia.cspa-17 {
    left: 317px;
    top: 251px;
}
.cs-pointer-actions-acaia.cspa-16 {
    left: 316px;
    top: 258px;
}
.cs-pointer-actions-acaia.cspa-15 {
    left: 316px;
    top: 266px;
}
.cs-pointer-actions-acaia.cspa-14 {
    left: 316px;
    top: 272px;
}
.cs-pointer-actions-acaia.cspa-13 {
    left: 317px;
    top: 279px;
}
.cs-pointer-actions-acaia.cspa-12 {
    left: 317px;
    top: 287px;
}
.cs-pointer-actions-acaia.cspa-11 {
    left: 317px;
    top: 294px;
}
.cs-pointer-actions-acaia.cspa-10 {
    left: 317px;
    top: 301px;
}
.cs-pointer-actions-acaia.cspa-9 {
    left: 317px;
    top: 307px;
}
.cs-pointer-actions-acaia.cspa-8 {
    left: 317px;
    top: 314px;
}
.cs-pointer-actions-acaia.cspa-7 {
    left: 318px;
    top: 320px;
}
.cs-pointer-actions-acaia.cspa-6 {
    left: 318px;
    top: 327px;
}
.cs-pointer-actions-acaia.cspa-5 {
    left: 318px;
    top: 334px;
}
.cs-pointer-actions-acaia.cspa-4 {
    left: 318px;
    top: 341px;
}
.cs-pointer-actions-acaia.cspa-3 {
    left: 318px;
    top: 347px;
}

.cs-pointer-actions-acaia.cs-pointer-actions-ac .cs-p-5 {
    left: 126px;
    top: 14px;
}
.cs-pointer-actions-acaia.cspa-28 .cs-p-5 {
    left: 131px;
    top: 10px
}
.cs-pointer-actions-acaia.cs-pointer-actions-ac .cs-p-6 {
    left: 152px;
    top: 38px;
}
.cs-pointer-actions-acaia.cspa-28 .cs-p-6 {
    left: 157px;
    top: 34px;
}
.cs-pointer-actions-acaia.cs-pointer-actions-ac .cs-p-7 {
    left: 151px;
    top: 78px;
}
.cs-pointer-actions-acaia.cs-pointer-actions-ac .cs-p-8 {
    left: 133px;
    top: 93px;
}
.cs-pointer-actions-iris.cspa-38 {
    top: 70px;
    left: 339px;
}
.cs-pointer-actions-iris.cspa-37 {
    top: 82px;
    left: 336px;
}
.cs-pointer-actions-iris.cspa-36 {
    top: 92px;
    left: 336px;
}
.cs-pointer-actions-iris.cspa-35 {
    top: 100px;
    left: 336px;
}
.cs-pointer-actions-iris.cspa-34 {
    top: 110px;
    left: 336px;
}
.cs-pointer-actions-iris.cspa-33 {
    top: 120px;
    left: 339px;
}
.cs-pointer-actions-iris.cspa-32 {
    top: 129px;
    left: 339px;
}
.cs-pointer-actions-iris.cspa-31 {
    top: 137px;
    left: 338px;
}
.cs-pointer-actions-iris.cspa-30 {
    top: 145px;
    left: 337px;
}
.cs-pointer-actions-iris.cspa-29 {
    top: 155px;
    left: 338px;
}
.cs-pointer-actions-iris.cspa-28 {
    top: 161px;
    left: 337px;
}
.cs-pointer-actions-iris.cspa-27 {
    top: 170px;
    left: 340px;
}
.cs-pointer-actions-iris.cspa-27 .cs-p-2{
    left: 161px;
    /* top: 58px; */
}
.cs-pointer-actions-iris.cspa-26 {
    top: 178px;
    left: 339px;
}
.cs-pointer-actions-iris.cspa-26 .cs-p-2{
    left: 161px;
    top: 58px;
}
.cs-pointer-actions-iris.cspa-26 .cs-p-3{
    left: 60px;
    top: 91px;
}
.cs-pointer-actions-isr .cs-p-2{
    left: 161px;
    top: 58px;
}
.cs-pointer-actions-isr .cs-p-3{
    left: 60px;
    top: 91px;
}
.cs-pointer-actions-iris.cspa-25 {
    top: 185px;
    left: 340px;
}
.cs-pointer-actions-iris.cspa-24 {
    top: 193px;
    left: 340px;
}
.cs-pointer-actions-iris.cspa-23 {
    top: 202px;
    left: 341px;
}
.cs-pointer-actions-iris.cspa-22 {
    top: 211px;
    left: 342px;
}
.cs-pointer-actions-iris.cspa-21 {
    top: 218px;
    left: 340px;
}
.cs-pointer-actions-iris.cspa-20 {
    top: 225px;
    left: 342px;
}
.cs-pointer-actions-iris.cspa-19 {
    top: 233px;
    left: 342px;
}
.cs-pointer-actions-iris.cspa-18 {
    top: 239px;
    left: 344px;
}
.cs-pointer-actions-iris.cspa-17 {
    top: 246px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-16 {
    top: 252px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-15 {
    top: 259px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-14 {
    top: 267px;
    left: 344px;
}
.cs-pointer-actions-iris.cspa-13 {
    top: 274px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-12 {
    top: 280px;
    left: 342px;
}
.cs-pointer-actions-iris.cspa-11 {
    top: 287px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-10 {
    top: 293px;
    left: 342px;
}
.cs-pointer-actions-iris.cspa-9 {
    top: 299px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-8 {
    top: 306px;
    left: 342px;
}
.cs-pointer-actions-iris.cspa-7 {
    top: 312px;
    left: 342px;
}
.cs-pointer-actions-iris.cspa-6 {
    top: 317px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-5 {
    top: 323px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-4 {
    top: 329px;
    left: 343px;
}
.cs-pointer-actions-iris.cspa-3 {
    top: 333px;
    left: 341px;
}
.cs-pointer-actions-iris.cspa-3 .cs-p-1{
    left: 155px;
    top: 30px;
}

.cs-pointer-actions1 .cs-p-1{
    top: 23px;
    right: 89px;
}
.cs-pointer-actions1 .cs-p-2{
    top: 38px;
    right: 59px;
}
.cs-pointer-actions1 .cs-p-3{
    bottom: 40px;
    right: 37px;
}
.cs-pointer-actions1 .cs-p-4{
    bottom: 21px;
    right: 53px;
}
.cs-pointer-actions1 .cs-p-5{
    bottom: 18px;
    left: 105px;
}
.cs-pointer-actions1 .cs-p-6{
    bottom: 35px;
    left: 75px;
}
.cs-pointer-actions1 .cs-p-7{
    top: 44px;
    left: 56px;
}
.cs-pointer-actions1 .cs-p-8{
    top: 26px;
    left: 72px;
}
.dropdown-menu{
    top: 48px!important;
    border: 0!important;
}
.dropdown-menu li{
    margin: 0!important;
}
.dropdown-menu a{
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-size: 13px!important;
}
.dropdown-menu a:hover{
    background-color: #eee!important;
}

/* @media only screen and (min-width: 1520px) {
    .tdg{
        top: 238px;
        left: 532px;
    }
    .tdg a{
        height: 14px!important;
    }
    .tdg ul li:nth-child(11) a{
        margin-bottom: 4px!important;
    }
    .tdg ul li:nth-child(16) a{
        margin-bottom: 2px!important;
    }
    .tdg ul li:nth-child(23) a{
        height: 16px !important;
    }
    .tdg ul li:nth-child(35) a{
        height: 22px !important;
    }
    .tdg ul li:nth-child(36) a{
        height: 20px !important;
    }
} */
/* @media only screen and (min-width: 1620px) {
    .tdg{
        top: 253px;
        left: 565px;
    }
    .tdg li{
        width: 237px!important;
    }
    .tdg a{
        height: 15px!important;
    }
    .tdg ul li:nth-child(11) a{
        margin-bottom: 4px!important;
    }
    .tdg ul li:nth-child(16) a{
        margin-bottom: 2px!important;
    }
    .tdg ul li:nth-child(23) a{
        height: 16px !important;
    }
    .tdg ul li:nth-child(35) a{
        height: 22px !important;
    }
    .tdg ul li:nth-child(36) a{
        height: 20px !important;
    }
} */

/* @media only screen and (min-width: 1720px) {
    .tdg{
        top: 268px;
        left: 603px;
    }
    .tdg li{
        width: 258px!important;
    }
    .tdg a{
        height: 16px!important;
    }
    .tdg ul li:nth-child(11) a{
        margin-bottom: 0px!important;
        height: 20px!important;
    }
    .tdg ul li:nth-child(16) a{
        margin-bottom: 2px!important;
    }
    .tdg ul li:nth-child(23) a{
        height: 18px !important;
    }
    .tdg ul li:nth-child(35) a{
        height: 27px !important;
    }
    .tdg ul li:nth-child(36) a{
        height: 21px !important;
    }
} */

/* @media only screen and (min-width: 1820px) {
    .tdg{
        top: 283px;
        left: 640px;
    }
    .tdg li{
        width: 258px!important;
    }
    .tdg a{
        height: 17px!important;
    }
    .tdg ul li:nth-child(11) a{
        margin-bottom: 0px!important;
        height: 20px!important;
    }
    .tdg ul li:nth-child(16) a{
        margin-bottom: 2px!important;
    }
    .tdg ul li:nth-child(23) a{
        height: 20px !important;
    }
    .tdg ul li:nth-child(35) a{
        height: 27px !important;
    }
    .tdg ul li:nth-child(36) a{
        height: 21px !important;
    }
} */

/* @media only screen and (min-width: 1920px) {
    .tdg{
        top: 299px;
        left: 670px;
    }
    .tdg li{
        width: 292px!important;
    }
    .tdg a{
        height: 18px!important;
    }
    .tdg ul li:nth-child(11) a{
        margin-bottom: 0px!important;
        height: 20px!important;
    }
    .tdg ul li:nth-child(16) a{
        margin-bottom: 2px!important;
    }
    .tdg ul li:nth-child(23) a{
        height: 22px !important;
    }
    .tdg ul li:nth-child(35) a{
        height: 27px !important;
    }
    .tdg ul li:nth-child(36) a{
        height: 23px !important;
    }
} */



@media only screen and (min-width: 1441px) {
    .full-tower-wrap{
        width: 100%;
    }    
}
@media only screen and (min-width: 1490px) {
    .tower-action-orchid{
        /* top: 302px;
        left: 491px; */
        top: 269px;
        left: 638px;
    }  
    .tower-action-iris{
        /* top: 125px;
        left: 774px; */
        top: 200px;
        left: 766px;
    }
    .tower-action-acacia{
        /* top: 390px;
        left: 1046px; */
        top: 347px;
        left: 857px;
    }

}
@media only screen and (min-width: 1540px) {
    .tower-action-orchid{
        /* top: 312px;
        left: 510px; */
        top: 281px;
        left: 654px;
    }  
    .tower-action-iris{
        /* top: 131px;
        left: 797px; */
        top: 208px;
        left: 788px;
    }
    .tower-action-acacia{
        /* top: 401px;
        left: 1082px; */
        top: 354px;
        left: 889px;
    }

}
@media only screen and (min-width: 1590px) {
    .tower-action-orchid{
        /* top: 320px;
        left: 531px; */
        top: 289px;
    left: 681px;
    }  
    .tower-action-iris{
        /* top: 135px;
        left: 825px; */
        top: 216px;
        left: 816px;
    }
    .tower-action-acacia{
        /* top: 417px;
        left: 1120px; */
        top: 371px;
        left: 918px;
    }

}
@media only screen and (min-width: 1640px) {
    .tower-action-orchid{
        /* top: 335px;
        left: 545px; */
        top: 297px;
        left: 705px;
    }  
    .tower-action-iris{
        /* top: 139px;
        left: 852px; */
        top: 219px;
        left: 852px;
    }
    .tower-action-acacia{
        /* top: 429px;
        left: 1152px; */
        top: 385px;
        left: 945px;
    }
}

@media only screen and (min-width: 1690px) {
    .tower-action-orchid{
        /* top: 343px;
        left: 562px; */
        top: 307px;
        left: 726px;
    }  
    .tower-action-iris{
        /* top: 144px;
        left: 879px; */
        top: 227px;
        left: 879px;
    }
    .tower-action-acacia{
        /* top: 444px;
        left: 1191px;     */
        top: 397px;
        left: 976px;
    }
}
@media only screen and (min-width: 1740px) {
    .tower-action-orchid{
        /* top: 353px;
        left: 586px; */
        top: 316px;
        left: 749px;
    }  
    .tower-action-iris{
        /* top: 149px;
        left: 905px; */
        top: 236px;
        left: 900px;
    }
    .tower-action-acacia{
        /* top: 457px;
        left: 1225px; */
        top: 407px;
        left: 1007px;
    }
}
@media only screen and (min-width: 1790px) {
    .tower-action-orchid{
        /* top: 366px;
        left: 601px; */
        top: 324px;
        left: 774px;
    }  
    .tower-action-iris{
        /* top: 153px;
        left: 932px; */
        top: 244px;
        left: 921px;
    }
    .tower-action-acacia{
        /* top: 471px;
        left: 1267px; */
        top: 416px;
        left: 1036px;
    }
}
@media only screen and (min-width: 1840px) {
    .tower-action-orchid{
        /* top: 375px;
        left: 615px; */
        top: 335px;
        left: 792px;
    }  
    .tower-action-iris{
        /* top: 158px;
        left: 959px; */
        top: 252px;
        left: 947px;
    }
    .tower-action-acacia{
        /* top: 485px;
        left: 1303px; */
        top: 434px;
        left: 1069px;
    }
}
@media only screen and (min-width: 1890px) {
    .tower-action-orchid{
        /* top: 388px;
        left: 629px; */
        top: 346px;
        left: 813px;
    }  
    .tower-action-iris{
        /* top: 162px;
        left: 985px; */
        top: 259px;
        left: 976px;
    }
    .tower-action-acacia{
        /* top: 498px;
        left: 1338px; */
        top: 442px;
        left: 1104px;
    }
}
@media only screen and (min-width: 1920px) {
    .tower-action-orchid{
        /* top: 394px;
        left: 643px; */
        top: 349px;
        left: 833px;
    }  
    .tower-action-iris{
        /* top: 166px;
        left: 1002px;     */
        top: 263px;
        left: 992px;
    }
    .tower-action-acacia{
        /* top: 507px;
        left: 1360px; */
        top: 451px;
        left: 1118px;
    }
}