Why is my menu overlapping with my search bar in the Capital theme?

Hey guys does anybody know why my menu is overlapping my search bar?

Theme: Capital

Screen shot:

plz provide store url

https://ivaluemart.com/

Hi, @srasul

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.scss.css ->paste the below code at the bottom of the file.
.navigation-list-item>a{ 
      z-index: 1 !important;
}

Thanks, it’s solved the issue.