

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    background: linear-gradient(130.82deg, #48fbc2, #05bebf); /* Gradient background */
    display: flex;
  
}

/* Container styles */
.container {
  
   
    display: flex;
    flex-direction: column;
    
}

.left-side {
    margin-top:50px;
    background-color: rgba(204, 249, 243, 0.8);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    justify-content:center;
    text-align:center;
    margin:0 auto;
    width:60%;
    
}

.bdr-right {
    border-right: 1px #0a9b8d solid;
   margin-top: 100px;
}

/*.right-side {
    margin-top: 150px;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(204, 249, 243, 0.8);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  
}*/



.top-bg {
    background-color: #BF8C4D;
    
}
.main-d {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.btn {
    justify-content: center;
    text-align: center;
   
}



.first-btn a {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 50px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 50px;
    background: #025758;
  
}
        .first-btn a:hover {
            background-color: #ffc600;
            color: #000;
            font-size: 18px;
            font-weight: 600;
            padding: 14px 50px;
            line-height: 20px;
            text-decoration: none;
            box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
            border-radius: 50px;
        }


h1.heaing {
    text-align: center;
    justify-content:center;
    font-weight: 600;
    color: #025758;
    font-family: 'Poppins', sans-serif;
    padding-top:50px;
  
}

    h1.heaing a {
        text-align: center;
        font-weight: 600;
        font-size: 28px;
        color: #000;
        text-decoration: none;
        background-color: #ffcc00;
        border: 1px #ffcc00 solid;
        width: 500px;
        padding: 10px 50px 10px 50px;
        border-radius: 50px;
        animation: zoom 2s infinite;
    }




        h1.heaing a:hover {
            text-align: center;
            font-weight: 600;
            font-size: 28px;
            color: #fff;
            text-decoration: none;
            border: 1px #025758 solid;
            width: 500px;
            padding: 10px 50px 10px 50px;
            border-radius: 50px;
            background: #025758;
            transform: scale(1.2);
        }





.pt1
{
    padding-left:20px;
    padding-top:10px;
    text-align:center;
}

.text1 {
    text-transform:uppercase;
}

.mt1 {
    margin-top: 100px;
    text-align: center;
    justify-content: center;
}


.mt2 {
    margin-top:30px;
  
}






/*.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;
}

.first-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

    .first-btn a:hover {
        background-color: #000;
    }*/


.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;
}

.memb-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.doc-btn a:hover {
    background-color: #BF8C4D;
}



.hos-btn:hover {
    background-color: #BF8C4D;
}
.memb-btn:hover {
    background-color: #BF8C4D;
}




.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%);
    }
  }




@media only screen and (min-width: 320px) and (max-width: 767px) {

    .left-side {

        background-color: rgba(204, 249, 243, 0.8);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 20px;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }


    h1.heaing {
        text-align: center;
        justify-content: center;
        font-weight: 600;
        color: #025758;
        font-family: 'Poppins', sans-serif;
        padding-top: 50px;
    }

        h1.heaing a {
            text-align: center;
            font-weight: 600;
            font-size: 18px;
            color: #025758;
            text-decoration: none;
            border: 1px #025758 solid;
            width: 500px;
            padding: 10px 50px 10px 50px;
            border-radius: 50px;
        }

            h1.heaing a:hover {
                text-align: center;
                font-weight: 600;
                font-size:18px;
                color: #000;
                text-decoration: none;
                border: 1px #ffcc00 solid;
                width: 500px;
                padding: 10px 50px 10px 50px;
                border-radius: 50px;
                background-color: #ffcc00;
            }

    .mt1 {
        margin-top: 80px;
        text-align: center;
        justify-content: center;
    }


    .mt2 {
        margin-top: 50px;
    }

}