.form-group input,
.form-group select {
    height: 31px;
    border: 1px solid #c1c1c1;
    width: 100%;
    background-color: #fff;
    padding: 0 10px;
    margin-bottom: 10px
}

.form-group textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #c1c1c1;
    font-size: 14px;
    padding: 10px
}

.form-group input[type="checkbox"],
.form-group input[type="radio"] {
    border: 0;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    background-color: #fff;
    padding: 0;
    position: relative;
    top: -1px;
    margin-bottom: 0
}

.form-group input[type="radio"] {
    border-radius: 100%
}

.form-group {
    display: flex;
    align-items: center
}

.booking-form {
    background: #f2efe700;
    padding: 3rem 4rem;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    border-radius: 5px
}

.booking-form h2 {
    color: #fa551e;
    font-size: 28px;
    margin-bottom: 15px
}

.booking-form h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #171717;
}

.booking-form label {
    margin-bottom: 0;
    font-weight: 400;
    margin-left: 7px;
    font-size: 14px;
    color: #373737
}

.booking-form-footer button {
    background-color: #ea5b31;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    padding: 9px 0 8px 0;
    text-transform: uppercase;
}

.booking-form-footer .content {
    text-align: center;
    color: #373737;
    margin: 20px 0
}

.booking-form-footer div:last-child {
    margin-bottom: 0;
    margin-top: 0
}

.booking-form-footer .hotline {
    font-weight: 600
}

.booking-form-footer .hotline svg {
    font-weight: 600;
    fill: #25d366;
}

.note {
    width: fit-content;
    margin: 0 auto;
    margin-top: 0;
    text-decoration: underline;
    margin-top: 30px
}

.bg-why {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-why .overlay {
    background-color: #ffffffc7;
}

.why-book-icon {
    height: 30px;
    width: 32px
}

.why-book-icon svg {
    height: 100%;
    width: 100%
}

.why-book-icon svg path {
    fill: #e57022
}

.clm:first-child .why-book-icon svg path:nth-child(2),
.clm:first-child .why-book-icon svg path:nth-child(3) {
    fill: white
}

.why-book-content {
    margin-left: 10px
}

.why-book-content h3 {
    font-size: 18px;
    margin-bottom: 5px
}

.why-book-content p {
    font-size: 15px
}

.why-book-body {
    background-color: #ffffffc7
}

.why-book-box {
    margin-bottom: 40px
}

.left-bar {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.left-bar h3 {
    font-size: 21px;
    margin-bottom: 15px
}

.left-bar a {
    color: #fff;
    font-size: 17px;
    padding: 8px 24px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px
}

@media (max-width:1200px) {
    .left-bar {
        margin-bottom: 10px
    }

    .booking-form {
        margin-bottom: 10px
    }
}

@media (max-width:786px) {
    .booking-form {
        padding: 20px 25px
    }
}

.content p {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0 40px 0;
}

.left-bar h3 {
    font-size: 21px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.date-container {
    position: relative;
    width: 100%;
}

.sider_inin {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #ccc;
}

.date-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

#date-input {
    color: transparent;
    font-size: 16px;
    padding: 10px;
    outline: none;
    cursor: pointer;
    background: transparent;
    position: relative;
    z-index: 2;
}

.placeholder-text {
    position: absolute;
    left: 15px;
    top: 44%;
    transform: translateY(-50%);
    color: #000000;
    font-size: 13.333px;
    pointer-events: none;
    transition: all 0.3s ease;
}

#date-input:focus+.placeholder-text,
#date-input:valid+.placeholder-text {
    opacity: 0;
}

#date-input:valid {
    color: black;
}

section.page-banner.page-banner-desktop {
    margin-bottom: 20px;
}

section.page-banner .page-banner-title {
    padding: 150px 0px;
    background-color: #00000069;
}


@media(max-width:990px) {
    section.page-banner.page-banner-desktop {
        display: block;
    }

    section.page-banner .page-banner-title h2 {
        font-size: 27px;
    }
}

.yt-embed-holder {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    pointer-events: none;
}

.yt-embed-holder iframe {
    width: 300%;
    height: 100%;
    margin-left: -100%;
}