h1 {
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

p {
  margin-bottom: 0px;
}

.width300 {
  width: 300px;
}

.width135 {
  width: 135px;
}

.input-wrapper {
  border-radius: 20px !important;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 18px;
}

.input-wrapper svg.search-icon {
  cursor: pointer;
}

.search-icon {
  width: 20px !important;
  height: 20px !important;
  fill: #404040;
}
.search-icon:hover {
  fill: #7a6a8f;
}

@media screen and (max-width: 360px) {
  .width300 {
    width: 275px;
  }
}

.inline {
  display: inline-block;
}

.margin-top-18 {
  margin-top: 18px;
}
.no-margin-right {
  margin-right: 0px !important ;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-13 {
  margin-left: 13px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-50 {
  margin-bottom: 35px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}

.button.gradient {
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.no-padding-sides {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 575px) {
  .no-padding-sides {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-form {
  width: 300px;
}

.with-bottom-border {
  border-bottom: 1px solid #eeeeee;
}

.tittilium {
  font-family: "Titillium Web", sans-serif;
}

.regular {
  font-weight: normal;
}

.semibold {
  font-weight: 600;
}

.px36 {
  font-size: 36px;
}

.px24 {
  font-size: 24px;
}
.px18 {
  font-size: 18px;
}
.line-height-13 {
  line-height: 1.3;
}

.buttonSVG {
  height: 12px !important;
  width: 7px !important;
}

.margin-top-auto {
  margin-top: auto;
}

.search-link,
.search-link * {
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 1.2;
}

.search-result a {
  line-height: 1.2;
}
.search-result a p {
  margin-bottom: 20px;
}

.search-result a:hover,
.search-result a:hover * {
  text-decoration: none;
  color: #7a6a8f;
}

.hidden {
  display: none;
}

.button.disabled {
  cursor: default;
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .medium-text-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 991px) {
  .show-lg {
    display: none;
  }
  .show-md {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .show-lg {
    display: block;
  }
  .show-md {
    display: none;
  }
}
