.top-bg {
    background-color: #DF0245;

}

.first-d
{
    z-index:1000;
    margin-bottom:10px;
}

.second-d {
    z-index: 1000;
    padding-top:10px;
}

.main-d {
    display: flex;
    justify-content: space-around;
}



.first-btn a {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 40px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #fff;
}
.doc-btn a {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 60px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #fff;
}

  





.hos-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 40px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background:#fff;
   
}
.memb-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 14px 40px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #fff;
   
   
}
.doc-btn a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
}
.hos-btn a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
}
.first-btn a {
    text-decoration: none;
    color: #333;
    font-weight: 700;

}
.memb-btn a {
    text-decoration: none;
    color:#333;
    font-weight: 700;
}
.doc-btn a:hover {
    background-color: #DF0245;
    text-decoration:none;
    color:#fff;
}
.first-btn a:hover {
    background-color: #EDA802;
    color: #fff;
}
.hos-btn:hover {
    background-color:#DF0245;
    color:#fff;
}

 .hos-btn:focus {
    text-decoration:none;
    background-color:#DF0245;
    color: #fff;
}



.memb-btn:hover {
    background-color: #DF0245;
    color:#fff;
}
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, #DF0284 50%, #FFB400 50%);
    bottom: 0;
    left: -50%;
    opacity: .1;
    position: fixed;
    right: -50%;
    top: 0;
    z-index:99;
}
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  
  .bg3 {
    animation-duration:5s;
  }
  
  .content {
    background-color:rgba(255,255,255,.5);
    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%;
    z-index:1000;
  }



  .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%);
    }
  }


.f1
{
    color:#fff;
    font-weight:700;
}



.main-bg {
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-image: url('../assets/img/transportation.jpg');
    z-index:11;
    align-items: center;
}

.pt1 {
    padding-top: 20px;
}

.pt2 {
    padding-top: 5px;
}

@media (min-width: 320px) and (max-width: 768px) {


    .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: 35%;
        transform: translate(-50%, -50%);
        width: 80%;
    }

    .f1 {
        color: #fff;
        font-weight: 700;
        font-size:24px;
       margin-bottom:10px;
    }

    .doc-btn a {
        font-size: 14px;
        font-weight: 400;
        padding: 14px 60px;
        line-height: 20px;
        text-decoration: none;
        color: #333;
        box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
        border-radius: 25px 0px 25px 0px;
        background: #fff;
    }

    .rp1
    {
        margin-bottom:25px;
    }

    .pt1 {
        padding-top:30px;
    }
}

