@media screen and (max-width: 768px) {
  .banner-title,
  .common-title {
    font-size: var(--fs-xl);
  }
  .common-title {
    margin-bottom: 20px;
  }
  .banner-subtitle,
  .common-subtitle {
    font-size: var(--fs-lg);
  }
  .common-btn {
    padding: 8px 20px;
  }
  .section-padding {
    padding: 30px 0px;
  }
  header .logo img {
    height: 50px;
  }
  .toggle-menu-cont {
    top: 18px;
  }
  footer ul.social-media {
    justify-content: start;
  }
  footer .bottom-footer-menu ul {
    gap: 10px;
    justify-content: start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .hero-section.inner-page-banner {
    min-height: 25vh;
  }
  .hero-section.conference-banner .conference-banner-content .banner-content {
    padding: 20px;
  }
  .hero-section.conference-banner .conference-banner-content .banner-content .venue-date {
    font-size: var(--fs-l);
    font-weight: var(--fw-medium);
  }
  .hero-section.conference-banner .conference-banner-content .banner-content .tagline {
    font-size: var(--fs-l);
  }
  .hero-section .content {
    text-align: center;
  }
  .hero-section .content .buttons {
    justify-content: center;
  }
  .hero-section .counter .countdown {
    margin-bottom: 30px;
    gap: 2px;
  }
  .hero-section .counter .countdown div {
    padding: 4px 10px;
  }
  .hero-section .counter .countdown div span {
    font-size: var(--fs-l);
  }
  .definition-section .content {
    margin-bottom: 20px;
  }
  .definition-section .content p {
    font-size: var(--fs-lg);
  }
  .timeline-div .map-timeline {
    margin-top: 24px;
  }
  .timeline-div .map-timeline button::after {
    width: 14px;
    height: 14px;
    border-width: 3px;
  }
  .timeline-div .map-timeline .years {
    gap: 10px;
  }
  .timeline-div .map-timeline .years span {
    font-size: var(--fs-l);
    min-width: 90px;
  }
  .timeline-div .map-timeline .years span::after {
    height: 2px;
  }
  .timeline-div .map-timeline .years span:first-child {
    min-width: 102px;
  }
  .our-reach--section .section-image .our-reach--div {
    position: relative;
    right: 0;
    padding: 15px;
    width: 100%;
  }
  .our-reach--section .section-image .our-reach--div .reach {
    margin-top: 10px;
  }
  .our-reach--section .section-image .our-reach--div .reach p:first-child {
    font-size: var(--fs-lg);
    margin-bottom: 0px;
  }
  .our-reach--section .section-image .our-reach--div .reach p:not(:first-child) {
    font-size: var(--fs-l);
  }
  .blue-line {
    padding-left: 12px;
  }
  .blue-line::before {
    width: 12px;
  }
  .other-initiatives-section .intiatives-blog .blue-card:hover .card-image {
    transform: scale(1.05);
  }
  .initiative-banner {
    height: 25vh;
  }
  .initiative-banner .corner-shape {
    width: 70px;
    height: 70px;
  }
  .our-speakers--section .speakers .speakerSwiper {
    padding-bottom: 30px;
  }
  .council-member-slider .label-box {
    bottom: 8px !important;
    padding: 10px !important;
  }
  .council-member-slider .label-box p.member-title {
    margin-bottom: 0px !important;
    font-size: var(--fs-l) !important;
  }
  .about-conference--section .buttons-div {
    gap: 10px;
    margin-top: 30px;
  }
  .coordinator-desk--section .content .signature {
    width: 120px;
  }
  .coordinator-desk--section .content .coordinator-name {
    font-size: var(--fs-l);
  }
  .coordinator-desk--section .content .coordinator-designation {
    font-size: var(--fs-sm);
  }
  .fidel-video--section .video-container .video-wrapper {
    aspect-ratio: auto;
  }
  .fidel-video--section .video-container .video-wrapper .custom-play-btn {
    width: 58px;
    height: 58px;
  }
  .fidel-video--section .video-container .video-wrapper .custom-play-btn i {
    font-size: 32px;
    margin-left: 6px;
  }
  .fidel-video--section .video-container .buttons-box {
    gap: 20px;
  }
  .categories-menu .nav-items {
    justify-content: start;
    padding-left: 0px;
  }
  .categories-menu .nav-items li {
    font-size: var(--fs-lg);
  }
  .about-speaker .content {
    padding: 12px;
  }
  .about-speaker .content h3 {
    font-size: var(--fs-l);
  }
  .about-speaker .content p.country {
    font-size: var(--fs-l);
  }
  .collaborators-section .collaborators-content {
    overflow: hidden;
    gap: 20px;
  }
  .collaborators-section .collaborators-content img {
    height: 70px;
  }
  .event-content--section {
    margin-top: 10px;
  }
  .event-items--section ul {
    gap: 10px;
  }
  .event-items--section .event-tabs {
    display: none;
  }
  .event-items--section .mobile-menu {
    display: block;
    background-color: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    outline: #fff;
    width: 100%;
  }
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    grid-auto-rows: auto;
  }
  .documents-gallery .document {
    text-align: center;
    overflow: hidden;
    width: auto;
  }
  .documents-gallery .document img {
    height: 190px;
  }
  .documents-gallery .document .preview-links {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  header .menu {
    gap: 20px;
  }
  header .menu li a {
    font-size: var(--fs-sm);
    font-weight: var(--fw-bold);
  }
  header .logo img {
    height: 68px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .logo img {
    height: 58px;
  }
  .toggle-menu-cont {
    top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .toggle-menu-cont {
    display: inline-block;
  }
  .toggle-menu-cont .toggle-menu {
    display: inline-block;
  }
  nav {
    display: none;
  }
  header .menu {
    flex-direction: column;
  }
}/*# sourceMappingURL=mobile.css.map */