#head-top {
    padding: 12px 12px;
    background: #94C7F8;
}
.top-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
 .mahadiscom{
    font-size: 24px;
    margin-top: 4px;
     font-weight: bold;
 }
 #head-bottom {
    padding: 20px 0;
    background: #FFF;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.10);
}
#link-section{
    padding: 20px 0;
    background: #FFF;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.10);
}
.fa-solid{
   font-size:50px;
}
#link-section a{
    text-decoration:none;
}
  .systemLabel{
    font-size: 18px;
    margin-top: 4px;
    font-weight: bold;
  }
  
 #image-box {
   
    width: 100%;
    position: relative;
}

#image-box .img-wrap {
    padding:0;
       float: right;
  width: 80%;
}

#image-box .img-wrap img {
    display: block;
    width: 100%;
    
}


body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}




/*VERTICAL MENU*/
nav.vertical{

 
   position:relative; 

 width:20%; 
 background:#94C7F8;
}

/* ALL UL */
nav.vertical ul{
  list-style: none;
  padding:0;
  font-family:Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
  font-size: 13px;
  font-weight: normal;
}
/* ALL LI */
nav.vertical li{
  position:relative;
}
/* ALL A */
nav.vertical a{
  display:block;
  color:#000;
  
  text-decoration:none;
  padding:10px 15px;
  background:#94C7F8;
  transition:0.2s;
}
/* ALL A HOVER */
nav.vertical li:hover > a{
  background:#94C7F8;
}

/* INNER UL HIDE */
nav.vertical ul ul{
  padding: 0;
  position:absolute;
  left:0%;
  top:0;
  width:100%;
  visibility:hidden;
  opacity:0;
  transition: transform 0.2s;
  transform: translateX(50px);
}
/* INNER UL SHOW */
nav.vertical li:hover > ul{
  left:100%;
  visibility:visible;
  opacity:1;
  transform: translateX(0px);
}

#foot-bottom {
     
    padding: 20px 0;
    border-top: 1px solid #88c0e8;
    background: #94C7F8;
        
}
footer {
      padding: 10px 0;
    background: #94C7F8;
    color: #000;
     
}
.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}
.fa-chevron-right {
     
  font-size:10px;
}
li a i {
  margin-left: 2px; /* Adds space between the text and the arrow */
}