.main-footer {
    /* background-color: #EFECE7; */
    background-color: #EDEBE9;
    /* height: 350px;
      display: flex; */
}

.foot-h1 {
    color: #515154;
    font-family: PopExt;
} 

.foot-h6 {
    color: #444444;
    font-family: Poppins;
}
  
.foot-h5 {
    color: #444444;
    font-family: Poppins;
    margin-top: 20px;
}


.topic ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  
  .topic ul li {
    list-style-type: none;
    text-decoration: none;
    color: #68646a;
    font-family: Poppins;
    padding: 6px 0;
    font-size: 14px;
    cursor: pointer;
  }
  
  .topic ul li:hover {
    color: #000000;
    text-decoration: underline;
    transform: scale(1.0001);
  }
  
  .topic h5 {
    color: rgb(94, 96, 97);
    font-family: PopExt;
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-left: 5px;
  }

  .pd-fo {
    padding: 35px;
  }
  
  .f2 {
    margin-left: 50px;
  }
  
  .p-last {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: Poppins;
    color:#6E6E73;
    font-size: 13px;
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .tt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000015;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  margin: 5px;
  padding: 0;
}

.tt:hover {
   
    background-color: #414141;
    
  }
