body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    background-image:url(../images/login-bgG.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  
.Investor-grievances {
    padding: 80px 0 50px 0;
    background-color: #f0f0f3;
}

.Investor-grievances h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    color: #1155cc;
;
}

.Investor {
    background-color:#fff;
    /* padding: 10px 15px; */
        padding: 50px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

.Investor h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.insector-list p {
    margin: 50px 0 0 0;
    font-weight: bold;
    font-size: 22px;
}

.insector-list i{
    margin-right: 10px;
    color: #7a9e38;
}

.Investor h6{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}

.table{
	white-space: nowrap;
}

.skip-link{
                  position:absolute;
                  left:-9999px;
                  top:0;
                  z-index:99999;
                  padding:12px 20px;
                  background: #3886d8;
                  border: 1px solid #009aff;
                  color:#fff;
                  text-decoration:none;
                  font-weight:600;
                  border-radius:0 0 8px 8px;
              }

              .skip-link:focus{
                  left:20px;
                  top:20px;
              }