.tour-detail-book-form-main {
    display: flex;
    justify-content: space-between;
}

.tour-detail-book-form-main select {
    -webkit-appearance: menulist;
}

.tour-detail-book-form-title h3 {
    font-family: Heavitas;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(179, 75, 30, 1);
    text-transform: uppercase;
}

.tour-detail-book-form-title h2 {
    font-family: Heavitas;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(179, 75, 30, 1);
    text-transform: uppercase;
}

.tour-detail-book-form-main-global-title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.01rem;
    text-align: left;
    color: black;
    margin-bottom: 15px;
    line-height: 1.2;
    align-content: center;
}

span[data-name="time-and-bus"] {
    margin-right: 0.5rem;
}

/* .tour-detail-book-form-main-customer-address-item:not(:last-child) {
    margin-right: 0.5rem;
} */

.tour-detail-book-form-main-left {
    /* width: 43rem; */
    padding-left: 0 !important;
}



.tour-detail-book-form-main-type-field-info-item{
	background-color: rgba(253, 237, 152, 1);
	border-radius: 0.5rem;
	width:100%;
	flex:1;
	padding: 0.375rem 0.5rem;
}
.tour-detail-book-form-main-type-field-info-item>p{
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.42;
	letter-spacing: 0.01em;
	text-align: left;
	color: rgba(106, 106, 106, 1);
}
.tour-detail-book-form-main-type-field-info-item>p span{
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.005em;
	text-align: left;
	color: rgba(49, 49, 49, 1);
	margin-top: 0.125rem;
}
.tour-detail-book-form-main-type-field-info-item:not(:last-child) {
    margin-right: 1rem;
}
.tour-detail-book-form-main-type-field-info-list{
	margin-bottom: 0.75rem;
    display: flex;
    justify-content: start;
}

.tour-detail-book-form-main-type-field {
    background: rgba(248, 248, 248, 1);
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}

.tour-detail-book-form-main-type-field-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-detail-book-form-main-type-field-item-left {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 0.01rem;
    text-align: left;
    text-transform: uppercase;
    color: black;
}

.tour-detail-book-form-main-type-field-item-right {
    display: flex;
    align-items: center;
}

.tour-detail-book-form-main-type-field-item-right-price {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.00219rem;
    text-align: left;
    color: black;
    margin-right: 0.75rem;
}

.form-btn-minus,
.form-btn-plus {
    aspect-ratio: 1 / 1;
    padding: 0 !important;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    border-width: 0px;
    cursor: pointer;
    margin: 0 !important;
}

.form-btn-minus img,
.form-btn-plus img {
    width: 25%;
    height: auto;
}

.tour-detail-book-form-main-type-field-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    color: rgb(179 75 30 / 1);
}

input[name="detail-form-type-number-v1"],
input[name="detail-form-type-number-v2"] {
    border: 0px;
    padding: 0px !important;
    box-shadow: none;
    background: transparent;
    width: 1.175rem;
    margin: 0 !important;
    font-family: Poppins;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.57;
    letter-spacing: 0.0025em;
    text-align: left;
}

.tour-detail-book-form-main-type-field-item-right-input {
    display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tour-detail-book-form-main-type-field-item:not(:last-child) {
    margin-bottom: 0.75rem;
}

.tour-detail-book-form-main-type-field-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(217, 217, 217, 0.6);
}

.tour-detail-book-form-main-type-field-total-price {
    background: rgba(255, 255, 255, 1);
    border-radius: 0.5rem;
    min-width: 12.1875rem;
    min-height: 2.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.0015em;
    text-align: left;
    color: rgba(181, 70, 29, 1);
    display: flex;
    justify-content: center;
}

.tour-detail-book-form-main-customer-info-field {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-form-customer-info-name-container,
.detail-form-customer-info-message-container {
    width: 100%;
}

.detail-form-customer-info-email-container,
.tour-detail-book-form-main-customer-info-field-phone {
    width: 49%;
}

input[name="detail-form-customer-info-name"],
textarea[name="detail-form-customer-info-message"],
input[name="detail-form-customer-info-email"] {
    width: 100%;
}

input[name="detail-form-customer-info-email"],
.tour-detail-book-form-main-customer-info-field-phone {
    background: rgba(248, 248, 248, 1);
    padding: 0 1rem;
    border-radius: 0.5rem;
    padding-right: 0;
    border-radius: 0.5rem;
}

.tour-detail-book-form-main-customer-info input,
.tour-detail-book-form-main-customer-info textarea,
.tour-detail-book-form-main-customer-pickup-container input,
.tour-detail-book-form-main-customer-pickup-container select,
.tour-detail-book-form-main-customer-dropoff-container input,
.tour-detail-book-form-main-customer-dropoff-container select {
    padding: 0.625rem 1rem;
    background: rgba(248, 248, 248, 1);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.01em;
    text-align: left;
    color: black;
    border-width: 0px;
    margin: 0 !important;
    box-shadow: none;
    height: 2.5rem;
    border-radius: 0.5rem;
}

.tour-detail-book-form-main-customer-info-field-phone {
    height: 50px;
    position: relative;
    z-index: 2;
}

.tour-detail-book-form-main-customer-info textarea {
    height: 5.5625rem;
}

.tour-detail-book-form-main-customer-info-field-phone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tour-detail-book-form-main-customer-info-country {
    position: relative;
    display: flex;
    cursor: pointer;
}

.tour-detail-book-form-main-customer-info-country img {
    width: 1.8125rem;
    height: 1.125rem;
    object-fit: contain;
}

.tour-detail-book-form-main-customer-info-country-absolute {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 1;
    background-color: #fff;
    padding: 1rem;
    width: max-content;
}

.tour-detail-book-form-main-customer-info-country-absolute-ul {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500;
    list-style-type: none;
    max-height: 12rem;
    overflow-y: auto;
}

.tour-detail-book-form-main-customer-info-country-absolute-search {
    padding: 0.8125rem 0.875rem;
}

.tour-detail-book-form-main-customer-info-country-absolute-search>p {
    display: flex;
}

.tour-detail-book-form-main-customer-info-country-absolute-search>p img {
    width: 1rem;
    height: auto;
    margin-right: 0.75rem;
}

.tour-detail-book-form-main-customer-info-country-absolute-search>p input {
    background: transparent;
    padding: 0;
    height: fit-content;
}

.tour-detail-book-form-main-customer-info-country-absolute-search {
    border-bottom: 1px solid rgba(228, 228, 228, 0.8);
}

.tour-detail-book-form-main-customer-info-country-absolute li {
    display: flex;
    align-items: center;
    padding: 0.8125rem 0.875rem;
    margin-bottom: 0;
    cursor: pointer;
}

.tour-detail-book-form-main-customer-info-country-absolute li img {
    margin-right: 0.5rem;
}

.tour-detail-book-form-main-customer-info-field>div:not(:last-child) {
    margin-bottom: 0.75rem !important;
}

.tour-detail-book-form-main-customer-pickup-container,
.tour-detail-book-form-main-customer-dropoff-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.tour-detail-book-form-main-customer-pickup,
.tour-detail-book-form-main-customer-dropoff {
    width: 10.1875rem;
}

.tour-detail-book-form-main-customer-departure-date,
.tour-detail-book-form-main-customer-end-date {
    width: 10.1875rem;
}

.tour-detail-book-form-main-customer-address {
    width: 21.125rem;
}

.tour-detail-book-form-main-customer-pickup-container input,
.tour-detail-book-form-main-customer-pickup-container select,
.tour-detail-book-form-main-customer-dropoff-container input,
.tour-detail-book-form-main-customer-dropoff-container select {
    width: 100%;
}

.tour-detail-book-form-main-enjoy {
    /*     display: flex;
  justify-content: center;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.75rem; */
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1.75rem;
    margin-top: 1.25rem;
}

.tour-detail-book-form-main-enjoy>p {
    display: flex;
    justify-content: center;
    /*     position: relative;
  padding-top: 1rem;
  padding-bottom: 1.75rem; */
}

.tour-detail-book-form-main-enjoy span {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    color: #B34B1E;
}

.tour-detail-book-form-main-enjoy .img-show img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 10.3125rem;
    transform: translate(0, 25%);
}

.tour-detail-book-form-main-enjoy .img-show img:nth-child(3) {
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translate(0, -25%);
    width: 10.3125rem;
}

.tour-detail-book-form-main-enjoy .img-show img:nth-child(5),
.tour-detail-book-form-main-enjoy .img-show img:nth-child(7) {
    display: none;
}
/* .tour-detail-book-form-main-type-field-list .tour-detail-book-form-main-type-field-item:last-child,
.tour-detail-book-form-main-right  .tour-detail-book-form-main-right-local{
    display: none;
} */
.tour-detail-book-form-main-customer-info {
    margin-top: 1rem;
}

.tour-detail-book-form-main-customer-pickup-container {
    margin-top: 1rem;
}

.tour-detail-book-form-main select,
.tour-detail-book-form-main input[type="date"] {
    font-family: Poppins;
    color: black;
}

.tour-detail-book-form-main input::placeholder,
.tour-detail-book-form-main textarea::placeholder {
    font-family: Poppins;
    color: rgba(183, 183, 183, 1);
    opacity: 1;
}

.tour-detail-book-form-main-customer-info-country {
    /* padding-right: 0.375rem; */
    margin-right: 0.375rem;
    border-right: 1px solid rgba(226, 226, 226, 0.7);
    position: relative;
    display: flex;
    align-items: center;
}

.country-first-number {
    color: rgba(183, 183, 183, 1);
    font-size: 0.875rem;
    line-height: 1.42;
}

.tour-detail-book-form-main-customer-info-country::after {
    content: '';
    /* background: url("https://cheers-hostel.okhub-tech.com/wp-content/uploads/2024/03/Vector-4.svg"); */
    width: 0.3225rem;
    height: 0.1866875rem;
    background-size: contain;
    margin-left: 0.65rem;
}

.tour-detail-book-form-main-customer-info-country-absolute.active {
    visibility: visible;
    opacity: 1;
}

input[name="detail-form-customer-info-phone"] {
    padding: 0;
}

/*  */
.tour-detail-book-form-main-right {
    /* width: 43rem; */
    padding-right: 0 !important;
}

.tour-detail-book-form-main-right-title{
    font-family: Poppins;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.0015em;
    text-align: left;
    color: rgba(46, 46, 46, 1);
    margin-bottom: 15px;
}

.tour-detail-book-form-main-right table th {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(46, 46, 46, 1);
    text-transform: initial;
}

.tour-detail-book-form-main-right table {
    background: rgba(248, 253, 255, 1);
    border: 1px solid rgba(40, 124, 0, 0.14);
    border-radius: 0.5rem;
    margin-top: 0.75rem;
}

.tour-detail-book-form-main-right table th,
.tour-detail-book-form-main-right table td {
    padding: 0.625rem 1rem;
    /* 	font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(46, 46, 46, 1); */
}

.tour-detail-book-form-main-right table td {
    font-size: 0.815rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(46, 46, 46, 1);
}

.detail-form-customer-info-phone-container {
    display: flex;
    align-items: center;
    width: 82%;
}

.detail-form-customer-info-phone-container>p {
    display: flex;
    align-items: center;
}

.detail-form-customer-info-phone-container .country-first-number {
    margin-right: 1rem;
}

.tour-detail-book-form-main-right table tr:not(:last-child) th,
.tour-detail-book-form-main-right table tr:not(:last-child) td {
    border-bottom: 0.5px solid rgba(238, 238, 238, 1);
}

.tour-detail-book-form-main-right table th {
    width: 12.1875rem;
    border-right: 0.5px solid rgba(238, 238, 238, 1);
}

/* .tour-detail-book-form-main-right-bold{
  font-weight: 600;
} */
.tour-detail-book-form-main-right-total-provisional>p,
.tour-detail-book-form-main-right-total-service-charge>p,
.tour-detail-book-form-main-right-total-service-amount>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tour-detail-book-form-main-right-total-provisional{
    padding-top: 0.75rem;
}
.tour-detail-book-form-main-right-total{
    background: rgba(15, 81, 93, 1);
    border-radius: 0.5rem;
    padding: 0 1rem;
    margin-top: 16px;
    border-top: 1px solid rgba(15, 81, 93, 1) ;
}

.tour-detail-book-form-main-right-total-provisional p>span:nth-child(1),
.tour-detail-book-form-main-right-total-service-charge p>span:nth-child(1) {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
}

.tour-detail-book-form-main-right-total-provisional p>span:nth-child(3),
.tour-detail-book-form-main-right-total-service-charge p>span:nth-child(3) {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.005em;
    text-align: right;
    color: #fff;
}

.tour-detail-book-form-main-right-total-service-amount {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(217, 217, 217, 0.2);
}

.tour-detail-book-form-main-right-total-service-amount p>span:nth-child(1) {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.005em;
    text-align: left;
    color: #fff;
}

.tour-detail-book-form-main-right-total-service-amount p>span:nth-child(3) {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.005em;
    text-align: left;
    color: #fff;
}

/* .tour-detail-book-form-main-right-total-service-charge {
    margin-top: 0.5rem;
} */

.tour-detail-book-form-main-right-submit {
    align-items: center;
    margin-top: 1rem;
}

.tour-detail-book-form-main-right-submit>p {
    display: flex;
    align-items: center;
}

.tour-detail-book-form-main-right-submit .form-detail-book-now p {
    padding: 0.6875rem 2.4375rem;
    border-radius: 0.5rem;
    background: rgba(179, 75, 30, 1);
    border-width: 0px;
    font-family: Poppins;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    margin-right: 1.85rem;
    cursor: pointer;
}

.tour-detail-book-form-main-right-submit .form-detail-book-now span {
    font-family: Poppins;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.2rem;
}

.tour-detail-book-form-main-right-submit input[type="submit"]:not(.form-detail-send-request) {
    display: none;
}

.form-detail-send-request {
    min-width: 10.375rem;
    min-height: 3.85rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background-color: rgba(179, 75, 30, 1) !important;
    color: #fff !important;
    border-radius: 0.5rem !important;
}

.tour-detail-book-form-main-right-submit input[type="submit"]~.wpcf7-spinner {
    display: none;
}

.tour-detail-book-form-main-right-submit.processing {
    opacity: 1;
}

.tour-detail-book-form-main-right-submit.processing * {
    opacity: 1;
}

.tour-detail-book-form-main-right-submit.processing:before {
    display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
    background-color: transparent !important;
    font-size: 12px !important;
    /* display: none; */
}

/* .tour-detail-book-form-main-right-submit {
    display: flex;
} */

.tour-detail-book-form-main-right-submit img {
    height: 1.375rem;
    width: auto;
}

.tour-detail-book-form-main-right-submit img:not(:last-child) {
    margin-right: 0.5rem;
}

.form-phone-validation {
    width: 100%;
}

.invalid-text {
    color: #B34B1E;
    font-size: 0.875rem;
}
.tour-detail-book-form-main-type-field-item-right-input{
    align-items: center;
}
.tour-detail-book-form-main-type-field-item-right-input-container {
    /* width: 20%; */
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0.0025em;
    text-align: left;
    color: rgba(46, 46, 46, 1);
    margin-left: 0.5rem;
}
.tour-detail-book-form-main-right-submit .tour-details-book-now-map-btn span{
    font-weight: 700;
}
.tour-detail-book-form-main-right-submit .tour-details-book-now-map-btn span.wpcf7-spinner{
    display: none;
}
.tour-detail-book-form-main-right-submit .tour-details-book-now-map-btn span.wpcf7-spinner.is-active{
    visibility: visible;
    display: inline-block;
}
.tour-detail-book-form-main-type-field-item-right-input-container::before {
    content: '0';
    display: none;
}

.tour-detail-book-form-main-type-field-item-right-input-container.active::before {
    display: inline;
    /* margin-bottom: 1px; */
}

.tour-detail-book-form-main input:focus,
.tour-detail-book-form-main textarea:focus,
.tour-detail-book-form-main select:focus {
    outline: 0px;
    color: black;
    background: rgba(248, 248, 248, 1);
    box-shadow: none;
}

/* .homepage__tours-wrapper{
margin-top: 6.25rem;
} */

@media only screen and (max-width: 1023px) {
    .tour-detail-book-form-main {
        flex-direction: column;
    }

    .tour-detail-book-form-main-left {
        width: 100%;
    }

    .tour-detail-book-form-main-right {
        width: 100%;
    }

    .tour-detail-book-form {
        padding: 0 1rem;
    }
    .tour-detail-book-form-main-enjoy span.text{
        position: absolute;
        top: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .tour-detail-book-form-main-enjoy span.text{
        position: absolute;
        top: 0%;
    }
    .form-detail-book-now-img {
        margin-top: 0.5rem;
    }

    .tour-detail-book-form-main-left {
        width: 100%;
        padding-right: 0 !important;
    }

    .tour-detail-book-form-main-right {
        width: 100%;
        margin-top: 1.875rem;
        padding-left: 0 !important;
    }

    .tour-detail-book-form-main {
        flex-direction: column;
        margin-top: 1.25rem;
    }
    .tour-detail-book-form-main-type-field-item-right-input-container.active::before{
        margin-bottom: 0;
    }

    input[name="detail-form-customer-info-email"] {
        width: 100%;
    }

    .tour-detail-book-form-main-customer-info-field-phone {
        width: 100%;
    }

    .tour-detail-book-form-main-customer-info input,
    .tour-detail-book-form-main-customer-info textarea,
    .tour-detail-book-form-main-customer-pickup-container input,
    .tour-detail-book-form-main-customer-pickup-container select,
    .tour-detail-book-form-main-customer-dropoff-container input,
    .tour-detail-book-form-main-customer-dropoff-container select {
        height: 2.5rem;
    }

    .tour-detail-book-form-main-customer-info textarea {
        height: 5.5625rem;
    }

    .tour-detail-book-form {
        padding: 0 1rem;
    }

    .tour-detail-book-form-main-customer-address {
        width: 100%;
        margin-top: 0.5rem;
    }

    .tour-detail-book-form-main-customer-pickup-container,
    .tour-detail-book-form-main-customer-dropoff-container {
        flex-wrap: wrap;
    }

    .tour-detail-book-form-main-right-submit {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tour-detail-book-form-main-right-submit button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.75rem;
    }

    .tour-detail-book-form-main-enjoy .img-show img:nth-child(1),
    .tour-detail-book-form-main-enjoy .img-show img:nth-child(3) {
        display: none;
    }

    .tour-detail-book-form-main-enjoy  .img-show img:nth-child(5),
    .tour-detail-book-form-main-enjoy .img-show img:nth-child(7) {
        display: block;
    }

    .tour-detail-book-form-main-enjoy .img-show img:nth-child(5) {
        position: absolute;
        left: 0;
        top: 20%;
        width: 10%;
    }

    .tour-detail-book-form-main-enjoy .img-show img:nth-child(7) {
        position: absolute;
        right: 0;
        top: 20%;
        width: 10%;
    }

    .tour-detail-book-form-main-type-field-item-left {
        font-size: 0.8125rem;
    }

    .tour-detail-book-form-main-type-field-item-right-price,
    .detail-form-type-number-input {
        font-size: 14px !important;
    }

    .tour-detail-book-form-main-type-field-title {
        color: #B34B1E;
    }

    .tour-detail-book-form-main-right-total-provisional>span:nth-child(1),
    .tour-detail-book-form-main-right-total-service-charge>span:nth-child(1) {
        font-size: 0.8125rem;
    }

    .tour-detail-book-form-main-right-total-service-amount>span:nth-child(1) {
        font-size: 0.75rem;
        font-weight: 600;
    }

    .tour-detail-book-form-main-right-total-service-amount>span:nth-child(2) {
        font-size: 1rem;
        font-weight: 600;
    }

    .detail-form-customer-info-email-container,
    .tour-detail-book-form-main-customer-info-field-phone {
        width: 100%;
    }

    .tour-detail-book-form-main-right table th {
        width: 32%;
    }

    .tour-detail-book-form-main-right table th,
    .tour-detail-book-form-main-right table td {
        padding: 0.5rem 0.75rem;
    }

    .form-detail-book-now {
        width: 100%;
        /* 		margin-bottom: 0.75rem; */
    }

    .tour-detail-book-form-main-right-submit .form-detail-book-now p {
        margin-right: 0;
    }

    .tour-detail-book-form {
        margin-bottom: 3.5rem;
    }

    .tour-detail-book-form-title h3 {
        font-size: 0.75rem;
        margin-bottom: 0;
    }

    .tour-detail-book-form-title h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .tour-detail-book-form-main-type-field-total-price {
        min-width: 35%;
    }
}

input[type=submit]:hover {
    box-shadow: none;
}

@media (max-width:1250px) {
    .detail-form-customer-info-phone-container {
        width: 81%;
    }
}

/*custom select */
.pickupCityCustom,
.pickupBusTimeCustom,
.dropoffBusTimeCustom {
    position: relative;
    width: 100%;
    padding: 0.625rem 1rem;
    background: var(--BACKGROUND-ELEVATION-20, #f8f8f8);
    border-radius: 0.5rem;
    display: flex;
    cursor: pointer;
    /* 	display:none; */

}

.rotateCustom {
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.pickupCityCustom p,
.pickupBusTimeCustom p,
.dropoffBusTimeCustom p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.pickupCityCustom p img,
.pickupBusTimeCustom p img,
.dropoffBusTimeCustom p img {
    width: 1rem;
    height: 1rem;
    transition: 0.5s ease-in-out;
}

.pickupCityCustom .valueCustomPickup {
    width: 90%;
    border: none;
    font-size: 0.875rem;
    pointer-events: none;
    outline: none;
    background: transparent;
    font-weight: 400;
    color: var(--TEXT-BODY, #000000);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.childPickupCityCustom {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    display: none;
    background: var(--BACKGROUND-ELEVATION-20, #f8f8f8);
    border-radius: 0.5rem;
    z-index: 10;

}

select[name='detail-form-pickup-address'],
select[name='detail-form-pickup'],
select[name='pickup-bus-time'],
select[name='time-and-bus'],
select[name='detail-form-dropoff'],
select[name='dropoff-bus-time'],
select[name='detail-form-dropoff-address'] {
    display: none !important;
}

.childPickupCityCustom span {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--TEXT-BODY, #000000);
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.childPickupCityCustom span.selected,
.childPickupBusTimeCustomLocation span.selected,
.childDropOffCityCustom span.selected,
.childDropoffBusTimeCustomLocation span.selected{
    background: #f0f0f0;
}
.activeSpanCustom {
    background: var(--BACKGROUND-ELEVATION-10, #f0f0f0);
}

.childPickupCityCustom span:hover {
    background: var(--BACKGROUND-ELEVATION-10, #f0f0f0);
}

/*pickup location*/

.pickupLocationCustom {
    position: relative;
    width: 100%;
    padding: 0.625rem 1rem;
    background: var(--BACKGROUND-ELEVATION-20, #f8f8f8);
    border-radius: 0.5rem;
    display: flex;
    cursor: pointer;
    /* 	display:none; */

}

.rotateCustom {
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.pickupLocationCustom p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.pickupLocationCustom p img {
    width: 1rem;
    height: 1rem;
    transition: 0.5s ease-in-out;
}

.pickupLocationCustom .valueCustomPickupLocation,
.pickupBusTimeCustom .valueCustomPickupBusTime,
.dropoffBusTimeCustom .valueCustomDropoffBusTime {
    width: 90%;
    border: none;
    font-size: 0.875rem;
    pointer-events: none;
    outline: none;
    background: transparent;
    font-weight: 400;
    color: var(--TEXT-BODY, #000000);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}

.childPickupLocationCustom,
.childPickupBusTimeCustomLocation,
.childDropoffBusTimeCustomLocation {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    display: none;
    background: var(--BACKGROUND-ELEVATION-20, #f8f8f8);
    border-radius: 0.5rem;
    z-index: 10;

}

.childPickupLocationCustom span,
.childPickupBusTimeCustomLocation span,
.childDropoffBusTimeCustomLocation span {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--TEXT-BODY, #000000);
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.activeSpanCustom {
    background: var(--BACKGROUND-ELEVATION-10, #f0f0f0);
}

.childPickupLocationCustom span:hover {
    background: var(--BACKGROUND-ELEVATION-10, #f0f0f0);
}

/*pick up bus*/
.pickupLocationCustomBus {
    position: relative;
    width: 100%;
    padding: 0.625rem 1rem;
    background: var(--BACKGROUND-ELEVATION-20, #f8f8f8);
    border-radius: 0.5rem;
    display: flex;
    cursor: pointer;
    /* 	display:none; */

}

.rotateCustom {
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.pickupLocationCustomBus p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.pickupLocationCustomBus p img {
    width: 1rem;
    height: 1rem;
    transition: 0.5s ease-in-out;
}

.pickupLocationCustomBus .valueCustomPickupLocationBus {
    width: 90%;
    border: none;
    font-size: 0.875rem;
    pointer-events: none;
    outline: none;
    background: transparent;
    font-weight: 400;
    color: var(--TEXT-BODY, #000000);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.childPickupLocationCustomBus {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    display: none;
    background: var(--BACKGROUND-ELEVATION-20, #f8f8f8);
    border-radius: 0.5rem;
    z-index: 10;

}

.childPickupLocationCustomBus span {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--TEXT-BODY, #000000);
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.activeSpanCustom {
    background: var(--BACKGROUND-ELEVATION-10, #f0f0f0);
}

.childPickupLocationCustom span:hover {
    background: var(--BACKGROUND-ELEVATION-10, #f0f0f0);
}

.contentBus {
    display: flex;
    align-items: center;
    gap: 2%;
    display: none;
}
 
.contentBus>p:first-child {
    display: none;
}

/*drop off*/
.dropOffCityCustom,
.dropOffLocationCustom {
    position: relative;
    width: 100%;
    padding: 0.625rem 1rem;
    background: var(--BACKGROUND-ELEVATION-20, #f8f8f8);
    border-radius: 0.5rem;
    display: flex;
    cursor: pointer;
    /* 	display:none; */

}

.rotateCustom {
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.dropOffCityCustom p,
.dropOffLocationCustom p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.dropOffCityCustom p img,
.dropOffLocationCustom p img {
    width: 1rem;
    height: 1rem;
    transition: 0.5s ease-in-out;
}

.dropOffCityCustom .valueCustomDropOff,
.dropOffLocationCustom .valueCustomDropOffLocation {
    width: 90%;
    border: none;
    font-size: 0.875rem;
    pointer-events: none;
    outline: none;
    background: transparent;
    font-weight: 400;
    color: var(--TEXT-BODY, #000000);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.childDropOffCityCustom,
.childDropOffCityCustomLocation {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    display: none;
    background: var(--BACKGROUND-ELEVATION-20, #f8f8f8);
    border-radius: 0.5rem;
    z-index: 10;

}

.tour-detail-book-form-main-left .pickDestinationFCT .titlePickDestinationFCT {
    font-size: 0.875rem;
    color: black;
}

.childDropOffCityCustom span,
.childDropOffCityCustomLocation span {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--TEXT-BODY, #000000);
    cursor: pointer;
}

.activeSpanCustom {
    background: var(--BACKGROUND-ELEVATION-10, #f0f0f0);
}

.childDropOffCityCustom span:hover,
.childDropOffCityCustomLocation span:hover {
    background: var(--BACKGROUND-ELEVATION-10, #f0f0f0);
}