.discc {
    font-weight: 500;
    /* color: #BF6411; */
    color: #00363f;
    font-size: 10px;
    padding: 4px;
  }

.serv {
width: 100%;
background-color: rgba(255, 255, 255, 0.7);
-webkit-backdrop-filter: blur("10px");
backdrop-filter: blur("10px");
border-radius: 7px;
}

  .bookBtn {
    border: 0;
    background-color: rgb(0, 48, 90);
    border-radius: 30px;
    width: 200px;
    height: 45px;
    color: white;
    font-weight: bold;
  }

  .bookBtn:hover{
    border: 2px solid rgb(0, 48, 90);
    background-color: transparent;
    border-radius: 30px;
    width: 200px;
    height: 45px;
    color: rgb(0, 48, 90);
    font-weight: bold;
    cursor: pointer;
  }

  .contactBtn:hover{
    border: 0;
    background-color: rgb(128, 83, 0);
    border-radius: 30px;
    width: 200px;
    height: 45px;
    color: white;
    font-weight: bold;
  }

  .contactBtn{
    border: 2px solid rgb(0, 0, 0);
    background-color: transparent;
    border-radius: 30px;
    width: 200px;
    height: 45px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    cursor: pointer;
  }

  .available {
    color: #00363f;
    font-weight: bold;
    font-size: 22px;
  }

