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

@media (min-width: 1200px) and (max-width: 1320px) {
  .hero-banner .swiper-slide img {
    height: 240px;
  }

  .section-heading {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .about-main-section {
    padding: 0 0 49px;
  }

  .main-countdown-section {
    padding-block: 60px;
  }

  .countdown span {
    font-size: 40px;
  }

  .countdown p {
    font-size: 14px;
  }

  .countdown {
    padding: 28px 30px;
    border-radius: 30px;
  }

  .main-agenda-section {
    padding-block: 60px;
  }

  .agenda-container {
    margin-top: 50px;
  }

  .agenda-card h3 {
    font-size: 40px;
  }

  .agenda-date {
    font-size: 20px;
  }

  .stats {
    margin-top: 50px;
  }

  .stat-icon {
    height: 60px;
  }

  span.stat-icon img {
    height: 50px;
  }

  .stat-item .stat-heading {
    font-size: 35px;
    margin: 18px 0 8px;
  }

  .agenda-container {
    margin-top: 50px;
  }

  .border-line-box {
    width: 184px;
    height: 184px;
  }
}

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

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

  .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* 
  .dropdown:hover ul.dropdown-menu,
  .dropdown:hover ul.dropdown-menu.show {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);

  } */
}

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

@media (min-width: 992px) and (max-width: 1199.98px) {

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 15px;
  }

  #header .extra_nav {
    margin-left: 15px;
  }


}

@media (max-width: 1199.98px) {
  #header .navbar-brand img {
    height: 50px;
  }

  .main-menu img {
    /* height: 50px; */
  }

  .main-menu {
    gap: 16px;
  }

  .register-button {
    padding: 12px;
    border-radius: 10px;
    font-size: 15px;
    height: 44px;
  }

  .user_dropdown {
    border-radius: 12px;
  }

  .hero-banner .swiper-slide img {
    height: 210px;
  }

  .conference-info-section {
    padding: 43px 0 60px;
  }

  .conference-container {
    display: block;
  }

  .conference-title {
    margin-bottom: 40px;
    text-align: center;
    display: block;
  }

  .conference-title h2 {
    max-width: 390px;
    font-size: 28px;
    margin: auto;
  }

  .ticket-title {
    font-size: 20px;
  }

  .ticket-type {
    font-size: 14px;
  }

  .ticket-btn {
    padding: 10px 12px;
    font-size: 14px;
  }

  .ticket-card {
    padding: 28px 160px 28px 28px;
        min-height: 218px;
  }

  .ticket-info .info-text {
    font-size: 12px;
  }

  .ticket-main-section {
    padding: 90px 0 80px;
  }

  .section-heading {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 14px;
  }

  .about-text {
    font-size: 15px;
  }

  .countdown {
    padding: 28px 63px;
    max-width: 580px;
  }

  .section-heading {
    font-size: 40px;
  }

  .section-heading {
    font-size: 40px;
  }

  .agenda-card h3 {
    font-size: 32px;
  }

  .agenda-date {
    font-size: 18px;
  }

  .agenda-container {
    margin-bottom: 40px;
  }

  .section-heading {
    font-size: 40px;
  }

  .about-main-section {
    padding: 0 0 40px;
  }

  .main-countdown-section {
    padding-block: 40px;
  }

  .speakers {
    margin-top: 40px;
  }

  .speaker-card img {
    width: 120px;
    height: 120px;
  }

  .speakers {
    gap: 20px 26px;
  }

  .main-agenda-section {
    padding-block: 50px;
  }

  .agenda-container {
    margin-top: 50px;
  }

  .stat-item .stat-heading {
    font-size: 34px;
    margin: 15px 0 6px;
  }

  .stat-item .stat-info {
    font-size: 14px;
  }

  .stat-icon {
    height: 66px;
  }

  span.stat-icon img {
    scale: .7;
  }

  .stats {
    margin-top: 40px;
  }

  .main-agenda-section {
    padding-bottom: 20px;
  }

  .border-line-box {
    width: 184px;
    height: 184px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  nav.navbar.navbar-expand-lg {
    flex-wrap: nowrap;
  }

  .navbar-collapse {
    flex-basis: auto;
  }

  #header .navbar-brand img {
    max-height: unset;
    width: auto;
  }

  .nav-link.main-menu {
    max-width: 410px;
    margin: auto;
  }

  .main-menu img {
    height: 60px;
    min-width: 60px;
  }

  .navbar-toggler.menuClose-icon {
    display: none;
  }

  .navbar-toggler.menu-opened:before {
    top: 10px;
    background: #fff;
    width: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggler.menu-opened span {
    opacity: 0;
  }

  .navbar-toggler.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 10px;
    border: 0;
    height: 2px;
    width: 22px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}


@media (max-width: 991.98px) {

  .faq-accordion .accordion-button {
    font-size: 17px;
  }

  .conference-item.venue-item {
    min-width: auto;
  }

  .countdown {
    padding: 28px 23px;
    border-radius: 20px;
  }

  .section-heading {
    font-size: 28px;
  }

  .section-title {
    transform: rotate(-5.4deg);
  }

  .agenda-card {
    border-radius: 29px;
    padding: 30px;
  }

  .countdown span {
    font-size: 40px;
  }

  .agenda-list .agenda-time {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .Principal-box img,
  .Platinum-Sponsors img {
    height: auto;
    /* max-height: 80px; */
    max-width: 130px;
  }

  .ticket-section {
    flex-direction: column;
  }

  .conference-details {
    gap: 22px;
  }

  .conference-item {
    gap: 16px;
  }

  .agenda-time {
    font-size: 15px;
  }

  .agenda-date {
    font-size: 16px;
  }

  .agenda-card h3 {
    font-size: 24px;
  }

  .agenda-title {
    font-size: 14px;
  }

  .main-sponsors-section {
    padding-bottom: 20px;
  }

  .agenda-list li {
    margin-bottom: 14px;
  }

  .Principal-box {
    padding: 20px 12px;
  }

  .section-head.text-start {
    text-align: center !important;
  }

  .sponsor-logos.few {
    gap: 20px;
  }

  .Platinum-Sponsors {
    padding: 20px 12px;
    border: 1px solid #D4D4D4;
  }

  #header .header_filled_btn,
  #header .header_border_btn {
    padding: 8px 15px !important;
  }

  .menuoverlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
  }


  #header .navbar-nav .dropdown-menu {
    border: none;
    /* background: transparent; */
    position: absolute;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    padding: 0;
    border: 0;
    z-index: 9;
  }

  .navbar-toggler:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #ec2027;
    content: "";
  }

  .navbar-toggler span {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 14px;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #ec2027;
  }

  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid #ec2027;
    content: "";
  }

  /* Main Menu */
  header .collapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: #fff;
    padding: 0 12px;
    padding-top: 110px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    z-index: 99;
  }

  header .collapse:not(.show).menu-show {
    left: 0px;
  }

  body.scroll-off {
    overflow-y: hidden;
  }

  /* #header {
    height: 65px;
  } */

  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up,
  #header .navbar-expand-lg .navbar-nav .nav-link.sign_in {
    margin: 0 0;
    margin-top: 10px;
    text-align: center;
  }

  .mobile_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 22px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: 95px;
    display: flex;
    align-items: center;
    right: 0;
  }

  .is-sticky .mobile_logo {
    padding: 15px 10px;
  }

  .is-sticky .collapse:not(.show) {
    padding-top: 75px;
  }

  .mobile_logo img {
    max-height: 30px;
    width: auto;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up {
    margin-top: 20px;
  }

  .overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
  }

  .user_dropdown .dropdown-toggle::after {
    display: none;
  }

  .user_dropdown>a {
    margin-right: 40px;
  }

  #header .extra_nav {
    margin-left: 0;
    border-top: 1px solid #ddd;
    /*margin-top: 15px;*/
    padding-top: 15px;
  }

  #header .extra_nav.for_mobile {
    padding: 0;
    margin-top: 0;
    border: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.extra_btn {
    width: 100%;
    margin-bottom: 10px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    width: 60px;
    padding-left: 30px;
    margin-bottom: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0px !important;
    margin-bottom: 10px;
  }

  #header .extra_nav.for_mobile .nav-item {
    margin-bottom: 0;
  }

  #header .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
  }

  #header .for_mobile {
    display: block;
  }

  #header .for_desktop {
    display: none;
  }

  .extra_nav.for_mobile {
    margin-left: 0 !important;
  }

  .user_dropdown>a {
    padding-left: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link:before {
    display: none;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 30px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 13px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 10px;
  }

  .footer-signup-link a {
    padding-left: 50px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 70px;
  }

  .footer-block figure {
    margin-bottom: 10px;
  }

  .footer-block {
    margin-bottom: 20px;
  }
}
.inMobileshow{
  display: none;
}

@media (max-width: 767.98px) {
  
  #header.is-sticky {
    background: #111827 !important;
}
  .inMobileHide{
    display: none;
  }
  .inMobileshow{
  display: flex;
}
  .regBtnDiv{
    display: none;
  }
  .left-nav-img img{
    min-width: 40px;
  }
  .logo43 .nav-content1 {
          max-width: 64px;
        font-size: 10px;
        line-height: 14px;
        padding-right: 24px;
        margin-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
}
  .formBannerBox {
    border-radius: 20px;
    margin-top: 40px;
}
  .faq-section {
    padding-bottom: 30px;
}
  .stat-item {
    padding: 12px;
  }

  .stat-item .stat-heading {
    font-size: 30px;
    margin: 15px 0 6px;
  }

  .stats {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .agenda-card {
    border-radius: 20px;
    padding: 20px;
  }

  .promo-text {
    font-size: 22px;
  }

  .agenda-container {
    margin-top: 30px;
  }

  .countdown {
    gap: 5px;
    padding: 28px 63px;
  }

  .countdown {
    padding: 28px 5px;
  }

  nav.navbar.navbar-expand-lg {
    margin-top: 8px;
  }

  #header.is-sticky nav.navbar.navbar-expand-lg {
    margin-bottom: 8px;
  }

  nav.navbar.navbar-expand-lg {
    padding-bottom: 10px;
  }

  nav.navbar.navbar-expand-lg {
    padding-inline: 0px;
            flex-wrap: nowrap;
  }
  #header {
    max-width: 100vw;
}

  #header.is-sticky {
    height: auto;
  }

  .main-menu img {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }

  .main-menu {
    gap: 12px;
  }

  .nav-content {
    font-size: 12px;
  }

  #header .navbar-brand img {
    max-height: 50px;
  }

  .navbar-collapse {
    /* order: -1; */
  }

  .conference-item {
    gap: 16px;
    flex: 1 1 calc(50% - 24px);
  }

  .speaker-card img {
    width: 80px;
    height: 80px;
  }

  .stats .stat-item:nth-child(2) {
    border-right: 0 solid #D0D0D0;
  }

  .agenda-card {
    flex: 100%;
  }

  .stats {
    gap: 20px 0;
  }

  .hero-banner {
    min-height: 470px;
  }

  .sponsor-logos {
    gap: 20px;
  }

  .footer_wrapper .contact.full {
    justify-content: left;
    gap: 40px;
  }

  .hero-banner .swiper-slide img {
    height:150px;
  }
.hero-banner .swiper::after {
    height: 252px;
}
  .footer_wrapper .contact.full {
    margin-bottom: 40px;
  }

  .speaker-card {
    flex: 0 0 120px;
  }

  .speaker-card .speaker-name {
    font-size: 18px;
  }

  .promo-wrapper {
    border-radius: 18px;
  }

  .countdown small {
    font-size: 14px;
  }

  .countdown span {
    font-size: 30px;
  }

  .ticket-main-section {
    padding: 70px 0 50px;
  }

  .navbar-toggler.menuClose-icon {
    position: absolute;
    top: 13px;
    right: 15px;
  }

  .navbar-toggler.menuClose-icon::before,
  .navbar-toggler.menuClose-icon::after {
    display: none;
  }

  header .collapse:not(.show) {
    width: 100%;
  }

  header .collapse:not(.show) {
    left: -100%;
    box-shadow: unset;
  }

  p {
    font-size: 15px;
  }

  /* #header,
  .mobile_logo,
  #header.is-sticky {
    height: 60px;
  } */

  header .collapse:not(.show) {
    padding-top: 70px;
  }

  .copyright {
    font-size: 12px;
  }

  footer h6 {
    margin: 0 0 10px;
  }

  .features-coin {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }

  .features-coin img {
    height: 30px;
  }

  .features-heading {
    font-size: 17px;
  }

  .features-text {
    font-size: 13px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 20px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 11px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 10px;
    font-size: 14px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
    padding-left: 15px;
  }

  .price-value-right,
  .coinname-detail-box,
  .coin-trade-action {
    padding: 10px 20px;
  }

}

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


@media (max-width: 575.98px) {
  #header.is-sticky {
    background: #000000 !important;
}
  .sm-flex{
    display: flex !important;
  }
  .sm-none{
    display: none !important;
  }
        nav.navbar.navbar-expand-lg {
        padding-inline: 0px;
        flex-wrap: nowrap;
        gap: 20px;
        padding-bottom: 0;
        align-items: center;
    }
        .main-menu {
        margin-inline: auto;
        justify-content: end;
    }
        .main-menu img {
        height: auto;
        width: auto;
        min-width: auto;
    }
      .ticket-card {
        padding:200px 30px 45px 30px;
        min-height: auto;
    }
        .ticket-btn {
        width: 100%;
        justify-content: center;
    }
    .ticket-info {
        gap: 6px;
        flex-wrap: wrap;
    }
  .ticket-card.conference-pass {
    background-image: url(../img/mobconference-pass.png);
  }

  .ticket-card.event-pass {
    background-image: url(../img/mobevent-pass.png);
  }
  
.memberradio label {
    padding: 16px 10px;
    width: 125px;
}
  .formBOx {
    border-radius: 20px;
    padding: 15px;
}
  .speaker-card {
    flex: 0 0 113px;
  }

  .speaker-card .speaker-name {
    font-size: 15px;
  }

  .main-border-box span {
    font-size: 12px;
  }

  .border-line-box {
    width: 154px;
    height: 154px;
  }

  .countdown-item {
    min-width: 53px;
  }

  .countdown span {
    font-size: 22px;
  }

  .countdown small {
    font-size: 12px;
  }

  .main-menu {
    margin-inline: auto;
  }

  .nav-content {
    font-size: 11px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 19px;
  }

  .section {
    margin-top: 25px;
  }

  .features-coin {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  .features-coin img {
    height: 22px;
  }

  .footer_wrapper {
    padding: 20px 0 0;
  }

  .footer-block figure img {
    height: 35px;
  }

  footer h6 {
    font-size: 15px;
  }

  ul.footer-links li {
    margin: 2 0;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-left: 10px;
    padding-right: 0;
    height: 80px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 16px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    top: 10px;
    transform: unset;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 13px;
  }


}