*{
  font-family: 'Montserrat', sans-serif!important;
}
html{
  font-family: 'Montserrat', sans-serif!important;
}
.language_picker {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  width: 200px;
}

.language_picker option {
  padding: 8px;
}

@media only screen and (max-width: 768px) {
  .language_picker {
    width: 100%;
    font-size: 12px;
  }
}

/* Other styles from your style.css file */
.mfp-container {
  padding-left: 6px;
  padding-right: 6px;
}

.table-wrap {
  margin-bottom: 34px;
}

.tabs__list {
  margin-bottom: -1px;
  overflow: hidden;
  padding: 0;
}

.tabs__item {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #282828;
}

.tabs__item:not(:first-child) {
  margin-left: -1px;
}

@media only screen and (max-width: 575px) {
  .tabs__item {
    display: block;
    margin-right: 0;
  }
}

.tabs__url {
  /* Add your styles for .tabs__url here */
}

.where_we_are > p > b{
  color: #CF0A2C;
}