.tax-switch-dropdown {
  display: none;
}

.tax-switch-dropdown .btn-unstyle {
  display: flex;
  align-items: center;
}

#header .header-nav .tax-switch-dropdown {
  margin-top: .9375rem;
  white-space: nowrap
}

#header .header-nav .tax-switch-dropdown {
  margin-top: 0;
}

.banner-tax-switch.dropdown button {
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  line-height: normal;
}

.banner-tax-switch.dropdown .expand-more {
  color: white;
}

.banner-tax-switch a:hover {
  background: #5C6960;
}

.banner-tax-switch .dropdown-menu {
  padding: 0;
  min-width: 50px;
  border: 0;
  box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.1);
}

.banner-tax-switch .dropdown-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
  text-transform: uppercase;
}

/*Welcome page Start*/
#welcome-page {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  min-height: 700px;
}
.welcome-page-block {
  position: relative;
  display: flex;
  align-self: center;
}
.welcome-page-buttons-block {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  display: flex;
  gap: 20px;
}
.welcome-page-button {
  background-color: #ffffff;
  padding: 20px 40px;
  width: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.welcome-page-button a {
  color: #5C6960;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-shadow: 0 3px 20px #0000001A;
}
.welcome-page-button:hover a {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .welcome-page-button {
    padding: 20px 40px;
    width: 248px;
  }
}
@media (max-width: 767px) {
  .welcome-page-buttons-block {
    flex-direction: column;
  }
}
/*Welcome page End*/
