@font-face {
  font-family: WSupremeWeb-SemiBold;
  src: url(fonts/WSupremeWeb-SemiBold.woff) format('woff'), url(fonts/WSupremeWeb-SemiBold.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WSupremeWeb-Regular;
  src: url(fonts/WSupremeWeb-Regular.woff) format('woff'), url(fonts/WSupremeWeb-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WSupremeWeb-Medium;
  src: url(fonts/WSupremeWeb-Medium.woff) format('woff2'), url(fonts/WSupremeWeb-Medium.woff2) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.MainContainerForm h3 {
  color: #000;
  font-family: WSupremeWeb-Medium !important;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  margin: 20px 0;
}

.MainContainerForm p {
  font-family: WSupremeWeb-Regular !important;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}

.formSectionInterests p {
  text-align: left;
}

.formSectionHotels p {
  text-align: left;
}

#profileupdateform .listHotels .form-group select {
  border: 1px solid #bfbfbf;
  box-shadow: none;
  height: 30px;
  font-size: 12px;
  width: 100%;
  font-family: WSupremeWeb-Regular !important;
}

#profileupdateform .listHotels .form-control {
  font-family: WSupremeWeb-Regular !important;
}

.listHotels.col-lg-6 .form-group input {
  border: 1px solid #bfbfbf;
  box-shadow: none;
  height: 30px;
  width: 100%;
  font-family: WSupremeWeb-Medium !important;
}

#myModal .modal-header h4{
  font-family: WSupremeWeb-SemiBold !important;
}

#myModal .modal-body{
  font-family: WSupremeWeb-Regular !important;
}

.formTextField {
  border: 1px solid #c5c5c5;
  font-family: WSupremeWeb-Regular !important;
  font-size: 16px;
  height: 43px;
  left: 50%;
  margin-left: -196px;
  position: absolute;
  text-align: center;
  top: -21px;
  width: 392px;
}

.MainContainerForm h4 {
  color: #333;
  font-family: WSupremeWeb-Regular !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 42px;
  margin: 5px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.btnformSection {
  background: #000;
  color: #fff;
  font-family: WSupremeWeb-SemiBold !important;
  font-size: 18px;
  display: inline-block;
  padding: 10px 45px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -20px;
  border: none;
  transform: translateX(-50%);
}

.footerMeus li a {
  color: #333;
  font-size: 14px;
  font-family: WSupremeWeb-Regular !important;
}