@charset "utf-8";
/* CSS Document */
/*
.tailorTop {
  padding: 10px 8px 30px 8px;
  background: #fff;
  margin: 30px 10px;
  border-radius: 6px;
}
*/  

.tailorTop {
  font-family: Calibri;
  word-spacing: 0.07rem;
  letter-spacing: 0.01rem;
}

.tailorTop p {
  font-size: 17px;
}

.tailorTop  label {
  font-weight: normal !important;
}

.tailorTop  input:checked + label {
  color: var(--theme-2);;
  box-shadow: 1px 1px 3px 1px #d1d1d1;
  border: 1px solid var(--theme-2);;
}

.travelDays {
  display: block;
  margin: 40px 0;
  clear: both;
}

.item-list .item-right.removeMargin label:first-child {
  margin-right: 20px;
}

.datesArrival {
  display: block;
  margin: 5px 0 0;
}

.datesArrival input {
  padding: 5px 3px;
  text-align: center;
  border-radius: 4px;
  margin: 0 0 0 20px !important;
  color: #000;
  border: 2px solid #d1d1d1;
  font-size: 1.5rem;
}


.simpleinfoBox {
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 10px 10px 0;
  height: 120px;
  border-radius: 4px;
  color: #000;
  font-size: 19px;
  line-height: 22px;
  font-family: Calibri;
  width: 100%;
  margin-bottom: 15px;
}

 input.calendarIcon {
  width: 100%;
  background: #fff;
  height: 45px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 17px;
}

.citySelect label,
.travel_date label,
.hotelBlock label {
  font-size: 19px;
  width: 47.1%;
  text-align: center;
  height: 78px;
  padding: 10px 0;
  border: 1px #d1d1d1 solid;
  border-radius: 6px;
  float: left;
  margin: 0 3px 7px 3px;
  background: #fff;
}

.travel_date,
.trip_length {
  display: inline-block;
  width: 100%;
}

.travel_date label {
  width: 31.1%;
  font-size: 17px;
  line-height: 19px;
  padding: 18px 0 13px 0;
  margin: 0 2px;
}

.travel_date input {
  display: none;
}

.citySelect input {
  margin: -3px 5px 0 -15px;
  display: none;
}

.citySelect em {
  font-size: 15px;
  font-style: italic;
  display: block;
}

/* header & footer */
.requiredArea {
  display: block;
  border-bottom: 1px dashed var(--theme-2);;
  color: var(--theme-2);;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  font-style: italic;
}
/* public */

h2 {
  margin: 10px 0 15px 0;
  font-size: 22px;
  display: block;
  font-family: Calibri;
  padding: 0 5px;
  color: #202020;
}

h2 em {
  color: var(--theme-2);;
}

h2 strong {
  font-style: italic;
  font-size: 32px;
  font-family: "Goudy Old Style";
  text-shadow: 2px 2px 2px #999;
  margin: 0 3px;
}


.tailorTop h3 {
  font-size: 15px;
  line-height: 22px;
  clear: both;
  margin-bottom: 15px;
  color: #202020;
}

.citySelect {
  display: inline-block;
}

/* form */
.item-list {
  padding: 15px 15px 0;
  margin: 0 -15px;
}

.item-list .item-right {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: -5px;
}

.item-list .flexibility {
  width: 60% !important;
}

.item-list .item-right.removeMargin {
  margin-top: 0 !important;
}

.item-right label {
  display: inline-block;
  margin-left: 10px;
}

.datesArrival input {
  width: 100%;
  margin: -25px auto -10px auto !important;
  padding: 10px !important;
  font-size: 19px;
  border-width: 1px !important;
  min-height: 50px;
  color: #000;
}

.mobileSend input {
  background: var(--theme-2);;
  border: none;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 7px 0;
  width: 80%;
  margin: 0 auto;
  border-radius: 25px;
  font-family: "Goudy Old Style";
  font-weight: 600;
}

label.gender {
  font-size: 18px;
  padding: 10px 40px;
  margin-right: 15px;
  color: #000;
  border: 1px #d1d1d1 solid;
  background: #fff;
  border-radius: 4px;
}

.checkYes {
  font-size: 18px;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 6px 0;
}

.checkYes label {
  display: inline-flex; /* 行内弹性布局，确保文字与复选框对齐 */
  align-items: center; /* 垂直居中内部元素 */
}

.checkBorder {
  position: relative;
  width: 16px;
  height: 16px;
  background-clip: border-box;
  appearance: none;
  vertical-align: text-bottom;
  border-radius: 2px;
  transition: background-color 0.25s;
  background-color: #fff;
  border: 1px solid #999;
  margin-right: 10px;
}

.checkBorder:checked {
  background: #fff;
  border: 1px solid var(--theme-2);;
}

.checkBorder:checked:after {
  content: "";
  display: block;
  height: 5px;
  width: 10px;
  border: 2px solid var(--theme-2);;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 2px;
  left: 1px;
}

.interest_tag {
  display: inline-block;
  margin-bottom: 20px;
}

.interest_tag input {
  display: none;
}

.interest_tag label {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 18px;
  padding: 7px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
  background: #fff;
  display: inline-block;
}

label.solo {
  background: url(/static/image/solo-normal.png)
    no-repeat 0 5px #fff !important;
  background-size: 45px !important;
}

label.solo:hover,
input[type="radio"]:checked + label.solo {
  background: url(/static/image/solo_100x100_241.png)
    no-repeat 0 5px #fff !important;
  background-size: 45px !important;
  color: var(--theme-2); !important;
  height: 45px;
}

label.couple {
  background: url(/static/image/couple-normal.png)
    no-repeat 0 5px #fff !important;
  background-size: 45px !important;
}

label.couple:hover,
input[type="radio"]:checked + label.couple {
  background: url(/static/image/couple_100x100_241.png)
    no-repeat 0 5px #fff !important;
  background-size: 45px !important;
  color: var(--theme-2); !important;
  height: 45px;
}

label.family {
  background: url(/static/image/family-normal.png)
    no-repeat 5px 5px #fff !important;
  background-size: 45px !important;
}

label.family:hover,
input[type="radio"]:checked + label.family {
  background: url(/static/image/family_100x100_241.png)
    no-repeat 5px 5px #fff !important;
  background-size: 45px !important;
  color: var(--theme-2); !important;
  height: 45px;
}

label.group {
  background: url(/static/image/group-normal.png)
    no-repeat 2px 5px #fff !important;
  background-size: 45px !important;
}

label.group:hover,
input[type="radio"]:checked + label.group {
  background: url(/static/image/group_100x100_241.png)
    no-repeat 2px 5px #fff !important;
  background-size: 45px !important;
  color: var(--theme-2); !important;
  height: 45px;
}

.kids_age {
  float: left;
  width: 50%;
  margin: -10px 5px 15px 5px;
}

.kids_age p {
  font-size: 17px;
}

.selectionBlock {
  display: inline-block;
  width: 100%;
}

.checkboxGender {
  text-align: center;
  width: 47.1%;
  float: left;
  border-radius: 6px;
  margin: 0 3px 10px 3px;
  line-height: 24px;
}

.checkboxGender input {
  display: none;
}

.checkboxGender label {
  display: block;
  padding: 15px 0 10px 50px;
  border-radius: 6px;
  font-size: 17px;
  height: 45px;
  border: 1px solid #d1d1d1;
}

select.country_code {
  border: 1px solid #d1d1d1;
  font-size: 17px;
  padding-left: 10px;
  background: #fff;
  border-radius: 4px;
  margin-top:5px;
  width: 100%;
  height: 45px;
}

select.kids_number {
  border: 1px solid #d1d1d1;
  font-size: 19px;
  padding-left: 10px;
  background: #fff;
  border-radius: 6px;
  width: 45%;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.contactInfo input {
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 18px;
  border: 1px solid #d1d1d1;
  height: 50px;
  padding: 0px 15px 0 20px;
  border-radius: 4px;
  color: #000;
}

.interest_tag input[type="checkbox"]:checked + label {
  color: var(--theme-2);;
  border-color: var(--theme-2);;
}

input.fullname,
input.email {
  width: 100%;
  border: 1px solid #d1d1d1;
  font-size: 17px;
  border-radius: 6px;
  height: 45px;
  margin-bottom: 15px;
  padding: 0 10px 0 45px;
}


input.telephone {
  margin-top: 15px;
  border: 1px solid #d1d1d1;
  font-size: 17px;
  border-radius: 6px;
  height: 45px;
  margin-bottom: 15px; 
}

input.fullname {
  background: url(/static/image/input-name.png) no-repeat 10px #fff;
  background-size: 16px 16px;
}

input.email {
  background: url(/static/image/input-email.png) no-repeat 10px #fff;
  background-size: 16px 16px;
}

.iti__globe {
  background: url(/static/image/gh-bottom-form-phone-bg.png) no-repeat 10px;
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 40px;
}

.iti {
  width: 100%;
  display: block; /* 改为块级布局，与其他输入框的父容器行为一致 */
}


.iti input.iti__tel-input[type="tel"] {
  height: 45px; /* 与“姓名”“邮箱”输入框高度统一 */
  border: 1px solid #ced4da; /* 统一边框样式 */
  border-radius: .25rem; /* 统一圆角（若其他input有圆角） */
}

.sendInquiry {
  display: block;
  margin: 0 auto;
  width: 80%;
  background: var(--theme-2);
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 25px;
  padding: 8px 0;
  cursor: pointer;
  font-family: "Goudy Old Style";
  font-weight: 600;
}

.sendInquiry:hover {
  box-shadow: 1px 1px 5px 2px #d1d1d1;
  transition: 0.5s;
}

#adultBlock {
  clear: both;
  display: inline-block;
}

.citySelect :checked + label:after {
  content: "✓";
  float: right;
  margin-top: -52px !important;
  font-size: 13px;
  background: var(--theme-2);;
  color: #fff;
  padding: 0px 2px 2px 4px;
  border-radius: 0 6px;
}

.travel_date :checked + label:after {
  content: "✓";
  float: right;
  margin-top: -38px !important;
  font-size: 13px;
  background: var(--theme-2);;
  color: #fff;
  padding: 0px 2px 0px 3px;
  border-radius: 0 6px;
}

.checkboxGender :checked + label:after {
  content: "✓";
  float: right;
  margin-top: -54px;
  font-size: 32px;
  text-shadow: 1px 1px 1px #000;
}

.hotelBlock :checked + label:after {
  content: "✓";
  float: right;
  margin-top: -69px;
  font-size: 13px;
  background: var(--theme-2);;
  color: #fff;
  padding: 0px 2px 1px 4px;
  border-radius: 0 6px;
}

.hotelBlock .self:checked + label:after {
  content: "✓";
  float: right;
  margin-top: -31px;
  font-size: 15px;
  background: var(--theme-2);;
  color: #fff;
  padding: 0px 2px 0px 3px;
  border-radius: 0 6px;
}

.genderSelection {
  /* padding: 0 30px;*/
}

.customerInfo {
    display: inline-block;
    width: 100%;
}

.personalInfo {
    display: inline-block;
    width: 100%;
}
.checkboxGender :checked + label:after {
  content: "✓";
  float: right;
  margin-top: -16px;
  font-size: 13px;
  background: var(--theme-2);;
  color: #fff;
  padding: 0px 2px 0px 3px;
  border-radius: 0 6px;
  height: 20px;
}

.customer_name {
  color: #fff;
  margin: 5px 0 0 0;
  font-size: 16px;
}

.table-responsive,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  overflow-x: auto;
}

.hotelBlock input {
  display: none;
}
.hotelBlock {
  display: inline-block;
}

.hotelBlock label {
    height:100px;
    padding: 30px 0;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: center;
    width: 47%;
    float: left;
}

.hotelBlock label em {
  font-size: 14px;
  margin-left: 5px;
  display: block;
}


.hotelBlock label.fivestar {
  background: url(/static/image/cut_100x18_241.png)
    no-repeat center 12px;
  background-size: 100px;
}

.hotelBlock label.fourstar {
  background: url(/static/image/cut_100x19_241.png)
    no-repeat center 12px;
  background-size: 100px;
}

.hotelBlock label.threestar {
  background: url(/static/image/dcut_100x19_241.png)
    no-repeat center 12px;
  background-size: 100px;
}

label.fivestar:hover,
input[type="radio"]:checked + label.fivestar {
  background: url(/static/image/cut_100x18_241.png)
    no-repeat center 12px;
  background-size: 100px;
}

label.fourstar:hover,
input[type="radio"]:checked + label.fourstar {
  background: url(/static/image/cut_100x19_241.png)
    no-repeat center 12px;
  background-size: 100px;
}

label.threestar:hover,
input[type="radio"]:checked + label.threestar {
  background: url(/static/image/dcut_100x19_241.png)
    no-repeat center 12px;
  background-size: 100px;
}

  .emailist {
      border: 1px solid #bdbdbd;
      border-radius: 4px;
      background-color: #fff;
      color: #666;
      font-size: 14px;
      list-style-type: 0;
      padding: 0;
      margin: 0;
      overflow: hidden;
  }

  .emailist li {
      padding: 2px 11px;
      cursor: pointer;
      font-size: 18px;
      text-shadow: none;
      color: #000;
  }

  .emailist .on,
  .emailist li:hover {
      background-color: #eee;
  }
  
  	.requiredArea {
	display: block;
	border-bottom: 1px dashed #FB5B32;
	color: #FB5B32;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
	font-style: italic;
	}