.invester-details, .content-div h5 {
    font-size: 16px;
    text-align: center;
}

.invester-details .content-div p {
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 14px;
}

.invester-details-main .nav-link{
    display :flex;
    flex-direction :column;
    align-items:center;
}

.invester-details-main .nav-link img{
    max-width:100%;
    width:100px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    /*background-color: #f7b528;*/
    border-radius: 5px;
}





.invester-details-main .pdf-container {
      text-align: center;
      margin-top: 20px;
    }
    
.invester-details-main iframe {
      width: 80%;
      height: 800px;
      border: none;
      overflow:hidden;
    }
.invester-details-main .readonly-message {
      text-align: center;
      font-size: 20px;
      color: #333;
      margin: 30px 0;
    }

