#fm_customform {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#fm_customform form {
  width: auto !important;
}

#fm_customform input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  height: 50px;
  padding: 0px 15px;
  outline: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

#fm_customform select {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  height: 50px;
  padding: 0px 15px;
  outline: none;
  color: #aaa;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 50%;
}

#fm_customform textarea {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  min-height: 150px;
  padding: 0px 15px;
  outline: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

#fm_customform label {
  width: 100%;
}

#fm_customform #privacycheck {
  width: 5%;
  height: 10px;
}

#fm_customform .formrow:nth-of-type(5) {
  display: block;
}

.private-patient.single_img_area {
  background: url(/img/slider_privatpatient.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.py-2 {
  padding: 10px 0;
}

.my-2 {
  margin: 10px 0;
}



.buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.text-content {
  display: none;
}
.text-content.active {
  display: block;
}

.switchSection {
  min-height: 600px;
  padding:  20px 0;
}

.switchSection ul li {
  padding: 6px 0;
}

.switchSection p {
  padding: 6px 0;
}
