#x1se1 {
  padding: 50px 0 0;
  background: var(--color-04);
}

/* .x1h1{
    font-family: var(--font-01);
    color: var(--color-02);
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 20px 0;
} */

.x1p1 {
  font-family: var(--font-02);
  color: var(--color-03);
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 20px;
}

.x1hh1 {
  font-family: var(--font-01);
  color: var(--color-02);
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 20px 0;
}

/* Service2- Styles */

.x1d3 {
  /* margin-top: 40px; */
  margin-bottom: 70px;
  background: #f5f5f5;
  padding: 50px 20px;
}

.x1f1 {
  width: 100%;
}

.x1sl1,
.x1in1 {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  font-family: var(--font-02);
  color: var(--color-03);
  font-size: 16px;
  background: var(--color-04);
}

.x1op1,
.x1lb1 {
  font-family: var(--font-02);
  font-size: 16px;
  color: var(--color-03);
}

.x1lb1 {
  line-height: 26px;
  font-weight: 400;
  color: gray;
  padding: 10px;
  display: block;
}

.x1d4 {
  width: 100%;
  flex-wrap: wrap;
}

.x1d5,
.x1d7 {
  width: 49%;
}

.x1d5 {
  position: relative;
}

.x1d6 {
  position: relative;
  width: 32%;
}

.x1d8 {
  width: 100%;
}

.x1d20 {
  display: flex;
  flex-wrap: wrap;
}

.x1ta1 {
  width: 100%;
  height: 150px;
  padding: 20px;
  font-family: var(--font-02);
  color: var(--color-03);
  /* margin: 8px 0; */
  margin-bottom: 15px;
  font-size: 16px;
  border: 0;
  outline: none;
}

.x1bt1 {
  font-family: var(--font-02);
  color: var(--color-04);
  font-size: 16px;
  font-weight: 400;
  background: var(--color-01);
  display: inline-block;
  line-height: 1.2em;
  padding: 15px 25px;
  border: 0;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  text-align: center;
  margin-top: 30px;
}

#adultsAgeSelectionContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#ageSelectionContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}

.row > div {
  width: 19%;
  margin-right: 10px;
  margin-bottom: 10px;
  flex-basis: calc(20% - 10px);
}

.row select {
  width: 100%;
  box-sizing: border-box;
}

/* Form-service2.php */
.x1d9 {
  width: 23.5%;
}

/* Service3.php & Service5.php */
.infant-birthday-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.infant-birthday-container label {
  line-height: 26px;
  font-weight: 400;
  color: gray;
  flex-basis: calc(50% - 5px);
  /* margin-bottom: 15px; */
}

.infant-birthday-container input[type="date"] {
  width: 100%;
  padding: 15px;
  border: 0;
  outline: none;
  font-family: var(--font-02);
  color: var(--color-03);
  font-size: 16px;
  background: var(--color-04);
  margin-bottom: 15px;
}

#x1d100 {
  width: 100% !important;
}

/* Form - Responsives */
/* Service3.php & Service5.php */
@media screen and (max-width: 1240px) {
  .row > div {
    flex-basis: calc(33% - 10px);
  }
}

@media screen and (max-width: 700px) {
  .x1d7 {
    width: 100%;
  }

  .x1d9 {
    width: 49%;
  }

  .row > div {
    flex-basis: calc(50% - 10px);
  }
}

/* Service.php Page & Service2.php */
@media screen and (max-width: 600px) {
  .x1d2 {
    text-align: center;
  }

  .x1d3 {
    margin-top: 40px;
  }

  .x1d5,
  .x1d6,
  .x1d7 {
    width: 100%;
  }

  .x1sl1,
  .x1in1,
  .x1ta1 {
    padding: 15px;
  }

  .x1bt1 {
    display: block;
    margin: 0 auto;
  }

  .x1ta1 {
    height: 100px;
  }
}

@media screen and (max-width: 500px) {
  .row > div {
    flex-basis: calc(100%);
  }
}

@media screen and (max-width: 400px) {
  #x1se1 {
    padding: 40px 0;
  }

  .x1bt1 {
    width: 100%;
  }
}
