.publi-h1{
    margin-left: 15% ;
}
.publi-ul{
padding-left: 20%;
font-size: 18px;
}
body {
    font-size: 14px !important; /* Adjust the size to your preference */
    
}

h4 {
    font-size: 16px; /* Adjust the size to your preference */
}

h3 {
    font-size: 24px; /* Adjust the size to your preference */
}
.font14{
    font-size: 14px !important;
}
.nodisplay {
    display: none !important;
}
.nav-link.active {
    border: 2px solid #d9dbe0; /* Blue border for active tab */
    border-radius: 5px; /* Rounded corners */
    padding: 8px 16px; /* Padding inside the border */
}
.tabcontent {
    display: none !important;
}
.tabcontent.show {
    display: block !important;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc;
    border-top: none; */
  }
  
  .tabcontent.show {
    display: block;
  }

  .text-center-publications {
    width: 65%;
    margin: auto;
  }
  
.padding-top40{
  padding-top: 40px ;
}
.padding-bot40{
  padding-bottom: 40px ;
}
