.hotels__combined__searchform {
  display: block;
  width: calc(100% + 10px);
  padding-top: 20px;
  padding-right: 0px;
}
.hotels__combined__searchform .hotels__combined__inner__container {
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  margin-left: auto;
  margin-right: 0px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0px;
  border-radius: 10px;
  height: 290px;
}
@media screen and (max-device-width: 767px) {
  .hotels__combined__searchform .hotels__combined__inner__container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.featuredimage .frontpage-search-container-hotel .frontpage-search-container-header.hotel {
  background-color: rgba(123, 73, 206, 0.95);
}

@media screen and (max-device-width: 767px) {
  .maintype--hotel h1 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #7b49ce;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}