@media (max-width: 1440px) {

}
@media (min-width: 992px) and (max-width: 1440px) {
    .wrapper .header-main {
        background-size: unset;
        height: 120px;
        border-bottom: 1px solid #cccc;
    }
    .icon-open-menu{
        width: 38px;
    }
    
      .ncsc-img{
        height: 140px;
      }
}

@media (max-width: 1024px) {
    .sp-logo-icon{
       top: 0;
       left: 10px;
       width: 131px;
    }
  .header-search-container{
      display: flex;
      flex-direction: column;
      align-items: end;
      justify-content: end;
      gap: 8px;
      padding-left: 0rem !important;
      padding-right: 0rem !important;
  }
    .search-padding-border{
        padding-right: 0px;
        border-right: 1px solid #EBEBEB;
    }
}
@media (min-width: 1200px) {
    .icon-open-menu {
        display: none;
    }
}