header {
  .header-nav {
    @media (width<768px) {
      div.center-nav.text-center {
        display: none;
      }
      div.col-auto.right-nav {
        width: 100% !important;
        div,
        ul {
          width: 100% !important;
        }
        ul {
          font-size: 10px  ;
          display: flex !important;
          justify-content: space-between;
          li:nth-child(2) {
            margin-right: auto !important;
            &::after {
              display: none !important;
            }
          }
        }
      }
    }
  }

  #iqitmegamenu-mobile {
    top: 18px !important;
    .mobile-menu__header-wrapper {
      padding-bottom: 0 !important;
    }
    .mobile-menu__content {
      background-color: #f4f4f4 !important;
      & > ul {
        padding-top: 0 !important;
        .mobile-menu__link {
          text-transform: inherit !important;
        }
        li:nth-child(2) {
          .mobile-menu__link {
            text-transform: capitalize !important;
          }
        }
      }
    }
    .mobile-menu__footer {
      display: none !important;
    }
  }
}

body#index{
    .elementor-iqit-banner{
        img{
            object-fit: cover !important;
        }
    }
}
