@media screen and (max-width: 499px) {
  .header {
    text-align: center;
  }

  .header .date-venue ul {
    display: inherit;
  }

  .header .date-venue ul li {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .quick-links li {
    margin-bottom: 65px;
  }

  .programme-highlights ul {
    display: inherit;
  }

  .programme-highlights li {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .highlit {
    border-radius: 0px !important;
  }
  .venue img {
    width: 100%;
  }
  .navbar-collapse {
    background: #fff !important;
  }
  .nav-link {
    color: var(--theme-clr1) !important;
  }
  .venu_img img {
    width: 100px !important;
  }
  .navbar .navbar-toggler {
    background: var(--theme-clr3);
  }
}
@media only screen and (max-width: 320px) {
  .navbar {
    position: fixed;
    z-index: 1111;
    top: 0;
    right: 0;
    background: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  .inclusive-gst,
  .limited-rooms {
    position: unset;
    transform: rotate(0deg);
    width: auto;
    margin: -20px 0 20px;
  }

  .registration-box h4,
  .workshop-box h4,
  .accommodation-box h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .footer {
    position: unset;
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .reg_button {
    display: none;
  }
}
