
/* for header2 */
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {

      .main-menu .main-menu__list>li+li,
      .stricky-header .main-menu__list>li+li {
        margin-left: 0px !important;
      }
    }

    .main-header__wrapper-inner {
      justify-content: space-between !important;

    }

    .main-header__menu-box {
      flex-grow: 1 !important;
    }

    .main-header__wrapper-inner {
      gap: 50px !important;
    }

    @media (min-width: 1200px) {

      /* .main-menu .main-menu__list,
      .main-menu .main-menu__list>li>ul,
      .main-menu .main-menu__list>li>ul>li>ul,
      .stricky-header .main-menu__list,
      .stricky-header .main-menu__list>li>ul,
      .stricky-header .main-menu__list>li>ul>li>ul {

        justify-content: space-between !important;
        padding: 0px 10px !important;
      } */

      .main-menu .main-menu__list,
      .stricky-header .main-menu__list
       {
        gap: 5px;
        justify-content: space-between !important;
        padding: 0px 10px !important;
      }
    }

    .main-menu__left  {
      /* padding: 0px 20px !important; */
      /* display: block; */
      width: 100%;
    }
    
    .stricky-header .main-menu__list{
      justify-content: space-evenly !important;
    }

    .stricky-header .main-menu__wrapper-inner {
        padding: 0px 60px !important;
    }

    

    @media only screen and (max-width: 991px) {
        
      .mobile-menu{
        text-align: end !important;
      }
    } 

    @media only screen and (min-width: 991px) {
        
      .mobile-menu{
        text-align: center !important;
        padding-top: 5px;
      }
    } 


/* additional class for bootsrap use in AISMA member cart at home page*/
.gap-y-10{
  row-gap :100px;
}

 @media (min-width: 1200px) {
    
  .gap-y-10{
  row-gap :0px;
}
} 

/* header link style  */
.main-menu .main-menu__list > li > a, .stricky-header .main-menu__list > li > a {
  font-size: 16px !important;
}



/* to remove below dropdown icon in mobile menu  */
@media (max-width: 1199px){
   .mobile-nav__content .main-menu__list>li>a>i{
    display: none !important;
   }
}