.top-bg {
    background-color: #BF8C4D;
    
}
.main-d {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.first-btn a {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 40px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #0dcaf0;
}
.doc-btn a {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 60px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #0dcaf0;
}
.hos-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 40px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #0dcaf0;
    margin-top: 50px;
}
.memb-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 40px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #0dcaf0;
    margin-top: 50px;
}
.doc-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.hos-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.first-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.memb-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.doc-btn a:hover {
    background-color: #BF8C4D;
}
.first-btn a:hover {
    background-color: #000;
}
.hos-btn:hover {
    background-color: #BF8C4D;
}
.memb-btn:hover {
    background-color: #BF8C4D;
}
h1.heaing {
    text-align: center;
    font-weight: 600;
}

.first-1-btn {
    text-align: center;
}
.check-b-f .form-check {
    display: inline-block;
}
label.level-h {
    font-weight: 700;
}
* {
    box-sizing: border-box;
}
  
  /* Style the search field */
  form.example input[type=text] {
    padding: 4px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 100%;
    background: #f1f1f1;
    margin-top: 16px;
}
  
  /* Style the submit button */
  form.example button {
    float: left;
    width: 50%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
  }
  
  form.example button:hover {
    background: #0b7dda;
  }
  
  /* Clear floats */
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }

  .option-s {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.option-s form.example {
    margin-left: 25px;
}
.option-s select.form-select {
    margin-left: 10px;
}
select.form-select.select-w {
    width: 100%;
}
.form-search{
    margin: 0 auto;
    text-align: center;

    font: bold 13px sans-serif;
     max-width: 70%;
    position: relative;
}

.form-search input{
    width: 60%;
    box-sizing: border-box;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    background-color:  #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 15px 14px 40px;
    border: 1px solid #b6c3cd;;
    border-right: 0;
    color:#4E565C;
    outline: none;
    -webkit-appearance: none;
}

.form-search button{
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-color:  #BF8C4D;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 15px 22px;
    margin-left: -4px;
    cursor: pointer;
    border: none;
    outline: none;
}

.form-search i{
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
    color: #80A3BD;
}
.redio-c input#radio1 {
    background-color: #BF8C4D !important;
    border-color: #BF8C4D !important;
}
.check-b-f.find-h {
    text-align: center;
}
.check-b-f.find-m {
    text-align: center;
}
.check-b-f.find-d {
    text-align: center;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
}
  .table-bg.mt-5 {
    
    padding: 40px 10px;
}
table.table-b {
    border: 1px solid #000;
}
tr {
    background-color: #BF8C4D;
}


html {
    height:100%;
  }
  
  body {
    margin:0;
  }
  
  .bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #0dcaf0 50%, #BF8C4D 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  
  .bg3 {
    animation-duration:5s;
  }
  
  .content {
    background-color:rgba(255,255,255,.8);
    border-radius:.25em;
    box-shadow:0 0 .25em rgba(0,0,0,.25);
    box-sizing:border-box;
    left:50%;
    padding:10vmin;
    position:fixed;
    text-align:center;
    top:60%;
    transform:translate(-50%, -50%);
    width: 70%;
  }
  .content-1 {
    border-radius: 0.25em;
    box-sizing: border-box;
    left: 50%;
    padding: 10vmin;
    position: absolute;
    text-align: center;
    top: 80%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.all-btn-f {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    margin-top: -46px;

}
  
  h1 {
    font-family:monospace;
  }
  
  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }



  
