.SearchBox__searchpart {
    border-radius: 30px;
}
.SearchBox__searchpart input {
    border-radius: 30px;
}
.Header__searchLink {
    box-shadow: 0 0.625rem 0.625rem rgba(0,0,0,0);
}
.Header__titleDescription {
    padding-bottom: 0rem;
}
.Header__logo {
    /* max-height: 3rem; */
    max-width: 18.5rem;
}
.Header__menuWrapper {
  background: rgb(0 0 0 / 8%);
}
.colorTxt {
  color: #57cdfd;
  font-size: 14px !important;
  margin-top: 10px;
  display: none;
}
.wpb_wrapper {
  background: #f4f3ef;
  width: auto;
  height: 80px;
  padding-top: 30px;
  border-bottom: 15px;
}
.wpb_wrapper2 {
  background: #f4f3ef;
  width: auto;
  height: auto;
}
.vc_box_border_grey {
  width: 20px;
  height: auto;
  margin-bottom: 26px;
  position: relative;
}
.menu {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  
}
.menu a {
  color: #000;
}
.align_right {
  text-align: right;
}
.Footer__footer {
    background-color: #f4f3ef;
    color: #57cdfd;
    border-top: 2px solid #57cdfd;
}

<style>
  .hidden {
    display: none;
  }
</style>

