body {
    background-image: url('../../img/ac_backdrop1.jpg');
    height: 100%;
  width: 100%;
  /* background-size: 100% 100%;
  background-repeat: no-repeat; */
}

.header_title a {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}
.header_right{
    float: right;
}

.ancher_tah_a {
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
    color: #0d6efd;
    display: block;
    text-align: center;
}
.ancher_tah_a:hover {
    color: #e45757;
}
.form-label-header{
    font-size: 40px;
    margin-bottom: 10px;
    color: #0d6efd;
    font-weight: 700;
}
.form-label {
    font-size: 18px;
    font-weight: 700;
    color: #0d6efd;
}
.search_div {
    text-align: center;
}

.container {
    margin-top: 50px;
}
.logo_image img{
    max-width: 200px;
}
.form-control {
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #c1c1c1;
    text-align: center;
}

.mb-3.position-relative {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 45px!important;
}

#suggestions, #suggestions1 {
    border: none;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

#suggestions div, #suggestions1 div {
    padding: 8px;
    cursor: pointer;
}

#suggestions div:hover, #suggestions1 div:hover {
    background-color: #f0f0f0;
}

.d-flex {
    display: block !important;
}

.btn-primary,
.btn-secondary {
    padding: 10px 50px;
}

#results {
    margin-top: 50px;
    background-color: #ffffff;
    border-radius: 20px;
}

#results h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

#results h3 span {
    font-size: 17px;
    color: #0d6efd;
}

table {
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
}

td {
    padding: 6px 10px;
    text-align: left;
}

th {
    background-color: #0d6efd !important;
    color: #f1f1f1;
}

td {
    color: #6c757d;
}

.even {
    background-color: #f5f5f5 !important;
}

.add-padding {
    padding: 15px !important;
}
.search_data{
    display: flex;
    flex-wrap: wrap;
    gap: 2px 20px;
    margin-bottom: 30px;
}
.position-relative{
flex: 1 1 400px;
}
.or_serch{
    max-width: 50px;
    color: #0d6efd;
    font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width:1400px) {
    .header_title a {
        font-size: 26px;
      }
      .container {
        margin-top: 30px;
    }
    .logo_image img {
        max-width: 130px;
    }     
    .form-label-header {
        font-size: 35px;
        
    }
    .mb-3.position-relative {
        margin-bottom: 36px !important;
      }
      .btn-primary, .btn-secondary {
        padding: 7px 40px;
      }
      .ancher_tah_a {
        font-size: 30px;
      }
}
@media screen and (max-width:1000px) {
    .or_serch{
        max-width:100%;
        display: block;
    }
}
@media screen and (max-width:600px) {
    .header_title{
        text-align: center;
    }
.header_title a {
    font-size: 20px;
    display: block;
}
.header_right{
    float: none;
}
.ancher_tah_a {
    font-size: 20px;
}
.container{
    margin-top: 20px;
}
.logo_image img{
    max-width: 85px;
}
#searchForm {
    margin-top: 9px !important;
  }
  .form-label-header{
    font-size: 30px;
  }
  .mb-3.position-relative {
    margin-bottom: 15px!important;
}
table{
    font-size: 10px;
}
th, td {
    padding: 3px !important;
  }
  }