@media (min-width: 1200px) {}

@media (max-width: 1920px) {}

@media (min-width: 1920px) {}

@media (max-width: 1536px) {
  .box-white::after {
    display: none;
  }

  .box-white {
    width: 96%;
  }

  .content-wp {
    width: 96%;
  }

  .top-menu ul {
    gap: 8px;
  }

  .header-top-section {
    width: 98%;
  }

  .header-top {
    grid-template-columns: 20% 60% 20%;
  }

}

@media (max-width: 1440px) {
  .speakers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }

  .contact-logo {
    display: none;
  }

  .counter-slider .slick-dots {
    bottom: -10px !important;
  }

  .counter-section {
    height: 140px;
  }

  .counter-slider {
    width: 100%;
    margin: 0px auto;
    justify-content: center;
    margin-top: 9px;
  }
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
  .bg-gray {
    padding: 60px 0;
  }

  .contact-section {
    width: 100%;
    margin-top: 60px !important;
  }

  .conference-area-section {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .conference-left {
    position: initial;
  }

  .conference-area-info {
    position: initial;
    width: 100%;
    margin-top: 20px;
  }


  .contact-wp {
    background: none;
  }

  .left-contact-info span {
    font-size: 26px;
  }

  .banner-content img {
    width: 80px;
  }

  .banner-content span {
    font-size: 26px;
    color: rgb(255, 255, 255);
    font-weight: 700;
  }

  .footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    gap: 20px;
    padding: 20px 0;
  }

  .president-content span {
    line-height: 32px;
  }

  .box-left p {
    width: 100%;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-section span {
    line-height: 30px;
  }

  .speaker-card {
    /* height: 270px; */
  }

  .speaker-card {
    /* height: 270px; */
  }

  .speaker-card img {
    /* height: 166px; */
  }

  .content-section {
    padding-bottom: 30px;
    height: auto;
  }

  .speaker-card a span {
    font-size: 14px;
  }

  .program-item {
    height: 240px;
  }

  .content-left span {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 40px;
  }

  .box-white {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 7% !important;
    padding: 20px;
    align-items: center;
    position: relative;
  }

  .content-left {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .box-left {
    margin-bottom: 30px;
  }

  .content-wp {
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 4%;
  }

  .banner-wrapper::after {
    display: none;
  }

  .banner-content p {
    font-size: 33px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 20px !important;
  }

  .banner-content {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
  }

  .banner-txt small {
    font-size: 16px;
  }

  .banner-txt span {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: -1px;
  }

  .event-banner {
    display: none;
  }

  .contact-section {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .contact-section {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .tab {
    font-size: 18px;
  }

  .program-item small {
    height: 60px;
    position: absolute;
    left: 14px;
    bottom: 16px;
    width: 90%;
    font-size: 12px;
  }

  .program-item p {
    width: 100%;
  }

  .title {
    font-size: 32px;
  }

  .time {
    font-size: 20px;
  }

  .header-top {
    grid-template-columns: 50% 50%;
  }

  .menuSection {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .menu-link {
    padding: 20px 10px;
    font-size: 17px;
  }

  .uk-sticky-fixed .logo img {
    margin-left: 0px !important;

  }


  .logo img {
    width: 200px;
    margin-left: 7px;
  }

  .top-header-section {
    width: 100%;
    height: 100px;
  }


  .footer-top {
    flex-direction: column;
  }

  .footer-menu {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .footer-menu ul {
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto !important;
  }

  .footer-menu ul li {
    border-bottom: 1px solid #ffffff2a;
    width: 100%;
    padding-bottom: 10px;
  }

  .footer-menu ul li a {
    padding-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 30px;
  }



}

@media (max-width: 1199px) {}

@media (max-width: 1099px) {}

@media (max-width: 1024px) {
  .speakers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .speakers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  @media (max-width: 991px) {
    .speakers-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 414px) {}

@media (max-width: 390px) {}

@media (max-width: 320px) {}