body{
  background-color: rgb(255, 255, 255);
  position: absolute;
  

}
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';
.container-main{
  width:  1750px;
  height: 900px;
  background-color: rgb(231, 231, 231);
  /* background-image: url("elec\ bg.jpg");
  background-size: contain; */
  border: 4px outset rgb(152, 152, 152);
}
  
 #diagram{
   background-image: url("table board 2.jpg");
   background-size: contain;
   border: 4px solid rgb(168, 101, 50);
   border-radius: 6px;
   box-shadow: 9px 9px 12px rgb(90, 90, 90);
   position:absolute;
   left: 40px;
   top: 80px;
   width: 980px;
   height: 690px;
 }
  #toolbox {
      display: flex;
      padding: 20px;
      flex-flow: row wrap;
      align-content: flex-start;
      background-color: rgb(248, 224, 143);   
      position: absolute;
      right: 60px;
      width: 600px;
      top: 80px;
      height: 690px;
      
  }
  /* @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); */
  /* body {
    font-family: 'Open Sans', sans-serif;
    background: #2c3e50;
  } */
  .case{
    height: 50px;
    width: 100px;
    /* border: 2px solid white; */
    border-radius: 20px;
    background: #34495e;
    color: #fefefe;
  }
  #nav{
    position: absolute;
    top: -220px;
    margin: 270px auto 0;
    width: 1742px;
    height: 50px;
    background: #34495e;
    border-radius: 8px;
    font-size: 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
  }
  #nav a{
    height: 60px;
    width: 100px;
    font-size: 25px;
    margin-left: 260px;
    /* text-transform: uppercase; */
    color: white;
    text-decoration: none;
    line-height: 50px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-weight: 500;
  }

  
 .case1{
  height: 114px;
  width: 256px;
  border: 3px groove white;
  display: none;
  position: absolute;
  top: 79px;
  left: 158px;
  z-index: 2;
  border-radius: 22px;
  background-color: #34495e;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: white;
  transition: all 500ms ease-in-out;
 }
 
 .case2{
  height: 114px;
    width: 245px;
    border: 3px groove white;
    display: none;
    position: absolute;
    top: 79px;
    left: 547px;
  z-index: 2;
  border-radius: 22px;
  background: #34495e;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: white;
 }
 .case3{
  height: 114px;
  width: 245px;
  border: 3px groove white;
  display: none;
  position: absolute;
  top: 79px;
  left: 938px;
  z-index: 2;
  border-radius: 22px;
  background: #34495e;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: white;
 }
 .case4{
  height: 114px;
  width: 256px;
  border: 3px groove white;
  display: none;
  position: absolute;
  top: 79px;
  right: 164px;
  z-index: 2;
  border-radius: 22px;
  background: #34495e;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: white;
 }
 
 .glow-on-hover:hover + .case1{
 display: block;
 
}
.glow-on-hover:hover + .case2{
  display: block;
  
 }
 .glow-on-hover:hover + .case3{
  display: block;
  
 }
 .glow-on-hover:hover + .case4{
  display: block;
  
 }
 /* #eqth{
  margin-right: 100px;
 } */
 .glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
 margin-left:  170px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 20;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
#indexvth{
  position: absolute;
  top: 0px;
  left: -203px;
}
#vth{
  position: absolute;
  top: 0px;
  left: -203px;
}
#rth{
  position: absolute;
    top: 0px;
    left: -203px;
}
#eqth{
  position: absolute;
    top: 0px;
    left: -203px;
}
h4{
text-align: center;
margin: 5px 0px;
}
.heading{
height: 40px;
width: 100%;
text-align: center;
color: rgb(255, 255, 255);
background-color: #0f2e3d;
word-spacing: 8px;
padding: 2px;

font-size: 12px;
animation: slide 6s  4s 1;
}
  h3{
    text-align: center;

  }
  h2{
      color: white;
      margin-right: 30px;
      text-align: center;
  }
  .container h4{
    margin: 10px 0px;
  }
  #swh{
    height: 75px;
    width: 64px;
    border-radius: 21px;
    position: absolute;
    top: -10px;
    left: -2px;
    
    
  }
  #swh2{
    height: 75px;
    width: 64px;
    border-radius: 21px;
    position: absolute;
    top: -10px;
    left: -2px;
    
    
  }
  #sw{
    height: 61px;
    width: 46px;
    visibility: hidden;
    position: absolute;
    top: 63px;
    left: 59px;
    z-index: 2;
    border-radius: 21px;
    
  }
  #sw2{
    height: 61px;
    width: 46px;
    visibility: hidden;
    position: absolute;
    bottom: 48px;
    left: 59px;
    z-index: 2;
    border-radius: 21px;
    
  }
    #supply{
      width: 10px;
    width: 119px;
    position: absolute;
    left: -34px;
    top: 40px;
    z-index: 1;
    border-radius: 15px;
      
    }
    #supply2{
      width: 10px;
    width: 119px;
    position: absolute;
    left: -34px;
    top: 40px;
    z-index: 1;
    border-radius: 15px;
      
    }
  
     
    .breadboard{
      height: 300px;
      width: 920px;
      border-radius: 6px;
      margin-left: 120px;
      background-color: antiquewhite;
      box-shadow: 6px 6px 15px rgb(26, 25, 25);
      position: absolute;
      bottom: 190px;
      right: 36px;
      background-image: url("boardss.png");
      background-size: cover;
      border: 3px solid grey;  
      visibility: hidden;
/* z-index: 0; */
   }
   
    
    .dot{
      height: 7px;
      width: 2px;
      border-radius: 50%;
      margin:4px 6px;
    }

    /* .led{
      position: absolute;
      right: 172px;
      bottom: 335px;
      height: 120px;
      width: 120px;
      /* background-image: url("led3-removebg-preview.png"); */
      /* background-size: contain;
      visibility: hidden;
    } */ 

    #ledid {
      height: 115px;
      width: 43px;
      background-size: contain;
      position: absolute;
      top: -1px;
      left: 38px;
  }

  #resistorid{
    position: absolute;
    left: 314px;
    bottom: 369px;
    height: 80px;
    width: 80px;
    background-image: url("resis11.png");
    background-size: contain;
    transform: rotate(360deg);
    visibility: hidden;
    cursor: pointer;
    z-index: 3;
  }
  #resistorid:hover +  #resisidcontent{
   visibility: visible;
  }
 #resistor2:hover + #resis2content{
     visibility: visible;
 }
 #resistor3:hover + #resis3content{
     visibility: visible;
}

  .resimg{
    height: 100px;
    width: 100px;
   
    background-image: url("resis1.jpg");
    background-size: contain;
  }
  #resisidcontent{
    height: 100px;
    width: 200px;
    background-color: white;
    border-radius: 10px;
    visibility: hidden;
    z-index: 2;
    position: absolute;
    top: 130px;
    left: 290px;
    
  }
  #resis2content{
    height: 100px;
    width: 200px;
    background-color: white;
    border-radius: 10px;
    visibility: hidden;
    position: absolute;
    top: 300px;
    left: 450px;
    z-index: 2;
  }
  #resis3content{
    height: 100px;
    width: 200px;
    background-color: white;
    border-radius: 10px;
   visibility: hidden;
    position: absolute;
    top: 480px;
    left: 350px;
    z-index: 2;
  }
 
  #id50{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  #id100{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 5px;
  }
  #id20{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 5px;
  }
  #resistor2{
    position: absolute;
    left: 375px;
    bottom: 303px;
    height: 80px;
    width: 80px;
    background-image: url("resis11.png");
    background-size: contain;
    transform: rotate(180deg);
  visibility: hidden;
  cursor: pointer;
  z-index: 3;
  }
  #resistor3{
    position: absolute;
    left: 374px;
    bottom: 262px;
    height: 60px;
    width: 60px;
    background-image: url("resis11.png");
    background-size: contain;
    transform: rotate(90deg);
  visibility: hidden;
  cursor: pointer;
  z-index: 3;
  }
 
   
    
    #powerid{
      height:150px;
      width: 120px;
      position: absolute;
      top: 10px;
      left: 170px;
    
      border-radius: 10px;
      
      background-size: contain;
      
      visibility: hidden;
     }
     #powerid2{
      height:150px;
      width: 120px;
      position: absolute;
      bottom: 10px;
      left: 170px;
    
      border-radius: 10px;
      
      background-size: contain;
      
      visibility: hidden;
     }
     #psb{
      width: 274px;
      position: absolute;
      left: -148px;
      top: -67px;
      z-index: 1;
      
     }

     #at{
      height: 84px;
      width: 84px;
      position: absolute;
      top: 14px;
      left: 13px;
      transform: rotate(-80deg);
     }
     .voltmeter{
      height: 130px;
      width: 130px;
      position: absolute;
      bottom: 35px;                                                
      left: 170px;
      border-radius: 50%;
      border: 2px solid black;
      background-image: url("voltmeter-removebg-preview.png");
      background-size: cover;
      background-color: silver;
      box-shadow: 6px 6px 10px black;
      visibility: hidden;
     }
     #voltmeterid #selectvalue_xp{
      width: 72px;
      height: 30px;
      text-align: center;
      position: absolute;
      left: 28px;
      bottom: -1px;
      background-color: #000;
      color: red;
      font-size: 15px;
      font-weight: 700;
      border-radius: 15px;
      border-bottom-left-radius:  100%;
      border-bottom-right-radius: 100%;
      z-index: 1;
          
     }
     /* .load{
      height: 207px;
      width: 207px;
      position: absolute;
      bottom: 28px;
      right: 179px;
      background-image: url(flamp-removebg-preview.png);
      background-size: contain;
      visibility: hidden;
      transform: rotate(45deg);
       }
   .load img{
    height: 202px;
    width: 21px;
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    right: 93px;
    visibility: hidden;
   } */
   .vr{
    height: 180px;
    width: 180px;
    position : absolute;
    bottom: 16px;                                                
    left: 350px;
    background-image: url("vr.png");
    background-size: contain;
     visibility: hidden;
     z-index: 2;
  }
  .vr img{
    box-shadow: 6px 6px 15px rgb(0, 0, 0);
  }
   
     #ammeterid{
      height: 120px;
      width: 120px;
      position: absolute;
      top: 20px;                                                
      left: 600px;
      border-radius: 50%;
      border: 4px solid black;
      background-image: url("amm1.jpg");
      background-size: cover;
      box-shadow: 6px 6px 10px black;
      visibility: hidden;
  }
  .ammeter #ammrea{
    width: 72px;
    height: 28px;
    text-align: center;
    position: absolute;
    left: 21px;
    bottom: -1px;
    background-color: #000;
    color: red;
    font-size: 15px;
    font-weight: 700;
    border-radius: 15px;
    border-bottom-left-radius:  100%;
    border-bottom-right-radius: 100%;
    z-index: 1;
}
.ammeter #ammrea2{
  width: 72px;
  height: 28px;
  text-align: center;
  position: absolute;
  left: 21px;
  bottom: -1px;
  background-color: #000;
  color: red;
  font-size: 15px;
  font-weight: 700;
  border-radius: 15px;
  border-bottom-left-radius:  100%;
  border-bottom-right-radius: 100%;
  z-index: 1;
}
.ammeter #ammrea3{
  width: 72px;
  height: 28px;
  text-align: center;
  position: absolute;
  left: 21px;
  bottom: -1px;
  background-color: #000;
  color: red;
  font-size: 15px;
  font-weight: 700;
  border-radius: 15px;
  border-bottom-left-radius:  100%;
  border-bottom-right-radius: 100%;
  z-index: 1;
}
  #sc{
    height: 94px;
width: 94px;
position: absolute;
top: 10px;
left: 10px;
border-radius: 10%;
border-top-left-radius: 60%;
border-top-right-radius: 60%;
}
#sc2{
    height: 94px;
width: 94px;
position: absolute;
top: 10px;
left: 10px;
border-radius: 10%;
border-top-left-radius: 60%;
border-top-right-radius: 60%;
}
#sc3{
    height: 94px;
width: 94px;
position: absolute;
top: 10px;
left: 10px;
border-radius: 10%;
border-top-left-radius: 60%;
border-top-right-radius: 60%;
}
#vc{
height: 98px;
width: 98px;
position: absolute;
top: 14px;
left: 15px;
border-radius: 10%;
border-top-left-radius: 60%;
border-top-right-radius: 60%;
}

#point2{
height: 15px;
width: 64px;
position: absolute;
top: 46px;
left: 24px;
transform: rotate(90deg);

}

#point3{
height: 15px;
width: 64px;
position: absolute;
top: 46px;
left: 24px;
transform: rotate(90deg);

}

#point{
height: 15px;
width: 64px;
position: absolute;
top: 46px;
left: 24px;
transform: rotate(90deg);
}
#point4{
height: 16px;
width: 63px;
position: absolute;
top: 52px;
left: 33px;
transform: rotate(90deg);
}
  #ammeterid2{
    height: 120px;
    width: 120px;
    position: absolute;
    top: 20px;                                                
    right: 350px;
    border-radius: 50%;
    border: 4px solid black;
    background-image: url("amm1.jpg");
    background-size: cover;
    box-shadow: 6px 6px 10px black;
    visibility: hidden;
}
#ammeterid3{
    height: 120px;
    width: 120px;
    position: absolute;
    top: 20px;                                                
    right: 120px;
    border-radius: 50%;
    border: 4px solid black;
    background-image: url("amm1.jpg");
    background-size: cover;
    box-shadow: 6px 6px 10px black;
    visibility: hidden;
}
  /* .vr{
    height: 180px;
    width: 180px;
    position : absolute;
    bottom: 50px;                                                
    left: 350px;
    background-image: url("vr.png");
    background-size: contain;
     visibility: hidden;
  }
  .vr img{
    box-shadow: 6px 6px 15px rgb(0, 0, 0);
  } */
  #ed1{
    height: 30px;
    width: 30px; 
    border-radius: 10px;
    position: absolute;
    left: 161px;
    top: 80px;
    visibility: hidden!important;
   }
   #ed2{
    height: 30px;
    width: 30px; 
    border-radius: 10px;
    position: absolute;
    left: 202px;
    top: 80px;
    visibility: hidden;
   }
     /* .jtk-endpoint .jtk-endpoint-anchor .jtk-draggable .jtk-droppable{
      position: absolute;
      height: 16px;
      width: 16px;
      left: 82px;
      top: 67px;
      visibility: hidden!important; */
     /* } */
     /* ----------------------AMMETER------------------------- */
     #ed3{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        left: 580px;
        top: 70px;
       visibility: hidden;
       }
       #ed4{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        left: 710px;
        top: 70px;
        visibility: hidden;
       }
       #edb3{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        left: 555px;
        top: 70px;
       visibility: hidden;
       }
       #edb4{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        right: 335px;
        top: 70px;
       visibility: hidden;
       }
       #edc3{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        right: 230px;
        top: 70px;
       visibility: hidden;
       }
       #edc4{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        right: 100px;
        top: 70px;
       visibility: hidden;
       }

       /* ----------------------VOLTMETER--------------------- */
       #ed5{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        left: 162px;
        bottom: 59px;
        visibility: hidden;
       }
       #ed6{
        height: 30px;
        width: 30px; 
        border-radius: 10px;
        position: absolute;
        left: 201px;
        bottom: 59px;
       visibility: hidden;
       }
     #ed7{
      height: 30px;
      width: 30px; 
      border-radius: 10px;
      position: absolute;
      right: 398px;
      bottom: 113px;
     visibility: hidden;
   }
 #ed8{
  height: 30px;
  width: 30px; 
  border-radius: 10px;
  position: absolute;
  right: 140px;
  bottom: 113px;
 visibility: hidden;
 }
 .bottom{
  margin: 10px 0px;
  padding: 20px 20px;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  bottom: 90px;
  height: 100px;
  width: 1000px;
}

   

    .window {
        z-index: 20;
    }

    .jtk-connector {
        z-index: 4;
    }

    .jtk-endpoint {
        z-index: 5;
    }

    .jtk-overlay {
        z-index: 6;
    }

    .custom-menu {
        z-index: 100;
        position: absolute;
        background-color: #C0C0C0;
        border: 1px solid black;
        padding: 2px;
    }

    .button{
      margin: 20px 40px;
      background-color: rgb(130, 209, 65);
      color: rgb(255, 251, 251);
      text-shadow: 5px 5px 10px black;
      border-radius: 20px;
      font-size: larger;
      border: transparent;
      height: 40px;
      width: 150px;
      position: absolute;
      right: 400px;
      bottom: 70px;
      transition: all 0.1s ease-in-out 0s;
     
    }
    /* -----------------------------INSTRUCTION CONTENT---------------------------------- */
    .modal {
        display: none;
        position: fixed;
        z-index: 11;
        padding-top: 30px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 10px;
    }

    .modal-content {
        background-color: #fefefe;
        border-radius: 10px;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    .close {
        color: #ffffff;
        float: right;
        font-size: 48px;
        font-weight: bold;
        position: absolute;
        right: 40px;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-header {
        padding: 2px 0px;
        padding-left: 50px;
        background-color: rgb(86, 78, 211);
        color: rgb(255, 255, 255);
        border-radius: 10px;
        align-items: center;
    }

    .modal-body {
        padding: 2px 16px;
    }

    .modal-footer {
        padding: 2px 16px;
        background-color: rgb(86, 78, 211);
        color: rgb(255, 255, 255);
    }
    .instruc{
      text-align: center;
      border-radius: 20px;
      border : transparent;
      box-shadow: 4px 5px 13px grey;
      background-color: rgb(86, 78, 211);
      color: rgb(255, 251, 251);
      border-radius: 20px;
      font-size: larger;
      font-weight: 400;
      position: absolute;
      top: 30px;
      left: 30px;
      height: 40px;
      width: 250px;
      transition: all 0.1s ease-in-out 0s;
    }
    .instruc:hover{
             background-color: rgb(255, 255, 255);
             transition: all 0.2s ease-in-out 0s;
             color:  rgb(86, 78, 211);
             box-shadow: 10px 10px 22px black;
    }
 
    /* -------------------------------RESET AND CHECK BUTTON------------------------------- */
    #reset{
      background-color: rgb(231, 84, 84);
      color: rgb(255, 251, 251);
      border-radius: 20px;
      font-size: larger;
      font-weight: 400;
      border: transparent;
      height: 40px;
      width: 250px;
      transition: all 0.1s ease-in-out 0s;
     }
     #reset:hover{
      box-shadow: 10px 10px 22px black;
      background-color: rgb(255, 255, 255);
      color:  rgb(231, 84, 84);
      border: 3px solid  rgb(231, 84, 84);
     }
     #reset:active{
      transform: scale(0.8);
     }
     #check{
      background-color: rgb(130, 209, 65);
      color: rgb(255, 251, 251);
      border-radius: 20px;
      font-size: larger;
      font-weight: 400;
      border: transparent;
      height: 40px;
      width: 250px;
      transition: all 0.1s ease-in-out 0s;
   
     }
     #check:hover{
   
      box-shadow: 10px 10px 22px black;
      background-color: rgb(255, 255, 255);
      color: rgb(130, 209, 65);
      border: 3px solid rgb(130, 209, 65);
     }
     #check:active{
      transform: scale(0.8);
     }

     li{
      margin: 15px 0px;
     }
     
     .tool {
      display: none;
      transition: opacity 0.5s ease-in-out;
    }

    /* -----------------------------------COMPONENT BUTTON-------------------------- */
    #components{
      position: absolute;
      top: 30px;
      right: 30px;
      background-color: rgb(86, 78, 211);
      color: rgb(255, 251, 251);
      border-radius: 20px;
      font-size: larger;
      font-weight: 400;
      border: transparent;
      height: 40px;
      width: 250px;
      transition: all 0.1s ease-in-out 0s;
      box-shadow: 4px 5px 13px grey;
    }
    #components:hover{
      box-shadow: 10px 10px 22px black;
      background-color: rgb(255, 255, 255);
      transition: all 0.2s ease-in-out 0s;
       color:  rgb(86, 78, 211);
    }
    .show-buttons .tool {
      display: inline-block;
      opacity: 1;
    }
    .hidden-button{
      height:300px;
      width: 60px;
      position: absolute;
       top: 180px;
       right: 110px;
    }
    /* -------------------------------------OBSERVATION TABLE------------------------------------ */
    .container{
      height: 470px;
      width: 550px;
      position: absolute;
      top: 110px;
      left: -15px;
      background-color: white;
      box-shadow: 3px 3px 5px black;
      border-radius: 4px;
      margin-left: 40px;
      z-index: 1;
     }
     .cal{
      height: 70px;
      width: 500px;
      margin-left: 14px;
      margin-top: 60px;
    
      font-weight: 700;
      font-size: 20px;
     
      color:#2e2e2e;
    
     
     }
     #att{
      margin: 3px 25px;
      margin-bottom: 13px;
      margin-top: -13px;
      color: rgb(255, 251, 251);
      box-shadow: 8px 8px 12px black;
      font-size: 20px;
      font-weight: 600;
      border: transparent;
      height: 50px;
      width: 154px;
      transition: all 0.1s ease-in-out 0s;
      text-align: center;
       background-color: rgb(255, 120, 30);
       position: absolute;
       bottom: 15px;
       right: 65px;
     }
     #att:hover{
      box-shadow: 2px 2px 2px black;
      background-color: rgb(255, 255, 255);
      color: rgb(255, 120, 30);
      border: 1px solid rgb(255, 120, 30);
      text-align: center;
      cursor: not-allowed;
     }
     .t{

     }
     .tablecontent{
      
      display: inline;
  } #msg{
    height: 49px;
    width: 483px;
    /* border: 1px solid black; */
    margin-top: 5px;
    margin-bottom: -5px;
    margin-left: 17px;
    color: red;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
      #table {
          width: 500px;
          border-collapse: collapse;
          margin-top: 10px ;
          margin-left: 12px;
          margin-bottom: 30px;
          text-align: center;
        }
       #table1 {
          width: 500px;
          border-collapse: collapse;
          margin-top: 0px ;
          margin-left: 12px;
          margin-bottom: 30px;
          text-align: center;
        }
        tr{
          height: 60px;
        }
        th, td {
          border: 1px solid #000000;
          text-align: center;
          padding: 2px 2px;
          background-color: white;
        }
       th{
          background-color: #9c9a9a;
          width: 300px;
          height: 80px;
       }
       tbody{
        background-color: white;
       }
       #sno{
        width: 70px;
       }
        tr:nth-child(even) {
          background-color: #a5a4a4;
        }
        
        tr:nth-child(odd) {
          background-color: #fffafa; 
        }
        #imp{
           border: none;
        }
  #po{
      height: 40px;
      width: 80px;
      border: none;
  }

#pf{
    height: 40px;
    width: 80px;
    border: none;
}
#st1{
  visibility: hidden;
}
#st2{
  visibility: hidden;
}
#st3{
  visibility: hidden;
}
#st4{
  visibility: hidden;
}
#st5{
  visibility: hidden;
}
#st6{
  visibility: hidden;
}

.tb-button{
  margin: 3px 25px;
  margin-bottom: 13px;
  margin-top: -13px;
  color: rgb(255, 251, 251);
  box-shadow: 8px 8px 12px black;
  font-size: 20px;
  font-weight: 600;
  border: transparent;
  height: 50px;
  width: 154px;
  transition: all 0.1s ease-in-out 0s;
  text-align: center;
  
 }
 .pnbtn{
  height: 70px;
  width: 500px;
  /* border: 1px solid black; */
  position:absolute;
  bottom: 20px;
  padding: 9px;
 }
 .pn{
  height: 50px;
  width: 130px;
  margin-left: 72px;
  margin-top: 7px;
  /* visibility:hidden; */
 }
 #next{
  display: block;
  width: 150px;
  height: 53px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  background: #333;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid #333;
  transition: all .35s;
  position: absolute;
  left: 212px;
  top: 6px;
 }
 #prev{
  display: block;
  width: 150px;
  height: 53px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  background: #333;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid #333;
  transition: all .35s;
  position: absolute;
  right: 278px;
  top: 6px;
 }
 /* #nxt{
  display: block;
  width: 150px;
  height: 53px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  background: #333;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid #333;
  transition: all .35s;
  position: absolute;
  left: 274px;
  top: 14px;
} */

/* .icon{
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right : 40px;
  top: 15px;
  z-index: -1;
  transition: all .35s;
} */

/* .icon svg{
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  fill: #2ecc71;
  transition: all .35s;
} */

/* #nxt:hover{
  width: 190px;
  border: 3px solid #2ecc71;
  background: rgb(0, 0, 0);
  color: #2ecc71;
} */
#next:hover{
  width: 190px;
  border: 3px solid #2ecc71;
  background: rgb(0, 0, 0);
  color: #2ecc71;
}
#prev:hover{
  width: 190px;
  border: 3px solid #ffa90b;
  background: rgb(0, 0, 0);
  color: #ffa90b;
}
#pv:hover + .icon2{
  border: 3px solid #ffa90b;
  left: -2%;
  z-index: 2;
  background: rgb(0, 0, 0);
}

 .allbtn{
  margin-left: 55px;
  margin-top: 20px;
  margin-bottom: 27px;
 }
 #add{
      background-color: rgb(86, 184, 40);
      cursor: not-allowed;
      position: absolute;
      bottom: 15px;
      left: -25px;
      
 }
 #add{
      background-color: rgb(86, 184, 40);
      
 }
 #add:hover{
  box-shadow: 2px 2px 2px black;
  background-color: rgb(255, 255, 255);
  color: rgb(75, 163, 33);
  border: 1px solid rgb(86, 184, 40);
  text-align: center;
 
 }
 #add::before{
    transform: scale(0.5);
 }
 /*   */
 #reset1{
  background-color: rgb(231, 84, 84);
 }
 #reset1:hover{
  box-shadow: 2px 2px 2px black;
  background-color: rgb(255, 255, 255);
  color: rgb(231, 84, 84);
  border: 1px solid rgb(231, 84, 84);
 }

 
 footer{
    background-color: black;
    color: white;
    text-align: center;
    font-size: larger;
    font-weight: 400;
    letter-spacing: 4px;
 }
 /*------------------------------------- POP-UP COMPONENT SLIDE ----------------------------*/
 .popup-container {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 630px;
  background-color: #ffffff;
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-radius: 20px;
}


  .popup-content {
    padding: 20px;
  }

  .popup-button {
   
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin: 20px 0px;
  }
  .popup-button:hover{
    background-color:#fff; 
    color:   #4CAF50;
    border: 3px solid  #4CAF50;
  }

  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
  }

  /*------------------------------------------GRAPH---------------------------------*/

  #chartokk{
   
      margin: 20px 0px;
      height: 450px;
      width: 950px;
      position: absolute;
      bottom: 170px;
      left: 100px;
      /* border: 1px solid black; */
      text-align: center;
      
  }
  #canvas{
    /* height:200px;
    width: 100px; */
    border: 1px solid black;
  }
#chartokk p{
  padding: 4px 4px;
  height: 40px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: larger;
  font-display: bold;
  font-weight: 500;
  letter-spacing: 2px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: rgb(28, 138, 172);
}
#chartok{
  /* margin: 30px 5px; */
}
.ptext{
  width:400px;
  height: 30px;
  text-align: center;
  transform: rotate(270deg);
  font-size: 25px;
  position: absolute;
  bottom: 319px;
    left: -118px;
}
.rtext{
  width:400px;
  height: 30px;
  font-size: 25px;
  position: absolute;
  bottom: 75px;
  left: 415px;
}

  #popup{
    z-index: 2;
  }

  /*-----------------------------------POWER ON/OFF BUTTON---------------------------------*/

  /* .onoff{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 30px;
    right: 60px;
    align-items: center;
    justify-content: center;
   cursor:  pointer;
    background: #e3edf7;
    background: transparent;
    
    }
    .onoff p{
        font-size: 32px;
        cursor:  pointer;
        color: #777;
        
    }
    
    .onoff input{
        width: 0;
        height: 0;
        position: absolute;
        top: 0px;
        right: 110px;
    }
    .onoff input::before{
        content: '\f011';
        font-family: "FontAwesome";
        font-size: 52px;
        color: #777;
        width: 100px;
        height: 100px;
       
        background: #e3edf7;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-radius: 10px;
        box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
                    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    
                    -0.5px -0.5px 0px rgba(255, 255, 255, 1),
                     0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
                     0px 12px 10px -10px rgba(0, 0, 0, 0.05);
    }
    
    .onoff input:checked:before{
        color: #2de730;
        box-shadow: 6px 6px 12px 5px rgba(0, 0, 0, 0.3),
                    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
    }

    .onoff p{
      height:30px;
      width: 200px;
        font-size: 32px;
        
      margin: 0px 0px;
      margin-right: 30px;
               position:absolute;
               bottom:-20px;
               right: -90px;
               font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
               font-weight: 600;
               font-size: larger;
               font-display: bolder;
    } */

#powerid p{
    height: 10px;
    width: 300px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #2e2e2e;
    margin: 10px 0px;
    position: absolute;
    bottom: -12px;
    left: -78px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: large
          
}
#powerid2 p{
  height: 10px;
  width: 300px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #2e2e2e;
  margin: 10px 0px;
  position: absolute;
  bottom: -12px;
  left: -78px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 600;
  font-size: large
        
}
#loadid p{
  height: 30px;
  width: 200px;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0px;
  position: absolute;
  bottom: 91px;
  right: -74px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 600;
  font-size: larger;
  font-display: bolder;
  color: #2e2e2e;
  transform: rotate(-45deg);
  }
#ammeterid p{
  height:30px;
  width: 200px;
    font-size: 16px;
     letter-spacing: 1px;
  margin: 10px 0px;
           position:absolute;
           bottom:-50px;
           right: -90px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: larger;
           font-display: bolder;
           color:#2e2e2e;
}
#ammeterid2 p{
    height:30px;
    width: 200px;
      font-size: 16px;
       letter-spacing: 1px;
    margin: 10px 0px;
             position:absolute;
             bottom:-50px;
             right: -90px;
             font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
             font-weight: 600;
             font-size: larger;
             font-display: bolder;
             color:#2e2e2e;
  }
  #ammeterid3 p{
    height:30px;
    width: 200px;
      font-size: 16px;
       letter-spacing: 1px;
    margin: 10px 0px;
             position:absolute;
             bottom:-50px;
             right: -90px;
             font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
             font-weight: 600;
             font-size: larger;
             font-display: bolder;
             color:#2e2e2e;
  }
#voltmeterid p{
  height:30px;
  width: 200px;
    font-size: 16px;
     letter-spacing: 1px;
  margin: 10px 0px;
           position:absolute;
           bottom:-10px;
           right: 65px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: large;
           font-display: bolder;
           color:#2e2e2e;
}
#vrid p{
  height:30px;
  width: 200px;
    font-size: 32px;
     letter-spacing: 1px;
  margin: 10px 0px;
           position:absolute;
           bottom:-10px;
           right: 65px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: large;
           font-display: bolder;
           color:#2e2e2e;
}
#boardid p{
  height:30px;
  width: 200px;
    font-size: 16px;
     letter-spacing: 1px;
  margin: 10px 0px;
           position:absolute;
           bottom: -55px;
           right: 55px;
           font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
           font-weight: 600;
           font-size: large;
           font-display: bolder;
           color:#2e2e2e;
}
  /*------------------------------------ dot css------------------------------ */
  
  .dot{
    height: 6px;
    width: 4px;
    border-radius: 50%;
    margin:4px 6px;
    /* border: 1px solid black; */
  }
  .upper{
    height: 40px;
    width: 420px;
    position: absolute;
    top: 10px;
    /* border: 1px solid black; */
    display: flex;
    padding-right: 9px;
    padding-left: -8px;
    margin-left: 32px;
  }
  .upperb{
    height: 40px;
    width: 420px;
    position: absolute;
    top: 10px;
    /* border: 1px solid black; */
    display: flex;
    padding-right: 10px;
    padding-left: -8px;
    margin-left: 455px;
  }
  .upper1{
    height: 16px;
    width: 94px;
    display: grid;
    grid-template-columns: repeat(5,10px);
    justify-content: space-around;
    margin-left: 14px;
   
    margin-top: 8px;
    
  }
  /* #up5{
    margin-left: 7px;
    margin-right: -1px;
  }
  #up4{
    margin-right: 7px;
    margin-left: 8px;
  } */
 
  .lower{
    height: 40px;
    width: 420px;
    position: absolute;
    bottom: -1px;
    /* border: 1px solid black; */
    display: flex;
    padding-right: 9px;
    padding-left: -8px;
    margin-left: 32px;
  }
  .lowerb{
    height: 40px;
    width: 420px;
    position: absolute;
    bottom: -1px;
    /* border: 1px solid black; */
    display: flex;
    padding-right: 10px;
    padding-left: -8px;
    margin-left: 455px;
  }
  .lower1{
    height: 16px;
    width: 94px;
    display: grid;
    grid-template-columns: repeat(5,10px);
    justify-content: space-around;
    margin-left: 14px;
   
    margin-top: 8px;
   
  }
.ledsec{
  position:absolute;
  bottom: 75px;
  right: 157px;
  height: 51px;
  width: 35px;
  display: grid;
  grid-template-columns: repeat(2,11px);
  justify-content: space-around;
}
.middle1{
 
  height: 58px;
  width: 100px;
  position: absolute;
  left: 225px;
  top: 85px;
  display: grid;
  grid-template-columns: repeat(6,10px);
   /* border: 1px solid black; */
}
.middle2{
 
  height:58px;
  width: 100px;
  position: absolute;
  left: 225px;
  bottom: 70px;
  display: grid;
  grid-template-columns: repeat(6,10px);
  /* border: 1px solid black; */
}
  /* ---------------------------------UPPER SECTION--------------------- */
 /* #dot1{
 position :absolute;
 top: 220px;
 left: 200px;
 }
 #dot2{
  position :absolute;
  top: 220px;
  left: 213px;
  }
  #dot3{
    position :absolute;
    top: 220px;
    left: 226px;
    }
    #dot4{
      position :absolute;
      top: 220px;
      left: 238px;
      }
      #dot5{
        position :absolute;
        left: 280px;
        top: 220.5px;
        }
        #dot6{
          position :absolute;
          left: 294px;
          top: 220.5px;
          }
          #dot7{
            position :absolute;
            left: 307px;
            top: 220.5px;
            }
            #dot8{
              position :absolute;
              left: 321px;
              top: 220.5px;
              }
              #dot9{
                position :absolute;
                left: 362px;
                top: 220.5px;
                }
                #dot10{
                  position :absolute;
                  left: 375px;
                  top: 220.5px;
                  }
                  #dot11{
                    position :absolute;
                    left: 389px;
                    top: 220.5px;
                    }
                    #dot12{
                      position :absolute;
                      left: 403px;
                      top: 220.5px;
                      }
                      #dot13{
                        position :absolute;
                        left: 443px;
                        top: 220.5px;
                        }
                        #dot14{
                          position :absolute;
                          left: 457px;
                          top: 220.5px;
                          }
                          #dot15{
                            position :absolute;
                            left: 470px;
                            top: 220.5px;
                            }
                            #dot16{
                              position :absolute;
                              left: 484px;
                              top: 220.5px;
                              }
                              #dot17{
                                position :absolute;
                                left: 538px;
                                top: 220.5px;
                                }
                                #dot18{
                                  position :absolute;
                                  left: 552px;
                                  top: 220.5px;
                                  }
                                  #dot19{
                                    position :absolute;
                                    left: 566px;
                                    top: 220.5px;
                                    }
                                    #dot20{
                                      position :absolute;
                                      left: 579px;
                                      top: 220.5px;
                                      }
                                      #dot21{
                                        position :absolute;
                                        left: 620px;
                                        top: 220.5px;
                                        }
                                        #dot22{
                                          position :absolute;
                                          left: 633px;
                                          top: 220.5px;
                                          }
                                          #dot23{
                                            position :absolute;
                                            left: 647px;
                                            top: 220.5px;
                                            }
                                            #dot24{
                                              position :absolute;
                                              left: 660px;
                                              top: 220.5px;
                                              }
                                              #dot25{
                                                position :absolute;
                                                top: 234px;
                                                left: 199px;
                                                }
                                                #dot26{
                                                  position :absolute;
                                                  top: 234px;
                                                  left: 213px;
                                                  }
                                                  #dot27{
                                                    position :absolute;
                                                    top: 234px;
                                                    left: 226px;
                                                    }
                                                    #dot28{
                                                      position :absolute;
                                                      top: 234px;
                                                      left: 238px;
                                                      }
                                                      #dot29{
                                                        position :absolute;
                                                        top: 234px;
                                                        left: 280px;
                                                        }
                                                        #dot30{
                                                          position :absolute;
                                                          top: 234px;
                                                          left: 293px;
                                                          }
                                                          #dot31{
                                                            position :absolute;
                                                            top: 234px;
                                                            left: 307px;
                                                            }
                                                            #dot32{
                                                              position :absolute;
                                                              top: 234px;
                                                              left: 321px;
                                                              }
                                                              #dot33{
                                                                position :absolute;
                                                                top: 234px;
                                                                left: 362px;
                                                                }
                                                                #dot34{
                                                                  position :absolute;
                                                                  top: 234px;
                                                                  left: 376px;
                                                                  }
                                                                  #dot35{
                                                                    position :absolute;
                                                                    top: 234px;
                                                                    left: 389px;
                                                                    }
                                                                    #dot36{
                                                                      position :absolute;
                                                                      top: 234px;
                                                                      left: 403px;
                                                                      }
                                                                      #dot37{
                                                                        position :absolute;
                                                                        top: 234px;
                                                                        left: 443px;
                                                                        }
                                                                        #dot38{
                                                                          position :absolute;
                                                                          top: 234px;
                                                                          left: 457px;
                                                                          }
                                                                          #dot39{
                                                                            position :absolute;
                                                                            top: 234px;
                                                                            left: 470px;
                                                                            }
                                                                            #dot40{
                                                                              position :absolute;
                                                                              top: 234px;
                                                                              left: 484px;
                                                                              }
                                                                              #dot41{
                                                                                position :absolute;
                                                                                top: 234px;
                                                                                left: 538px;
                                                                                }
                                                                                #dot42{
                                                                                  position :absolute;
                                                                                  top: 234px;
                                                                                  left: 552px;
                                                                                  }
                                                                            
                                                                                  #dot43{
                                                                                    position :absolute;
                                                                                    top: 234px;
                                                                                    left: 566px;
                                                                                    }
                                                                            
                                                                                    #dot44{
                                                                                      position :absolute;
                                                                                      top: 234px;
                                                                                      left: 579px;
                                                                                      }
                                                                             */
                                                                                      /* #dot45{
                                                                                        position :absolute;
                                                                                        top: 234px;
                                                                                        left: 620px;
                                                                                        }
                                                                            
                                                                                        #dot46{
                                                                                          position :absolute;
                                                                                          top: 234px;
                                                                                          left: 633px;
                                                                                          }
                                                                            
                                                                                          #dot47{
                                                                                            position :absolute;
                                                                                            top: 234px;
                                                                                            left: 647px;
                                                                                            }
                                                                            
                                                                                            #dot48{
                                                                                              position :absolute;
                                                                                              top: 234px;
                                                                                              left: 660px;
                                                                                              } */

                               /* ------------------------------------------------------- MIDDLE SECTION ------------------------------------------ */
                                                                                              #dot49{
                                                                                                position :absolute;
                                                                                                top: 280px;
                                                                                                left: 309px;
                                                                                                }
                                                                                              
                                                                                                #dot50{
                                                                                                  position :absolute;
                                                                                                  top: 289px;
                                                                                                  left: 321px;
                                                                                                  }
                                                                                                
                                                                                                  #dot51{
                                                                                                    position :absolute;
                                                                                                    top: 289px;
                                                                                                    left: 335px;
                                                                                                    }
                                                                                                  
                                                                                                    #dot52{
                                                                                                      position :absolute;
                                                                                                      top: 289px;
                                                                                                      left: 349px;
                                                                                                      }
                                                                                                    
                                                                                                      #dot53{
                                                                                                        position :absolute;
                                                                                                        top: 289px;
                                                                                                        left: 362px;
                                                                                                        }
                                                                                                      
                                                                                                        #dot54{
                                                                                                          position :absolute;
                                                                                                          top: 280px;
                                                                                                          left: 377px;
                                                                                                          }
                                                                                                        
                                                                                                          #dot55{
                                                                                                            position :absolute;
                                                                                                            top: 293px;
                                                                                                            left: 309px;
                                                                                                            }
                                                                                                          
                                                                                                            #dot56{
                                                                                                              position :absolute;
                                                                                                              top: 302px;
                                                                                                              left: 321px;
                                                                                                              }
                                                                                                            
                                                                                                              #dot57{
                                                                                                                position :absolute;
                                                                                                                top: 302px;
                                                                                                                left: 335px;
                                                                                                                }
                                                                                                              
                                                                                                                #dot58{
                                                                                                                  position :absolute;
                                                                                                                  top: 302px;
                                                                                                                  left: 349px;
                                                                                                                  }
                                                                                                                
                                                                                                                  #dot59{
                                                                                                                    position :absolute;
                                                                                                                    top: 302px;
                                                                                                                    left: 362px;
                                                                                                                    }
                                                                                                                  
                                                                                                                    #dot60{
                                                                                                                      position :absolute;
                                                                                                                      top: 293px;
                                                                                                                      left: 377px;
                                                                                                                      }
                                                                                                                    
                                                                                                                      #dot61{
                                                                                                                        position :absolute;
                                                                                                                        top: 306px;
                                                                                                                        left: 309px;
                                                                                                                        }
                                                                                                                      
                                                                                                                        #dot62{
                                                                                                                          position :absolute;
                                                                                                                          top: 316px;
                                                                                                                          left: 321px;
                                                                                                                          }
                                                                                                                          #dot63{
                                                                                                                            position :absolute;
                                                                                                                            top: 316px;
                                                                                                                            left: 335px;
                                                                                                                            }
                                                                                                                            #dot64{
                                                                                                                              position :absolute;
                                                                                                                              top: 316px;
                                                                                                                              left: 349px;
                                                                                                                              }
                                                                                                                              #dot65{
                                                                                                                                position :absolute;
                                                                                                                                top: 316px;
                                                                                                                                left: 362px;
                                                                                                                                }
                                                                                                                                #dot66{
                                                                                                                                  position :absolute;
                                                                                                                                  top: 306px;
                                                                                                                                  left: 377px;
                                                                                                                                  }
                                                                                                                                  #dot67{
                                                                                                                                    position :absolute;
                                                                                                                                    top: 320px;
                                                                                                                                    left: 309px;
                                                                                                                                    }
                                                                                                                                    #dot68{
                                                                                                                                      position :absolute;
                                                                                                                                      top: 329px;
                                                                                                                                      left: 321px;
                                                                                                                                      }
                                                                                                                                      #dot69{
                                                                                                                                        position :absolute;
                                                                                                                                        top: 329px;
                                                                                                                                        left: 335px;
                                                                                                                                        }
                                                                                                                                        #dot70{
                                                                                                                                          position :absolute;
                                                                                                                                          top: 329px;
                                                                                                                                          left: 349px;
                                                                                                                                          }
                                                                                                                                          #dot71{
                                                                                                                                            position :absolute;
                                                                                                                                            top: 329px;
                                                                                                                                            left: 362px;
                                                                                                                                            }
                                                                                                                                            #dot72{
                                                                                                                                              position :absolute;
                                                                                                                                              top: 320px;
                                                                                                                                              left: 377px;
                                                                                                                                              }
                                                                                                                                              #dot73{
                                                                                                                                                position :absolute;
                                                                                                                                                top: 370px;
                                                                                                                                                left: 307px;
                                                                                                                                                }
                                                                                                                                                #dot74{
                                                                                                                                                  position :absolute;
                                                                                                                                                  top: 370px;
                                                                                                                                                  left: 321px;
                                                                                                                                                  }
                                                                                                                                                  #dot75{
                                                                                                                                                    position :absolute;
                                                                                                                                                    top: 370px;
                                                                                                                                                    left: 335px;
                                                                                                                                                    }
                                                                                                                                                    #dot76{
                                                                                                                                                      position :absolute;
                                                                                                                                                      top: 370px;
                                                                                                                                                      left: 349px;
                                                                                                                                                      }
                                                                                                                                                      #dot77{
                                                                                                                                                        position :absolute;
                                                                                                                                                        top: 370px;
                                                                                                                                                        left: 362px;
                                                                                                                                                        }
                                                                                                                                                        #dot78{
                                                                                                                                                          position :absolute;
                                                                                                                                                          top: 362px;
                                                                                                                                                          left: 378px;
                                                                                                                                                          }
                                                                                                                                                          #dot79{
                                                                                                                                                            position :absolute;
                                                                                                                                                            top: 383px;
                                                                                                                                                            left: 307px;
                                                                                                                                                            }
                                                                                                                                                            #dot80{
                                                                                                                                                              position :absolute;
                                                                                                                                                              top: 383px;
                                                                                                                                                              left: 321px;
                                                                                                                                                              }
                                                                                                                                                              #dot81{
                                                                                                                                                                position :absolute;
                                                                                                                                                                top: 383px;
                                                                                                                                                                left: 335px;
                                                                                                                                                                }
                                                                                                                                                                #dot82{
                                                                                                                                                                  position :absolute;
                                                                                                                                                                  top: 383px;
                                                                                                                                                                  left: 349px;
                                                                                                                                                                  }
                                                                                                                                                                  #dot83{
                                                                                                                                                                    position :absolute;
                                                                                                                                                                    top: 383px;
                                                                                                                                                                    left: 362px;
                                                                                                                                                                    }
                                                                                                                                                                    #dot84{
                                                                                                                                                                      position :absolute;
                                                                                                                                                                      top: 375px;
                                                                                                                                                                      left: 378px;
                                                                                                                                                                      }
                                                                                                                                                                      #dot85{
                                                                                                                                                                        position :absolute;
                                                                                                                                                                        top: 397px;
                                                                                                                                                                        left: 307px;
                                                                                                                                                                        }
                                                                                                                                                                        #dot86{
                                                                                                                                                                          position :absolute;
                                                                                                                                                                          top: 397px;
                                                                                                                                                                          left: 321px;
                                                                                                                                                                          }
                                                                                                                                                                          #dot87{
                                                                                                                                                                            position :absolute;
                                                                                                                                                                            top: 397px;
                                                                                                                                                                            left: 335px;
                                                                                                                                                                            }

                                                                                                                                                                            #dot88{
                                                                                                                                                                              position :absolute;
                                                                                                                                                                              top: 397px;
                                                                                                                                                                              left: 349px;
                                                                                                                                                                              }
                                                                                                                                                                              #dot89{
                                                                                                                                                                                position :absolute;
                                                                                                                                                                                top: 397px;
                                                                                                                                                                                left: 362px;
                                                                                                                                                                                }
                                                                                                                                                                                #dot90{
                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                  top: 389px;
                                                                                                                                                                                  left: 378px;
                                                                                                                                                                                  }
                                                                                                                                                                                  #dot91{
                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                    top: 411px;
                                                                                                                                                                                    left: 307px;
                                                                                                                                                                                    }
                                                                                                                                                                                    #dot92{
                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                      top: 411px;
                                                                                                                                                                                      left: 321px;
                                                                                                                                                                                      }
                                                                                                                                                                                      #dot93{
                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                        top: 411px;
                                                                                                                                                                                        left: 335px;
                                                                                                                                                                                        }
                                                                                                                                                                                        #dot94{
                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                          top: 411px;
                                                                                                                                                                                          left: 349px;
                                                                                                                                                                                          }
                                                                                                                                                                                          #dot95{
                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                            top: 411px;
                                                                                                                                                                                            left: 362px;
                                                                                                                                                                                            }
                                                                                                                                                                                            #dot96{
                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                              top: 403px;
                                                                                                                                                                                              left: 378px;
                                                                                                                                                                                              }

                                                                                                                                                                                              /* #dot97{
                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                top: 411px;
                                                                                                                                                                                                left: 238px;
                                                                                                                                                                                                display: none; */
                                                                                                                                                                                        
                                                                                                                                                    /*---------------------------------------MIDDLE SECTION RIGHT 1------------------------------  */
                                                                                                                                                    #dot156{
                                                                                                                                                      position :absolute;
                                                                                                                                                       top:  280px;
                                                                                                                                                       left: 402px;
                                                                                                                                                      }
                                                                                                                                                      #dot157{
                                                                                                                                                        position :absolute;
                                                                                                                                                         top:  280px;
                                                                                                                                                         left: 417px;
                                                                                                                                                        }
                                                                                                                                                        #dot158{
                                                                                                                                                          position :absolute;
                                                                                                                                                           top:  280px;
                                                                                                                                                           left: 431px;
                                                                                                                                                          }
                                                                                                                                                          #dot159{
                                                                                                                                                            position :absolute;
                                                                                                                                                             top:  302px;
                                                                                                                                                             left: 402px;
                                                                                                                                                            }
                                                                                                                                                            #dot160{
                                                                                                                                                              position :absolute;
                                                                                                                                                               top:  302px;
                                                                                                                                                               left: 417px;
                                                                                                                                                              }
                                                                                                                                                              #dot161{
                                                                                                                                                                position :absolute;
                                                                                                                                                                 top:  294px;
                                                                                                                                                                 left: 431px;
                                                                                                                                                                }
                                                                                                                                                                #dot162{
                                                                                                                                                                  position :absolute;
                                                                                                                                                                   top:  315px;
                                                                                                                                                                   left: 402px;
                                                                                                                                                                  }
                                                                                                                                                                  #dot163{
                                                                                                                                                                    position :absolute;
                                                                                                                                                                     top:  315px;
                                                                                                                                                                     left: 417px;
                                                                                                                                                                    }
                                                                                                                                                                    #dot164{
                                                                                                                                                                      position :absolute;
                                                                                                                                                                       top:  307px;
                                                                                                                                                                       left: 431px;
                                                                                                                                                                      }
                                                                                                                                                                      #dot165{
                                                                                                                                                                        position :absolute;
                                                                                                                                                                         top:  329px;
                                                                                                                                                                         left: 402px;
                                                                                                                                                                        }
                                                                                                                                                                        #dot166{
                                                                                                                                                                          position :absolute;
                                                                                                                                                                           top:  329px;
                                                                                                                                                                           left: 417px;
                                                                                                                                                                          }
                                                                                                                                                                          #dot167{
                                                                                                                                                                            position :absolute;
                                                                                                                                                                             top:  321px;
                                                                                                                                                                             left: 431px;
                                                                                                                                                                            }
                                                                                                /*--------------------------------------------------------------MIDDLE SECTION RIGHT 2 --------------------------------------------------------------- */
                                                                                                #dot168{
                                                                                                  position :absolute;
                                                                                                   top:  370px;
                                                                                                   left: 402px;
                                                                                                  }
                                                                                                  #dot169{
                                                                                                    position :absolute;
                                                                                                     top:  370px;
                                                                                                     left: 417px;
                                                                                                    }
                                                                                                    #dot170{
                                                                                                      position :absolute;
                                                                                                       top:  370px;
                                                                                                       left: 431px;
                                                                                                      }
                                                                                                      #dot171{
                                                                                                        position :absolute;
                                                                                                         top:  383px;
                                                                                                         left: 402px;
                                                                                                        }
                                                                                                        #dot172{
                                                                                                          position :absolute;
                                                                                                           top:  383px;
                                                                                                           left: 417px;
                                                                                                          }
                                                                                                          #dot173{
                                                                                                            position :absolute;
                                                                                                             top:  383px;
                                                                                                             left: 431px;
                                                                                                            }
                                                                                                            #dot174{
                                                                                                              position :absolute;
                                                                                                               top:  397px;
                                                                                                               left: 402px;
                                                                                                              }
                                                                                                              #dot175{
                                                                                                                position :absolute;
                                                                                                                 top:  397px;
                                                                                                                 left: 417px;
                                                                                                                }
                                                                                                                #dot176{
                                                                                                                  position :absolute;
                                                                                                                   top:  397px;
                                                                                                                   left: 431px;
                                                                                                                  }
                                                                                                                  #dot177{
                                                                                                                    position :absolute;
                                                                                                                     top:  411px;
                                                                                                                     left: 402px;
                                                                                                                    }
                                                                                                                    #dot178{
                                                                                                                      position :absolute;
                                                                                                                       top:  411px;
                                                                                                                       left: 417px;
                                                                                                                      }
                                                                                                                      #dot179{
                                                                                                                        position :absolute;
                                                                                                                         top:  411px;
                                                                                                                         left: 431px;
                                                                                                                        }
                                                                                                                                         
                                                                                                                                                                                      
                                                                                                                                            




                                                                                                /*-------------------------------------------------------------- LOWER SECTION ---------------------------------------------------------- */
                                                                                                                                                                                                /* #dot98{
                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                  bottom: 262px;
                                                                                                                                                                                                  left: 200px;
                                                                                                                                                                                                  }
                                                                                                                                                                                                  #dot99{
                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                   bottom: 262px;
                                                                                                                                                                                                    left: 213px;
                                                                                                                                                                                                    }
                                                                                                                                                                                                    #dot100{
                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                     bottom: 262px;
                                                                                                                                                                                                      left: 226px;
                                                                                                                                                                                                      }
                                                                                                                                                                                                      #dot101{
                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                       bottom: 262px;
                                                                                                                                                                                                        left: 238px;
                                                                                                                                                                                                        }

                                                                                                                                                                                                        #dot102{
                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                         bottom: 262px;
                                                                                                                                                                                                          left: 280px;
                                                                                                                                                                                                          }
                                                                                                                                                                                                          #dot103{
                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                           bottom: 262px;
                                                                                                                                                                                                            left: 294px;
                                                                                                                                                                                                            }
                                                                                                                                                                                                            #dot104{
                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                             bottom: 262px;
                                                                                                                                                                                                              left: 307px;
                                                                                                                                                                                                              }

                                                                                                                                                                                                              #dot105{
                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                               bottom: 262px;
                                                                                                                                                                                                                left: 321px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                #dot106{
                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                 bottom: 262px;
                                                                                                                                                                                                                  left: 362px;
                                                                                                                                                                                                                  }

                                                                                                                                                                                                                  #dot107{
                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                   bottom: 262px;
                                                                                                                                                                                                                    left: 375px;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    #dot108{
                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                     bottom: 262px;
                                                                                                                                                                                                                      left: 389px;
                                                                                                                                                                                                                      }
                                                                                                                                                                                                                      #dot109{
                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                       bottom: 262px;
                                                                                                                                                                                                                        left: 403px;
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                        #dot110{
                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                         bottom: 262px;
                                                                                                                                                                                                                          left: 443px;
                                                                                                                                                                                                                          }
                                                                                                                                                                                                                          #dot111{
                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                           bottom: 262px;
                                                                                                                                                                                                                            left: 457px;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            #dot112{
                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                             bottom: 262px;
                                                                                                                                                                                                                              left: 470px;
                                                                                                                                                                                                                              }
                                                                                                                                                                                                                              #dot113{
                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                               bottom: 262px;
                                                                                                                                                                                                                                left: 484px;
                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                #dot114{
                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                 bottom: 262px;
                                                                                                                                                                                                                                  left: 538px;
                                                                                                                                                                                                                                  }

                                                                                                                                                                                                                                  #dot115{
                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                   bottom: 262px;
                                                                                                                                                                                                                                    left: 552px;
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                    #dot116{
                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                     bottom: 262px;
                                                                                                                                                                                                                                      left: 566px;
                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                      #dot117{
                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                       bottom: 262px;
                                                                                                                                                                                                                                        left: 579px;
                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                        #dot118{
                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                         bottom: 262px;
                                                                                                                                                                                                                                          left: 620px;
                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                          #dot119{
                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                           bottom: 262px;
                                                                                                                                                                                                                                            left: 633px;
                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                            #dot120{
                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                             bottom: 262px;
                                                                                                                                                                                                                                              left: 647px;
                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                              #dot121{
                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                               bottom: 262px;
                                                                                                                                                                                                                                                left: 660px;
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                #dot122{
                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                  bottom: 249px;
                                                                                                                                                                                                                                                  left: 200px;
                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                  #dot123{
                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                     bottom: 249px;
                                                                                                                                                                                                                                                    left: 213px;
                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                    #dot124{
                                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                                       bottom: 249px;
                                                                                                                                                                                                                                                      left: 226px;
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                      #dot125{
                                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                                         bottom: 249px;
                                                                                                                                                                                                                                                        left: 238px;
                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                        #dot126{ */
                                                                                                                                                                                                                                                          /* position :absolute;
                                                                                                                                                                                                                                                           bottom: 249px;
                                                                                                                                                                                                                                                          left: 280px;
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                          #dot127{
                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                             bottom: 249px;
                                                                                                                                                                                                                                                            left: 294px;
                                                                                                                                                                                                                                                            }

                                                                                                                                                                                                                                                            #dot128{
                                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                                               bottom: 249px;
                                                                                                                                                                                                                                                              left: 307px;
                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                              #dot129{
                                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                                                 bottom: 249px;
                                                                                                                                                                                                                                                                left: 321px;
                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                #dot130{
                                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                                   bottom: 249px;
                                                                                                                                                                                                                                                                  left: 362px;
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                  #dot131{
                                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                                     bottom: 249px;
                                                                                                                                                                                                                                                                    left: 375px;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                      #dot132{
                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                                                         bottom: 249px;
                                                                                                                                                                                                                                                                        left: 389px;
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                        #dot133{
                                                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                                                           bottom: 249px;
                                                                                                                                                                                                                                                                          left: 403px;
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                          #dot134{
                                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                                             bottom: 249px;
                                                                                                                                                                                                                                                                            left: 443px;
                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                            #dot135{
                                                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                                                               bottom: 249px;
                                                                                                                                                                                                                                                                              left: 457px;
                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                              #dot136{
                                                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                                                                 bottom: 249px;
                                                                                                                                                                                                                                                                                left: 470px;
                                                                                                                                                                                                                                                                                }

                                                                                                                                                                                                                                                                                #dot137{
                                                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                                                   bottom: 249px;
                                                                                                                                                                                                                                                                                  left: 484px;
                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                  #dot138{
                                                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                                                     bottom: 249px;
                                                                                                                                                                                                                                                                                    left: 538px;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    #dot139{
                                                                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                                                                       bottom: 249px;
                                                                                                                                                                                                                                                                                      left: 552px;
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                      #dot140{
                                                                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                                                                         bottom: 249px;
                                                                                                                                                                                                                                                                                        left: 566px;
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                        #dot141{
                                                                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                                                                           bottom: 249px;
                                                                                                                                                                                                                                                                                          left: 579px;
                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                          #dot142{
                                                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                                                             bottom: 249px;
                                                                                                                                                                                                                                                                                            left: 620px;
                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                            #dot143{
                                                                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                                                                               bottom: 249px;
                                                                                                                                                                                                                                                                                              left: 633px;
                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                              #dot144{
                                                                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                                                                                 bottom: 249px;
                                                                                                                                                                                                                                                                                                left: 647px;
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                #dot145{
                                                                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                                                                   bottom: 249px;
                                                                                                                                                                                                                                                                                                  left: 660px;
                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                    /*------------------------------------------------------- LED SECTION -------------------------------------------*/
                                                                                                                                
                                                                                                                                                                                                                                                                                                  /* #dot146{ 
                                                                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                                                                     bottom: 357px;
                                                                                                                                                                                                                                                                                                    right: 232px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    #dot147{
                                                                                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                                                                                      bottom: 357px;
                                                                                                                                                                                                                                                                                                      right: 218px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      #dot148{
                                                                                                                                                                                                                                                                                                        position :absolute;
                                                                                                                                                                                                                                                                                                         bottom: 343px;
                                                                                                                                                                                                                                                                                                         right: 232px;
                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                        #dot149{
                                                                                                                                                                                                                                                                                                          position :absolute;
                                                                                                                                                                                                                                                                                                           bottom: 343px;
                                                                                                                                                                                                                                                                                                           right: 218px;
                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                          #dot150{
                                                                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                                                                             bottom: 330px;
                                                                                                                                                                                                                                                                                                             right: 232px;
                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                            #dot151{
                                                                                                                                                                                                                                                                                                              position :absolute;
                                                                                                                                                                                                                                                                                                              bottom: 330px;
                                                                                                                                                                                                                                                                                                               right: 218px;
                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                              #dot152{
                                                                                                                                                                                                                                                                                                                position :absolute;
                                                                                                                                                                                                                                                                                                                 bottom: 317px;
                                                                                                                                                                                                                                                                                                                 right: 232px;
                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                #dot153{
                                                                                                                                                                                                                                                                                                                  position :absolute;
                                                                                                                                                                                                                                                                                                                  bottom: 317px;
                                                                                                                                                                                                                                                                                                                   right: 218px;
                                                                                                                                                                                                                                                                                                                  } */
                                                                                                                                                                                                                                                                                                                  #dot154{
                                                                                                                                                                                                                                                                                                                    position :absolute;
                                                                                                                                                                                                                                                                                                                     bottom: 304px;
                                                                                                                                                                                                                                                                                                                     right: 232px;
                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                    #dot155{
                                                                                                                                                                                                                                                                                                                      position :absolute;
                                                                                                                                                                                                                                                                                                                      bottom: 304px;
                                                                                                                                                                                                                                                                                                                       right: 218px;
                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                           /* -----------------------------MIDDLE SECTION NEW RIGHT--------------------------- */
                                                                                                                                                                                           
                                                                                                                                                                                                                                                                           #dot180{
                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                                            top: 404px;
                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                            right: 307px;
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                          #dot181{
                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                            position :absolute;
                                                                                                                                                                                                                                                                            top: 389px;
                                                                                                                                                                                                                                                                            right: 307px;
                                                                                                                                                                                                                                                                            }
                                                                                                                        

                                                                                                                        

                                                                            

                                                                            

          
          
    
        /* Use visibility:hidden|visible inplace of display:none|inline|block */