body{
  font-size: 16px;
}
.links_ a{
  text-decoration: white;
}
a{
  text-decoration: none;
}
.container_{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
  
    .services_1{
        display: flex;
        background-image: linear-gradient(to right, white, #85dae0);
        box-shadow: 3px 3px 7px #06a6ae;
    }
    .services_1 .t1{
        font-family: 'Dancing Script', cursive;
        font-size: 36px;
        font-weight: 900;
    }
    .content{
        padding: 20px;
        padding-left: 5px;
    }
    .services_2{
        display: flex;
        background-image: linear-gradient(to right, white, #85dae0);
        box-shadow: 3px 3px 7px #06a6ae;
    }
    .services_2 .t2{
        font-family: 'Dancing Script', cursive;
        font-size: 36px;
        font-weight: 900;
    }
    input[type=submit]{
        background-color: #29696e;
        color:white;
        font-weight: 900;
        font-size: 16px;
        padding : 7px 15px;
        border: none;
        border-radius: 10px;
    }
    .footer-section li a{
        text-decoration: none;
        color: white;
    }
   .click_here{
    background-color: #29696e;
    color:white;
    padding: 10px 20px;
    border-radius: 10px;
   }
   h3{
    text-align: center;
   }
   .t{
    margin-top: 20px;
    border: 2px solid black;
    border-collapse: collapse;
    padding: 10px;
  }

  .t td, .t th{
    border: 2px solid black;
    border-collapse: collapse;
    padding: 10px;
  }

  .t th{
    background-color: rgb(222, 253, 253);
    text-align: center;
  }

  .t tr:hover{
    background-color: rgb(240, 252, 252);
  }
  th.sorting:after,
  th.sorting_asc:after,
  th.sorting_desc:after,
  th.sorting_asc_disabled:after,
  th.sorting_desc_disabled:after {
      display: none !important;
  }
  .dataTables_length{
    margin-bottom: 20px;
    /* display: none; */
    visibility: hidden;
  }  
  .col-sm-6:first-child{
    display: none;
  }

  div.dataTables_filter label{
    font-weight: 700;
  }
  div.dataTables_filter .input-sm{
    width: 300px;
    padding: 10px;
    border: #06a6ae 2px solid;
  }
  div.dataTables_filter{
    text-align: left;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
  }
.dataTables_paginate{
  display: none;
}

  .form-inline .form-control {
    width: 300px;
  }

  .user_t, th, td, .t, th, td{
    border: 2px solid black;
    border-collapse: collapse;
  }
  .user_t th, .user_t td,.t th, .t td{
    padding: 10px 20px;
    text-align: left;
  }
  .user_t input[type=checkbox]{
    width: 20px;
    height: 20px;
  }
  .user_t button, .users button, .t button{
    background-color: #29696e;
    color:white;
    padding: 10px 20px;
    border-radius: 7px;
  }
  .user_t button:hover, .users button:hover, .t button:hover{
    background-color: #238c94;
    color: black;
  }

.para{
  text-align: center;
  margin-bottom: 70px;
  font-size: 18px;
  font-weight: 700;
} 
h6{
  font-size: 16px;
}
.categories {
          display: flex;
          justify-content: center;
          margin-bottom: 50px;
      }

      .categories button {
          padding: 10px 20px;
          margin: 0 10px;
          border: none;
          background-color: #19e8d7;
          color: #fff;
          cursor: pointer;
          font-size: 16px;
          border-radius: 5px;
          transition: background-color 0.3s;
      }

      .categories button:hover,
      .categories button.active {
          background-color:#238c94;
      }

      .tc {
          display: none;
          opacity: 0;
          transition: opacity 0.5s;
      }

      .tc.active {
          display: block;
          opacity: 1;
      }