.nav-box {
    width: 100%;
    margin-top: 10px;
  }

  .nav-item {
    margin-bottom: 10px;
  }
  @media (min-width: 500px)  and (max-width:768px){
    .over-content {
        top: 46%;
        /* font-size: 16px !important; */
        left: 7%;
    }
     .right-col {
      /* padding-right: 0rem !important; */
    }
   
}
@media (min-width: 320px)  and (max-width:768px){
  .left{
    display: none;
  }
}
@media (max-width: 500px) {
  .over-content {
      top: 45%;
  }
}
  .nav-link2 {
    display: block;
    padding: 8px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: black;
    text-align: left;
    text-decoration: none;
    font-weight: bolder;
}

  .nav-link2:hover {
    background-color: #e2e6ea;
    color: black;
  }

  .fixed-content {
    position: sticky;
    top: 10px; /* Adjust based on header height */
    overflow-x: hidden;
  }
  .nav-link2.active, .nav-link2:focus, .nav-link2:active {
    color: #0281A8;
    background-color: white; /* Optional: Add background for a clear active indication */
    border-color: #0281A8; /* Optional: Change border color for active state */
}

.indented {
    margin-left: 20px; 
    text-indent: 20px;
    width: 95%;
    text-align: justify;/* Adjust the value to increase or decrease the gap */
}



.wireless-icon {
  margin-right: 8px; /* Add space between the icon and the text */
  color: #007bff; /* Change icon color if needed */
  font-size: 1.2em; /* Adjust icon size if necessary */
  vertical-align: middle; /* Align icon with text */
}
