.footer__wrapper {
  gap: 10rem;
}


.ul-list {
  list-style: none;
  font-size: 1.4rem;
  color: #313131; 
}

.ul-list li{
  display: -webkit-box;
  display: -ms-flexbox;

  gap: 0.5rem;
  text-align: justify;
  margin-bottom: 1.5rem;
  border:0px solid red; padding-left:20px;
  
}

.ul-list li::before {
  content: "✔";
  color: #ff7b00;
  font-size: 1.4rem;
  border:0px solid #46485a; position:absolute; margin-left: -20px;
}


.table-c {
     border:1px solid #46485a; font-size:1.4rem;
}

.table-c tr td{
     border-left:1px solid #46485a;
	 border-bottom:1px solid #46485a; padding:5px;
}



.table-c tr:first-child {
    background: #1b3346!important;
    color: #fff;
    font-size: 13px; border:1px solid #46485a; font-weight:bold;
}

.table-c tr:nth-of-type(even)  {
 background: #ece9e9;
 
}
 
.table-c tr:nth-of-type(odd)  {
 background: #fff;
 
}


.table{
     border:1px solid #46485a; font-size:1.4rem;
}

.table tr td{
     border-left:1px solid #46485a;
	 border-bottom:1px solid #46485a; padding:5px;
}



/*.table tr:first-child {

    color: #000;
    font-size: 13px; border:1px solid #46485a; font-weight:bold;
}*/

.table tr:nth-of-type(even)  {
 background: #ece9e9;
 
}
 
.table tr:nth-of-type(odd)  {
 background: #fff;
 
}

.text-c{text-align:center;}

.hod-box{ padding:25px; background:#d9d9d9; text-align:center;}

.innerpage__sidebar{background-color: #46485a!important;}

.innerpage__sidebar-item a{color:#fff;}

