.our-buyers-logos img {

  max-height: 100px;
}

.our-buyers-logos .logo {
  width: 250px;
  margin-bottom: 30px;
  margin-right: 30px;
  display: inline-block;
}

ul.page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  max-width: 890px;
}

ul.page-numbers li a {
  text-decoration: none;
}

ul.page-numbers li a,
ul.page-numbers li span {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: block;
  font-size: 20px;
}

ul.page-numbers li a:hover,
ul.page-numbers li span {
  font-weight: bold;
}


.steps {
  /* display: flex;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
  width: 100%; */
}
.steps__item {
  position: relative;
  margin: 0 10px;
  width: 100%;
  min-width: 100px;
  max-width: 180px;
  text-align: center;
}
.steps__numb {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #fff;
  border-radius: 50%;
  background-color: #ccc;
  font-size: 28px;
  margin-left: -40px;
}
.steps__numb--green {
  background-color: rgb(175, 215, 200);
}
.steps__numb--blue {
  background-color: rgb(96, 176, 225);
}
.steps__numb--black {
  background-color: rgb(60, 60, 60);
}
.steps__arrow {
  position: absolute;
  top: 50%;
  left: 79px;
  margin-top: -3px;
  width: 98%;
  height: 6px;
  color: #ccc;
  background: inherit;
}
.steps__arrow--green {
  color: rgb(175, 215, 200);
}
.steps__arrow--blue {
  color: rgb(96, 176, 225);
}
.steps__arrow--black {
  color: rgb(60, 60, 60);
}
.steps__arrow::after, .steps__arrow::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 0;
}
.steps__arrow::after {
  top: -3px;
  left: 70px;
  border-left-color: inherit;
  border-width: 6px 0 6px 15px;
}
.steps__text {
  padding-top: 100px;
  font-size: 1rem;
}
.form-group.form-check {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .steps__arrow {
    left: 88px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .steps__text {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .steps__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .steps__arrow {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .steps {
    /* flex-direction: column; */
  }

  .steps__item {
    max-width: 740px;
    text-align: center;
    margin: 0;
    padding: 0 20px;
  }

  .steps__numb {
    left: 50%;
    margin-left: -40px;
  }

  .footer_navList--icon {
    display: none;
  }
}


.white-popup {
  position: relative;
  background: #EEF2F4;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 10px;
}

.subscribe-form .form-check-input,
#OrderForm .form-check-input {
  position: relative;
  margin-top: 7px;
  margin-right: 5px;
}

.subscribe-form .form-check-input {
  flex-shrink: 0;
}

.subscribe-form .form-check {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.subscribe-form .form-check-label,
#OrderForm .form-check-label {
  font-size: 18px;
  display: block;
}

.subscribe-form .form-check-label {
  text-align: left;
}

#OrderForm .form-check.form-group {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 10px;
}



ul.open-list {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

ul.open-list li {

  list-style: none;
}

ul.open-list li span {
  position: relative;
}

ul.open-list li span::before {
  content: "";

  position: absolute;
  top: 8px;
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;

}

.v-application--wrap {
  min-height: unset;
}