
  
  /* ------------------------------------ */
  .ser input {
    display: block;
      outline: none;
      /* border: none !important; */
      border-radius: 1.2rem;
      border: 2px solid deepskyblue;
      padding-top: 10px;
      /* padding-left: 0px; */
      padding-bottom: 10px;
      text-align: center;
      margin: 10px;
      width: 860px;
  }
  
  @media only screen and (max-width: 576px) {
    .ser input{
        padding: 5px;
        width: 207px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .ser input{
        padding: 8px;
        width: 207px;
    }
  }
  textarea {
    display: block;
    outline: none;
  }
  
  textarea:focus, input:focus {
    border-color: transparent !important;
  }
  
  /* ------------------------------------ */
  .btn-get-started {
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
padding: 10px 32px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #084f9d;
margin: 20px;
float: left;
text-decoration:none;
}

  @media only screen and (max-width: 768px) {
    .btn-get-started {
    font-size: 10px;
    }
  }


.btn-get-warning {
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
padding: 10px 32px;
border-radius: 4px;
transition: 0.5s;
color: #fff;
background: #d2332a;
margin: 20px;
float: left;
text-decoration:none;
}

.btn-get-started:hover, .btn-get-warning:hover {
  color: #fff;
  text-decoration:none;
  font-weight:700;
}



  iframe {
      border: none !important;
  }
  
  .limiter {
    width: 100%;
    margin: 0 auto;
    background: whitesmoke;
  }
  
  .container-table100 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
  }
  
  
  table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
     border-radius: 1.2rem;  
   /* border: 2px solid black!important;  */
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  
  .wrap-table100{
  border: 2px solid #ffe251;
    border-radius: 1.2rem;
  
  }
  table * {
    position: relative;
  }
  table td, table th {
    padding-left: 8px;
  }
  table thead tr {
    height: 60px;
    background:darkred;
  }
  table tbody tr {
    height: 50px;
  }
  table tbody tr:last-child {
    border: 0;
  }
  table td, table th {
    text-align: center;
  }
  table td.l, table th.l {
    text-align: right;
  }
  table td.c, table th.c {
    text-align: center;
  }
  table td.r, table th.r {
    text-align: center;
  }
  
  
  .table100-head th{
    font-family: OpenSans-Regular;
    font-size: 18px;
    color: white;
    line-height: 1.2;
    font-weight: unset;
  }
  
  tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  
  tbody tr {
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
  }
  
  tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
  }
  
  .column1 {
    width: auto;
    text-align: center;
  }
  
  .column2 {
    width: auto;
  }
  
  .column3 {
    width: auto;
  }
  
  .column4 {
    width: auto;
  }
  
  .column5 {
    width: auto;
  }
  
  .column6 {
    width: auto;
    padding-left: 12px;
  }
  
  table tbody tr td:nth-child(1){
    text-align: center;
  }
  
  
  @media screen and (max-width: 992px) {
    table {
      display: block;
    }
    table > *, table tr, table td, table th {
      display: block;
    }
    table thead {
      display: none;
    }
    table tbody tr {
      height: auto;
      padding: 37px 0;
    }
    table tbody tr td {
      padding-left: 40% !important;
      margin-bottom: 24px;
      text-align: end;
      padding-right: 12px;
    }
    table tbody tr td:last-child {
      margin-bottom: 0;
    }
    table tbody tr td:before {
      font-family: OpenSans-Regular;
      font-size: 14px;
      color: #999999;
      line-height: 1.2;
      font-weight: unset;
      position: absolute;
      width: 40%;
      left: 30px;
      top: 0;
    }
    table tbody tr td:nth-child(1):before {
      content: "Sr No.:";
      text-align: left;
    }
    table tbody tr td:nth-child(2):before {
      content: "Heading:";
      text-align: left;
    }
    table tbody tr td:nth-child(3):before {
      content: "Author: ";
      text-align: left;
    }
    table tbody tr td:nth-child(4):before {
      content: "Published By: ";
      text-align: left;
    }
    table tbody tr td:nth-child(5):before {
      content: "Date Of Publication :";
      text-align: left;
    }
    table tbody tr td:nth-child(6):before {
      content: "Reference:";
      text-align: left;
    }
    table tbody tr td:nth-child(6):before {
      content: "Department:";
      text-align: left;
    }

    .petents table tbody tr td:nth-child(1):before {
      content: "Sr No.:";
      text-align: left;
    }
    .petents table tbody tr td:nth-child(2):before {
      content: "Heading:";
      text-align: left;
    }
    .petents table tbody tr td:nth-child(3):before {
      content: "Author: ";
      text-align: left;
    }
    .petents table tbody tr td:nth-child(4):before {
      content: "Published By: ";
      text-align: left;
    }
    .petents table tbody tr td:nth-child(5):before {
      content: "Date Of Publication:";
      text-align: left;
    }
    .petents table tbody tr td:nth-child(6):before {
      content: "Reference:";
      text-align: left;
    }
    .petents table tbody tr td:nth-child(6):before {
      content: "Department:";
      text-align: left;
    }
    
    
  
    .column4,
    .column5,
    .column6 {
      text-align: left;
    }
  
    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
       width: 287px;
    }
  
    tbody tr {
      font-size: 14px;
    }
  }
  
  @media (max-width: 576px) {
    .container-table100 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  
.pagination{
    padding: 30px 0;
  }
  
  .pagination ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .pagination a{
    display: inline-block;
    padding: 10px 18px;
    color: #222;
  }
  
  /* ONE */
  
  .p1 a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
  }
  
  .p1 a.is-active{
    background-color: darkred;
    border-radius: 100%;
    color: #fff;
  }
  