#mainNav a {
  font-size: 16px;
}

#suggestions {
  border: 0.5px solid #ff1644;
  padding: 10px 15px;
  border-radius: 5px;
  display: none;
}

#suggestions .suggestion {
  border-bottom: 1px solid #ff1644;
  padding: 10px 0;
}

#journey-section {
  font-size: 16px;
  font-weight: 500;
}

#journey-section > div > div > div > p:nth-child(4) {
  color: #ff1644;
}

#istanbul-timeless-jewel-section {
  font-size: 16px;
  font-weight: 500;
}

footer h4 {
  color: #ff1644;
}

.tm-search-form {
  margin: 0 auto;
  max-width: unset;
}

#tm-section-search #tm-section-1 {
  max-width: unset;
  width: 100% !important;
}

#tm-section-search #tm-section-1 .tab-content {
  width: 100%;
}

#tm-section-search #tm-section-1 .tab-content .tab-pane {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 73%;
  background-color: white;
}

#tm-section-1 > ul {
  width: 73%;
}

#reserveForm > div {
  margin-left: 0px;
  margin-right: 0px;
}

.theme-color {
  background-color: #ff1644;
  color: white;
}

#direction {
  height: 50px;
}

#aesthetic-page p {
  font-size: 16px;
  font-weight: 500;
}




.contact-form {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  font-size: 16px;
  padding: 10px 20px;
}

.form-group.row label {
  font-weight: 600;
  text-align: right;
}

.form-group.text-center {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .form-group .col-sm-8, .form-group .col-sm-4 {
      padding-left: 0;
      padding-right: 0;
  }

  .form-group.row label {
      text-align: left;
  }
}

