.alterEnglishButton {
  margin: 0 20px 20px 0;
}

.gri-logo{
  width: 30px;
  border: 1px solid white;
  border-radius: 100px;
  padding: 6px;
}


.secondaryFilterBlock {
  height: 50px;
  padding: 10px;
  margin: 15px;
  width: 130px !important;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: solid 1px black;
  border-radius: 16px;
}

.secondaryFilterButton {
  padding: 2.5rem;
  height: 50px;
}

.swiper-slide {
  width: 150px;
}
.activePrimaryButton {
  background-color: #00afcb !important;
  color: #ffffff !important;
}

.activeButton {
  background-color: #00afcb !important;
  color: #ffffff !important;
}

.slider-containers {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-res {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slider-btn {
  flex: 0 0 auto;
  padding: 10px 20px;
  margin: 0 10px;
  background-color: #eee;
  border: none;
  cursor: pointer;
}

.slider-control {
  background: #00afcb;
  border: none;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 10px;
}

.left-Btn {
  left: 10px;
}

.right-Btn {
  right: 10px;
}

@media only screen and (max-width: 1300px) {
  .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }

  .bs-banner.typ-career .img-wrap {
    position: absolute;
    width: 58%;
    right: 2rem;
    top: 0;
  }
}

.activeSecondaryFilterDisplay {
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  padding: 12px;
  margin: 10px;
  border-radius: 1rem;
  min-width: 2rem;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  background-color: #00afcb !important;
  color: #ffffff !important;

  font-family: "Myriad Pro Regular";
  line-height: normal;
  letter-spacing: 0px;
}
.secondaryFilter {
}

@media only screen and (max-width: 767px) {
  .primaryFilterButtons {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .secondaryFilterBlock {
    height: 40px;
    /* padding: 17px; */
    margin: 7px;
    width: 90px !important;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: solid 1px black;
    border-radius: 16px;
  }

  .secondaryFilterButton {
    top: 43px;
    height: 10px !important;
    width: 10px;
    padding: 15px;
    background-color: #00afcb !important;
  }

  .secondaryFilter {
    width: 100%;
  }
  .swiper-slide {
    width: 100px;
  }
  .slider-control {
    width: 40px;
    height: 40px;
  }
}
