.navdiv {
  width: 85%;
  margin: 10px auto;
  position: relative;
  transition: top 0.5s ease, width 1s ease, margin 1s ease;
}

@media (max-width: 599px) {
  .navdiv {
    width: 100%;
    top: 0;
    margin: 0;
  }
}

.fixed {
  position: fixed;
  top: 0;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
}

body {
  margin: 0px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

/* 
.gh_image {
  width: auto;
  height: auto;
}

@media (max-width: 1324px) {
  .gh_image {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 769px) {
  .gh_image {
    width: 90%;
    height: 250px;
  }
}
*/
/* 
@media (min-width: 769px) and (max-width: 992px) {
  body {
    font-size: 0.75rem;
  }
}

@media (min-width: 993px) {
  body {
    font-size: 0.85rem;
  }
} */

.titleinfo h3,
.titleinfo h4 {
  font-weight: 400;
  margin: 0.8rem;
}

.text_div {
  flex: 1;
  min-width: 400px;
  background-color: white;
}

.content {
  margin-top: 40px;
}

.text_div {
  padding: 10px;
  padding-left: 2rem;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 769px) {
  .titleh1 {
    font-size: 0.95rem;
    font-weight: 600;
  }
  .titleh2,
  .titleh3,
  .sub_info {
    font-size: 0.85rem;
    font-weight: 500;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .titleh1 {
    font-size: 1rem;
    font-weight: 600;
  }
  .titleh2,
  .titleh3,
  .sub_info {
    font-size: 0.95rem;
    font-weight: 500;
  }
}

@media (min-width: 993px) {
  .titleh1 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .titleh2,
  .titleh3 {
    font-size: 1.1rem;
    font-weight: 500;
  }
}

.guidelines {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: #f9f9f9;
  font-family: system-ui;
  margin: 20px;
  width:85%;
}

.guidelines li,
#charges_table {
  font-size: 1rem;
  margin: 5px;
  line-height: 1.5rem;
  text-align:center;
  
}

@media (max-width: 760px) {
  .guidelines li,
  #charges_table {
    font-size: 0.9rem;
  }
}

.titleh2 {
  font-weight: 800;
  line-height: 1.4;
  margin: 10px !important;
  text-transform: uppercase;
}

.titleh1 {
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: uppercase;
}

.bookbtn {
  background-color: #00b98e;
  border: none;
  color: white;
  width: 150px;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}

button:hover {
  transform: translateY(-2px);
  filter: brightness(1.2);
}

#prices table td {
  text-align: center;
}
.mybadge_grn {
  background-color: green;
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
}
