.navbar-collapse {
  transition: all .2s linear
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {

  .carousel-item2 img,
  .carousel-item3 img,
  .owl-for-official-sponsor img,
  .owl-for-logistics-sponsor img,
  .owl-for-participant img {
    width: 112px !important;
    height: 112px !important;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }



  .breadcrumb ol {
    padding: 0;
    margin: 0
  }

  .breadcrumb ol li a,
  .breadcrumb ol li.active {
    font-size: 12px;
    white-space: nowrap;
  }

  .profile-dropdown-list a {
    padding: 8px 16px;
    width: 180px;
    font-size: 14px;
  }

  .stepper-wrapper .stepper-item p {
    display: none
  }

  .profile-dropdown {
    display: flex;
    gap: 4px;
    align-items: center;
    height: 35px;
  }

  .main-wrapper {
    margin-top: 200px;
  }

  .global-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 41.23px;
  }

  .book-main-title {

    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 auto 40px;
    color: #103A5D
  }

  .stepper-wrapper>div::after,
  .stepper-wrapper>div::before {
    top: 50%;
  }

  .main-wrapper .row:not(.row-in-contact) {
    gap: 16px;
  }

  .global-title::after,
  .global-title::before {
    width: 30%;
  }

  .bordered-sponsor-mob svg {
    height: 370px;
  }



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

  .login {
    color: #fff;
    text-align: right;

    /* Button Labels/small button label desktop and mobilee */
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .navbar {
    padding: 16px 0 16px;
    /* height: auto; */
    margin-top: -1px;
    height: 140px;
    z-index: -1;
  }

  .navbar>.container-fluid {
    padding: 0 16px !important;
  }

  .navbar-brand {
    margin: 0;
  }

  .navbar-brand img {
    max-height: 32px;
  }

  .navbar-toggler {
    padding: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 999;
  }

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

  .navbar-toggler svg {
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-toggler svg:last-child {
    left: -200%;
    opacity: 0;
  }

  .open-menu .close-icon {
    left: 0 !important;
    opacity: 1 !important;
  }

  .open-menu .menu-icon {
    left: -200%;
    opacity: 0;
  }

  .navbar-expand-md .container-fluid {
    gap: 48px;
    background-color: var(--main-color);
    top: 40px;
  }

  nav.not-fixed {
    height: 90px;
  }

  nav.not-fixed .container-fluid {
    top: -24px !important
  }


  .navbar-nav .nav-link {
    padding: 10px;
    color: var(--000000, var(--Grays-White, #fff));
    text-align: right;
    display: block;
    /* Button Labels/button label mobile */


    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex: 1;
    height: auto;
    width: 100%;

  }

  [dir="ltr"] .navbar-nav .nav-link {
    text-align: left !important
  }



  .navbar-nav .nav-link svg {
    transition: all 0.3s linear;
  }

  nav .nav-item {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 8px;
    border-bottom: 1px solid var(--dark-blue-mid);
  }

  nav .nav-item:nth-child(2) {
    border-top: 1px solid var(--dark-blue-mid);
  }

  nav .nav-item:nth-child(1) {
    border: 0;
  }

  .nav-item:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-item:last-child {
    border: 0;
  }

  .nav-item:last-child a {
    padding-bottom: 0 !important;
  }

  .navbar-nav {
    margin: 0 !important;
    gap: 8px;
  }

  nav ul.navbar-nav {
    padding: 0 16px !important;
    flex: 1;
    align-self: flex-start !important
  }

  .dropdown-list {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateY(0);
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }

  .dropdown-list a {
    color: #fff;
    text-align: right;
    padding: 10px !important;
    /* Button Labels/small button label desktop and mobilee */

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  [dir="ltr"] .dropdown-list a {
    text-align: left
  }

  .dropdown-list a:hover {
    padding: 10px !important;
  }

  .dropdown-list.show {
    height: auto;
    overflow: visible;
    display: flex !important
  }

  .collapse:not(.show) {
    height: 0 !important;
    overflow: hidden;
    padding: 0 !important
  }







}