@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  ul.head-q-links {
    overflow-x: scroll;
  }
  .reg-inc {
    padding: 1rem;
  }
  .login-box,
  .registration-box,
  .invoice-box {
    padding: 1.5rem;
  }
  .abstractguidelines {
    padding: 1.5rem;
  }
  .login-menu a {
    padding: 8px 12px;
    font-size: 14px;
  }
  .login-menu a span {
    font-size: 18px;
  }
  .committee ul li {
    width: auto;
    margin: 0.8rem;
    font-size: 16px;
  }
  .profile-img {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 992px) {
  .menu_icon{
    display: none;
  }

}
@media screen and (max-width: 720px) {
  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  header::before {
    top: 55px;
  }
  .home-logos img {
    margin: 0 0 1rem;
  }
  .banner h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .banner h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .banner p {
    font-size: 18px;
    line-height: 26px;
  }

  .timer span {
    font-size: 22px;
    line-height: 32px;
  }
  .timer li p {
    font-size: 12px;
    line-height: 18px;
  }
  .exprience {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 100px;
    font-size: 24px;
    font-weight: 800;
    padding: 1rem;
  }
  .exprience span {
    font-size: 12px;
  }
  .reg-box {
    margin: 0 0 1rem;
  }
  .conf-highlights ul li {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-gray-200);
  }
  .date-remember ul {
    flex-direction: column;
  }
  .date-remember ul li {
    width: 100%;
    border-bottom: 1px solid var(--bs-gray-200);
    font-size: 18px;
    line-height: 24px;
  }
  .date-remember ul li:last-child {
    border: none;
  }
}

@media screen and (max-width: 499px) {
  #carouselExampleIndicators {
    display: none;
  }
  .banner-content {
    position: inherit;
    display: block;
    height: auto;
    margin: 10px auto;
  }

  .timer li {
    width: auto;
    min-width: 17%;
  }

  .navbar-brand {
    margin: auto;
  }

  ul.head-q-links a {
    min-height: 58px;
  }

  .login-menu {
    position: inherit;
    transform: inherit;
    text-align: center;
  }
  .login-menu ul {
    display: flex;
  }
  .login-menu ul li {
    width: 50%;
  }
  .login-menu a {
    width: 100%;
    border-radius: 0;
  }
  .date-venue,
  .h-top-links {
    /* justify-content: center; */
  }
}

@media screen and (max-width: 400px) {
  .photo-box,
  .photo-gallery .photo-box {
    width: auto;
    height: auto;
  }
}
