.downsearch .filter-block--small {
  width: 83.33333%;
  margin: 50px auto 30px;
}
.downsearch .filter-block .form-filter {
  margin: 0;
}
.downsearch .form-filter {
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #b89351;
  padding: 30px 30px 50px;
}
.downsearch .form-filter .form-control--select {
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center right 10px;
  padding: 5px 45px 5px 15px;
  height: auto!important;
}
.downsearch .form-filter .form-control-search {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 100%;
}
.downsearch .form {
  display: flex;
  margin: 0 0 40px;
  justify-content: space-between;
}
.downsearch .form-group {
  display: inline-block;
  width: 23%;
}
.downsearch .form-group > label {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 900;
  margin: 0;
  padding: 0 10px;
}
.downsearch .form-group-large {
  width: 100%;
}
.downsearch .form-group-large .btn {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 46px;
  height: 100%;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
}
.downsearch .form-group-large .form-control-search {
  font-family: 'YesevaOne Regular';
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-position: center right 10px;
  padding: 5px 45px 5px 15px;
  height: auto!important;
}
.home_about_box {
  text-align: center;
}
.myprosearch {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
}
.myprosearch .solutionlist-box {
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
}
.myprosearch .solutionlist-text {
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .myprosearch .solutionlist-box {
    width: 100%;
  }
}
.gotop.active {
  display: none;
}
.error-contain {
  text-align: center;
  color: #444;
  position: relative;
  padding-bottom: 50px;
}
.error-title {
  z-index: 10;
  padding: 50px;
  font-size: 48px;
  color: #b89351;
}
.error-title-text {
  display: inline-block;
  font-weight: bolder;
}
.error img {
  width: 50%;
  z-index: 2;
  bottom: 0;
  left: 82px;
}
.error-text {
  padding: 30px 0;
}
.error-text h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #39404a;
}
.error-text span {
  font-size: 16px;
}
.error-link {
  background-color: #b89351;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 8px;
  letter-spacing: 0.3px;
  display: inline-block;
}
#dialog {
  display: none;
  font-family: Roboto !important;
}
.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 45px;
  border-radius: 4px;
  z-index: 99;
}
.popup-content {
  width: 90%;
  color: #fff;
  padding-right: 10px;
}
.popup-btn {
  width: 10%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #0f75bd;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 667px) {
  .popup {
    display: block;
  }
  .popup-content,
  .popup-btn {
    width: 100%;
  }
}
